/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi
Description: Divi child theme via FreshySites
Author: FreshySites
Author URI: https://freshysites.com/
Template: Divi
Version: 1.3.0
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

.white, 
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white li, .white a,
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, li.white, a.white, p.white {
	color: #fff;
}

.black, 
.black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black li, .black a,
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black, li.black, a.black, p.black {
	color: #000;
}

.primary, 
.primary h1, .primary h2, .primary  h3, .primary h4, .primary h5, .primary h6, .primary li, .primary a,
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary, li.primary, a.primary, p.primary {
	color: #32a709;
}

.secondary, 
.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary li, .secondary a,
h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary, li.secondary, a.secondary, p.secondary {
	color: #daf238;
}

.tertiary, 
.tertiary h1, .tertiary h2, .tertiary h3, .tertiary h4, .tertiary h5, .tertiary h6, .tertiary li, .tertiary a,
h1.tertiary, h2.tertiary, h3.tertiary, h4.tertiary, h5.tertiary, h6.tertiary, li.tertiary, a.tertiary, p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white, a.bg-white {background-color: #fff;}
.bg-black, a.bg-black {background-color: #000;}
.bg-primary, a.bg-primary {background-color: #32a709;}
.bg-secondary, a.bg-secondary {background-color: #daf238;}
.bg-tertiary, a.bg-tertiary {background-color: #e4debe;}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

.text-lowercase, 
.text-lowercase h1, .text-lowercase h2, .text-lowercase h3, .text-lowercase h4, .text-lowercase h5, .text-lowercase h6, .text-lowercase li, .text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase, 
.text-uppercase h1, .text-uppercase h2, .text-uppercase h3, .text-uppercase h4, .text-uppercase h5, .text-uppercase h6, .text-uppercase li, .text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize, 
.text-capitalize h1, .text-capitalize h2, .text-capitalize h3, .text-capitalize h4, .text-capitalize h5, .text-capitalize h6, .text-capitalize li, .text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none, 
.text-transform-none h1, .text-transform-none h2, .text-transform-none h3, .text-transform-none h4, .text-transform-none h5, .text-transform-none h6, .text-transform-none li, .text-transform-none a {
	text-transform: none !important;
}

.font-weight-bold, 
.font-weight-bold h1, .font-weight-bold h2, .font-weight-bold h3, .font-weight-bold h4, .font-weight-bold h5, .font-weight-bold h6, .font-weight-bold li, .font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal, 
.font-weight-normal h1, .font-weight-normal h2, .font-weight-normal h3, .font-weight-normal h4, .font-weight-normal h5, .font-weight-normal h6, .font-weight-normal li, .font-weight-normal a {
	font-weight: 400;
}

.font-italic {font-style: italic;}

.text-underline-none, .text-underline-none a {text-decoration: none !important;}

.text-underline, .text-underline a {text-decoration: underline !important;}

.text-nowrap, .text-nowrap a {white-space: nowrap !important;}

.text-wrap-normal, .text-wrap-normal a {white-space: normal !important;}

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	-webkit-transform: none !important;
	transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
	content: '5';	
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a[href="#0"] { 
	pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;	
}
/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0,0,0,0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}
/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0,0,0,0.1);
}
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
	display: none !important;
	padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
	display: block !important;
	background-color: rgba(0,0,0,0.03);
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
	font-weight: bolder;
}

/* -- END HEADER -- */


/* -- FOOTER -- */

#freshy_copyright span {
	display: inline-block;
	line-height: 1.5em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: rgba(255,255,255,0.25);
	vertical-align: middle;
	margin: 10px auto 15px;
	display: block;
}

#freshy_copyright a.copyright_fs {
	display: block;
	vertical-align: middle;
	width: 42px;
	height: 20px;
	background-image: url("/wp-content/uploads/fs-lettermark-white.svg");
	background-repeat: no-repeat;
	background-size: 42px 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}

/* fix if using Impreza to remove underline */
#freshy_copyright a:hover {
	border: 0 !important;
}

@media (min-width: 600px) {
	/* vertical pipe divider */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
		display: inline-block;
	}
	#freshy_copyright a.copyright_fs {
		display: inline-block;
	}
}

@media (max-width: 980px) {
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {
	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {
	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}
	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {
	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd){
		clear: both;	
	}
	.checklist-columns-2-alt > ul,
	.checklist-columns-3-alt > ul,
	.checklist-columns-4-alt > ul {
		-moz-column-count: 2;
		-moz-column-gap: 8px;
		-webkit-column-count: 2;
		-webkit-column-gap: 8px;
		column-count: 2;
		column-gap: 20px;
	}
	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}
@media (min-width: 981px) {
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;	
	}
	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}
@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;	
	}
	.checklist-columns-4-alt ul {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: 'ETModules';
	content: '\f058';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #d55c27;
	/* set font size helps make icon sharper */
	font-size: 18px;
	font-weight: normal;
}

.pluslist ul li::before {
	content: '\f055';
}
.eventlist ul li::before {
	content: '\f274';
}
.locationlist ul li::before {
	content: '\f041';
}
.externallist ul li::before {
	content: '\f14c';	
}
.pdflist ul li::before {
	content: '\f1c1';
}
.userlist ul li::before {
	content: '\f2c0';
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et_parallax_bg {
	background-position: center center;	
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}
p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */


/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
	-moz-transform: scale(-1,-1);
	-o-transform: scale(-1,-1);
	-webkit-transform: scale(-1,-1);
	transform: scale(-1,-1);
}

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

/* partially due to Surbma's restyling of the form, 
there now apepars to be excess margin above fields at certain screen sizes,
when two or more inputs have errors side by side (hence the + in the CSS),
so let's remove that top gap */
@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
	.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
		margin-top: 0;
	}
}

/* we swap out form ajax spinner via PHP Function, and add spinning if its PNG */
img.gform_ajax_spinner[src$=".png"] {
	-webkit-animation: lime-spin 1.5s linear infinite;
	-moz-animation: lime-spin 1.5s linear infinite;
	animation: lime-spin 1.5s linear infinite;
	padding: 0;
	margin-left: 10px;
}
@-moz-keyframes lime-spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes lime-spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes lime-spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* fix for when Date Picker is used */
#ui-datepicker-div:empty {
	margin-top: 0;	
}

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}
.fullwidth-section.et_pb_section > .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;	
}
.fullwidth-row.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
	padding: 50px 10%;
}
@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
		padding: 80px 6%;
	}
}
/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}
@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}	
}
/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

/* -- END HELPERS -- */

/* ---------- CUSTOM CODE - KML - FRESHYSITES - 2019 ------------ */

/* Table of Contents
General
Gravity Forms
Top Header
Header
Home
Footer
Ninja Tables
WooCommerce - General
Product pages
Product Filter
Dealer Locator
Interior Pages
*/


/* ---------- General ---------- */
/* body */
body {
	font-weight: 400;
}

/* small*/
small {
	font-size: 12px;
}

/* -- Change the highlighted text color -- */
::selection {
    background-color: #d55c27;
    color: #fff;
}

::-moz-selection {
    background-color: #d55c27;
    color: #fff;
}

::-o-selection {
    background-color: #d55c27;
    color: #fff;
}

::-ms-selection {
    background-color: #d55c27;
    color: #fff;
}

::-webkit-selection {
    background-color: #d55c27;
    color: #fff;
}

.et_pb_scroll_top.et-pb-icon {
    background: #d55c27;
}

/* Divi column stacking on mobile */

@media all and (max-width: 980px) {

/*** wrap row in a flex box ***/
	
.custom_row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;	
}
	
/*** custom classes that will designate the order of columns in the flex box row ***/
	
.first-on-mobile {		
	-webkit-order: 1;
	order: 1;
	}
	
.second-on-mobile {
		
	-webkit-order: 2;
	order: 2;
	}
	
.third-on-mobile {
	-webkit-order: 3;
	order: 3;
	}
	
.fourth-on-mobile {
		
	-webkit-order: 4;
	order: 4;
	}
}

.vertically-aligned {
	margin: auto;
}

body .et_pb_button.white-btn:hover {
	border-color: #fff !important;
}

/* ---------- Gravity Forms ---------- */
/* Gravity Forms - make the text darker */
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type=text],
body .gform_wrapper select {
	color: #262626;
}


/* Gravity Forms - button text color */
body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_page_footer input.button, 
body div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
	color: #fff;
}

/* Slider as header background */
.et_builder_inner_content>.et_pb_section>.et_pb_module {
	padding-top: 0 !important;
}

/* ---------- Top Header ---------- */
/* change icon color */
#top-header #et-info #et-info-phone:before,
#top-header #et-info #et-info-email:before,
.et-social-icons li.et-social-icon a.socicon:before,
#top-header #et-info #db-info-text a .fa {
	color: #d55c27;
}

/* ---------- Header  ---------- */
/* Free shipping message */

#main-header .et_menu_container #wtfdivi003-widget-area-wrap {
	display: block;
    position: absolute;
	left: auto;
		right: 2%;
		top: 3%;
	font-family: 'Roboto Slab',Georgia,"Times New Roman",serif;
    color: #d55c27;
    font-weight: 800;
    font-size: 16px;
}

/*@media (min-width: 1566px) and (max-width: 1629px) {
	#main-header .et_menu_container #wtfdivi003-widget-area-wrap {
		left: 22%;
	}	
}

@media (min-width: 1550px) and (max-width: 1565px) {
	#main-header .et_menu_container #wtfdivi003-widget-area-wrap {
		left: 22%;
		font-size: 16px;
	}	
}

@media (min-width: 1477px) and (max-width: 1549px) {
	#main-header .et_menu_container #wtfdivi003-widget-area-wrap {
		left: 23%;
		font-size: 14px;
	}	
}

@media (min-width: 1440px) and (max-width: 1476px) {
	#main-header .et_menu_container #wtfdivi003-widget-area-wrap {
		left: 24%;
		font-size: 12px;
	}	
}*/

@media (min-width: 2560px) and (max-width: 320px) {
	#main-header .et_menu_container #wtfdivi003-widget-area-wrap {
		left: auto;
		right: 2%;
		top: 3%;
		font-size: 13px;
	}	
}


@media (min-width: 769px) and (max-width: 980px) {
	#main-header .et_menu_container #wtfdivi003-widget-area-wrap {
		left: auto;
    	right: -243px;
    	top: 3px;
    	font-size: 13px;
    	width: 100%;
	}	
}

@media (min-width: 634px) and (max-width: 768px) {
	#main-header .et_menu_container #wtfdivi003-widget-area-wrap {
		left: auto;
    	right: -243px;
    	top: -14px;
    	font-size: 13px;
    	width: 100%;
	}	
}


@media (min-width: 320px) and (max-width: 633px) {
	#main-header .et_menu_container #wtfdivi003-widget-area-wrap {
		left: 0;
    	right: 0;
    	top: -14px;
    	font-size: 13px;
    	width: 100%;
	}	
}

/* font weight */
#main-header #et-top-navigation,
#top-header .container {
	font-weight: 500;
}

/* menu button */
.menu-btn a,
.et-fixed-header #top-menu li.current-menu-item.menu-btn>a,
.et-fixed-header #top-menu .menu-btn a{
	background-color: #d55c27;
	border: 1px solid #d55c27;
	color: #fff !important;
	padding: 10px 30px !important;
	transition: background-color 0.5s !important;
}

.menu-btn a:hover,
#top-menu-nav>ul>li.menu-btn>a:hover{
	opacity: 1;
	background-color: transparent;
	border: 1px solid #d55c27;
	color: #d55c27 !important;
}

#page-container #main-header .et_mobile_menu .menu-btn a {
	background-color: transparent; 
    border: 1px solid transparent;
	padding: 10px 20px !important;
}

/* resizing */
@media (min-width: 1161px) and (max-width: 1279px) {
	#top-menu-nav #top-menu li {
		padding-right: 8px;
	}
	
	#top-menu-nav #top-menu li a {
		font-size: 15px;
	}
	
	.menu-btn a, 
	.et-fixed-header #top-menu li.current-menu-item.menu-btn>a, 
	.et-fixed-header #top-menu .menu-btn a {
		padding: 10px 17px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1160px) {
	#top-menu-nav #top-menu li {
		padding-right: 8px;
	}
	
	#top-menu-nav #top-menu li a {
		font-size: 12px;
	}
	
	.menu-btn a, 
	.et-fixed-header #top-menu li.current-menu-item.menu-btn>a, 
	.et-fixed-header #top-menu .menu-btn a {
		padding: 10px 17px !important;
	}
}

@media (min-width: 981px) and (max-width: 1023px) {
	#top-menu-nav #top-menu li {
		padding-right: 6px;
	}
	
	#top-menu-nav #top-menu li a {
		font-size: 11px;
	}
	
	.menu-btn a, 
	.et-fixed-header #top-menu li.current-menu-item.menu-btn>a, 
	.et-fixed-header #top-menu .menu-btn a {
		padding: 8px 9px !important;
	}
}
/* ---------- Home  ---------- */
/* home three categories */
#home-banner .home-three-categories {
	display: flex;
}

#home-banner .home-three-categories .et_pb_blurb_content {
	margin: auto;
}

#home-banner .home-three-categories.et_pb_blurb_position_left .et_pb_blurb_container {
	vertical-align: middle;
}

/* keeping the two columns inline */
@media (min-width: 981px) and (max-width: 1236px) {
	#home-banner .home-three-categories .et_pb_blurb_content .et_pb_module_header {
		font-size: 20px;
	}
}

/* mobile */
@media (max-width: 980px) {
	#home-banner .three-blocks-col {
		margin-top: 10px !important;
	}	
}

/* mobile slider height */
@media (max-width: 439px) {
	#home-banner .n2-section-smartslider .n2-ss-slider-1 {
		height: 450px !important;
	}
	
	#home-banner .n2-section-smartslider .n2-ss-slider-1 .n2-ss-layers-container {
		margin: 100px 0 !important;
	}
}

/* list in slider */
#features-slider .n2-section-smartslider ul {
	color: #fff;
	font-size: 14px;
	text-align: left;
}

/* checklist in slider */
.checklist .n2-ss-item-content .n2-ow ul li::before {
	font-family: 'ETmodules';
	content: url(/wp-content/uploads/checkmark-1.png);
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #d55c27;
	/* set font size helps make icon sharper */
	font-size: 18px;
	font-weight: normal;
}

/* captions */
#features-slider .n2-section-smartslider .nextend-thumbnail-scroller-group .n2-active {
	border-top: 4px solid #fff;
}

#features-slider .n2-section-smartslider .nextend-thumbnail-scroller-group > .n2-ow:last-child {
	margin: 0;
}

@media (min-width: 440px) {
	#features-slider .n2-section-smartslider .nextend-thumbnail-scroller-group > .n2-ow {
		margin: 0 2px 0 0;
		width: 12.5% !important;
	}
}
/* caption arrow */
@media (min-width: 1900px) {
	#features-slider .n2-section-smartslider .nextend-thumbnail-button {
		display: none;
	}
}

/* button in slider */
.slider-btn .n2-ss-button-container a.n2-ow {
	transition: all 0.3s ease-in-out !important;
}

/* Bottom info section "What We do.." */
@media (min-width: 981px) and (max-width: 1366px) {
	#what-we-do-section .et_pb_row.desktop-layout {
    	background-position: 30% 100%;
	}	
}

/* 5 reasons to purchase from local dealer blurbs */
.blurb-text-custom h4 {
	text-transform: inherit;
    font-weight: 300;
}

/* ---------- Footer ---------- */
/* padding */
#footer-widgets {
    padding: 4% 0 0;
}

.et_pb_gutters3 .footer-widget {
	margin-bottom: 1.5%;
}

/* no bullets */
#footer-widgets .footer-widget li {	
	padding-left: 0;
	margin-bottom: 0;
}

#footer-widgets .footer-widget li:before {	
	content: none;
}

/* full width footer */
#footer-bottom .container, 
	#main-footer .container {
	margin-right: 2.773%; 
	margin-left: 2.773%; 
	width:94.454%!important;
	max-width: 94.454%;
}

#main-footer .fwidget.et_pb_widget {
	width: 100%!important;
	max-width: 100%!important;
}

/* no space under images */
.et_pb_gutters3 .footer-widget .fwidget.widget_media_image {
	margin-bottom: 2%;
}

@media (max-width: 767px) {
	#footer-widgets .footer-widget .fwidget, 
	#footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 3.5% !important;
	}
}
/* fine print */
#main-footer #et-footer-nav .bottom-nav li {
	font-weight: 500;
    text-align: center;	
}

/* ---------- Ninja Tables ---------- */
thead .footable-header {
	font-family: 'Roboto Slab', Roboto;
}

@media (max-width: 767px) {
	table.ninja_footable.ninja_stacked_table>tbody>tr.footable-detail-row table.footable-details {
		margin: 0 !important;
	}
}


/* ---------- WooCommerce - General ---------- */
/* button text color */
.et-db #et-boc .et_pb_contact_submit, .et-db #et-boc .et_password_protected_form .et_submit_button, .et-db #et-boc .et_pb_bg_layout_light .et_pb_newsletter_button, .et-db #et-boc .comment-reply-link, .et-db .form-submit #et-boc .et_pb_button, .et-db #et-boc .et_pb_bg_layout_light .et_pb_promo_button, .et-db #et-boc .et_pb_bg_layout_light .et_pb_more_button, .woocommerce a.button.alt, .woocommerce.et-db #et-boc a.button.alt, .woocommerce-page a.button.alt, .woocommerce-page.et-db #et-boc a.button.alt, .woocommerce button.button.alt, .woocommerce.et-db #et-boc button.button.alt, .woocommerce-page button.button.alt, .woocommerce-page.et-db #et-boc button.button.alt, .woocommerce input.button.alt, .woocommerce.et-db #et-boc input.button.alt, .woocommerce-page input.button.alt, .woocommerce-page.et-db #et-boc input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce #content.et-db #et-boc input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #content.et-db #et-boc input.button.alt, .woocommerce a.button, .woocommerce.et-db #et-boc a.button, .woocommerce-page a.button, .woocommerce-page.et-db #et-boc a.button, .woocommerce button.button, .woocommerce.et-db #et-boc button.button, .woocommerce-page button.button, .woocommerce-page.et-db #et-boc button.button, .woocommerce input.button, .woocommerce.et-db #et-boc input.button, .woocommerce-page input.button, .woocommerce-page.et-db #et-boc input.button, .et-db #et-boc .et_pb_contact p input[type="checkbox"]:checked+label i:before, .et-db #et-boc .et_pb_bg_layout_light.et_pb_module.et_pb_button {
	color: #fff !important;
}

.woocommerce #respond input#submit,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit,
.woocommerce-page #respond input#submit:hover {
	color: #fff !important;
}

/* disabled button color */
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #d55c27 !important;
}


/* hide sale tag */
.woocommerce ul.products li.product .onsale, 
.woocommerce-page ul.products li.product .onsale {
	display: none;
}
/* view cart button */
body .woocommerce-message a.button:hover {
	background: #fff !important;
}

/* bigger prices on product listings */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	font-size: 19px;
}

/* online catalog blurb */
.catalog-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left: 0;
}

/* ---------- Product pages ---------- */
/* tables */
#content-area .product-quick-facts tbody tr td,
#content-area .product-price-breakdown tbody tr td {
	padding: .2em .7em;
}

#content-area .product-price-breakdown tbody tr td h5 {
	padding-bottom: 0;
}

/* description */
#left-area .checklist ul,  .entry-content .checklist ul {
	list-style-type: none;
}

/* local dealer & installer buttons */

a.dealer-btn {
	background-color: #505151;
	color: #fff;
	font-weight: bold;
	padding: 10px 30px;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #505151;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

a.dealer-btn:hover {
	background-color: transparent;
	color: #505151;
	font-weight: bold;
	padding: 10px 30px;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #505151;
	display: inline-block;
}

a.install-btn {
	background-color: #505151;
	color: #fff;
	font-weight: bold;
	padding: 10px 30px;
	margin-bottom: 20px;
	border: 1px solid #505151;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

a.install-btn:hover {
	background-color: transparent;
	color: #505151;
	font-weight: bold;
	padding: 10px 30px;
	margin-bottom: 20px;
	border: 1px solid #505151;
	display: inline-block;
}

/* woo layout injector tabs */
.et_pb_woo_tabs .woocommerce-tabs .woocommerce-Tabs-panel {
	padding: 15px;
}

.et_pb_woo_tabs .woocommerce-tabs .woocommerce-Tabs-panel .et_pb_section .et_pb_row {
	padding: 0;
	margin: 0 0 15px 0;
}

/* ---------- Product Filter ---------- */
.prdctfltr-widget form.prdctfltr_woocommerce_ordering .prdctfltr_buttons .prdctfltr_sale,
.prdctfltr-widget form.prdctfltr_woocommerce_ordering .prdctfltr_buttons .prdctfltr_instock {
	display: none !important;
}

.prdctfltr_filter .pf-help-title h4.widgettitle {
	font-size: 17px;
}


/* filter headings */
.pf-help-title h4.widgettitle {
    text-transform: uppercase;
    font-size: 19px;	
}

/* filter options */
.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label > span {
	font-size: 15px;
}


/* filter button */
form.prdctfltr_woocommerce_ordering .prdctfltr_buttons .button.prdctfltr_woocommerce_filter_submit {
	font-size: 15px !important;
}

.prdctfltr_buttons .button.prdctfltr_woocommerce_filter_submit:hover {
	border-color: transparent !important;
	background-color: transparent !important;
	background: transparent !important;
	font-size: 15px !important;
}

.prdctfltr_buttons .button.prdctfltr_woocommerce_filter_submit:before {
    content: '\f01e';
    font-family: 'FontAwesome';	
}

.prdctfltr_buttons .button.prdctfltr_woocommerce_filter_submit:hover:before {
    content: '\f01e';
    font-family: 'FontAwesome';	
	color: #93433c;
}

/* on mobile, force the sidebar to stack on top, so Fitering is first */

@media (min-width: 180px) {
	body.archive.tax-product_cat.woocommerce #page-container #content-area,
	body.archive.post-type-archive-product.woocommerce #page-container #content-area {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		direction: ltr;
		width: 100%;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	body.archive.tax-product_cat.woocommerce #page-container #content-area #sidebar,
	body.archive.post-type-archive-product.woocommerce #page-container #content-area #sidebar {
		order: -1;
	}
}

/* CUSTOM FS TOGGLE FOR FILTER WRAPPER -- using HTML added via Snippet and JS for toggling */

/* the toggle button */
body.archive #fs-custom-woo-filter-toggle .mobile-filter-toggle {
	display: block;
	cursor: pointer;
	text-align: center;
	padding: 8px 8px;
	font-weight: bold;
	font-size: 14px;
	border-radius: 5px;
	background-color: #d55c27;
	color: #ffff;
	margin-bottom: 10px
}

body.archive #fs-custom-woo-filter-toggle .mobile-filter-toggle::before {
	content: '\f00b';
	font-family: 'ETmodules';
	margin-right: 6px;
	display: inline-block;
	font-weight: normal;
	color: #ffff;
}

@media (min-width: 180px) {
	/* collapsed by default on mobile archive pages */
	body.archive #fs-custom-woo-filter-toggle .mobile-filter-toggle + .mobile-filter-toggle-inner {
		display: none;
	}
}


/* remove dash */
 label i.prdctfltr-plus { 
	display: none;
}

/* style search */
.prdctfltr_checkboxes .pf_search {
	padding: 12px 4px;
}

/* remve margin from proformance hoops logo in sidebar*/
#media_image-2 {
	margin-bottom: 6%;
}


/* -- top product filter -- */
body .et_pb_column .prdctfltr_filter .prdctfltr_regular_title {
	 font-size: 17px;
	 font-family: 'Roboto Slab',Georgia,"Times New Roman",serif;
	 color: #d55c27;
	 text-transform: uppercase;
}


/* ---------- Dealer Locator ---------- */
/* spacing */
#wpsl-result-list li p {
	margin: 0;
	padding-bottom: 0;
}

/* ---------- Interior Pages - CTAs, anchor links, filterbale installers  ---------- */
/* free shipping */
.free-shipping div.free-shipping-pill a {
	display: inline;
    margin: auto 20px;
    color: #fff;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: bold;
    padding: 7px 10px;
	border: 1px solid #d55c27;
    border-radius: 50px;
    background: #d55c27;
    font-size: 14px;
    letter-spacing: 0.5px;
	transition: all 0.3s ease-in-out;
}

@media (min-width: 1244px) and (max-width: 1395px) {
	.free-shipping div.free-shipping-pill a {
		white-space: nowrap;
	}	
}

@media (min-width: 1112px) and (max-width: 1243px) {
/* make the headings smaller so the pill and best value can fit on one line */	
	.et_pb_module.free-shipping .et_pb_text_inner h2 {
		font-size: 30px;
	}
	
	.free-shipping div.free-shipping-pill a {
		white-space: nowrap;
	}	
}

@media (min-width: 981px) and (max-width: 1111px) {
/* make the headings smaller so the pill and best value can fit on one line */	
	.et_pb_module.free-shipping .et_pb_text_inner h2 {
		font-size: 30px;
	}
	
	.free-shipping div.free-shipping-pill a {
		white-space: nowrap;
		font-size: 10px;
	}	
	
	.best-value h5 {
    	font-size: 11px;
	}
}

.free-shipping div.free-shipping-pill i {
    font-weight: normal;
}

.free-shipping h2 {
	display: inline;
}

.free-shipping div.free-shipping-pill a:hover {
	color: #d55c27;
	background: #fff;
}

.free-shipping .et_pb_text_inner {
	display: flex;
}
.free-shipping div.free-shipping-pill {
	margin: auto 0;
}

/* product pages */
.woocommerce-product-details__short-description .free-shipping div.free-shipping-pill:hover {
	background: #d55c27;
	border: 1px solid #d55c27;
}
.woocommerce-product-details__short-description .free-shipping div.free-shipping-pill {
	display: inline-block;
    margin: 0 0 20px 0;
	color: #fff;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: bold;
    padding: 2px 9px;
	border: 1px solid #d55c27;
    border-radius: 50px;
    background: #d55c27;
    font-size: 14px;
    letter-spacing: 0.5px;
	transition: all 0.3s ease-in-out;
}

/* bottom ctas */
.icons-align i {
	vertical-align: middle;
}

.icons-align h4 {
	font-weight: normal;
	display: inline-block;
	white-space: nowrap;
    margin: 0 9px;
}

.icons-align h3 {
	font-weight: normal;
	display: inline-block;
	white-space: nowrap;
    margin: 0 9px;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	transform: perspective(1px) translateZ(0);
}

.icons-align h3:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

@media (min-width: 981px) {
	.split-cta .et_pb_row > .et_pb_column {
		margin-right: 10px;
	}	
}

@media (max-width: 980px) {
	.split-cta .et_pb_row > .et_pb_column {
		margin-bottom: 10px;
	}	
}

.cta-text-cover h2 {
	transition: all 0.4s ease-in-out;	
}

.cta-text-cover:hover .et_pb_row .et_pb_column .et_pb_module h2 {
	font-size: 40px;	
}

.page-id-186 #no-section-hover.cta-text-cover:hover .et_pb_row .et_pb_column .et_pb_module h2 {
	font-size: 30px !important;	
}

.page-id-186 #no-section-hover.cta-text-cover .et_pb_row .et_pb_column:hover  .et_pb_module h2 {
	font-size: 40px !important;	
}

.cta-text-cover .et_pb_row .et_pb_column.left-col,
.cta-text-cover .et_pb_row .et_pb_column.right-col {
	transition: all 0.3s ease-in-out;
}

.cta-text-cover .et_pb_row .et_pb_column.left-col:hover {
	background-image: linear-gradient(180deg,rgba(213,92,39,0.85) 0%,rgba(213,92,39,0.85) 100%),url(https://proformancehoops.dev.freshysites.com/wp-content/uploads/proformance-hoops-mother-and-son.jpg)!important;
	border: 10px solid #505151;
	padding: 150px 0;
}

.cta-text-cover .et_pb_row .et_pb_column.right-col:hover {
	background-image: linear-gradient(180deg,rgba(80,81,81,0.85) 0%,rgba(80,81,81,0.85) 100%),url(https://proformancehoops.dev.freshysites.com/wp-content/uploads/proformance-hoops-installation.jpg)!important;
	border: 10px solid #d55c27;
	padding: 150px 0;
}

/* anchor */
@media (min-width: 981px) {
	.sticky-anchor {
		position: fixed;
		width: 100%;
		top: 117px;
		z-index: 99999;
		box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.09);
	}	
}

@media (max-width: 980px) {
	.sticky-anchor {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 99999;
		box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.09);
	}	
	
	.sticky-anchor a {
		white-space: nowrap;
	}
}

/* Filterbale installers */
/* dropdown */
#filterable-installers .et_pb_portfolio_filters {
	text-align: center;
}

#filterable-installers .et_pb_portfolio_filters select {
	font-size: 18px;
    padding: 10px;
}

@media (min-width: 768px) {
	#filterable-installers .et_pb_portfolio_filters select {
		width: 250px;
	}	
}

/* no border at bottom */
.et_pb_filterable_portfolio .et_pb_portofolio_pagination {
	border-top: none;
}

/* entries */
h2.entry-title {
	padding-bottom: 5px;
}

.et_pb_portfolio_items .et_pb_portfolio_item .post-meta {
	margin: 0;
	font-size: 13px;
	color: #333;
}

.et_pb_portfolio_items .et_pb_portfolio_item .post-meta a {
	font-size: 13px;
	color: #a9a9a9;
	cursor: default;
}

.et_pb_portfolio_items .et_pb_portfolio_item {
	padding-bottom: 20px;
}

/* How to buy page */
.shop-goals .et_pb_image {
	transition: all 0.3s ease-in-out;
}

.shop-goals .et_pb_image:hover {
	box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	-webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

/* buttons */
@media (min-width: 981px) {
	.shop-goal-btns .et_pb_button_module_wrapper .et_pb_button {
		width: 100%;
	}	
}

/* Proview category page */
.custom-product-listing .product .button {
	display: none;
}

/* series comparison table */
@media (min-width: 1577px) {
	.series-comparison-table .ninja_clmn_nm_proview h5,
	.series-comparison-table .ninja_clmn_nm_proview h4 {
		display: inline;
	}	
	
	.series-comparison-table .ninja_clmn_nm_proview h5 {
		margin-left: 15px;

	}
}

.series-comparison-table .ninja_clmn_nm_proview h5 {
	background: #d55c27;
	color: #fff;
	padding: 10px;
	border-radius: 30px;
	font-size: 12px;
    text-align: center;
}

.series-comparison-table .ninja_clmn_nm_proview h5 i {
	vertical-align: middle;
}

/* series comparison highlight */
.best-value h5 {
	margin: auto 0;
    padding-top: 10px;
}

@media (min-width: 900px) {
	.best-value h5 {
		right: 0px;
		position: relative;
	}
}

@media (max-width: 598px) {
	.free-shipping .et_pb_text_inner {
		display: block;
	}
	
	.free-shipping div.free-shipping-pill a {
		margin: 10px 0;
	}
}
#home-slider,
#home-slider .et_pb_slides,
#home-slider .et_pb_slides .et_pb_slide {
	height: 100%;
	padding: 0;
}

@media (max-width: 980px) {
	#home-slider,
	#home-slider .et_pb_slides,
	#home-slider .et_pb_slides .et_pb_slide {
		min-height: 50vh;
	}
}

#home-slider .et_pb_slides .et_pb_slider_container_inner {
    vertical-align: bottom;
}

#home-slider .et_pb_slide_description {
    padding: 8% 8%;
}

#home-slider .et_pb_slide_description .et_pb_slide_title {
	font-weight: bold !important;
	text-transform: capitalize !important;
}

#home-slider .et-pb-arrow-next, 
#home-slider .et-pb-arrow-prev {
	background-color: rgba(67,67,67,0.15);
	border-radius: 50%;
}

#et_top_search {
	margin-top: 12px;
}

/*--search page--*/

.et_pb_post a img {
     max-width: 200px!important;
}

@media (max-width:2560px) and (min-width:425px){
article.et_pb_post > a.entry-featured-image-url:first-child, article.et_pb_post.has-post-thumbnail > a:first-child {
    display: block;
    position: relative;
    float: left;
    width: 207px;
    box-shadow: none;
    margin-right: 30px;
}
}

.entry-featured-image-url{
    overflow: hidden;
}

.entry-title{
	font-size:20px!important;
}

article.et_pb_post {
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
	clear:both;
}

article.et_pb_post::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    clear: both;
background:#000000;
    /*background: linear-gradient(to right, #7f7955 calc(100% / 7 * 0), #524f48 calc(100% / 7 * 1), #a5cee2 calc(100% / 7 * 1), #717f80 calc(100% / 7 * 2), #7f7955 calc(100% / 7 * 2), #524f48 calc(100% / 7 * 3), #a5cee2 calc(100% / 7 * 3), #717f80 calc(100% / 7 * 4), #7f7955 calc(100% / 7 * 4), #524f48 calc(100% / 7 * 5), #a5cee2 calc(100% / 7 * 5), #717f80 calc(100% / 7 * 6), #7f7955 calc(100% / 7 * 6), #524f48 calc(100% / 7 * 7) );*/
    visibility: visible;
    display: block;
    font-size: 0;
}

/*--Search Menu - Mobile--*/
@media screen and (max-width: 768px) {
#et_top_search {
    margin-top: 0px;
}
}

@media (max-width: 414px) {
#et_top_search {
    float: right;
    margin: 0 37px 0 0;
}
	.container.et_menu_container {
    width: 90%;
}
	
	#wtfdivi003-widget-area-wrap .et_pb_widget:first-child {
    margin-top: 12px;
}
	
	.et_header_style_left .logo_container{
		margin-top: 7px;
	}
	
	.et-search-form input {
		right: 0!important;
	}
}

@media (max-width: 320px) {
	#main-header .et_menu_container #wtfdivi003-widget-area-wrap {
		font-size: 10px;
	}
}

.woocommerce-product-details__short-description img.wp-image-123 {
    margin-right: 5px;
    max-height: 50px!important;
    width: auto!important;
}

/* Error correction for Divi Overlays Click event conflict with Divi Parent Theme 4.0.X  */
.et_overlay {
pointer-events:all !important;
} 

.et_overlay:before{
	color: #d55c27!important;
}