/*
Theme Name: HDM Custom Theme
Theme URI: http://wordpressguru.net
Version: 1.0
Description: Custom Theme by Wordpress Guru
Author: Wordpress Guru
Author URI: http://wordpressguru.net
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
:root {
    --asphalt: #424242;
    --red: #1E5AAA;
    --sun: #1E5AAA;
    --grass: #C4BDB2;
    --blue:#1E5AAA;
}

/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
    overflow-x: hidden;
}
body {
    font: 400 20px/1.5 'Roboto', sans-serif;
    color: #424242;
    word-break: break-word;
    background-color: #bfbfbf;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
p {
    margin-bottom: 3rem;
}
b, strong {
    font-weight: bold;
}
a, input[type="submit"], button {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
a:hover {
	color: #000;
}
.page_wrap {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    max-width: 100%;
}
.container {
    max-width: 1420px;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
    height: auto;
}
a {
	color:inherit;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.sun {
    color: var(--sun);
}
.asphalt {
    color: var(--asphalt);
}
.blue {
    color: var(--blue);
}
.roboto {
    font-family: 'Roboto';
}
.hight100px {
    height: 100px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.container, .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-bottom: 2rem;
    font-family: 'Grand Royal';
    font-weight: 400;
}
.h1, h1 {
    font-size: 4.8rem;
}
.h2, h2 {
    font-size: 4.8rem;
}
.h3, h3 {
    font-size: 3.6rem;
}
.h4, h4 {
    font-size: 20px;
}
.h5, h5 {
    font-size: 18px;
}
section ol, section ul {
    padding-left: 20px;
    margin-bottom: 2rem;
    overflow: hidden;
}
section ol li, section ul li {
    margin: 0 0 18px;
}
section.welcome ul {
    font-size: 24px;
}
section.welcome ul li {
    line-height: 1;
}


/* header */
.header {
    padding: 37px 0;
    position: relative;
    z-index: 99999;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.home .header {
    position: absolute;
}
.sticky .site_logo a {
    max-width: 200px;
    display: block;
    top: -32px;
}
.sticky {
    padding: 10px 0;
    -webkit-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 17px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 17px 0px rgba(0, 0, 0, 0.3);
}
.site_logo a {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 198px;
    max-width: 100%;
}


/* nav */
.main-nav {
    margin: 0;
    list-style: none;
    padding: 0;
}
.main-nav > li {
    display: inline-block;
    margin: 0 1.8vw 0 0;
    position: relative;
}
.main-nav.right-nav > li {
    margin-right: 0;
    margin-left: 2vw;
}
.main-nav li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--sun);
    -webkit-box-shadow: 0px 1px 17px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 17px 0px rgb(0 0 0 / 10%);
    display: none;
    z-index: 999;
    width: 224px;
    padding: 15px 20px;
    text-align: left;
}
.sub-menu li {
    margin: 0 0 20px;
    list-style: none;
    line-height: 1;
}
.sub-menu li a {
    font-size: 16px !important;
}
.main-nav li:hover .sub-menu {
    display: block;
}
.main-nav li a {
    font-size: 18px;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
}
.main-nav li.social_btn a {
    color: var(--sun);
}
.main-nav li:hover > a, .main-nav li.current-menu-item > a {
    border-color: var(--blue);
}
.main-nav li.social_btn:hover > a {
    border-color: #fff;
    color: #fff;
}
.sub-menu li:hover > a, .sub-menu li.current-menu-item > a {
    border-color: #fff;
    color: #fff;
}
.main-nav li.nav_btn a {
    background-color: transparent;
    color: var(--sun);
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 4px;
    text-decoration: none !important;
    position: relative;
    top: -2px;
    border: 1px solid var(--sun) !important;
    font-weight: bold;
}
.main-nav li.nav_btn a i {
    transform: rotate(90deg);
    margin-right: 3px;
    font-size: 16px;
    top: 2px;
    position: relative;
}
.main-nav li.nav_btn a:hover {
    color: #fff;
    background-color: var(--sun);
}
.site-nav ul {
	padding: 0;
	margin:0;
	list-style: none;
}
.site-nav ul > li {
    position: relative;
    margin: 0 0 10px;
    display: block;
    padding: 0;
}
.site-nav ul li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.site-nav ul li:hover > a, .site-nav ul li.current-menu-item > a {
    border-bottom: 1px solid var(--grass);
}
.site-nav ul li.current-menu-item > a {
    font-weight: bold;
}
.site-nav ul.sub-menu li a {
    color: var(--sun);
    font-size: 16px !important;
}
.site-nav ul.sub-menu {
    width: 194px !important;
    background: #fff;
    padding: 10px 10px 1px;
}
.site-nav .nav_btn a {
    background-color: transparent;
    color: #fff;
    font-size: 18px !important;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none !important;
    position: relative;
    top: -2px;
    border: 1px solid #fff !important;
    font-weight: bold;
    display: inline-block;
}
.site-nav .nav_btn a:hover {
    background: #fff;
    color: var(--sun);
}
.site-nav .nav_btn i {
    transform: rotate(90deg);
    position: relative;
    top: 1.5px;
    margin-right: 2px;
}
.site-nav {
    text-align: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: var(--red);
    top: 0;
    right: -100vw;
    bottom: 0;
    z-index: 9;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 120px;
    overflow: auto;
}
.site-nav.active {
	right: 0;
}


/* sidebar */
.sidebar {

}

/* footer */
ul.footer-nav {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
ul.footer-nav li {
    margin: 0 0 20px;
}
ul.footer-nav li a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
}
ul.footer-nav li a:hover, .footer a:hover {
    color: var(--blue);
    text-decoration: none;
}
.footer_text i.fa  {
    font-size: 30px;
    margin: 0 0 0 10px;
    position: relative;
    top: 6px;
}
.footer_text i.fa:hover  {
    color: var(--sun);
}
.footer_text a {
    display: inline-block;
    color: var(--sun);
}
.footer_gallery .row>div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.footer_top h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}
.footer_top h4 b {
    color: #0000FE;
}
.footer_text img.alignnone, .footer_text p {
    margin: 0;
}
.add_social_media a {
    font-size: 15px;
    margin-right: 10px;
    text-decoration: none !important;
    color: var(--blue);
}
.add_social_media a:hover {
    color: #fff;
}
.header .add_social_media {
    position: absolute;
}
.site-nav .add_social_media a, .header .add_social_media a {
    text-decoration: none !important;
    margin: 0 5px;
    color: #fff;
}
.header .add_social_media a:hover, .site-nav .add_social_media a:hover {
    color: var(--blue);
}
.right-nav {
    margin-right: 3vw;
}
.footer_contact_info p {
    margin: 0 0 20px;
    line-height: 1.2;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page_wrap * {
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}
*::-webkit-input-placeholder {
   color: #000;
}
*:-moz-placeholder { /* Firefox 18- */
   color: #000;
}
*::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}
*:-ms-input-placeholder {
   color: #000;
}
::-webkit-input-placeholder:after{
}
:focus::-webkit-input-placeholder{
     color:transparent;
}
::-moz-placeholder:after{
}
:focus::-moz-placeholder{
     color:transparent;
}

.outline-btn {
    display: inline-block;
    font-size: 18px;
    border: 2px solid var(--sun);
    padding: 15px 30px;
    line-height: 1;
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    border-radius: 0;
    line-height: 1;
    color: var(--sun);
    letter-spacing: 0;
    min-width: 160px;
    text-align: center;
    text-shadow: none !important;
}
.outline-btn:hover {
	background-color:  var(--sun) !important;
	color: #fff !important;
	border-color:  var(--sun) !important;
}
.outline-btn.white-btn {
    color: #fff;
    border-color: #fff;
}
.outline-btn.white-btn:hover {
    background-color:  #fff !important;
    color: var(--sun) !important;
    border-color:  #fff !important;
}
.outline-btn.gray-btn {
    border-color: #B4B4B4;
    color: var(--asphalt);
}
.outline-btn.solid-btn {
    background-color: var(--sun);
    color: #fff;
    border-color: var(--sun);
}
.outline-btn.solid-btn:hover  {
    background-color: #fff !important;
    color: var(--sun) !important;
    border-color: var(--sun) !important;
}
.outline-btn.solid-btn.white-btn {
    background-color: #fff;
    color: var(--sun);
    border-color: #fff;
}
.outline-btn.solid-btn.white-btn:hover  {
    background-color: var(--sun) !important;
    color: #fff !important;
    border-color:var(--sun) !important;
}

section {
	padding: 8rem 0 5rem;
}
.hero {
    min-height: 21.7rem;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    padding: 100px 0 20px;
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,.6);
    margin-top: -20px;
}
.hero article {
    color: #fff;
}
.hero h1 {
	color: #fff;
    margin-bottom: 0;
}

.fullwidth_slider .slide_img img {
    filter: brightness(0.6);
}

.slider ul {
    padding: 0;
    margin: 0;
}
.slider ul li {
    list-style: none;
}
.slide_txt  {
    display: flex;
    align-items: center;
}
.slide_txt.overlay {
    background-color: rgba(0,0,0,.45);
}
.slide_txt .inner p {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 20px;
}
.slide_txt .inner h3 {
    font-size: 6.4rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 30px;
}
.slide_txt .inner .outline-btn {
    font-size: 24px;
    min-width: 238px;
}
.slider .bx-pager {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 30px;
}
.slider .bx-pager a {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
    margin: 0 0 15px;
    text-indent: -99999px;
}
.slider .bx-pager a.active {
    background: var(--grass);
}
.bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: url(img/arrowleft.png) no-repeat center;
    text-indent: -999px;
    width: 40px;
    height: 40px;
    transition: all .3s;
}
.bx-controls-direction a.bx-prev {
    left: 15px;
}
.bx-controls-direction a:hover {
    opacity: .8;
}
.bx-controls-direction a.bx-next {
    right: 15px;
    transform: rotate(180deg);
}

body .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
    font-weight: 400;
}
body .gform_wrapper.gravity-theme .gfield select, body .gform_wrapper.gravity-theme .gfield input, body .gform_wrapper.gravity-theme .gfield textarea {
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    outline: none !important;
}
body .gform_wrapper.gravity-theme .gfield select {

  /*Clear the default select box style*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*Display a small arrow picture in the rightmost middle of the selection box*/
  background: url(img/select-arrow.png) no-repeat scroll 98% center transparent;


  /*Leave a little place for the small drop-down arrow to avoid being overwritten by text*/
  padding-right: 30px;
}

body #gform_wrapper_3.gform_wrapper.gravity-theme .gform_footer {
    text-align: center;
}

/*Clear the default selection box style of ie. Clear, hide the drop-down arrow*/
select::-ms-expand { display: none; }
body .gform_wrapper.gravity-theme .gform_footer input, body .tml-button {
    background-color: var(--sun);
    border: 2px solid var(--sun);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 46px;
    line-height: 1 !important;
    text-transform: uppercase;
}
body .gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: transparent;
    color: var(--sun);
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 203px;
}
body .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 20px;
}
body .gform_wrapper.gravity-theme .gform_footer {
    padding: 10px 0;
    margin-top: 0;
    text-align: right;
}
.about_us .row>div:last-child .inner {
    width: 549px;
    margin-left: auto;
    max-width: 100%;
    padding-bottom: 20px;
}
.contact_details  {
    min-height: 627px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    padding: 50px 0;
    margin-bottom: -25px;
    position: relative;
}
.contact_details .row .inner {
    padding: 50px 50px 20px;
    font-size: 20px;
    max-width: 473px;
    margin: 0 auto;
}
.location {
    padding: 0 0 0 35px;
    background: url(img/mapmarker.png) no-repeat left 3px;
    display: inline-block;
}
.phone {
    padding: 0 0 0 35px;
    background: url(img/phone.png) no-repeat left 2px;
    margin-right: 15px;
    display: inline-block;
}
.email {
    padding: 0 0 0 35px;
    background: url(img/email.png) no-repeat left 2px;
    display: inline-block;
}
.contact_details .directions {
    padding-left: 15px;
    text-decoration: underline;
}
.footer_top {
    min-height: 384px;
}
.defaultpagecontent img.alignleft {
    margin: 0 40px 30px 0;
    max-width: 50%;
}
.tab_selector {
    padding-right: 0;
    list-style: none;
}
.tab_selector li {
    display: inline-block;
    margin:0 25px 10px;
}
.tab_selector li a {
    display: block;
    padding: 0 20px;
    height: 40px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid var(--blue);
    line-height: 40px;
    border-radius: 4px;
    color: var(--blue);
    min-width: 90px;
}
.tab_selector li.ui-state-active a, .tab_selector li:hover a {
    border-color: var(--blue);
    background-color: var(--blue);
    color: #fff;
    text-decoration: none;
}
.careericon {
    border:5px solid #fff;
    border-radius:100%;
    width: 100px
}
.career-content {
    bottom:20px;
}
.career-content h3 {
    font-size: 33px;
    text-shadow: 0em 0.1em 0.1em #fff;
    color: var(--blue);
}
.jobappform {
    border: 1px solid transparent;
    padding: 40px;
    border-radius: 20px;
    margin: 50px 0;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(30, 90, 170, 0.45);
    -moz-box-shadow: 0px 0px 18px 0px rgba(30, 90, 170, 0.45);
    box-shadow: 0px 0px 18px 0px rgba(30, 90, 170, 0.45);
}
.jobappform h3 {
    text-transform: uppercase;
    text-align: center;
}
.jobappform h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.jobappform label {
    font-size: 15px !important;

}
.jobappform .gform_wrapper .field_description_below .gfield_description {
    font-size: 12px;
    font-style: italic;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: var(--blue);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #bfbfbf;
}
.woocommerce ul.products li.product .price {
    color: var(--blue);
    font-family: 'Grand Royal';
    font-weight: normal;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--blue);
    font-family: 'Grand Royal';
    font-weight: normal;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    color: #fff;
    background-color: var(--blue);
}
.woocommerce .quantity .qty {
    border: 2px solid var(--blue);
    height: 44px;
    border-radius: 4px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 3px solid var(--blue);
}
.woocommerce-message {
    border-top-color: var(--blue);
}
.woocommerce-message::before {
    color: var(--blue);
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    border: 2px solid var(--blue);
    border-radius: 4px;
    width: 140px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
    color: #fff !important;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover {
    color: #515151 !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
}
.woocommerce form .form-row {
    display: block;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
    border: 2px solid var(--blue);
    height: 44px;
    padding: 5px 10px;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single {
    border: 2px solid var(--blue);
    height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}
.woocommerce form h3 {
    color: var(--blue);
}
.woocommerce form h3#order_review_heading {
    padding-top: 30px;
}
.woocommerce-tabs h2 {
    font-size: 3.6rem;
    color: var(--blue);
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}








/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* Desktop */
.ForMobile {
    display:none !important;
}
@media screen and (min-width:0) and (max-width:1639px) {




} @media screen and (min-width:0) and (max-width:1599px) {
.main-nav li a {
    font-size: 15px;
}



} @media screen and (min-width:0) and (max-width:1439px) {
.right-nav {
    margin-right: 30px;
}

} @media screen and (min-width:0) and (max-width:1365px) {
.main-nav li a {
    font-size: 13px;
}
.header .add_social_media a {
    margin: 0 0 0 5px;
    font-size: 13px;
}
.footer_contact_info p, ul.footer-nav li a {
    font-size: 18px;
}

} @media screen and (min-width:0) and (max-width:1199px) {
.ForMobile {
    display:block !important;
}
.ForDesktop {
    display:none !important;
}
body {
    min-width:320px;
}
.tab_selector li {
    margin: 0 15px 10px;
}
.site_logo a {
    margin-left: 0;
    width: 120px;
}
.header {
    padding: 17px 0;
}
.nav_div {
    text-align: right;
}
.footer_contact_info p, ul.footer-nav li a {
    font-size: 15px;
}
html {
    font-size: 52.5%;
}
.footer_top {
    min-height: unset;
}
body {
    font-size: 18px;
}
.hero {
    padding-top: 20px;
}

/* Mobile */
} @media screen and (min-width: 0) and (max-width: 991px) {

.tab_selector li {
    margin: 0 5px 10px;
}
.footerlogo {
    width: 120px;
    margin: 0 auto 30px;
    display: block;
}
.about_us .row>div:last-child .inner {
    margin-right: auto;
}
.footer_top .row>div:first-child {
	justify-content: center;
}


} @media screen and (min-width:0) and (max-width:767px) {
header .row > div {
    width: 50%;
}
.container, .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}
.defaultpagecontent img.alignleft {
    margin: 0 auto 30px;
    max-width: 100%;
}
html {
    font-size: 42.5%;
}
.slide_txt .inner .outline-btn {
    font-size: 18px;
    min-width: 180px;
}
.about_us .row > div:last-child {
    padding-right: 30px;
}
.footer_top .row>div .inner {
    float: none;
    width: 280px;
    margin: 0 auto;
}
.footer_top {
    padding-bottom: 40px;
}
.contact_details {
    margin-bottom: -35px;
}
.footer_copyright {
    font-size: 15px;
}
body {
    font-size: 16px;
}

} @media screen and (min-width:0) and (max-width:575px) {
.header {
    padding: 5px 0;
}
.site-nav {
    padding-top: 70px;
    padding-bottom: 70px;
}
.outline-btn {
    font-size: 16px;
}
.slide_txt .inner h3 {
    font-size: 24px;
}
.site_logo a {
    width: 100px;
}
.contact_details .row .inner {
    margin: 0 auto;
    padding: 20px 20px 1px;
	font-size: 16px;
}
.page_banner.pt80 {
    padding-top: 60px;
}
html {
    font-size: 32.5%;
}
.services_section  h2.mb60 {
    margin-bottom: 30px;
}
.site-nav ul li a {
    font-size: 18px;
}
.slide_txt .inner .outline-btn {
    font-size: 16px;
    min-width: 140px;
    padding: 10px;
}

} @media only screen and (min-device-width:320px) {
    body {padding:0;}
}