/*
Theme Name: Divi-Child
Theme URI: N/A
Version: 1.0
Description: A child theme for Divi to protect customizations.
Author: FalkHarrison
Author URI: http://www.falkharrison.com
Template: Divi
*/



/******* Style Guide Page *******/

.et_pb_column a.small-button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent;
	border: 4px solid black;
	text-transform: uppercase;
	color: black !important;
	font-size: 16px;
	font-weight: 600 !important; 
	font-style: normal;
	word-spacing: .05em;
	letter-spacing: .06em;
	padding: .625rem 4rem;
}

.et_pb_column a.small-button:hover {
	background: black;
	color: white !important;
}

.et_pb_column .et_pb_row {
	width: 90%;
	padding: 4rem;
}


.et_pb_column .reverse h1,
.et_pb_column .reverse h2,
.et_pb_column .reverse h3,
.et_pb_column .reverse h4,
.et_pb_column.reverse h5,
.et_pb_column .reverse h6,
.et_pb_column .reverse p {
	color: white;
}

.et_pb_column .reverse p.smaller {
	font-weight: 600; 
}

.et_pb_column .reverse a.small-button {
	border: 4px solid white;
	color: white !important;
}

.et_pb_column .reverse a.small-button:hover {
	background: white;
	color: black !important;
}







/* search form */
body #page-container .et_slide_in_menu_container{
	z-index:999;
}
#main-header .et_menu_container{
	padding-right: 40px;
}
.et_search_outer-overlay{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 99;
	display: none;
    background: rgba(0,0,0,0.5);
}
.logged-in.admin-bar .et_search_outer{
	top: 32px;
}
.et_search_outer-overlay .et_search_outer{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 80px;
	background: #fff;
	opacity: 1;
	border-bottom: 4px solid #646566;;
}
.et_search_outer-overlay .et_search_outer .container{
	margin: 0 auto;
	height: 100%;
	opacity: 1;
	max-width: 680px;
}
.et_search_outer-overlay .et-search-form input{
	width: 100%;
	height: 60px;
	color: #646566;
	font-size: 18px;
}
.et_search_outer-overlay .et-search-form input::placeholder{
	color: #646566;
	opacity: 1;
}
.search-btn{
	width: 30px;
	height: 30px;
	background: url("/source/ea905e1678c29858a40b031f5c1245bf/Asset-2.png") no-repeat 0 0 / cover;
	border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
}
.close-btn{
	width: 30px;
	height: 30px;
	border: none;
	background: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15px;
	z-index: 9999;
    padding: 0;
}
.et_search_outer-overlay .hamburger-inner{
    width: 100%;
    height: 100%;
	pointer-events: none;
	position: static;
    height: 40px;
    top: 0;
    background: none;
}
.et_search_outer-overlay .hamburger-inner::before,
.et_search_outer-overlay .hamburger-inner::after{
    top: 15px;
    left: 0px;
    width: 30px;
    height: 3px;
    transform: rotate(45deg);
}
.et_search_outer-overlay .hamburger-inner::after{
    transform: rotate(-45deg);
} 


.hamburger{
	padding: 20px 15px;
}
.hamburger-box{
	height: 16px;
}

form#searchform {
    z-index: 10;
    display: flex;
    align-items: center;
}
.searchform div,
.et_pb_search .et_pb_searchform>div{
	display: block;
	position: relative;
	padding-right: 120px;
}
#searchform #s,
.search-results .et_pb_search_0_tb_body input.et_pb_s,
.search-no-results .et_pb_search_0_tb_body input.et_pb_s {
	color: #646566;
	font-size: 1rem;
	border-radius: 0;
	height: 54px !important;
	padding: 10px 20px !important;
	border: 2px solid #c0c1c3;
	border-right: none;
	width: 100%;
	height: 45px !important;
}
#searchform #s::placeholder,
.search-results .et_pb_search_0_tb_body input.et_pb_s::placeholder,
.search-no-results .et_pb_search_0_tb_body input.et_pb_s::placeholder{
	color: #646566;
	opacity: 1;
}
#searchsubmit,
.search-results .et_pb_search input.et_pb_searchsubmit,
.search-no-results .et_pb_search input.et_pb_searchsubmit {
	width: 120px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1rem;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #c0c1c3;
    transition: 300ms ease-in-out all;
    -webkit-appearance: none;
    background-color: #c0c1c3;
	height: 45px;
    border-radius: 0;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	right: 0;
}


.search-results .et-boc,
.search-no-results .et-boc{
	margin: 0 auto;
	max-width: 1200px;
}
.search-results h2,
.search-no-results h2{
	font-family: UniversLTStd-UltraCn;
	font-size: 1.65rem;
}
#search-result article {
	border: none !important;
	padding: 0 0 30px !important;
    margin-bottom: 30px !important;
	border-bottom: 1px solid #fdb913 !important;
}
#search-result article p,
#search-result article h2,
#search-result .post-content{
	width: 856px;
	padding-right: 32px;
}
.search-results .et_pb_blog_grid .et_pb_image_container,
.search-no-results .et_pb_blog_grid .et_pb_image_container{
	margin: 0;
	float: right;
	max-width: 250px;
	border: 1px solid #d8d8d8;
}

#search-result .post-content-inner {
    line-height: 25px;
}
#search-result .post-content a{
	color: #fdb913;
	text-transform: capitalize;
	display: inline-block;
	margin-top: 1rem;
	text-decoration: underline;
}
#search-result .post-content a:hover{
	text-decoration: none;
}
#search-result .column.size-1of3 {
	float: none;
    width: auto !important;
    margin-right: 0 !important;
}
.search-results .et_pb_search_0_tb_body,
.search-no-results .et_pb_search_0_tb_body{
	border:none;
	max-width: 1200px;
	width: auto !important;
}
.search-results .et_pb_search,
.search-no-results .et_pb_search{
	border-radius: 0;
}
.search-results .et_pb_blog_0_tb_body .et_pb_blog_grid .et_pb_post,
.search-no-results .et_pb_blog_0_tb_body .et_pb_blog_grid .et_pb_post{
	border-radius: 0 !important;
}
#search-result .et_pb_ajax_pagination_container .size-1of3:last-child  article:last-child{
	border-bottom: none;
}
@media(max-width:1199px){
	#search-result article p,
	#search-result article h2,
	#search-result .post-content{
		width: 690px;
	}
}
@media(max-width: 980px){
	.search-results .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2,
	.search-no-results .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2{
		width: 100%;
	}
	.search-results .et_pb_blog_grid .et_pb_image_container,
	.search-no-results .et_pb_blog_grid .et_pb_image_container {
		max-width: 200px;
	}
	#search-result article p,
	#search-result article h2,
	#search-result .post-content{
		width: 510px;
	}
	.et_search_outer-overlay .et-search-form{
		width: 100% !important;
		max-width: 100% !important;
	}
	
}
@media(max-width: 767px){
	#main-header .et_menu_container{
		justify-content: space-between;
	}
	.et_header_style_left .logo_container{
		width: auto;
		height: auto;
		position: static;
	}
	.et_header_style_left #et-top-navigation{
		padding-top: 10px;
	}
	.svg-logo{
		padding: 1rem 0;
	}
	.et_header_style_left #et-top-navigation .mobile_menu_bar{
		padding-bottom: 5px;
	}
	.search-results .et_header_style_left .logo_container,
	.search-no-results .et_header_style_left .logo_container{
		top: -15px;
	}
	#search-result article{
		padding-right: 0;
	}
	.search-results .et_pb_blog_grid .et_pb_image_container,
	.search-no-results .et_pb_blog_grid .et_pb_image_container{
		float: none;
		overflow: hidden;
		max-width: 100%;
		height: 200px;
		background-size: cover;
		background-position: center;
		margin-bottom: 16px;
	}
	.search-results .et_pb_blog_grid .et_pb_image_container a,
	.search-no-results .et_pb_blog_grid .et_pb_image_container a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.search-results .et_pb_blog_grid .et_pb_image_container img,
	.search-no-results .et_pb_blog_grid .et_pb_image_container img {
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 100%;
	}
	form#searchform{
		width: 100%;
		display: block;
		padding-bottom: 15px;		
	}
	.searchform div,
	.et_pb_search .et_pb_searchform>div{
		padding-right: 100px;
	}
	#searchsubmit,
	.search-results .et_pb_search input.et_pb_searchsubmit,
	.search-no-results .et_pb_search input.et_pb_searchsubmit{
		width: 100px;
		font-size: 14px;
		border-width: 1px;
		padding: 10px 15px;
		height: 40px !important;
	}
	#searchform #s,
	.search-results .et_pb_search_0_tb_body input.et_pb_s,
	.search-no-results .et_pb_search_0_tb_body input.et_pb_s{
		border-width: 1px;
		height: 40px !important;
		padding: 10px 15px !important;
	}
	#search-result article p,
	#search-result article h2,
	#search-result .post-content{
		width: auto;
		padding-right: 0;
	}
	.et_search_outer-overlay .et-search-form input{
		right: 0;
		padding-right: 30px;
	}
}
.et-db #et-boc .et-l .et_pb_image_container,
.et-db #et-boc .et-l .et_pb_image_container a{
	margin: 0px !important;
}
.single-fh_products h1 sup
{
	bottom: 2rem;
}
/*safari image fixes Starts*/

.et-db #et-boc .et-l .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_content, .et-db #et-boc .et-l .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_image, .et-db #et-boc .et-l .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_video, .et-db #et-boc .et-l .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
display: flex !important;
justify-content: center !important;
}
.wp-image-11488.active.lazyloaded {
height: auto !important;
object-fit: cover !important;
}
/*safari image fixes Ends*/




@media screen and (min-width: 480px) {
	.single-fh_products .product-header .product-info.force-full-width .et_pb_column {
	width: 100% !important;
	margin-right: 0 !important;
	}
}


/* START December 2022 Product Pages color overrides */

.single-fh_products .product-header .product-info .product-features,
.fh_products .product-info .product-features li, 
.fh_products .product-info .product-specs li {
	color: white;
}

.et-db.single-fh_products #et-boc .product-info h2 {
	color: #f5b21b !important;
}

/* END December 2022 color over rides */





