/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*gitStgFlag 1*/
/*************** ADD CUSTOM CSS HERE.   ***************/
/********************************************************************************************************* Fonts */
@font-face {
    font-family: 'expansivabold_italic';
    src: url('/fonts/expansiva_bold_italic-webfont.woff2') format('woff2'),
         url('/fonts/expansiva_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'expansivabold';
    src: url('/fonts/expansiva_bold-webfont.woff2') format('woff2'),
         url('/fonts/expansiva_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'expansivaregular';
    src: url('/fonts/expansiva-webfont.woff2') format('woff2'),
         url('/fonts/expansiva-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/********************************************************************************************************* Universal */
/**** hyperlink styling ***/

.woocommerce-tabs .tab-panels #tab-description a,
.woocommerce-tabs .tab-panels #tab-cust_tab4_specs a,
.woocommerce-tabs .tab-panels #tab-cust_tab_videos a,
.single-product .product-short-description a{
 color: #0674b7 !important;
 font-weight: bold !important;
}
.woocommerce-tabs .tab-panels #tab-description a:hover,
.woocommerce-tabs .tab-panels #tab-cust_tab4_specs a:hover,
.woocommerce-tabs .tab-panels #tab-cust_tab_videos a:hover,
.single-product .product-short-description a:hover
{
 color: #0674b7;
 text-decoration: underline !important;
 font-weight: bold !important;
}

.univ-font-expansiva{
	    font-family: 'expansivaregular';
}

.univ_cust_specLabel{
	font-weight: bold;
}
.univ-row-page-hdr-1{

}
.univ-btn-1 a{
	background-color: #fce444 !important;
	font-weight: bold;
}


h1{
	text-transform:  uppercase !important;
		font-size: 2.4em !important;
			line-height: 1.1em !important;
}

h2{
	font-size: 2.1em !important;
	line-height: 1.1em !important;
}
h2{
	font-size: 1.8em !important;
	line-height: 1.1em !important;
}

/********************************************************************************************************* Interface */
.loading-spin {
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
	    border-color: #24b10d !important;
		border-left: 3px solid #e2e2e2!important;
}
#header-newsletter-signup .overlay{
	background-color: rgba(0, 0, 0, 0) !important;
}
#header-newsletter-signup h3{
	color: #232323 !important;
}
#header-newsletter-signup  .is-border{
	border-color: rgba(6, 6, 6, 0.336) !important;
}
#header-newsletter-signup .frm_forms .frm_message{
	border: 0 !important;
	background-color: #dff0d800 !important;
	color: #232323 !important;
}
#header-newsletter-signup .frm_forms .frm_message p{
	color: #232323 !important;
}
#top-bar .custTopBarHTML{
	font-size: 12.8px !important;
}
/********************************************************************************************************* HEADER, navs */

#header{
	margin-bottom: -1px !important;
}
.header-block .vc_tta-container {
	margin-bottom: -1px !important;
}
.header-block .vc_tta-container .vc_tta-panel-title{
	   font-size: 0.8em !important;
	   line-height: .7em !important;
}

.header-nav-main .nav-dropdown li>a{
	font-weight: 600 !important;
}
.header-nav-main .nav-dropdown li>a:hover{
	font-weight: 600 !important;
}
.xxxnav-dropdown{
	min-width: 600px !important;
}
.header-nav .nav-dropdown #menu-item-27094>a,
.header-nav .nav-dropdown #menu-item-27095>a
 {
	display: none;
}
.nav-dropdown{
    max-height: calc(100vh - 100px) !important;
    overflow-y: auto !important;
	display: block !important;
}
.header-nav-main .menu-item-27088 > ul{
	margin-left: -100px !important;
}





/**************** Set new breakpoints for anniv logo***********************/
@media (min-width: 1001px){
	.show-for-medium {
		display: none !important;
	}

}

@media (max-width: 1000px){
	.hide-for-medium {
		display: none !important;
	}
}

@media screen and (max-width: 1000px){
	.show-for-medium.flex-right,
	.show-for-medium.flex-left
	{
		display: block !important;
	}
	.show-for-medium.flex-left {
		display: block !important;
		-ms-flex-order: 1;
		order: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
	}
	.medium-logo-center .logo {
		-ms-flex-order: 2;
		order: 2;
		text-align: center;
		margin: 0 15px;
	}
	.show-for-medium.flex-right {
		display: block !important;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		-ms-flex-order: 3;
		order: 3;
	}

}


@media (max-width: 1000px){
	.header-bottom.wide-nav.show-for-medium,
	.header-bottom.wide-nav.show-for-medium .flex-col.show-for-medium.flex-grow
	{
		display: block !important;
	}
}


@media screen and (max-width: 1000px){
	xxx.medium-logo-center.flex-right{

	}
}





/****************************************************************************************** SEARCH*/
.autocomplete-suggestion{
	cursor: pointer;
}

/****************************************************************************************** pages*/
.back-to-top {
    bottom: 45px !important;
  }
.page-title .page-title-inner {
	padding: 15px !important;
}
.page-title .entry-title {
    font-family: 'expansivaregular';
}

/*  page title height override */
.page-title-inner{}
.page-wrapper{
	padding-top: 0 !important;
}
.featured-title{
	background-color: #222 !important;
}
 .title-bg{
	/*background-attachment: fixed !important;*/
}
.place-card .review-box{
    display:none !important;
}
/****************************************************************************************** cat pages*/
.category-page-title .is-large{
	font-size: .8em !important;
}
.cust_subCatSep{
	width: 100%;
	margin-bottom: 30px;
}

.cust_SubCatLoopTitle{
	font-weight: bold;
    font-size: 1.5em;
}
.cust_ProdLoopTitle{
	font-weight: bold;
    font-size: 1.5em;
}
/*archive tax-product_cat term-0-test term-6020 logged-in woocommerce woocommerce-page*/

.custSku {
	display: block;
}
.cust_outOfStock_loop{
  display: block;
  font-weight: bold;
  color: #4ebb22;
}
.cust_DiscontinuedProd_loop{
	display: block;
	color: #f00;
  font-weight: bold;
}
.cust_preorderProd_loop{
	display: block;
	color: #4ebb22;
  font-weight: bold;
}
.cust_profInstall_loop{
	display: block;
	color: #4ebb22;
  font-weight: bold;
}
/*code: DEV*/
.archive.tax-product_cat.woocommerce .cust_hideInLoop{
 display:none;
}

.product-lightbox.lightbox-content xxx.cust_showInProdLightbox{
	display: block !important;
}

/*end code:DEV*/
/****************************************************************************************** product pages*/
/*code:DEV*/
.cust_DigitalItem{
 font-size: 2em;
}
/*end code:DEV*/
.cust_preorderItem, .cust_preorderItem a{
	font-size: 1.5em;
	font-weight: bold !important;
	color: #4ebb22;
}
.cust_preorderItem a:hover{
	font-size: 1.5em;
	font-weight: bold !important;
	color: #4ebb22;
}
.cust_DiscontinuedProd,
.cust-UnavailableProd
{
	font-size: 2em;
	font-weight: bold !important;
	color: #f00;
}

.cust_profInstall, .cust_profInstall a{
	font-size: 1.5em;
	font-weight: bold !important;
	color: #4ebb22;
}

.cust_metaDataSheetLink{
  /*display: inline-block !important;*/
  border-top: none !important;
  font-size: 1.2em;
  line-height: 1em;
  display: block;
  padding: 5px 0;
  /* color: #0674b7 !important;*/
}
.cust_metaDataSheetLink>a{
  color: #0674b7 !important;
  font-weight: bold;
}
.cust_metaDataSheetLinkSectionTitle{
 font-weight: bold;
 font-size: 1.2em;
}
#cust_metaDataSheetLinkSectionWrapper{
 display: block;
 padding-bottom: 10px;
}
.single-product .stock.out-of-stock{
 font-size: 2em !important;
 color: #4ebb22;
}

.out-of-stock-label{
  display: none;
}

.image-tools .cart-icon {

    /* left: 10px; */
    margin: 0 !important;
	left: 0 !important;
    bottom: 32px !important;
}
.product-page-title .is-large{
	font-size: .8em !important;
}
.product-short-description  ul > li{
	margin-bottom: 0em !important;
}
.wishlist-icon,
.yith-wcwl-add-to-wishlist
{
	display: none !important;
}
.product-images .wishlist-icon{
	display: none !important;
}
.single-product .category-filtering,
.post-type-archive-product .category-filtering{
	display: none;
}
.product-images .flickity-viewport{
	max-height: 510px !important;
}
.product-small .quick-view{
	    color: #262626;
}
.product-category .box-text{
	    /*background-color: #fce444 !important;*/
}
.product-tabs li.active{
	    background-color: #fff472 !important;
}
.product-tabs li{
    padding: 0 5px !important;
}
.tab-panels ul>li{
	margin-bottom: 0 !important;
}
.woocommerce-tabs #tab-description h2{
	text-transform: uppercase;
}


/****************   cust spec groupng *************************/
.woocommerce-tabs #tab-cust_tab4_specs .cust_specGrouping{
	margin-bottom: 1em;
}

/* Data Table Cust Field **************************************************/
.woocommerce-tabs #tab-cust_tab4_specs .univ_cust_specLabel.datatable_title{
	margin-bottom: 20px !important;
	display: block;
}
.woocommerce-tabs #tab-cust_tab4_specs h2.wpdt-c{
	font-size: 1em !important;
	margin-bottom: -10px !important;
	font-weight: 300 !important;
}
.woocommerce-tabs #tab-cust_tab4_specs .cust_specGrouping .wpDataTables.wpDataTablesWrapper{
	overflow-x: auto !important;
}
.woocommerce-tabs #tab-cust_tab4_specs .cust_specGrouping .wpDataTable.dataTable{
	float: left;
	/*min-width: 500px;*/
	width: initial;
}
/* End - Data Table Cust Field **************************************************/


li.additional_information_tab{
	display: none !important;
}

.product-footer>.container> section.up-sells{
	/*display: none;*/
}
.custSku {
	display: block;
}
.woocommerce.single-product section.up-sells h2{
	font-size: 1.25em !important;
	text-transform: uppercase !important;
	padding-top: 15px !important;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
}
.woocommerce.single-product section.up-sells{
	border-top: 1px solid #ececec;
}

.wpDataTablesWrapper div.dt-buttons {
	margin-right: 0 !important;
}

/****************************************************************************************** post */
.single-post .title-bg{
	background-image: none !important;
}

.blog-single .entry-content.single-page{
	    padding-top: 4.5em !important;
}

.blog-archive .archive-page-header{
	    background-color: #262626;
}
.blog-archive .archive-page-header > div > div {
	    height: 250px;
    /*align-items: center;
    display: flex;*/
	padding-bottom: 0 !important;
}
.blog-archive .archive-page-header h1{
	    color: #fff;
		margin-bottom: 0 !important;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/****************************************************************************************** cart checkout pages*/
.my-account .user-id {
	display: none;
}
.page-wrapper.my-account{
	padding-top: 50px !important;
}
.woocommerce-cart.woocommerce-page #pay_with_amazon{
	display: none !important;
}
/*code: DEV->PROD */
.woocommerce-form-coupon-toggle{
 display: none !important;
}
.page-checkout .wc-amazon-checkout-message.wc-amazon-payments-advanced-populated{
 border: 0 solid #f7e253;
 padding: 10px;
 font-weight: 900;
 font-size: 1.3em;
}
.page-checkout .woocommerce-form-login-toggle{
 padding: 10px;
 font-weight: 900 !important;
 font-size: 1.3em !important;
}
/*end code: DEV->PROD */

/* 404 mod */
.error-404.not-found .page-content{
	display: none !important;
}
/* END 404 mod */

/****************************************************************************************** Footer*/

.footer-wrapper{
	background-color: #232323 !important;
}





@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


.woocommerce-page .hideOnFrontend{
	display: none;
}

/**********    Cust Stats Overrides        *******************/
/*need in loop, popup, single product, search */

.woocommerce-page.tax-product_cat{}
.woocommerce-page.single-product{}
.category-page-row{}
.product-lightbox-inner{}
.product-main{}
.live-search-results{}


.shop-container .products.row .cust-profInstall-2,
.shop-container .products.row .cust-preorderItem-2 a,
.shop-container .products.row .cust-callForPriceAndAvail-2,
.shop-container .products.row .cust-discontinuedPrice-2,
.shop-container .products.row .cust-UnavailablePrice,
.shop-container .products.row .cust-moreOnTheWay-2
{
	line-height: 1.3em;
	margin-bottom: .2em;
}

.shop-container .products.row .cust-profInstall-2,
.shop-container .products.row .cust-callForPricing-2,
.shop-container .products.row .cust-prod-price-2
{
	font-weight: bold;
}


.woocommerce-page.single-product .product-main .cust-profInstall-2,
.woocommerce-page.single-product .product-main .cust-preorderItem-2 a,
.woocommerce-page.single-product .product-main .cust-callForPriceAndAvail-2,
.woocommerce-page.single-product .product-main .cust-discontinuedPrice-2,
.woocommerce-page.single-product .product-main .cust-UnavailablePrice,
.woocommerce-page.single-product .product-main .cust-moreOnTheWay-2,
.woocommerce-page.single-product .product-main .cust-DigitalItem-2 a,
.woocommerce-page.single-product .product-main .cust-callForPricing-2,
.woocommerce-page.single-product .product-main .cust-prod-price-2

{
	/*line-height: 1.3em;*/
	/*margin-bottom: .2em;*/
	margin-bottom: -4px;
	font-size: 24px;
	font-weight: bold;
}
.woocommerce-page.single-product .product-main .cust-price-singleProd{
	font-size: 24px;
}



/* single product - variations section*/
.woocommerce-page.single-product .product-main .woocommerce-variation-price .cust-profInstall-2,
.woocommerce-page.single-product .product-main .woocommerce-variation-price .cust-preorderItem-2 a,
.woocommerce-page.single-product .product-main .woocommerce-variation-price .cust-callForPriceAndAvail-2,
.woocommerce-page.single-product .product-main .woocommerce-variation-price .cust-discontinuedPrice-2,
.woocommerce-page.single-product .product-main .woocommerce-variation-price .cust-UnavailablePrice,
.woocommerce-page.single-product .product-main .woocommerce-variation-price .cust-moreOnTheWay-2,
.woocommerce-page.single-product .product-main .woocommerce-variation-price .cust-DigitalItem-2 a,
.woocommerce-page.single-product .product-main .woocommerce-variation-price .cust-callForPricing-2,
.woocommerce-page.single-product .product-main .woocommerce-variation-price .cust-prod-price-2
{
	/*line-height: 1.3em;
	margin-bottom: .2em;*/
	font-size: 24px;
	line-height: 1.6em !important;
	margin-bottom: 0;
}

.woocommerce-variation-price .woocommerce-page.single-product .product-main .cust-price-singleProd{
	font-size: 24px;
}
.woocommerce-variation-price{
	font-size: 1em !important;
}


.cust-profInstall-2{
	display: none;
}
.cust-callForPricing-2,
.cust-callForPriceAndAvail-2{
	color: #4ebb22;
	font-weight: bold;
}
/*
xxx.cust-profInstall-2{

}*/
.cust-preorderItem-2 a{
	display: block;
	color: #4ebb22;
	font-weight: bold;
}
/*
xxx.cust-prod-price-2{

}
xxx.cust-callForPricing-2{

}
xxx.cust-callForPriceAndAvail-2{

}*/
.cust-discontinuedPrice-2,
.cust-UnavailablePrice{
	display: block;
    color: #f00;
    font-weight: bold;
}
.cust-DigitalItem-2{

}
.cust-moreOnTheWay-2{
	display: block;
	font-weight: bold;
	color: #4ebb22;	
}

.autocomplete-suggestion .search-price{
	text-align: right;
}




.statHideInLoop, 
.statHideInPopup, 
.product-main .statHideInSingleProd, 
.live-search-results .statHideInSearch{
	display: none !important;
}

/************************ Hide Related Products Seciont******************************/

.single-product .product-footer .related.related-products-wrapper.product-section{
	display: none;
}

/************************ END Hide Related Products Seciont******************************/

/************************ Cust Stock Alert Btn ******************************/
.autocomplete-suggestions .cust-waitlist-btn{
	display: none !important;
}

.shop-container .products.row .cust-waitlist-btn{
	display: none !important;
}

.cust-waitlist-btn .cust-waitlist-label{
	display: none; /*client request*/
	font-size: .9em;
}
.cust-waitlist-btn{
	margin: 10px 0 !important;
}
.cust-waitlist-btn a{
	padding: 10px 20px !important;
	background-color: #fce444;
	font-weight: bold;
	display: inline-block !important;
}

.footer-widgets.footer.footer-1 .cust-waitlist-btn .cust-waitlist-label{
	display: none !important;
}
.footer-widgets.footer.footer-1 .cust-waitlist-btn{
	display: none;
	margin: 0 0 -8px 0 !important;
}
.footer-widgets.footer.footer-1 .cust-waitlist-btn a{
	font-size: .7em;
	padding: 5px 10px !important;
}

/************************ End Cust Stock Alert Btn ******************************/

.products.row-small .product-small .product-small.box .box-text p.category{
	display: none;
}
.products.row-small .product-small .product-small.box .box-text a.category{
	margin-bottom: -4px;
}

/************************BLOG STYLE****************************************************/
.blog-wrapper.blog-single a{
	color: #0066ff !important;
    text-decoration: none;
    font-weight: 400 !important;
}


/*--------------------- cust spec tables--------------------------*/
.cust_SpecBudleTableWrapper{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	overflow-x: auto;

}
.cust_SpecBudleTableWrapper h2{
	font-size: 1em !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
}
.cust_SpecBudleTableWrapper table{
	/*float: left;*/
    /* min-width: 500px; */
    width: initial;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both !important;
    margin: 0 auto;
    /*width: 100%;
    table-layout: auto;*/
    margin-bottom: 30px;
    overflow: auto;
	display: block;
    position: relative;
}
.cust_SpecBudleTableWrapper table td{
	border: 1px solid;
    border-color: #e0e0e0;
	padding: 3px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/***************************************anti spam order *************************************************/
#popmake-50086 .pum-close.popmake-close{
	display: none !important;
}

@media only screen and (min-width: 10px) {
	#popmake-50086.pum-container{
		/*max-width: 400px !important;*/
		/*margin: 10px !important;*/
		margin-left: auto;
		margin-right: auto;
	}
	#popmake-50086 .with_frm_style .g-recaptcha > div > div{
		border: 0 !important;
		box-shadow: none !important;
	}
	#popmake-50086 .g-recaptcha,
	#popmake-50086 .frm_form_field,
	#popmake-50086 .frm_error{
		text-align: center !important;
	}
	#popmake-50086 .frm_html_container{
		/*max-width: 300px !important;*/
	}
	#popmake-50086 .g-recaptcha > div{
		margin-left: auto !important;
    	margin-right: auto !important;
	}
	#popmake-50086 .pum-title, 
	#popmake-50086 .pum-content,
	#popmake-50086 .frm_submit,
	#popmake-50086 .cust_pum_cancelback{
		text-align: center !important;
		max-width: 100% !important;
	}
	#popmake-50086 .cust_pum_cancelback{
		margin-top: 30px !important;
		font-weight: bold;
	}
}

/***************************************END anti spam order *************************************************/

/*--------------------- cust overview tab tables--------------------------*/
.cust_OverviewBudleTableWrapper{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	overflow-x: auto;

}
.cust_OverviewBudleTableWrapper h2{
	font-size: 1em !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;
}
.cust_OverviewBudleTableWrapper table{
	/*float: left;*/
    /* min-width: 500px; */
    width: initial;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both !important;
    margin: 0 auto;
    /*width: 100%;
    table-layout: auto;*/
    margin-bottom: 30px;
    overflow: auto;
	display: block;
    position: relative;
}
.cust_OverviewBudleTableWrapper table td{
	border: 1px solid;
    border-color: #e0e0e0;
	padding: 3px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #000 !important;
}
.cust_OverviewBudleTableWrapper table tr:first-child{
	font-weight: bold;
}

/*--------------------- END cust overview tab tables--------------------------*/