/*
    Theme Name: BestBuild - Child Theme
    Theme URI: http://bestbuild.stylemixthemes.com/
    Author: StylemixThemes
    Author URI: http://stylemixthemes.com/
    Description: BestBuild | Construction, Building and Architecture WordPress Theme is a corporate theme designed and developed particularly for Construction, Building and Architecture companies or those with similar services. We built this theme on Visual Composer, a very convenient drag-n-drop PageBuilder for WordPress. It should provide you with the smoothest experience while creating your website with our theme.
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: Construction, building, architecture, business, construct, construction theme, build, WordPress, visual composer, architect, portfolio, services, projects, erection, preconstruction, general contracting
    Text Domain: bestbuild-child
    Template: bestbuild

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Add your own styles here */


/**** NEW BRAND COLORS

Black: #000000
Gold: #bc985b
Background Gold: #f0e8db (lightened brand gold)
Link Gold: #91713B (darkened brand gold)

****/


* {box-sizing:initial;}
.top_nav_wrapper, .top_nav_wrapper ul, .top_nav_wrapper div, .top_nav_wrapper li, .top_nav_wrapper a, .top_nav_wrapper button {box-sizing:border-box;}
body {line-height: 20px;}
#main {
	background-color: #ffffff;
	padding-bottom: 20px;
}
.content_wrapper {z-index: 30 !important;}
#wrapper{padding-bottom: 0 !important;}

.vc_btn-chino, a.vc_btn-chino, button.vc_btn-chino {background-color: #333333 !important;}
.vc_btn-chino:hover, a.vc_btn-chino:hover, button.vc_btn-chino:hover {background-color: #000000 !important;}

h3:before {
	background-color: rgba(255,255,255 0.0);
	margin-bottom: 0;
	width: 0;
	height: 0;
}

h2 a, h3 a, a h2, a h3 {color: #000000;}

a {
	color: #91713B;
	font-weight: bold;
}
body.skin_custom_color .container a:hover, body.skin_custom_color .container a:active, body.skin_custom_color .container a:focus {
	color: #000000;
}
body.skin_custom_color .container a.vc_btn3:hover, body.skin_custom_color .container a.vc_btn3:active, body.skin_custom_color .container a.vc_btn3:focus {
	color: #fff;
}
body.skin_custom_color .container .button {
	background: #000000;
}
body.skin_custom_color .container .button:hover, body.skin_custom_color .container .button:focus, body.skin_custom_color .container .button:active {
	background: #333;
	color: #fff;
}

.vc_btn3.vc_btn3-color-danger, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat {background-color: #000000 !important;}
.vc_btn3.vc_btn3-color-danger:hover, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat:hover {background-color:#333333 !important;}

body.skin_custom_color .container .wp-block-button__link.pdf-btn:hover, body.skin_custom_color .container .wp-block-button__link.pdf-btn:focus, body.skin_custom_color .container .wp-block-button__link.pdf-btn:active {
	color: #fff;
	background: #333333;
}

.wpb_content_element li > ul {margin-top: 10px;}

table {
    margin-bottom: 40px;
}
td {
    padding-right: 15px;
}
.single-post .col-sm-12, .single-post .col-xs-12 {
    box-sizing: border-box;
}
@media all and (max-width:767px) {
	.vc_row.swap-cols-mobile {
		flex-direction: column-reverse;
		display: flex;
	}
	.pdf-prev-img {
		max-width: 250px;
	}
}

/* Utility Classes */
.landscape-ratio .vc_gitem-zone,
.landscape-ratio .vc_gitem_row .vc_gitem-col {
    aspect-ratio: 16 / 10;
}

/* Short Horizontal Divider */
.divider:before {
    content: '';
    display: block;
    width: 46px;
    height: 5px;
    background: #bc985b;
    margin: 0 0 21px;
}

/*Skip to Content*/
    .skip-link {
        position: fixed;
        top: -100px;
        left: -100px;
        height: 1px;
        width: 1px;
        text-align: left;
    }
    
    a.skip-link:active, 
    a.skip-link:focus, 
    a.skip-link:hover {
        left: 0; 
        top: 15px !important;
        width: auto; 
        height: auto; 
		padding:20px 30px;
		background:#333333;
		z-index:100;
    }

/*Header*/
.header_top {padding: 15px 0 13px 0;}

.top_nav .top_nav_wrapper {background: #000000;}
span.header-phone-sub-text {
    display: block;
	color: #bc985b!important;
    text-align: center;
}

nav-widget-area in nav switched to search-form-area above nav
 * .nav-widget-area input[type="search"] {
	width: 150px;
    	float: right;
    	margin-right: 40px;
	color: #b2b2b2;
}
.nav-widget-area .form-control {
    color: #000000;
    background: #ffffff;
    border: 3px solid #e6e6e6;
	width: 17%;
	float: right;
	margin-right: 20px!important;
}
.nav-widget-area .search-form button {
	background: #e6e6e6;
	margin-right: 10px;
}
.nav-widget-area .search-form {margin-top: 10px;}
/* ul.ubermenu-nav {
    margin-right: 61px!important;
}
 */
/* .search-form-area input[type="search"] {
	width: 148px;
    float: right;
	margin-top: 10px;
	color: #b2b2b2;
}
.search-form-area .form-control {
    color: #e6e6e6;
    background: #ffffff;
    border: 3px solid #000000;
	margin-right: 40px;
}
.search-form-area .search-form button {
	background: #000000;
	margin-right: 10px;
	position: absolute;
    right: -10px;
    top: 26px;
    width: 40px;
    height: 44px;
    box-sizing: border-box;
}
.search-form-area .search-form {
	margin-top: 10px;
}
.search-form-area i.fa.fa-search {
    color: #e6e6e6;
} */
.header_top a, .header_top a:hover, .header_top a:focus, .header_top a:active {
	color: #000000;
}

nav.ubermenu {
	float:left;
}
ul.ubermenu-submenu-id-20.ubermenu-submenu-align-full_width {
	width:auto !important;
	min-width: 100px;
}
.ubermenu .ubermenu-target-text {text-transform:uppercase;}
.ubermenu > a.ubermenu-target:hover, .ubermenu li.ubermenu-current-menu-item > a.ubermenu-target {
    /*border-top: 3px solid #EB0726;*/
    /*padding-top: 18px;*/
}
.ubermenu-main .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {margin: 0 20px 0 5px;}
ul.ubermenu-submenu-id-24 > li > a {
	font-weight:bold;
	text-transform:uppercase;
}
ul.ubermenu-submenu-id-24 > li > a:hover{
	background-color: #777;
}
.ubermenu-main .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
	font-weight:bold;
	color: #222;
}
.ubermenu .ubermenu-image:not(.ubermenu-image-lazyload){
/* 	height:166px !important; */
	object-fit: fill;
	width: 100%;
}
.ubermenu-main .ubermenu-item-level-0.ubermenu-has-submenu-drop>.ubermenu-target:after, 
.ubermenu-main .ubermenu-submenu .ubermenu-has-submenu-drop>.ubermenu-target:after {
    display: none;
}
nav.ubermenu-main .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
    color: #bc985b;
}
body.skin_custom_color .container .ubermenu-item-level-0 a:hover, body.skin_custom_color .container .ubermenu-item-level-0 a:active, body.skin_custom_color .container .ubermenu-item-level-0 a:focus {
	color: #fff;
}
.ubermenu .ubermenu-target-text .lowercase {
    text-transform: lowercase;
}

#header {
	margin-bottom: 0!important;
	background-color: #fff;
}

body.skin_custom_color #header .icon_text .icon {color: #bc985b;}

.icon_text .text {
	color: #333333; 
	font-size: 20px; 
}

.search-form button {color: #333333;}

.entry-title-right{display:none;}

.logo img{ height: auto !important; width: 340px !important;}

body .entry-header {
	padding-top: 62px;
}
body .entry-header.clearfix {
	height: 110px;
}

.header-notice {
	background: #e82223;
    border: 1px solid #000;
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    width: 375px;
    max-width: 100%;
    float: right;
    margin-bottom: 15px;
}
.header-notice p {
	margin-bottom: 0;
}

.header-phone-numbers {
    margin-bottom: 12px;
}
.header-price {
	text-align: right;
	margin-bottom: 10px;
	margin-top: 8px;
}
.header-price .pl-button {
	background: #000;
	padding: 15px 3rem !important;
}
@media screen and (min-width: 1200px) {
    .header_top .icon_text {
        float: inline-end !important;
        margin-top: 0;
        margin-bottom: 12px;
    }
}
@media all and (max-width: 991px) { 
	.header-price {
		margin-left: 20px;
	}
}
@media all and (max-width: 768px) { 
	.header-price .pl-button {
	    padding: 15px 2.5rem !important;
	}
}
@media all and (max-width: 393px) { 
	.header-price .pl-button {
	    padding: 15px 2.2rem !important;
	}
}

/** Products Nav Rework **/
.ubermenu-level1-products-nav-link {
	font-weight:400!important;
}
ul.ubermenu-tab-content-panel {
    background: #f0e8db!important;
}
#menu-item-7982 ul.ubermenu-submenu {
    height: 421px!important;
}
/* ul.ubermenu-tabs-group {
    height: 471px!important;
} */
ul.ubermenu-submenu .ubermenu-content-block {
    padding: 0 9px 9px !important;
/*     width: 300px; */
}
.ubermenu-tab-content-panel .ubermenu-tab-content-panel .ubermenu-item {
	width: 100%!important;
	text-align: center;
}
a.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-image_below {
    padding-bottom: 0;
}
/* .ubermenu-tab-content-panel img.ubermenu-image {
    width: 550px!important;
    height: 345px!important;
} */
.ubermenu .ubermenu-image:not(.ubermenu-image-lazyload) {
    object-fit: cover;
    height: 294px !important;
    width: 470px;
    overflow: hidden;
}
span.products-menu-img-caption {
    font-size: 14px;
	display: block;
}
a.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-shape-rounded.vc_btn3-style-classic.vc_btn3-color-danger.products-menu-custom-content-btn {
    margin-top: 20px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
/* .ubermenu-submenu a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
    min-width: 260px;
} */
.ubermenu .ubermenu-item-layout-image_below>.ubermenu-image {
    margin: 10px auto 0;
}
/* Military ECUs menu item - lowercase s */
#menu-item-1666 .ubermenu-target-text {
    text-transform: none!important;
}
@media all and (min-width: 991px) and (max-width: 1199px) {
	.nav-widget-area .form-control {
   		width: 13%;
	}
}

@media all and (max-width: 991px) {	
	body .entry-header.clearfix {
    	margin-top: 0;
    	padding-top: 10px;
	}
	body .entry-header.clearfix {
  		height: auto;
	}
	body .entry-header .entry-title-left {
	  height: auto;
	}
	.entry-title-left .entry-title .breadcrumbs {
  		margin-left: 30px;
	}
}

@media only screen and (max-width: 768px) {
	body .mobile_header .header_info {
	  	background: transparent;
	}
	body .mobile_header .icon_texts {
  		padding: 10px 0;
	}
	body .icon_text .text {
  		float: none;
	}
	body .icon_text.clearfix .text a {
  		color: #000000 !important;
	}
	body #menu_toggle {
		display: none;
	}
	body .mobile_header .logo_wrapper {
	  padding: 20px 23px 5px 23px;
	}
	.header-notice {
		margin-left: 0;
		max-width: calc(100% - 23px);
		font-size: 16px;
	}
	body .mobile_header .mobile_header_top_bar {
		display: none;
	}
	body .header_info .top_nav_mobile {
		margin-bottom: 0;
	}
}


@media only screen and (max-width: 500px) {
	.logo img {
		width: 250px !important;
		height: auto !important;
	}
}

/*Page Title*/
.entry-header.clearfix {
	height: 140px;
	margin: -62px -3000px 0;
}
.entry-header .entry-title-left .entry-title h1 {
    font-size: 24px;
}
.entry-header .entry-title h1.h2:before {background-color: #bc985b;}
.breadcrumbs span.current {color: #91713B;}
body.skin_custom_color .entry-header {background-color: #ebebeb !important;}
.entry-header .entry-title-left {height:165px;}

.entry-title-right{display:none;}
.entry-title-left{width: 100%;}
.entry-title-left .entry-title {
	width:100%;
/* 	margin-top: 30px; */
}
.entry-title-left .entry-title h1{float:left;}
.entry-title-left .entry-title .breadcrumbs {float:right;margin-top:40px;}
.entry-header .entry-title .h2 {
    float: left;
}

/*footer*/
#footer{position:static;}
.footer_widgets_wrapper .widgets.cols_3 aside {width: 30%;}
.footer_wrapper, .footer_widgets_wrapper {background: #ebebeb;}
.copyright {color: #333333;}
.widget.footer_widgets ul li, .widget.footer_widgets ul li a {
	color: #333333;
	font-size: 14px;
}
.widget_recent_entries li {border-top: 1px solid #333333;}
.widget_recent_entries li:before, .wpb_content_element .widget_recent_entries li:before {background: #333333;}
#footer .widget.widget_text p {margin-bottom: 15px;}
.footer_widgets_wrapper .widgets aside, .widget.widget_nav_menu.footer_widgets .menu > li > a {color: #333333;}
.footer_widgets .widget_title h4 {color: #333333;}
#footer h4:before {display:none;}
#footer #menu-footer-menu li:before{display:none;}
#footer #recent-posts-4 li:before{background: #bc985b;}
.widget.footer_widgets ul li a:hover {
    color: #000000;
}
.widget.widget_nav_menu.footer_widgets .menu > li > a:hover {
	color: #000000 !important;
}
/* Inline Footer Menu Items - Tours / Demos */
li#menu-item-5166 {
    display: inline;
    padding-left: 4px;
    border-left: 2px solid #bc985b;
}
li#menu-item-8857 {
    display: inline;
}
/* Custom Sticky Post for Footer Recent Post Widget */
#footer #custom_html-3 ul li::before {
	background: #EB0726;     
	position: absolute;
	top: 8px;
    left: -25px;
	width: 5px;
	content: '';
	height: calc( 100% - 13px );	
}

#footer #custom_html-3 ul li {
    margin: 0 0 5px 25px;
    padding: 14px 0 10px;
    border-top: 1px solid #333;
    line-height: 16px;
}

#footer #custom_html-3 li:first-child{
    border: none;
}

/*Blog*/
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {background-color: #EB0726 !important;}
.vc_gitem-post-data-source-post_title h4 {
	font-size: 18px;
	line-height: 22px;
}
.posts_grid>ul>li {
    box-sizing: border-box;
}
div#custom-category-description {
    font-weight: bold;
	padding-bottom: 20px;
    padding-top: 20px;
}

/*Home*/
.home .project_grid_filter {display:none;}
.name-announcement {
	background: #bc985b;
	padding: 20px;
}
.name-announcement h2 {
	font-size: 22px;
	line-height: 1.1;
	font-style: italic;
	text-align: center;
}
.name-announcement h2:before {
	display: none;
}

@media all and (max-width: 767px) {
	.home-feature-boxes .wpb_column {
		margin-bottom: 30px;
	}
	#home-feature-boxes-one {
		margin-bottom: 0 !important;
	}
	.home-feature-boxes .wpb_content_element img {
    	width: 100%;
	}
	/* .home img {
    	margin-top: 10px;
	} */
}

/*Sliders*/
.ls-thumbnail-wrapper .ls-thumbnail-slide-container {overflow:visible !important;}
.wpb_layerslider_element .ls-v5 {
	width: 100% !important;
}
.wpb_layerslider_element .ls-v5 img, .wpb_layerslider_element .ls-v5 .ls-inner, .wpb_layerslider_element .ls-v5 .ls-slide {width: 100%;}
.wpb_layerslider_element .ls-v5 .ls-above-thumbnails {display:none;}

.wpb_layerslider_element.wpb_content_element {margin-bottom:65px;}

/*Products*/
h3.product-cat-dark-bg a, h3.product-cat-dark-bg a:hover {
    color: white!important;
}
.product-details {
	border: 4px solid #bc985b;
	padding: 15px 20px;
	background-color: #000000;
}
.product-details h3 {font-size: 18px;}
.product-details p, .product-details li {
	font-size: 14px;
	line-height: 16px;
}
.product-details h2:before {
	display:none;
}
.product-details h2 {
	color:#ffffff;
	text-shadow: 3px 2px #000000;
	text-align:center;
}

.product-details p, .product-details p strong, .product-details .ninja-forms-required-items, .product-details label {
	color: #ffffff;
	font-size: 14px;
}
.product-details .ninja-forms-form-wrap input {font-size: 14px;}

.product-details input[type="submit"] {
	font-size: 16px;
	padding: 8px 20px;
	background-color: #EB0726;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
}
.product-details input[type="submit"]:hover {
	background-color: #fff;
	color: #eb0726;
}

.icon_button a {
	border: 3px solid #333333;
	box-shadow: 3px 3px 3px #b6b6b6 inset, -3px -3px 3px #b6b6b6 inset;
	color: #333333;
}


.h3Product {
	display: inline-block;
	border-top: 2px #bc985b solid;
	padding-top: 0.4em;
	margin-bottom: 0.7em;
	margin-top: 0.5em;
}
.product-details .nf-form-fields-required {
	color: #fff;
}

/*Contact*/
/* required field message issue starting at v3.8.1 - remove when fixed */
.nf-form-fields-required {
    display: none;
}
.h3-contact-heading-accent:before {
    content: '';
    display: block;
    width: 46px;
    height: 5px;
    background: #dac725;
    margin: 0 0 21px;
}
.h3-contact-heading-accent, .h3-contact-heading {
	font-size: 30px;
}
.wpb_content_element .ninja-forms-req-symbol strong {color: #ff0000;}
.field-wrap, #ninja_forms_required_items {margin-bottom: 15px !important;}
body .label-left .nf-field-label {
    width: auto;
}
body .label-left .nf-field-element {
    width: auto;
}
.list-checkbox-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
    font-weight: 400;
}
.nf-input-limit {
    display: none;
}
table.contact-table tr > td {
    width: 85px;
}
table.contact-table {
    margin-bottom: 12px;
}

@media (min-width:1180px){
	ul.ubermenu-submenu-align-full_width {width:1140px !important;}

}
@media (max-width: 1179px) and (min-width:978px){
	ul.ubermenu-submenu-id-24.ubermenu-submenu-align-full_width {width:970px !important;}
}
@media (max-width:995px) and (min-width:768px){
	.footer_widgets_wrapper .widgets.cols_3 aside {width:29%;}
	.nav-widget-area .search-form {
		float: right;
	}

	.nav-widget-area .search-form input.form-control {
		max-width:100px;
	}
}
@media (max-width:767px) and (min-width:600px){
	.footer_widgets_wrapper .widgets.cols_3 aside {width: 45%;}
}
@media (max-width:767px){
	.product-details{margin-top: 70px;}
}
@media (max-width:599px){
	.footer_widgets_wrapper .widgets.cols_3 aside {width: 95%!important;}
}

/*Individual Blog Pages*/
h2:before, .h2:before {
    margin-top: 36px;
}
.post_thumbnail img {
    width: 100%;
}
figcaption.wp-element-caption {
    font-size: 14px;
    text-align: center;
}
.blogDec2014{
	color: #EB0726;
	text-transform: uppercase;
	font-size: 18px;
}
.blogDec2014 a {
	color: #EB0726;
	text-decoration: underline;
}

.sideBorder {
	border-left: 0.7em solid #bc985b;
	margin-bottom: 1.3em;
	
}
.sideBorder p {
	margin-left: 0.5em;
}
.single-post .post-1792 .post_thumbnail {
	display: none;
}
.post-1920 .gallery-columns-3 .gallery-item {
    width: 31%;
    height: auto;
    padding: 20px 2% 20px 0;
}

/***** Ubermenu Tab Styles *****/
.ubermenu.ubermenu-main .ubermenu-submenu .ubermenu-tab.ubermenu-active > .ubermenu-target {
	color:#fff !important;
}
.ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-text {
    padding-left: 0px !important;
    padding-top: 5px !important;
    clear: both !important;
}
.ubermenu.ubermenu-main .ubermenu-tabs-group .ubermenu-item-header.ubermenu-item-has-children > .ubermenu-target {
/* removes custom padding around individual menu items, all of first tab group and first menu item */
	padding-top: 9px  !important;
    padding-bottom: 9px  !important;
    border-bottom: 0px solid #bc985b  !important;
}

/***** Blog Sidebar Fix Styles *****/
.sidebar-area iframe {
	max-width: 100%;
}
@media all and (min-width: 992px) {
	.single-post .col-md-9 {
	    width: 70%;
	}
	.single-post .col-md-3 {
	    width: 27%;
	}	
}
@media all and (min-width: 1200px) {
	.single-post .col-lg-9 {
	    width: 70%;
	}
	.single-post .col-lg-3 {
	    width: 27%;
	}
}

/***** Brochures Page *****/
.post-357 .vc_row {
    margin-bottom: 50px;
}

/***** New Form Styles *****/
.lead-entry-form, .contact-form-wrapper {
	max-width: 600px;
}
.contact-form-wrapper ul li:before {
	display: none;
}
#nf-form-9-cont .field-wrap input[type=button] {
    background: #eb0726;
    color: #fff;
    border: none;
    padding: 10px 25px;
    transition: all .5s;
    border-radius: 5px;
}
#nf-form-9-cont .field-wrap input[type=button]:hover, #nf-form-9-cont .field-wrap input[type=button]:focus, #nf-form-9-cont .field-wrap input[type=button]:active {
	background: #ad051c;
}
.nf-form-wrap button, html .nf-form-wrap input[type="button"], .nf-form-wrap input[type="submit"] {
  padding: 10px 25px;
  color: #fff;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);
  border-radius: 5px;
  background-color: #000000;
}
.nf-form-wrap button:hover, html .nf-form-wrap input[type="button"]:hover, .nf-form-wrap input[type="submit"]:hover, .nf-form-wrap button:active, html .nf-form-wrap input[type="button"]:active, .nf-form-wrap input[type="submit"]:active, .nf-form-wrap button:focus, html .nf-form-wrap input[type="button"]:focus, .nf-form-wrap input[type="submit"]:focus {
  background-color: #333333;
}

/***** Email Form Styles *****/
#nf-form-11-cont .label-above .nf-field-label {
    margin-bottom: 2px;
}
#nf-form-11-cont #ninja_forms_required_items, #nf-form-11-cont .nf-field-container {
    margin-bottom: 12px;
}
#nf-form-11-cont .nf-form-fields-required {
	display: none;
}
#nf-form-11-cont .nf-field-label label {
    font-weight: 400;
}
#nf-form-11-cont .field-wrap input[type=button] {
    background: #eb0726;
    color: #fff;
    border: none;
    padding: 10px 25px;
    transition: all .5s;
    border-radius: 5px;
}
#nf-form-11-cont .field-wrap input[type=button]:hover, #nf-form-11-cont .field-wrap input[type=button]:focus, #nf-form-11-cont .field-wrap input[type=button]:active {
	background: #ad051c;
}
#nf-form-11-cont .submit-wrap, #nf-form-11-cont .submit-container {
	margin-bottom: 0 !important;
}
#nf-form-11-cont .nf-input-limit {
    margin-top: 0;
}
#nf-form-11-cont .nf-after-field .nf-error-msg {
    font-size: 15px;
	line-height: 1;
}
#nf-form-11-cont .field-wrap {
    margin-bottom: 3px !important;
}
#nf-form-11-cont .nf-field-element textarea {
    height: 120px;
}

/*** Gravity Form Styles (Employment Form) ***/
.gform_wrapper {
	max-width: 600px;
}
.gform_wrapper legend {
    border-bottom: none;
}
.gform_wrapper input[type="submit"] {
    background: #eb0726;
    color: #fff;
    border: none;
    padding: 10px 25px;
    transition: all .5s;
    border-radius: 5px;
	font-size: 18px;
	font-weight: 600;
}

/***** Tour Page Styles /tours *****/
.tours-image-desc {
  	font-size:22px;
	border-left-width: 4px !important;
    padding-left: 10px !important;
    border-left-color: #bc985b !important;
    border-left-style: solid !important;
}
.tours-image-desc p {
	line-height:1.2!important
}

/***** Image Caption Styles *****/
.wp-caption-text {
	font-style:italic;
	color:rgb(127,127,127);
}

/***** Blog Post styling /13-countries-gather-for-unitas-lx-60th-edition-a-multinational-maritime-exercise-in-brazil *****/
.postid-3654 .stm_post_details ul li {
	margin-left: 0px;
}
.postid-3654 .stm_post_details ul {
	width:100%
}
.postid-3654 .stm_post_details ul li:before {
	content: none;
	margin-right:0px;
}

.entry-title-left .entry-title {
	vertical-align: baseline;
}

body.skin_custom_color .container .page-numbers .page-numbers.current, body.skin_custom_color .container .page-numbers .page-numbers:hover, body.skin_custom_color .container .page-numbers .page-numbers:focus, body.skin_custom_color .container .page-numbers .page-numbers:active {
	background: #000000;
	color: #fff;
}
body .page-numbers .page-numbers {
	line-height: 23px;
}
body .pp-multiple-authors-layout-boxed .multiple-authors-links a, body .pp-multiple-authors-layout-centered .multiple-authors-links a {
	background: #000000;
}
body .pp-multiple-authors-layout-boxed .multiple-authors-links a:hover, body .pp-multiple-authors-layout-boxed .multiple-authors-links a:focus, body .pp-multiple-authors-layout-boxed .multiple-authors-links a:active, body .pp-multiple-authors-layout-centered .multiple-authors-links a:hover, body .pp-multiple-authors-layout-centered .multiple-authors-links a:focus, body .pp-multiple-authors-layout-centered .multiple-authors-links a:active{
	background: #333;
	color: #fff;
}
body .entry-header .entry-title .h2::before {
  background: #bc985b;
}
.single .sidebar-area .widget.widget_recent_entries ul li {
	padding: 10px 0 10px 20px;
	margin: 0;
}
.single .sidebar-area .widget.widget_recent_entries ul li::before {
	top: 7px;
}
.widget_categories {
	border-color: #bc985b;
}
/* XP Shelter System */
.page-id-373 .vc-gitem-zone-height-mode-auto:before {
    padding-top: 70%;
}
.page-id-373 .vc_grid.vc_row .vc_grid-item {
    padding-bottom: 0px !important;
/*     padding-top: 20px!important; */
}
/* Arctic Shelter System */
.page-id-9172 .vc_gitem-zone {
    overflow: visible;
}
.page-id-9172 .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title div {
    font-size: 14px!important;
    color: #474747!important;
    font-weight: 400 !important;
    text-align: left !important;
}
.page-id-9172 .vc_gitem_row .vc_gitem-col {
    padding-left: 0!important;
    padding-right: 0!important;
}
.page-id-9172 .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
    height: 250px;
}
.page-id-9172 .vc_gitem-animated-block.vc_gitem-animate.vc_gitem-animate-slideTop {
    overflow: visible!important;
}
.page-id-9172 .vc_gitem-animate-slideTop .vc_gitem-zone-b {
    top: 0px!important;
	padding-top: 220px !important; 
}

/*Hide Employment page*/
.posts_grid ul li#post-4158.post-4158.page.type-page.status-publish.hentry{
	display:none;
}
.page-id-4158 .entry-header .entry-title-left{
	height:145px;
}

.supplier-msg {
	text-transform: uppercase;
    border-left: 3px solid #bc985b;
    padding-left: 10px;
	font-weight: bold;
}

/*Mobile Style of p tag*/
@media screen and (max-width:768px){
	#main p{
		font-size:19px;
		margin-right: 15px;
	}
}

/* getting rid of menu toggle on mobile */
@media only screen and (max-width: 991px){
	#header{
		min-height:0px !important;
	}
}
@media screen and (max-width:959px){
	.ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper{
		display:block !important;
		position:absolute;
	}
}
@media all and (max-width:991px) and (min-width: 768px) {
	.mobileplbutton {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media only screen and (max-width: 768px){
	#header{
		min-height:0px !important;
	}
	.header_info .top_nav_mobile{
		display:block !important;
	}
   #menu_toggle button {
	display:none;
	}
	.ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper{
		color:#ffffff !important;
	}
	.icon_text.clearfix .text a{
		color:#eb0726 !important;
	}
}

/*** WPML Menu English US / CA / GB ***/
#menu-item-wpml-ls-2-en .ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
    max-height: none;
    display: block;
    float: none;
    position: relative;
    min-width: 150px;
    clear: both;
}
/* Shrink submenu container width */
#menu-item-wpml-ls-2-en ul.ubermenu-submenu.ubermenu-submenu-id-wpml-ls-2-en.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    position: relative;
}
#menu-item-wpml-ls-2-en-ca ul.ubermenu-submenu.ubermenu-submenu-id-wpml-ls-2-en-ca.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    position: relative;
}
#menu-item-wpml-ls-2-en-gb ul.ubermenu-submenu.ubermenu-submenu-id-wpml-ls-2-en-gb.ubermenu-submenu-type-auto.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    position: relative;
}
/* Padding adjustment top nav items */
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
	padding-top: 25px!important;
	padding-left: 20px!important;
    padding-right: 20px!important;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
	right: 7px!important;
}
/* Reposition submenu items vertically */
li#menu-item-wpml-ls-2-en-ca, li#menu-item-wpml-ls-2-en, li#menu-item-wpml-ls-2-en-gb {
    float: none;
}
/* Remove 'Search' text that appears in widget area above search form added from WPML */
h2.rounded {
    display: none;
}
.nav-widget-area .rounded {
    display: none !important;
}
/* Limit nav container from expanding downward when hovering over language switcher menu item */
nav#ubermenu-main-2-primary_menu {
    max-height: 64px;
}
/* Remove other language switcher menu, all text, near phone numbers */	
div#stm_wpml_lang_switcher {
    display: none;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom:0;
}
img.wpml-ls-flag {
    margin: 0 2px 2px 0;
}
@media only screen and (max-width: 1199px) and (min-width: 768px) {
	.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
		padding-left: 14px!important;
		padding-right: 14px!important;
	}
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
		right: 2px!important;
	}
}
/*** Ninja Forms ***/
/* Hides Honeypot Message */
.nf-form-hp { 
    display: none;
}

/** Author Module **/
.pp-multiple-authors-wrapper ul li:before {
	display: none;
}

.pp-multiple-authors-wrapper ul li div:first-child {
	margin-bottom: 15px; 
}

.pp-multiple-authors-wrapper .multiple-authors-description {
	font-size: .9em;
}

.row-center-content.wp-block-columns .wp-block-column:last-child {
	display: flex;
	flex-direction: column; 
	justify-content: center; 
}
.author_alaska-structures .multiple_authors_guest_author_avatar.avatar{
	border-radius: 0%;
}
/* Brochures Page */
.page-id-357 #wrapper {
	overflow: visible;
}
/***** 3000 Watt LED light tower product page *****/
@media all and (max-width: 767px) {
	.light-tower-3k-img-col {
		margin-top: 35px!important;
	}
}
/* Remove author from press releases */
.category-press-releases .pp-multiple-authors-wrapper {
	display: none;
}
/***** Social Sub-footer *****/
.sub-footer-wrapper {
	display: block;
	padding: 7px;
	clear: both;
}
.social-sub-footer {
	padding: 0;
    margin: 0 !important;
    list-style-type: none;
	text-align: center;
}
.social-sub-footer span {
	margin-left: 0.4em;
}
.social-sub-footer-item {
	display: inline-block;
}
li.social-sub-footer-item {
	padding: 5px 10px 6px;
}
/***** Tracs page *****/
@media all and (max-width:600px){
	.tracsTableWrapper {
		overflow-x: auto;
	}
}

/***** Headers as Style *****/
.h1{
    font-size:30px;
}
.h2{
    font-size:24px;
}
.h3{
    font-size:22px;
}
.h4{
    font-size:16px;
}
.h5{
    font-size:14px;
}
.h6{
    font-size:13px;
}

/*** Homepage Redesign ***/
.wpb_single_image.vc_align_left.bottom-left-caption {
    margin-bottom: 0;
}
.wpb_single_image.bottom-left-caption .vc_figure {
    position: relative;
}
.wpb_single_image.bottom-left-caption .vc_figure-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 10px;
    max-width: 400px;
    text-align: right;
    font-style: italic;
    opacity: 0.8;
	line-height: 1.2;
}
.image-description {
    background: #000000;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px !important;
}
.home h1 {
    font-size: 32px;
}
body .vc_btn3.vc_btn3-color-sandy-brown, body .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat {
    background-color: #bc985b;
}
body .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:focus, body .vc_btn3.vc_btn3-color-sandy-brown.vc_btn3-style-flat:hover, body .vc_btn3.vc_btn3-color-sandy-brown:focus, body .vc_btn3.vc_btn3-color-sandy-brown:hover {
	background-color: #000000;
}
.wpb_content_element.home-description-text ul {
    margin-left: 40px;
}
.home .vc_btn3.vc_btn3-size-lg {
	font-size: 18px;
	padding: 12px 20px;
}
.benefits-box h2 {
    font-size: 24px;
    line-height: 1.2;
    background: #ebebeb;
    padding: 10px;
	margin-bottom: 0;
}
.benefits-box h2:before {
    display: none;
}
.wpb_content_element.benefits-box ul li {
    border-top: 1px solid #ebebeb;
    padding: 10px 0 10px 40px;
    margin: 0;
}
.wpb_content_element.benefits-box ul li:first-of-type {
    border-top: none;
}
.wpb_content_element.benefits-box ul li ul li:first-of-type {
    border-top: 1px solid #ebebeb;
}
.wpb_content_element.benefits-box ul li:last-of-type {
    border-bottom: 1px solid #ebebeb;
}
.wpb_content_element.benefits-box ul li ul li:last-of-type {
    border-bottom: none;
	padding-bottom: 0;
}
.wpb_content_element.benefits-box ul li ul li {
    margin-left: -40px;
    padding-left: 70px;
}
.text_block.benefits-box ul li:before, .wpb_content_element.benefits-box ul li:before {
    content: '\f058';
    font-size: 20px;
    top: 10px;
	left: 10px;
}
.wpb_content_element.benefits-box ul li ul li:before {
    left: 40px;
}
body .testimonials_module .testimonial-image {
    border-radius: 0;
    margin: 0 30px 0 0;
}
.testimonial-text h2 {
	color: #fff;
	font-size: 28px;
}
.testimonial-text h2:before {
	margin-top: 0;
	margin-bottom: 15px;
}
.testimonial-content {
	color: #fff;
}
.testimonial-content p {
	line-height: 1.5;
}
.testimonial-content p:last-of-type {
	margin-bottom: 0;
}
.testimonial-content a {
	color: #bc985b;
}
body.skin_custom_color .container .testimonial-content a:hover, body.skin_custom_color .container .testimonial-content a:focus, body.skin_custom_color .container .testimonial-content a:active {
	color: #fff;
}
body .testimonials_module .testimonial-text {
    padding-top: 0;
	padding-right: 25px;
}
body .testimonials_module .testimonial-info {
    padding: 20px 3px;
}
body .testimonials_module {
    background-color: #000000;
	margin: 0;
}
.slick-prev, .slick-next {
	background: #bc985b;
	border: none;
	color: #fff;
	font-size: 32px;
	position: absolute;
	top: calc(50% - 35px);
	height: 75px;
	transition: all 0.5;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
body .slick-track {
    display: flex;
    align-items: center;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus, .slick-prev:active, .slick-next:active {
	background: #bc985b;
}
.testimonials_carousel:not(.slick-initialized) {
    display: none;
}
body .product-gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin: 0;
	width: 25%;
	height: 200px;
}
body .product-gallery .wpb_image_grid .wpb_image_grid_ul {
    width: 100%;
}
.product-gallery .wpb_image_grid .wpb_image_grid_ul a {
    height: 100%;
    width: 100%;
}
.product-gallery .wpb_image_grid .wpb_image_grid_ul img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-gallery-caption {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 25px 10px 10px 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-weight: normal;
    font-size: 16px;
	transition: all 0.75s;
    opacity: 0;
	visibility: hidden;
}
.product-gallery-caption:before {
	content: '';
	height: 5px;
	width: 50px;
	background: #bc985b;
	position: absolute;
	top: 10px;
}
.product-gallery-caption i {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #bc985b;
    color: #fff;
    padding: 5px;
    font-size: 24px;
    line-height: 100%;
    width: 10px;
}
.product-gallery-caption i:before {
    top: calc(50% - 12px);
    position: absolute;
	right: 5px;
}
.product-gallery li:hover .product-gallery-caption, .product-gallery li:focus .product-gallery-caption, .product-gallery li:active .product-gallery-caption {
	opacity: 1;
	visibility: visible;
}
#footer .textwidget, #footer .widget_nav_menu {
	text-align: center;
}
#footer .textwidget a {
	color: #333333;
	font-weight: normal;
}
#footer .widget.widget_text p {
    margin-bottom: 0;
    margin-top: 15px;
}
.widget.footer_widgets .widget_title h4 {
    color: #91713B;
	text-transform: none;
}
.widget_recent_entries h4 {
	display: none;
}
#footer .widget_nav_menu li:before {
	display: none;
}
#footer .widget.footer_widgets ul li {
    margin-bottom: 0;
}
#footer .footer_wrapper {
    padding: 0 0 20px 0;
}
#footer .copyright {
	text-align: center;
}
@media all and (max-width: 767px) {
	body .testimonials_module .testimonial-image {
		width: 100%;
		max-height: 300px;
	}
	.slick-initialized .testimonials_module.slick-slide img {
		width: auto;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		margin-bottom: 30px;
	}
	body .testimonials_module .testimonial-text {
		padding-left: 25px;
	}
	body .product-gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width: 50%;
	}
	.home .product-gallery img {
		margin-top: 0;
	}
}
@media all and (max-width: 479px) {
	body .product-gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width: 100%;
	}
}

/** Header alignment fix **/
.header_top>.container {
    display: grid;
    grid-template-columns: 0 50% 50%;
	align-items: center;
}

/* General Styling */
.light-text, .light-text h2 {
	color: #fff;
}
.wpb_single_image.centered-caption .vc_figure-caption, .centered-caption p {
	text-align: center;
	font-style: italic;
	font-size: 16px;
}
h2.top-heading:before {
	margin-top: 0;
}

/*** Hover Box Styles ***/
.hover-box-grid {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.hover-box-container {
	position: relative;
	overflow: hidden;
}
.wpb_content_element img.hover-box-image {
	height: 250px;
	width: 100%;
	object-fit: cover;
}
.hover-box-content {
	position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
    padding: 15px;
	transform: translateY(90px);
	transition: all 1s;
}
.hover-box-title {
	color: #fff;
    font-size: 18px;
	line-height: 1;
    font-weight: normal;
	margin-bottom: 10px;
	padding-right: 40px;
}
h2.hover-box-title:before {
    margin-top: 0;
    margin-bottom: 10px;
}
.hover-box-description {
	color: #bc985b;
    font-size: 16px;
}
.button-container {
	text-align: center;
	margin-bottom: 0;
}
.hover-box-button {
	background: #91713B;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
	display: inline-block;
	transition: all 0.5s;
}
body.skin_custom_color .container a.hover-box-button:hover, body.skin_custom_color .container a.hover-box-button:active, body.skin_custom_color .container a.hover-box-button:focus {
	color: #fff;
	background: #bc985b;
}
.hover-arrow-icon {
	width: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
}
.hover-box-container:hover .hover-box-content, .hover-box-container:focus .hover-box-content, .hover-box-container:active .hover-box-content {
	transform: translateY(0px);
}
.hover-box-container:hover .hover-arrow-icon, .hover-box-container:focus .hover-arrow-icon, .hover-box-container:active .hover-arrow-icon {
	display: none;
}
@media all and (max-width: 1199px) {
	.hover-box-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media all and (max-width: 991px) {
	.hover-box-content {
		padding: 15px 12px;
	}
}
@media all and (max-width: 768px) {
	.hover-box-grid {
		grid-template-columns: 1fr;
	}
	#main p.hover-box-description {
		font-size: 16px;
	}
}
@media all and (max-width: 479px) {
	.hover-box-content {
        position: static;
        transform: none;
        background: #000;
    }
	.hover-box-title {
		line-height: 1.25;
	}
	.hover-arrow-icon {
		display: none;
	}
}

/* Price List Page */
.wp-block-button__link.pdf-btn {
    background-color: #000;
}

/* Two Column Gallery */
body .two-col-gallery .vc_grid.vc_row .vc_grid-item {
    padding-bottom: 5px !important;
}

/* Image Galleries */
body .no-padding-gallery .vc_grid.vc_row .vc_grid-item {
    padding-bottom: 0 !important;
}
body .small-padding-gallery .vc_grid.vc_row .vc_grid-item {
    padding-bottom: 5px !important;
}

/*** Navigation Updates ***/
.header_top {
	border-top: 10px solid #bc985b;
	padding: 0;
}
.header_top>.container {
    grid-template-columns: 0 30% 70%;
	align-items: stretch;
}
.logo {
    padding: 10px 0;
}
.logo img {
    max-width: 100%;
}
.header-top-bar-menu {
	margin-left: 20px;
	display: flex;
    justify-content: end;
}
.ubermenu-main.ubermenu-loc-top-bar-menu {
	background: #bc985b;
	z-index: 101;
}
.ubermenu.ubermenu-main li.ubermenu-item {
	position: relative;
}
.ubermenu-main li.ubermenu-item-level-0::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 13px;
}
.ubermenu-main li.ubermenu-item-level-0::after {
  top: 10px;
  background-color: #bc985b;
}
.ubermenu-main.ubermenu-loc-top-bar-menu li.ubermenu-item-level-0::after {
  top: 7px;
  background-color: #fff;
}
.ubermenu-main li:last-of-type::after {
  display: none;
}
.astm-search-menu {
	float: left;
    padding: 2px 15px 0 15px;
}
.astm-search-menu.is-menu a:hover path.search-icon-path, .astm-search-menu.is-menu a:focus path.search-icon-path, .astm-search-menu.is-menu a:active path.search-icon-path  {
    fill: #000;
}
.is-form-style.is-form-style-3 label {
    width: calc(100% - 42px) !important;
}
.is-form-style input.is-search-input {
	font-size: 16px !important;
}
.is-form-style input.is-search-input {
	height: 42px;
}
.is-form-style button.is-search-submit {
    height: 42px;
	width: 42px;
}
.is-menu.is-dropdown form {
    top: calc(100% + 3px);
}
.header_top .icon_text {
    float: none;
	display: flex;
    justify-content: end;
	margin-top: 10px;
	margin-left: 20px;
}
.icon_text .icon {
	float: none;
}
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding: 10px 11px !important;
}
.ubermenu-main.ubermenu-loc-top-bar-menu .ubermenu-item-level-0 > .ubermenu-target {
    padding: 7px 15px !important;
}
nav.ubermenu-main.ubermenu-loc-top-bar-menu .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
	color: #fff;
}
.ubermenu-main .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target {
    padding-right: 18px !important;
}
.ubermenu-main.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    right: 6px;
	font-size: 12px;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop {
    width: 280px;
}
.ubermenu.ubermenu-loc-top-bar-menu .ubermenu-item .ubermenu-submenu-drop {
    width: 250px;
}
body .ubermenu-main .ubermenu-item-normal > .ubermenu-target, .ubermenu-main .ubermenu-submenu .ubermenu-target {
    padding: 7px 9px;
}
@media all and (min-width: 1200px) {
	.top_nav_mobile {
		display: none;
	}
}
@media all and (max-width: 1199px) {
	.mobile_header {
    	display: block;
	}
	#header .header-top-bar-menu, #header .top_nav {
		display: none;
	}
	.header-contact-container {		   
    	display: flex;
		align-items: center;
    	justify-content: end;
	}
	#header .header_top .icon_text {
        margin: 10px 0 5px 20px;
    }
	.top_nav_mobile {
		background: #000000;
	}
	body.skin_custom_color a.ubermenu-responsive-toggle-main, body.skin_custom_color a.ubermenu-responsive-toggle-main:hover, body.skin_custom_color a.ubermenu-responsive-toggle-main:active, body.skin_custom_color a.ubermenu-responsive-toggle-main:focus {
		color: #fff;
	}
	.ubermenu-main li.ubermenu-item-level-0::after {
		display: none;
	}
	body .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target, body .ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
		font-size: 16px;
	}
	body .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target, body .ubermenu-main .ubermenu-submenu .ubermenu-target {
		padding: 14px 18px !important
	}
	.ubermenu.ubermenu-main li.ubermenu-item {
		position: static;
	}
}
@media only screen and (max-width: 768px) {
    body #header .header_top {
        display: block;
    }
	.header_top>.container {
		grid-template-columns: 0 40% 60%;
	}
	.icon_text .text {
		font-size: 18px;
	}
}
@media all and (max-width: 479px) {
	.icon_text .text {
		font-size: 16px;
	}
	.icon_text .icon {
		font-size: 22px;
		margin-right: 7px;
	}
	.header_top>.container {
    	grid-template-columns: 0 45% 55%;
	}
	#header .header_top .icon_text {
        margin-left: 15px;
    }
}
@media all and (max-width: 350px) {
	.icon_text .text {
		font-size: 15px;
	}
}

/*** Accordions ***/
.vc_tta.vc_general h2.vc_tta-panel-title:before, .vc_toggle_title>h4:before {
	display: none;
}
body .vc_tta .vc_tta-controls-icon {
    height: 15px;
    width: 15px;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after, body .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon:after, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon:before {
	border-color: #bc985b;
}
body .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
	border-width: 4px 0 0;
}
body .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
	border-width: 0 0 0 4px;
}
.vc_tta.vc_general h2.vc_tta-panel-title {
	font-size: 24px;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active h2.vc_tta-panel-title>a, body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #000;
}
body .vc_tta.vc_general .vc_tta-panel-body {
	padding: 30px 20px;
}
.vc_tta-panel-body .wpb_text_column.wpb_content_element {
	margin-bottom: 20px;
}
body .vc_toggle_title>h4 {
	font-size: 18px;
}
body .vc_toggle_default .vc_toggle_icon {
    background: #bc985b;
    border: 1px solid #bc985b;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
    width: 12px;
}
body .vc_toggle_default .vc_toggle_icon:before {
    border: 1px solid #bc985b;
}
body .vc_toggle_default .vc_toggle_icon:after, body .vc_toggle_default .vc_toggle_icon:before {
	background: #bc985b;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon:before {
    height: 12px;
}
hr.short-divider {
	border-top: 2px solid #bc985b;
    width: 50px;
    margin-left: 0;
}
.vc_tta-panel-body .vc_do_toggle {
    margin-bottom: 22px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 0;
}
.vc_toggle_content p:last-child {
	margin-bottom: 0;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-right: 24.2px;
}

/* Hide post featured image */
.postid-11361 .post_thumbnail {
	display: none;
}