/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via Freshy
Author: Freshy
Author URI: https://freshysites.com/
Template: Divi
Version: 4.2.1
*/
/* 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 {
	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,
#et-boc header .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,
#et-boc header .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"],
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a,
#et-boc header .et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .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,
#et-boc header .et_mobile_menu li.current-menu-item > a {
	font-weight: bolder;
}

/* -- END HEADER -- */


/* -- FOOTER -- */

/* - Bottom Bar - */

/* if the bottom bar has equal column height setting, then make it always be flex, and stack the columns initially (for mobile use)
* and make the columns vertical aligned to be vertically centered too */
#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns {
	display: flex;
	align-items: center;
}

/* copyright wrapper */
#freshy_copyright {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:flex-end;
	color: rgba(0,0,0,0.8);
	font-size: 22px;
	line-height: 1.25em;
}
@media only screen and (max-width:767px){
	#freshy_copyright {
		font-size: 18px;
	}
}
/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	background: rgba(0,0,0,0.8);
	vertical-align: middle;
	margin: 10px auto 15px;
	display: block;
}

/* add an FS logo via background */
#freshy_copyright a.copyright_fs {
	display: block;
	width: 68px;
	height: 20px;
	background-image: url("/wp-content/uploads/freshy_logo_WHITE.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 4px 0 0 0;
	flex-shrink: 0;
	transition: all 0.4s ease-in-out;
}
/* FS logo link hover */
#freshy_copyright a.copyright_fs:hover {
	opacity: 0.8;
}

/* remove the bottom margin that Divi adds to the social media follow icons */
#fs-footer-bottom-bar .et_pb_social_media_follow li {
	margin-bottom: 0;
}

@media (min-width: 600px) {
	/* make the copyright elements be side by side at wider screens */
	#freshy_copyright {
		flex-direction: row;
	}
	/* change horizontal pipe divider to vertical on wider screens */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
	}
}

@media (max-width: 980px) {
	/* make sure the row has columns going side by side instead of stacked */
	#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns {
		flex-direction: column;
	}
	/* when stacked, adjust the gap between stacked columns */
	#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns > .et_pb_column {
		margin-bottom: 1rem;
	}
	/* swap the order of columns when stacked, to the first column is the last one 
	* and give no bottom margin to the first column, since we re-ordered it to the bottom */
	#fs-footer-bottom-bar > .et_pb_row.et_pb_equal_columns > .et_pb_column:first-child {
		order: 1;
		margin-bottom: 0;
	}
	/* center the copyright stuff when columns are stacked */
	#freshy_copyright {
		justify-content: center;
	}
	/* remove left margin on first social icon in regular Divi footer (when not using Theme Builder) when stacked */
	#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 0 30px 0 !important;
	list-style: none;

}

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 10px !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 {
		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 {
		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 {
		column-count: 4;
	}
}

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

/* -- 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 -- */


/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
	width: 80%;
	margin: 10% auto;
	max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
	border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
	display: none;
}

/* -- END PASSWORD PROTECTED -- */


/* -- 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 {
	transform: scale(-1,-1);
}

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 2rem;
	background: rgba(90, 90, 90, 0.1);
	text-align: center;
}

/* -- 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;
}

@media (max-width: 980px) {
	/* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
	.stacked-flex {
		display: flex;
		flex-wrap: wrap; 
	}
	/* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
	.stacked-order-negative-4 {
		order: -4;
	}
	.stacked-order-negative-3 {
		order: -3;
	}
	.stacked-order-negative-2 {
		order: -2;
	}
	.stacked-order-negative-1 {
		order: -1;
	}
	.stacked-order-1 {
		order: 1;
	}
	.stacked-order-2 {
		order: 2;
	}
	.stacked-order-3 {
		order: 3;
	}
	.stacked-order-4 {
		order: 4;
	}
	/* adds margin to former "last" column that otherwise wouldn't have it */
	.stacked-flex:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

/* -- END HELPERS -- */

/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li  {
	margin-bottom: 1em;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
	display: table;
	font-size: 0.85em;
}

/* -- END BLOG -- */

/*CUSTOM*/
/* — RECAPTCHA BADGE — */
.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
	bottom: 20px !important;
	z-index: 9;
}

@media (max-width: 1555px) {
	.grecaptcha-badge {
		bottom: 85px !important;
	}	
}
.grecaptcha-badge:hover {
	width: 256px !important;
}
body .grecaptcha-badge {
	visibility: initial !important;
}
#page-container{
	overflow:hidden;
}
.mp-vertical-align { 
	display: flex; 
	flex-direction: column; 
	justify-content: center;
}
.mp-vertical-align-bottom{ 
	display: flex; 
	flex-direction: column; 
	justify-content: flex-end;
}
.align-bottom{
	display: flex;
	flex-direction: column;
}
.inline-items{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}
.inline-items-left{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	align-content: stretch;
}
.inline-items .item-end{
	margin-left:auto;
}
.inline-items-space-between{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}
/*--arrow change on menu on hover --*/
body #et-boc .et-l #top-menu .menu-item-has-children.et-show-dropdown>a:first-child:after, .et-menu .menu-item-has-children.et-show-dropdown>a:first-child:after {
	content: "2"!important;
	-webkit-transition: all .35s;
	transition: all .35s;
	color:#E1251B;
}
body #et-boc .et-l #top-menu .menu-item-has-children>a:first-child:after, #et-secondary-nav .menu-item-has-children>a:first-child:after, .et-menu .menu-item-has-children>a:first-child:after {
	color:#E1251B;
}
/*autowidth submenu*/
/*set the Divi menu dropdown auto width*/
@media only screen and (min-width: 981px) {
	.nav li ul {
		width: fit-content;
		display: flex;
		flex-direction: column;
		min-width:250px;
	}

	.nav li li {
		white-space: nowrap;
	}

	.nav li li a {
		width: auto !important;
	}
	/*.et_pb_menu .et-menu-nav>ul ul {
	text-align: center;
}*/
}
/*desktop menu*/
body #et-boc .et-l .custom-menu.et_pb_menu .et_pb_menu__menu>nav>ul>li:after{
	content:"";
	width: calc(100% - 22px);
	height:6px;
	background:transparent;
	position:absolute;
	bottom:0;
	display:block;
}
body #et-boc .et-l .custom-menu li.current-menu-item:after, body .et-db #et-boc .et-l .custom-menu.et_pb_menu .et_pb_menu__menu>nav>ul>li:hover:after{
	background:#FD000A;
}
/*search*/
body #et-boc .et-l .custom-menu .et_pb_menu__search-button{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);	
}
body #et-boc .et-l .et_pb_menu__search-button:before {
	position: relative;
}
body #et-boc .et-l .et_pb_menu__search-button, body #et-boc .et-l .et_pb_menu .et_pb_menu__close-search-button:after {
	font-size: 26px !important;
	font-weight: 600;
}
body #et-boc .et-l .et_pb_menu__search-button, body #et-boc .et-l .et_pb_menu .et_pb_menu__close-search-button:after{
	background:#fff;
	border-radius: 100%;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	width: 64px;
	height: 64px;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center;
	align-items: center !important;
	margin-top: 17px !important;
	margin-left: 35px !important;
	transition: all 300ms ease 0ms;
}
body #et-boc .et-l .et_pb_menu__search-button:hover, #et-boc .et-l .et_pb_menu .et_pb_menu__close-search-button:hover:after{
	background:#FD000A;
	transition: all 300ms ease 0ms;
}
body #et-boc .et-l .et_pb_sticky .et_pb_menu__search-button, #et-boc .et-l .et_pb_menu .et_pb_menu__close-search-button:after{
	margin-top: 12px;
	transition: all 300ms ease 0ms;
}
/*-- responsive menu --*/
@media only screen and (max-width:1741px) and (min-width:1068px){
	body #et-boc .et-l .et_pb_menu__search-button, body #et-boc .et-l .et_pb_menu .et_pb_menu__close-search-button:after {
		width: 50px;
		height: 50px;
		margin-top: 12px;
		margin-left: 35px;
	}
	body #et-boc .et-l .et_pb_menu__search-button, body #et-boc .et-l .et_pb_menu .et_pb_menu__close-search-button:after {
		font-size: 22px;
	}
	body #et-boc .et-l .et_pb_menu__search-button, body #et-boc .et-l .et_pb_menu .et_pb_menu__close-search-button:after {
		margin-right: 0 !important;
	}
}
@media only screen and (max-width:469px){
	body #et-boc .et-l .et_pb_menu__search-button, body #et-boc .et-l .et_pb_menu .et_pb_menu__close-search-button:after {
		width: 50px;
		height: 50px;
		margin-top: 12px;
		margin-left: 10px;
	}
	body #et-boc .et-l .et_pb_menu__search-button, body #et-boc .et-l .et_pb_menu .et_pb_menu__close-search-button:after {
		margin-right: 0 !important;
	}
	body #et-boc .et-l .et_pb_menu--style-left_aligned .et_pb_menu__logo {
		margin-right: 10px;
	}
	body #et-boc .et-l .et_pb_menu__search-button, body #et-boc .et-l .et_pb_menu .et_pb_menu__close-search-button:after {
		font-size: 22px;
	}
	#et-boc .et-l .custom-menu .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, #et-boc .et-l .custom-menu .et_pb_menu__logo-slot {
		max-width: 50% !important;
	}
	#et-boc .et-l .mobile_menu_bar:before {
		font-size: 40px;
	}
}

@media only screen and (max-width:1741px) and (min-width:1501px){
	#et-boc .et-l .custom-menu .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, #et-boc .et-l .custom-menu .et_pb_menu__logo-slot {
		max-width: 350px !important;
	}
}
@media only screen and (max-width:1567px) and (min-width:1418px){
	#et-boc .et-l .custom-menu.et_pb_menu ul li a {
		font-size: 24px !important;
	}
}

@media only screen and (max-width:1500px) and (min-width:1068px){
	body #et-boc .et-l .et_pb_menu__search-button, body #et-boc .et-l .et_pb_menu .et_pb_menu__close-search-button:after {
		margin-left: 20px;
	}
}
@media only screen and (max-width:1500px) and (min-width:1418px){
	#et-boc .et-l .custom-menu .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, #et-boc .et-l .custom-menu .et_pb_menu__logo-slot {
		max-width: 300px !important;
	}
}
@media only screen and (max-width:1417px) and (min-width:1242px){
	#et-boc .et-l .custom-menu .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, #et-boc .et-l .custom-menu .et_pb_menu__logo-slot {
		max-width: 250px !important;
	}
	#et-boc .et-l .custom-menu.et_pb_menu ul li a {
		font-size: 20px !important;
	}
}
@media only screen and (max-width:1241px) and (min-width:1146px){
	#et-boc .et-l .custom-menu .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, #et-boc .et-l .custom-menu .et_pb_menu__logo-slot {
		max-width: 250px !important;
	}
	#et-boc .et-l .custom-menu.et_pb_menu ul li a {
		font-size: 18px !important;
	}
}
@media only screen and (max-width:1145px) and (min-width:1068px){
	#et-boc .et-l .custom-menu .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, #et-boc .et-l .custom-menu .et_pb_menu__logo-slot {
		max-width: 220px !important;
	}
	#et-boc .et-l .custom-menu.et_pb_menu ul li a {
		font-size: 17px !important;
	}
	#et-boc .et-l .custom-menu.et_pb_menu .et-menu>li {
		padding-right: 9px;
	}
}
@media only screen and (max-width:1067px) and (min-width:981px){
	#et-boc .et-l .custom-menu.et_pb_menu .et_pb_menu__menu {
		display: none;
	}
	#et-boc .et-l .custom-menu .et_mobile_nav_menu {
		display: flex;
	}
}
/*-- mobile menu --*/
#et-boc .et-l .top-menu-log.et_pb_menu .et_mobile_nav_menu {
	display: none;
}
#et-boc .et-l .top-menu-log.et_pb_menu .et_pb_menu__menu,  #et-boc .et-l .top-menu-log.et_pb_menu .et_pb_menu__menu>nav,  #et-boc .et-l .top-menu-log.et_pb_menu .et_pb_menu__menu>nav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width:1067px){
	#et-boc header .container {
		width: 90%;
		display: flex;
		flex-direction: row;
		align-items: end;
		justify-content: center;
	}
	#et-boc .top-menu-log .et_pb_menu__menu{
		display:none !important;
	}
	#et-boc .et-l .top-menu-log  {
		width: 56px;
		margin-left: 0 !important;
	}
	#et-boc .et-l span.et_pb_menu__cart-count {
		top: -9px;
		right: 0;
	}
	#et-boc .et-l .et_pb_button_0_tb_header_wrapper{
		margin-left: 0;
	}
	#et-boc .et-l .et_pb_menu__cart-button:after {
		background-position: left center !important;
	}
	.et-db #et-boc .et-l span.et_pb_menu__cart-count {
		top: -8px;
	}
	.et_header_style_left .logo_container {
		position: relative;
	}
	.et_header_style_left #et-boc header #logo {
		max-width: 150px;
		width: 90%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#et-boc header .et_mobile_menu li, #et-boc header .et_mobile_menu li li {
		text-align: center;
	}
	#main-header #mobile_menu.et_mobile_menu li li a, #et-boc header .et_mobile_menu li li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a, #et-boc header .et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
		padding-right: 20px;
	}
	#main-header #mobile_menu.et_mobile_menu li:not(.anchor).current-menu-item > a, #et-boc header .et_mobile_menu li:not(.anchor).current-menu-item > a {
		font-weight: 500;
	}
	.et_mobile_menu li a, .nav li li a {
		font-size: 18px;
	}
	.mobile_menu_bar:before {
		font-size: 50px;
	}

	/*search mobile*/
	.container.et_search_form_container.et_pb_search_visible, .et_pb_menu .et_pb_menu__search-container--visible{
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 0 !important;
		background: #fff;
		padding-right: 20px !important;
	}
	.et_search_form_container input, .et_pb_menu .et_pb_menu__search-input {
		background: #fff;
		padding: 15px ! IMPORTANT;
		height: 70px;
	}
	/*end search*/
	.et_pb_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu ul {
		list-style: none !important;
	}
	.et_pb_menu .et_mobile_menu {
		top: 100%;
		padding: 5%;
	}
	#main-header #mobile_menu.et_mobile_menu li a, #et-boc header .et_mobile_menu li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.et_pb_menu .et_mobile_nav_menu {
		float: none;
		margin: 0 6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
/*-- scroll up --*/
.et_pb_scroll_top.et-pb-icon:hover {
	background: #0095DA;
	border:2px solid #0095DA;
	color:#fff;
}
.et_pb_scroll_top.et-pb-icon {
	background: rgba(253,0,10,1);
	bottom: 100px;
	right: 10px;
	border-radius:50%;
	font-size: 20px;
	padding: 10px;
	color:#fff;
	border:2px solid rgba(253,0,10,1);
}
@media only screen and (min-width:981px){
	span.et_pb_scroll_top.et-pb-icon.et-visible, span.et_pb_scroll_top.et-pb-icon.et-hidden{
		display:none !important;
	}
}
@media only screen and (max-width:760px){
	.et_pb_scroll_top.et-pb-icon {
		font-size:20px;
		font-weight:bold;
		bottom: 90px;
		right: 12px;
	}
}
/*-- stack--*/
@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: 3;
		order: 4;
	}
	/*** add margin to last column ***/
	.custom_row .et_pb_column:last-child{
		margin-bottom: 30px !important;
	}
	/*stack specialty section*/
	.et_section_specialty.reverse-columns-mobile .et_pb_row {
		display: flex;
		flex-direction: column-reverse !important;
	}
	.et_section_specialty.reverse-columns-mobile .et_pb_row>.et_pb_column.et-last-child, .et_section_specialty.reverse-columns-mobile .et_pb_row>.et_pb_column.et_pb_column_single {
		padding-bottom: 40px !important;
	}
}

/*BUTTON*/
body #page-container .et_pb_module .et_pb_button, body #page-container .et_pb_module .et_pb_button_module_wrapper .et_pb_button, body #page-container .et_pb_module .et_button_no_icon .et_pb_button, body #page-container .et_pb_section .et_pb_module.et_pb_promo .et_pb_button.et_pb_promo_button{
	padding: .47em 1.06em !important;
	font-weight:500 !important;
	min-width:214px;
	text-align:center;
}
body #page-container .et_pb_module .et_pb_button:hover, body #page-container .et_pb_module .et_pb_button_module_wrapper .et_pb_button:hover, body #page-container .et_pb_module .et_button_no_icon .et_pb_button:hover, body #page-container .et_pb_section .et_pb_module.et_pb_promo .et_pb_button.et_pb_promo_button:hover{
	padding: .47em 1.06em !important;
	font-weight:500;
}
body .gform_wrapper select{
	height:auto;
}
@media only screen and (max-width:980px){
	body #page-container .et_pb_module .et_pb_button, body #page-container .et_pb_module .et_pb_button_module_wrapper .et_pb_button, body #page-container .et_pb_module .et_button_no_icon .et_pb_button, body #page-container .et_pb_section .et_pb_module.et_pb_promo .et_pb_button.et_pb_promo_button{
		font-size:20px !important;
		min-width:auto;
	}
	body .gform_wrapper #field_submit input, body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit], body .gform_wrapper input[type=button], body div.form_saved_message div.form_saved_message_emailform form input[type=submit]{
		font-size:20px !important;
	}
	body #page-container #et-boc .et-l .gform_wrapper #field_submit input{
		min-height:77px;
	}

}
/*Form*/
.gform_wrapper.gravity-theme .gform_fields {
	display: grid;
	grid-column-gap: 1.5%;
	-ms-grid-columns: (1fr 1.5%)[12];
	grid-row-gap: 0px;
}
.gform_heading {
	display: none;
}
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], .gform_wrapper.gravity-theme .gfield input:not([type=submit]), .gform_wrapper.gravity-theme .gfield select  {
	color: #000 !important;
	background-color: #E6F5FC !important;
	padding: 15px;
	font-size:24px;
}
body #page-container #et-boc .et-l .gform_wrapper #field_submit input, body #page-container #et-boc .et-l .gform_wrapper .gform_footer input.button, body #page-container #et-boc .et-l .gform_wrapper .gform_page_footer input.button, body #page-container #et-boc .et-l div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
	padding: .47em 1.06em !important;
	border-radius:0;
}
body #page-container #et-boc .et-l .gform_wrapper #field_submit input:hover, body #page-container #et-boc .et-l .gform_wrapper .gform_footer input.button:hover, body #page-container #et-boc .et-l .gform_wrapper .gform_page_footer input.button:hover, body #page-container #et-boc .et-l div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover{
	border-color:#fd000a !important;
}
body #page-container .subscribe-form .gform_wrapper.gravity-theme .gfield input:not([type=submit]){
	min-height: 77px !important;
	background-color:#fff !important;
}
.gform_wrapper.gravity-theme .gform_drop_area{
	background-color: #E6F5FC !important;
}
/* Container gets positioned so we can draw our own arrow */
body .gform_wrapper .ginput_container_select {
	position: relative;
}

/* Hide the default OS arrow and add padding for our arrow */
body .gform_wrapper .ginput_container_select select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 2rem;
	background-color: #fff;
}

/* Our chevron (same WP black) */
body .gform_wrapper .ginput_container_select::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 0; height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #000;
	pointer-events: none;
}


/*placeholders*/
/* normal text color */
body .gform_wrapper .ginput_container_select select { color: #000; }

/* gray while the placeholder option is selected */
body .gform_wrapper .ginput_container_select select:has(option.gf_placeholder:checked) {
	color: rgba(0,0,0,0.3) !important;
}

/* make the placeholder in the dropdown list itself gray */
body .gform_wrapper .ginput_container_select option.gf_placeholder { color: rgba(0,0,0,0.3); }
/* Other Fields */
.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {color: rgba(0,0,0,0.3);}

/* Paragraph Text Area */
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {color:rgba(0,0,0,0.3);}
/* For modern browsers */
.gform_wrapper .gfield select::placeholder {
	color:rgba(0,0,0,0.3); /* Replace with your desired hex color code */
}

/* For older browsers (targeting specific input types if needed) */
.gform_wrapper .gfield select:-moz-placeholder {
	color:rgba(0,0,0,0.3);
}

.gform_wrapper .gfield select::-moz-placeholder {
	color: rgba(0,0,0,0.3);
}

.gform_wrapper .gfield select:-ms-input-placeholder {
	color: rgba(0,0,0,0.3);
}
/*footer*/
.et_pb_widget ol li, .et_pb_widget ul li {
	margin-bottom: 0;
}
.widget-sidebar .et_pb_widget{
	margin-bottom:0 !important;
}
body:not(.home):not(.single-product) .cta-footer-section.section_has_divider.et_pb_top_divider .et_pb_top_inside_divider {
	background-image: url(/wp-content/uploads/white-bottom-divider.png);	
}
@media only screen and (min-width:981px){
	ul#menu-footer-quick-links{
		column-count: 2; /* Adjust the number of columns as needed */
		column-gap: 11%; /* Optional: adds space between columns */
		/* For older browser compatibility (though less necessary now): */
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
	}
}
@media only screen and (min-width:981px){
	.widgets-row .et_pb_row .logo-col.et_pb_column{
		width: 48.5%;
	}
	.widgets-row .quick-col.et_pb_column{
		width: 33.75%;
	}
	.widgets-row .social-col.et_pb_column.et-last-child {
		width: 12.75%;
	}
}
@media only screen and (max-width:1412px) and (min-width:981px){
	#et-boc .et-l .et_pb_column.logo-col{
		width: 30%;
	}
	#et-boc .et-l .et_pb_column.quick-col{
		width: 50%;
	}
	#et-boc .et-l .quick-col .et_pb_module.widget-sidebar.widget-two-cols{
		margin-right: 0;
		margin-left: auto;
		max-width: 454px;
	}
	#et-boc .et-l .widgets-row .social-col.et_pb_column.et-last-child {
		min-width: 168px;
	}
}
@media only screen and (max-width:980px){
	.inline-item-footer .et_pb_text_inner {
		display: flex;
		flex-direction: row;
		justify-content: center;
		flex-wrap:wrap;
	}
	.inline-item-footer a{
		padding-left:5px;
		padding-right:5px;
	}
}
/*slider*/
/*slick equal slides height*/
.blurb-slider .slick-track{
	display: flex !important;
}
.blurb-slider .slick-slide{
	height: inherit !important;
}
.blurb-slider .slick-list.draggable {
	margin-bottom: 0;
}
.blurb-slider .blurb-item{
	padding: 0 !important;
	margin: 0 5px !important;
	overflow: visible;
}
/*.slick-list{
max-width:1280px;
margin-left:auto !important;
margin-right:auto !important;
}*/
@media only screen and (min-width:768px){
	.blurb-slider .slick-slide{
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		-webkit-transition: all .35s !important;
		transition: all .35s !important;
	}
	.blurb-slider .slick-slide:hover{
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all .35s !important;
		transition: all .35s !important;
		overflow:inherit;
	}
}
/*images carousel*/
.fullwidth-carousel .slick-slide, .logo-carousel .slick-slide{
	height: inherit !important;
	min-height:100%;
}
.fullwidth-carousel .slick-list .slick-track, .logo-carousel .slick-list .slick-track{
	display: flex !important;
	flex-direction: row;
	align-items: center;
}
.fullwidth-carousel .et_pb_image, .logo-carousel .et_pb_image{
	padding-left:10px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
	width:80% !important;
	text-align:center;
}
.fullwidth-carousel.slick-slider, .logo-carousel.slick-slider{
	max-width:1664px !important;
}
.logo-carousel .slick-list {
	max-width: 100%;
}
.logos .et_pb_image_wrap{
	max-width: 80%;
}
.gallery .et_pb_image_wrap {
	max-width: 100%;
}
.logos img, .gallery img{
	width:auto !important;
	margin:auto !important;
}
.logos, .gallery{
	margin-bottom:0 !important;
}
/*slider*/
/*slick equal slides height*/
.custom-slider-fullwidth .slick-track{
	display: flex !important;
}
.custom-slider-fullwidth .slick-slide{
	height: inherit !important;
}
.custom-slider-fullwidth .slick-list.draggable {
	margin-bottom: 0;
}
@media only screen and (max-width:480px){
	.custom-slider-fullwidth .slick-list.draggable {
		margin-bottom: 0;
	}
}
.custom-slider-fullwidth .slick-track{
	display: flex !important;
}
.custom-slider-fullwidth .slick-slide{
	height: inherit !important;
}

.dp-dfg-items.slider.custom-slider-items .dp-dfg-item{
	padding: 0 !important;
	margin: 15px 15px !important;
}
.custom-slider-fullwidth .dp-dfg-header.entry-header {
	flex-grow: 1;
}
.custom-slider-fullwidth .slick-initialized .slick-slide {
	display: flex;
	flex-direction: column;
	align-items:center;
}
.custom-slider-fullwidth .slick-next {
	right: -4%;
}
.custom-slider-fullwidth .slick-prev {
	left: -4%;
}
/*cards*/

body #page-container .dp-dfg-container .dp-dfg-items.slider.custom-slider-items .dp-dfg-item:hover .dp-dfg-image{
	opacity:0.5;
}
body #page-container #et-boc .et-l .dp-dfg-container .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper a.et_pb_button.dp-dfg-more-button{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: fit-content;
}
body #page-container #et-boc .et-l .dp-dfg-container .dp-dfg-items .dp-dfg-item:hover a.et_pb_button.dp-dfg-more-button:after, body #page-container #et-boc .et-l .dp-dfg-container:not(.dp-dfg-vb) .dp-dfg-more-button:after{
	content:"";
	background:url(/wp-content/uploads/arrow-button.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:12px;
	height:12px;
	position:relative;
}
body #page-container #et-boc .et-l .custom-slider-fullwidth .dp-dfg-container .dp-dfg-items .dp-dfg-item:hover a.et_pb_button.dp-dfg-more-button{
	color:#0095DA!important;
}
body #page-container #et-boc .et-l .dp-dfg-items.slider.custom-slider-items .dp-dfg-item .dp-dfg-image, body #page-container #et-boc .et-l .dp-dfg-items.slider.custom-slider-items .dp-dfg-item .dp-dfg-overlay{
	margin:0 !important;
}
body #page-container #et-boc .et-l .custom-slider-fullwidth .dp-dfg-header.entry-header {
	width: 85%;
	margin: auto;
}

a.et_pb_button.dp-dfg-more-button {
	width: 100%;
	font-weight:500 !important;
}
.custom-slider-fullwidth .dp-dfg-skin-default  >* {
	padding: 0;
}

.et-l .custom-slider-items .dp-dfg-image, .et-l .custom-slider-items .dp-dfg-image .dp-dfg-featured-image{
	width: 300px;
	height: 300px;
	object-fit: contain;
}

/*slick navigation*/
ul.slick-dots {
	text-align: center;
	padding-top:20px;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li.slick-active button { 
	background-color: #B50E1C; 
}

@media (min-width: 981px) {
	.slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 10px;
		height: 10px;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background-color: #EAE8E8;
		border-radius: 100%;
		margin-left: 3px;
		margin-right: 3px;
	}
}

@media (max-width: 980px) {
	.slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 10px;
		height: 10px;
		padding: 0;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background-color: #EAE8E8;
		border-radius: 100%;
		margin-left: 3px;
		margin-right: 3px;
	}
}
.slick-prev {
	display: block !important;
	opacity: 1 !important;
	padding: 0px;
	background-color: rgba(6,52,136,0);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:0;
	padding: 10px 5px;
	margin: 0px;
	border: none;
	font-size: 0;
	line-height: 0;
	background-size: contain;
	background-position-x: center;
	border-radius: 6px;
	z-index: 999;
	cursor: pointer;
	transition: 0.2s all ease-in-out !important;
}

.slick-next {
	display: block !important;
	opacity: 1 !important;
	padding: 0px;
	background-color: rgba(6,52,136,0);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right:0;
	padding: 10px 5px;
	margin: 0px;
	border: none;
	font-size: 0;
	line-height: 0;
	background-size: contain;
	background-position-x: center;
	border-radius: 6px;
	z-index: 999;
	cursor: pointer;
	transition: 0.2s all ease-in-out !important;
}

.slick-prev:before {
	content: '';
	background:url(/wp-content/uploads/arrow-prev.png);
	width:56px;
	height:56px;
	margin:auto;
	display:block;
	background-size:100% 100%;
	background-repeat:no-repeat  !important;
	opacity: 1;
	-webkit-transition: 0.2s all ease-in-out !important;
	transition: 0.2s all ease-in-out !important;
}

.slick-next:before {
	content: '';
	transform: scaleX(-1);
	background:url(/wp-content/uploads/arrow-prev.png);
	width:56px;
	height:56px;
	margin:auto;
	display:block;
	background-size:100% 100%;
	background-repeat:no-repeat !important;
	opacity: 1;
	-webkit-transition: 0.2s all ease-in-out !important;
	transition: 0.2s all ease-in-out !important;
}
.white-arrows .slick-next:before{
	background:url(/wp-content/uploads/arrow-white-blue-bg.png) !important;
	transform: scaleX(1);
	background-size:100% 100%;
	background-repeat:no-repeat !important;
	width: 22px;
	height: 22px;
}

.white-arrows .slick-prev:before{
	background:url(/wp-content/uploads/arrow-white-blue-bg.png) !important;
	transform: scaleX(-1);
	background-size:100% 100%;
	background-repeat:no-repeat !important;
	width: 22px;
	height: 22px;
}
@media only screen and (max-width:1511px) and (min-width:1240px){
	.slick-next{
		right:-5%;
	}
	.slick-prev{
		left:-5%;
	}
}
/*timeline*/
/* ================= RF Timeline (FINAL) ================= */

/* Background / container */
.rf2-wrap{
	--rf2-node:132px;   /* main round image size */
	--rf2-badge:48px;   /* small icon bubble */
	--rf2-rail:2px;     /* center line thickness */
	background:var(--rf2-bg);
	color:#fff;
	padding:20px 0 20px;
	position:relative;
}
.rf2-viewport{ 
	max-width:1740px; 
	margin: 0 0 0 auto;
	padding: 0; 
	position:relative;
}



/* Slick list/slides */
.rf2-wrap button.slick-next.slick-arrow{
	opacity:1;
	transition: all 0.4s ease-in-out;
}
.rf2-wrap button.slick-next.slick-arrow.slick-disabled {
	pointer-events: none;
	opacity:0.3 !important;
	transition: all 0.4s ease-in-out;
}
.rf2-wrap button.slick-prev.slick-arrow.slick-disabled {
	pointer-events: none;
	display:none !important;
	transition: all 0.4s ease-in-out;
}
.rf2-item{
	position:relative;
	padding:0;
	box-sizing:border-box;
	outline:none;
}
.rf2-item.rf2-top{
	padding-bottom:20px;
}

/* Node stack */
.rf2-node{ width:var(--rf2-node); margin:0 auto; position:relative; }
.rf2-node-inner{ position:relative; }
.rf2-node-left{ position:relative; z-index:3; }

/* Main round image */
.rf2-bubble{
	width:var(--rf2-node); height:var(--rf2-node);
	border-radius:999px; overflow:hidden;
	border:15px solid #fff; background:#fff;
	display:block; position:relative;
}
.rf2-bubble img{ width:100%; height:100%; object-fit:cover; display:block; }

/* Small badge (optional) */
.rf2-badge{
	position: absolute;
	left: 0px;
	top: -14px;
	z-index: 4;
	width: var(--rf2-badge);
	height: var(--rf2-badge);
	border-radius: 999px;
	border: 2px solid rgba(255, 255, 255, .10);
	display: flex;
	align-items: center;
	justify-content: center;
}
.rf2-bottom .rf2-badge {
	top:auto;
	bottom: -18px;
}
.rf2-badge img{ width:100%; height:100%; object-fit:contain; }

/* Dotted connector */
.rf2-connector{
	position:relative;
	display:block;
	z-index:3;
	width:2px; 
	height:88px;
	background: repeating-linear-gradient(to bottom, #fff 0 6px, rgba(255,255,255,0) 6px 12px);
}


/* Year chip (placed on the rail, above everything) */
.rf2-year{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:24px;
	z-index:5;
	width:72px; height:72px; padding:10px 0;
	text-align:center; font-weight:800; color:#0b4b6b;
	background:#fff; border-radius:999px;
	box-shadow: 0 6px 20px rgba(0,0,0,.18), 0 0 0 10px rgba(255,255,255,.20);
}
/* year pill sits ON the rail; keep it above everything */
.rf2-year{
	z-index: 5;
}

/* place the bubble relative to the rail so it never looks “above” it */
.rf2-item.rf2-top .rf2-node{
	margin-bottom: calc(var(--rf2-rail-offset) - 12px);
}

/* make sure layer order is correct */
.rf2-item{ z-index:2; }
.rf2-node-left{ z-index:3; }
.rf2-card{ z-index:3; }
.rf2-badge{ z-index:4; }
.rf2-year{ z-index:5; }


/* Node offset relative to the rail */
.rf2-item.rf2-top .rf2-node{ 
	margin-bottom:22px;
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	width:auto;
	column-gap:20px;
}
.rf2-item.rf2-bottom .rf2-node{ 
	margin-top:22px;
	display:flex;
	flex-direction:row;
	align-items:flex-end;
	width:auto;
	column-gap:20px;
}
.rf2-node-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	pointer-events:auto; /*will make it clickable*/
}
.rf2-bottom .rf2-node-inner {
	flex-direction: column-reverse;
}
/* Card (title + description) */
.rf2-card{ 
	max-width:69%; 
	margin-top:12px; 
	position:relative; 
	z-index:3; 
	text-align:left; 
	pointer-events:auto; /*will make it clickable*/
}
.rf2-title{
	font-size:1.12vw !important; 
	font-weight:700; 
	line-height:1.3;
	margin:12px 0 0; 
	color:#fff;
	text-transform:none !important;
}
.rf2-desc{
	font-size:24px; 
	font-weight:400; 
	line-height:1.45;
	opacity:.95; margin:0;
}

.rf2-wrap ul.rf2-list .slick-list{
	max-width:1740px !important;
}
@media only screen and (max-width:980px){
	.rf2-card .rf2-title{
		font-size:26px !important;
	}
	.rf2-desc{
		font-size:24px;
	}
}
/*fadein*/
/* how wide the fade should be */
.rf2-viewport{ 
	--rf2-fade: 20%;               /* tweak 100–180px to taste */
	position: relative;
}
.rf2-viewport::after{
	content:"";
	position:absolute; inset:0 0 0 auto;
	width: var(--rf2-fade);
	pointer-events:none;
	/* use the same bg color as the section; mask is preferred to avoid color mismatch */
	background: #0095DA;
	background: linear-gradient(90deg, rgba(0, 149, 218, 0) 0%, rgba(0, 149, 218, 1) 100%);
	display:block;
}
.rf2-viewport::before{
	content: "";
	position: absolute;
	inset: 0 0 0 auto;
	width: 2%;
	pointer-events: none;
	background: #0095DA;
	background: linear-gradient(-90deg, rgba(0, 149, 218, 0) 0%, rgba(0, 149, 218, 1) 100%);
	left: 0;
	z-index: 1;
}	
/* baseline gap between slides */
:root { --rf2-gap: 36px; }

/* stagger: push bottom row half a top column to the right 
.items-bottom .slick-list{
padding-left: calc(16.6667% + var(--rf2-gap) / 2) !important;
padding-right:14%;
}*/
ul.rf2-columns {
	padding: 0 !important;
}

/* === Tunables (adjust to your design) ====================== */
:root{
	--rf-col-w:   490px;   /* visual width of one column */
	--rf-gap:       16px;  /* base visible gap between columns (can be 0) */
	--rf-overlap:   200px;  /* how much the next column slides under the previous */
	--rf-advance:  calc(var(--rf-col-w) + var(--rf-gap) - var(--rf-overlap)); /* computed by JS below too */
	--rf-end-pad: 64px;
}

/* === Base list/slide layout ================================ */
.rf2-columns { margin:0; padding:0; list-style:none; }
.rf2-viewport { position: relative; }


/* Each Slick slide is one column */
.slick-slide.rf2-col{
	padding-left:  calc(var(--rf-gutter) / 2);
	padding-right: calc(var(--rf-gutter) / 2);
	box-sizing: border-box;
}

/* Two rows inside the column */
.rf2-col{
	display: grid;
	grid-template-rows: auto auto;
	align-items: start;
}

/* Slots map to rows */
.rf2-slot--top    { grid-row: 1; }
.rf2-slot--bottom { grid-row: 2; }

/* === Stagger: push bottom slot by 1/2 column + 1/2 gutter === */
.slick-initialized .rf2-slot--bottom{
	transform: translateX(calc(50% * var(--rf-col-w) + var(--rf-gutter) / 2));
}

/* If your bottom cards are too wide, cap them so they center nicely */
.rf2-slot--bottom .rf2-item,
.rf2-slot--top .rf2-item{
	max-width: 100%;
}

/* Placeholders: keep width but invisible so spacing stays perfect */
.rf2-item--empty .rf2-node,
.rf2-item--empty .rf2-card { visibility: hidden; }
.rf2-item--empty { pointer-events: none;}
/* (Optional) horizontal rail across the middle if you need it) */
.rf2-rail{
	position:absolute;
	left:0; right:0;
	top: 48%;              /* adjust to your center line */
	height: 2px;
	background: rgba(255,255,255,.35);
	pointer-events:none;
	z-index:-1;
	width: 100%;
	max-width: 1542px;
	margin-left: auto;
	margin-right: auto;
}

/* The slider UL */
.rf2-columns{ margin:0; padding:0 !important; list-style:none; }

/* Keep the rail container positioned */
.rf2-viewport{ position:relative; }

/* FIX #3 – prevent wrapping / “extra slides at the bottom” */
.rf2-columns .slick-track{
	display:flex;           /* single row */
	align-items:flex-start; /* variable height allowed */
}
.rf2-columns .slick-slide{
	height:auto;            /* grow naturally */
	float:none;             /* ignore slick’s float so flex wins */
}

/* Column sizing + gutters */
.rf2-columns .slick-slide.rf2-col{
	position: relative;
	z-index: 1;                          /* we’ll raise hovered/active later */
}
@media only screen and (min-width:980px){
	.rf2-columns .slick-slide.rf2-col{
		width: var(--rf-advance) !important;
		margin: 0 !important;   /* normal half-gap on both sides */
	}
	.slick-slide.rf2-col {
		width: var(--rf-col-w) !important;
	}
}
/* the real column can be wider (to create the overlap) */
.rf2-col-inner{
	width: var(--rf-col-w);
	position: relative;
	/* hang the extra width to the RIGHT so each col overlaps the next one */
	left: 0;
	display:grid;
	/* (or use left: calc((var(--rf-col-w) - var(--rf-advance))/2) to center) */
	pointer-events:none; /*this will make the item below clickable*/
}
.rf2-columns .slick-list{
	padding: 20px 0 20px 46px;
	overflow: hidden;
}
/* overlap: pull each subsequent slide left by --rf-overlap */
.rf2-columns .slick-slide.rf2-col + .slick-slide.rf2-col{
	margin-left: calc( (var(--rf-gap) / 2) - var(--rf-overlap) );
}
/* optional: keep hovered/active slide above neighbors */
.rf2-columns .slick-slide.rf2-col:hover,
.rf2-columns .slick-slide.rf2-col.slick-current{
	z-index: 5;
}
/* bottom row sits between columns even with overlap */
.rf2-slot--bottom{
	transform: translateX(calc(0.5 * var(--rf-col-w)));
}
/* (optional) if overlap is strong, bring hovered/current above neighbors */
.rf2-columns .slick-slide.rf2-col:hover,
.rf2-columns .slick-slide.rf2-col.slick-current{ z-index: 5; }
/* Two slots (rows) per column */
.rf2-col{
	display:grid !important;
	grid-template-rows:auto auto;
	row-gap: var(--rf-row-gap);
}

/* Stagger – move the entire bottom slot half a column + half a gutter */
.rf2-slot--bottom{
	transform: translateX(calc(0.5 * var(--rf-col-w) + 0.5 * var(--rf-gutter)));
}
/* Spacer slide at the end: only contributes width, not height */
.rf2-col--spacer{
	flex: 0 0 auto;         /* don’t shrink/grow, only width matters */
	width: 0;               /* JS will override width */
	height: 0 !important;   /* no height contribution */
	padding: 0 !important;
	margin: 0 !important;
	opacity: 0;             /* invisible */
	pointer-events: none;   /* not interactive */
}

/* Spacer slide appended at the end so the last real column can center */
.rf2-col--spacer{
	flex: 0 0 auto;          /* width only */
	width: 0;                /* JS sets this */
	height: 0 !important;    /* don’t create a tall blank panel */
	padding: 0 !important;
	margin: 0 !important;
	opacity: 0;
	pointer-events: none;
}
/* extra slides added only to pad the end; they shouldn’t show or take height */
.rf2-col--pad{
	opacity: 0;
	pointer-events: none;
	height: 0 !important;
}
/*MOBILE*/
@media only screen and (max-width: 1511px) and (min-width: 1240px) {
	.rf2-wrap .slick-prev{
		left:0;
	}
	.rf2-wrap .slick-next {
		right: 0;
	}
}
@media only screen and (min-width:981px){
	/* tune this to your badge size */
	.rf2-wrap { --year-d: 80px; } /* circle diameter incl. ring/shadow */

	/* keep text clear of the year circle */
	.rf2-item.rf2-top .rf2-card   { margin-bottom: calc(var(--year-d) / 2 + 8px); }
	.rf2-item.rf2-bottom .rf2-card{ margin-top:    calc(var(--year-d) / 2 + 8px); }

	/* optional: make sure the badge sits on top visually */
	.rf2-year { position: relative; z-index: 2; }

}
/* ≤ 980px: one full-width slide, no peeks, no overlap */
@media (max-width: 980px){
	.rf2-viewport{
		-webkit-mask-image: none;
		mask-image: none;
	}
	/* no overlap math on mobile */
	:root{
		--rf-overlap: 0px;      /* kill overlap */
	}

	.rf2-columns .slick-list{
		padding-right: 0;       /* remove any desktop end padding */
		padding-top: calc(var(--rf2-node) / 2 + 16px); /* keep bubbles visible */
	}

	.rf2-col-inner{
		width: 100%;
		max-width: 100%;
	}
	.rf2-slot--bottom{        /* remove horizontal stagger on mobile */
		transform: none;
	}
	.rf2-columns .slick-list {
		padding: 20px 10px !important;
	}
	.rf2-wrap{ 
		--rf2-node:90px; 
	}
	.rf2-viewport::after {
		width: 4%;
	}
	.rf2-viewport::after, .rf2-viewport::before{
		display:none;
	}
	.rf2-item.rf2-item--empty{
		display: none;
	}
	/*.rf2-wrap .slick-prev, .rf2-wrap .slick-next{
	top:auto;
	bottom:-110px;
}*/
	/*.rf2-wrap {
	padding: 0 0 80px;
}*/
	.rf2-rail {
		top:10%;
	}
	.rf2-item.rf2-top .rf2-node, .rf2-item.rf2-bottom .rf2-node {
		margin-top: 0;    
		flex-direction: column;
		align-items: center;
	}
	.rf2-card {
		text-align: center;
	}
	.rf2-bubble {
		border: 10px solid #fff;
	}
	.rf2-top .rf2-node-inner {
		flex-direction: column-reverse;
	}
	.rf2-top .rf2-badge {
		top: auto;
		bottom: -18px;
	}
}

/*END TIMELINE*/
/*single product slider*/
.acf2-main {
	transition: 0.2s all ease-in-out !important;
	margin-bottom:10px;
}
.acf2-main img {
	width: auto;
	margin:auto;
	max-height:300px;
}
.acf2-nav .slide.slick-slide:not(.slick-current) {
	opacity: 0.5;
}
.acf2-nav img{
	padding: 0 1px !important;
	min-height: 145px;
	max-height: 145px;
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.acf2-nav .slick-slide {
	margin: 0 5px; /* Adjust 10px to your desired spacing */
}
/*related products*/
#et-boc .et-l .related-products .dp-dfg-items.slider.custom-slider-items .dp-dfg-item{
	padding: 20px !important;
}
#et-boc .et-l .related-products .et_pb_button.dp-dfg-more-button{
	padding:0 !important;
}
/* home slider*/

@media (max-width: 767px) {
	.home-slider .et_pb_slide_image{
		margin: 50px auto 0 !important;
	}
}

.home-slider .et_pb_slides .et_pb_slider_container_inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	vertical-align: middle;
}
.home-slider .et_pb_slide_image {
	bottom: auto;
	top: auto;
	margin-top: 0 !important;
	margin-bottom:0 !important;
	width: 34%;
	margin-right:auto;
	position:relative;
}
.home-slider .et_pb_slide {
	padding: 0 2.5%;
}
.home-slider .et_pb_slide_with_image .et_pb_slide_description {
	width: 67%;
	padding-bottom: 0 !important;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0);
}
.home-slider .et-pb-controllers {
	bottom: 25px;
	left: auto;
	right: 60px;
	width: auto;
}
.et-pb-controllers a{
	width:12px;
	height:12px;
	opacity: .25;
}
sup {
	bottom: .0em;
}
#et-boc .et-l .heavy h1, #et-boc .et-l .heavy h2, #et-boc .et-l .heavy h3, #et-boc .et-l .heavy h4, #et-boc .et-l .heavy h5, #et-boc .et-l .heavy h6{
	font-weight:900 !important;
}
.home-slider .et_pb_slides .et_pb_container {
	display: flex;
}
@media only screen and (min-width:767px){
	.home-slider .et_pb_slides .et_pb_container {
	min-height:450px;
	height:auto !important;
}
}

@media only screen and (min-width:767px){
	.home-slider .et_pb_slides .et_pb_container {
	min-height:450px;
	height:auto !important;
}
}
@media only screen and (max-width:980px){
	.home-slider .et_pb_slide {
		padding: 0 4% !important;
	}
	.home-slider .et-pb-controllers {
		bottom: 16px;
	}
}
@media only screen and (max-width:567px){
	.home-slider .et_pb_slides .et_pb_slider_container_inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.home-slider .et_pb_slide_description {
		padding-right: 10px !important;
		padding-left: 10px !important;
		padding-top: 0 !important;
		margin-top:20px !important;
		margin-bottom:0 !important;
	}
	.home-slider .et_pb_slide_image{
		margin-top:20px !important;
	}

	.home-slider .et_pb_slide_image img {
		max-height: 300px !important;
	}
	.home-slider .et_pb_slide_image {
		width: 100%;
	}
}
/*home*/
body #et-boc .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
	width: 95%;
	max-width: 100% !important;
}
.skew-image .et_pb_image_wrap img {
	display: block;
	max-width: 100%;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .2);
	clip-path: polygon(0% 3%, 100% 7%, 90% 100%, 0% 100%);
}
.skew-image .et_pb_image_wrap::before {
	content: "";
	position: absolute;
	top: 20px;
	left: -29px;
	width: 100%;
	height: 100%;
	background: rgba(0, 149, 218, .1);
	transform: rotate(-1deg);
	z-index: -1;
	clip-path: polygon(0% 3%, 100% 7%, 90% 100%, 0% 100%);
}
/*internals*/
body #et-boc .internal-header.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	margin: 20px auto;
	width: 95%;
	max-width: 808px;
	background: rgba(255, 255, 255, 0.85);
	padding: 50px 20px;
}
body #et-boc .internal-header h1.et_pb_module_header{
	padding-bottom:0;
}
body #et-boc .internal-header span.et_pb_fullwidth_header_subhead{
	max-width:664px;
	width:95%;
	margin:auto;
}

/*single product*/

.product-meta .sub-title{
	font-weight:600;
}

/*dividers*/
body .section_has_divider.et_pb_top_divider .et_pb_top_inside_divider{
	top:-1px !important;
}
body .section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider{
	bottom:-1px !important;
}
/*no space title*/
.no-space h3{
	padding-bottom:0;
}

/*list*/
.et_pb_text ul li {
	margin-bottom: 1em;
}
/*locations*/
.wpsl-locations-details span strong{
	display:none;
}
.wpsl-contact-details{
	font-weight:600 !important;
}
.wpsl-contact-details span{
	font-weight:400 !important;
}

/* Store Locator */
/*.wpsl-search {
display: none;
}*/
#wpsl-result-list {
	width: 100%;
}
#wpsl-stores{
	background-color: #0095DA;
}
@media only screen and (min-width: 1440px) {
	#wpsl-gmap {
		width: 70%;
	}
	#wpsl-result-list {
		width: 100%;
	}
}

@media only screen and (min-width: 1580px) {
	.wpsl-store-location{
		display: flex;
		gap: 15px;
	}

	p.wpsl-contact-details {
		margin-top: 35px !important;
		margin-left: auto !important;
		white-space: nowrap;
	}
}
#wpsl-wrap #wpsl-result-list li {
	border-bottom: 1px dotted #E6F5FC;
}

.wpsl-street{
	padding-top:10px;
	margin-top: -30px;

}
.wpsl-store-location{
	color:#fff;
	font-weight: 500;
	padding-left: 20px;
}
.wpsl-store-location span{
	opacity: 1;
	font-size: 16px;
}
.wpsl-direction-wrap{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}
.wpsl-directions, .wpsl-moreinfo {
	text-transform: none;
	text-decoration: underline;
	font-weight: 500;
	opacity: 1;
	color:#fff;
	padding-left: 20px;
	font-size:15px;
}
#wpsl-result-list li p {
	padding-bottom: 10px;
}
.wpsl-store-location strong {
	color:#fff;
	font-size:18px;
	opacity: 1 !important;
}
.wpsl-contact-details a {
	color:#fff;
}
.wpsl-contact-details strong {
	font-size:18px;
}

#wpsl-wrap #wpsl-result-list ul li {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 40px;
	margin-right: 40px;
}
#wpsl-result-list li p {
	margin: 0;
}

#wpsl-wrap #wpsl-result-list ul li:hover {
	background-color: rgb(255,255,255, 0.2) !important;
	border-radius:8px !important;
}
#wpsl-wrap #wpsl-result-list ul li:hover strong{
	color: #FD000A !important;
}
/*#wpsl-wrap #wpsl-result-list ul li:hover .wpsl-directions{
color: #000 !important;
opacity:1;
text-decoration:underline;
}*/
#wpsl-result-list .wpsl-directions:hover, #wpsl-result-list .wpsl-moreinfo:hover  {
	color: #000 !important;
	opacity:1;
	text-decoration:underline;
}

.wpsl-contact-details #text {
	display: none !important;
}
body:not(.single-wpsl_stores) .wpsl-street:before{
	content: "";
	display: block;
	width: 24px;
	background-image: url('/wp-content/uploads/Icon-awesome-map-marker-alt.png');
	background-size: contain;
	height: 32px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	left: -32px;
	bottom: -32px;

}
body:not(.single-wpsl_stores) .wpsl-contact-details a:nth-of-type(1):before{
	content: "";
	display: inline-block;
	width: 24px;
	background-image: url('/wp-content/uploads/Icon-awesome-phone-alt-w.png');
	background-size: contain;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	left: -5px;
	bottom: -5px;

}
body:not(.single-wpsl_stores) .wpsl-info-window p span.address-info1:before {
	content: "";
	display: block;
	width: 16px;
	background-image: url(/wp-content/uploads/Icon-awesome-map-marker-alt.png);
	background-size: contain;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	left: -24px;
	bottom: -24px;
}
body:not(.single-wpsl_stores) .wpsl-info-window span.phone-info:before {
	content: "";
	display: block;
	width: 16px;
	background-image: url(/wp-content/uploads/Icon-awesome-phone-alt-w.png);
	background-size: contain;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	left: -24px;
	bottom: -16px;
}
body:not(.single-wpsl_stores) .wpsl-info-window span.email-info:before {
	content: "";
	display: block;
	width: 16px;
	background-image: url(/wp-content/uploads/svgviewer-png-output.png);
	background-size: contain;
	height: 16px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	left: -24px;
	bottom: -16px;
}
.wpsl-info-window p a:nth-of-type(1) {
	/*color:#FD000A !important;*/
	color:#fff !important;
}
.wpsl-info-window p span.address-info1 {
	margin-top:-10px;	
}
.wpsl-store-location span{
	padding-left:30px;
	display: block;
}
.wpsl-contact-details span{
	padding-left:0px !important;
}
.wpsl-info-window p strong:first-child {
	font-size: 18px;
	line-height: 1em;
}
.wpsl-info-window span {
	font-size: 15px;
	margin-left:24px;
}
.wpsl-info-window {
	color: #fff;
}
#wpsl-wrap .wpsl-info-window p {
	margin: 0 0 5px;
}
#wpsl-wrap .wpsl-info-window .wpsl-direction-wrap{
	margin-top:20px;
}
.wpsl-info-window a {
	color:#fff !important;
	font-weight:700;
}
#wpsl-gmap .wpsl-info-actions a {
	/*color: #FD000A !important;*/
	opacity: 1;
	padding-left: 0px !important;
	font-size: 15px;
}

.wpsl-info-window span:first-child {
	padding-bottom:15px !important;
}
.wpsl-info-window p {
	padding-bottom:0px !important;
}
.wpsl-info-window {
	padding-right:20px !important;
}
.wpsl-info-actions a {
	margin-bottom:30px;
}

body #find-location #wpsl-wrap #wpsl-gmap .gm-style .gm-style-iw-c {
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}
.wpsl-info-window p:nth-of-type(2) {
	font-weight: 700;
	text-transform: none;
	/*color: #FD000A !important;*/
	color: #fff !important;
	text-decoration:underline;
	/*padding-top:10px;*/
	font-size: 15px;
}
#wpsl-wrap {
	margin-bottom: 0px;
}
.wpsl-store-location p a:nth-of-type(2) {
	display: none;
}
#wpsl-stores {
	padding-top:40px;
}
#wpsl-stores li{
	color:#fff;
}
.wpsl-info-window span:nth-child(2) {
	display: block;
	/*margin-bottom:20px;*/
}



/* store locator - address text color */
.wpsl-store-location p a {
	color: #fff;
	opacity: 1;
}
.wpsl-info-window {
	padding-right: 0 !important;
	background-color: #0095DA;
	padding: 20px !important;
}
#wpsl-gmap .wpsl-info-actions a {
	color: #fff !important;
	margin-top: 10px;
}
#wpsl-gmap .wpsl-info-actions a:before {
	background-image: none !important;
}
#wpsl-gmap .wpsl-info-actions {
	margin: 0 !important;
}

#wpsl-gmap .wpsl-info-window {
	padding-bottom: 30px !important;
}
.wpsl-store-location {
	position: relative;
}
@media only screen and (min-width: 1580px) {
	.wpsl-store-location p:nth-child(2) {
		position: absolute;
		top: 100%;
		right: 0;
	}
}
.wpsl-store-location p:nth-child(2) {
	text-transform: none;
	text-decoration: underline;
	font-weight: 500;
	color: #fff;
	font-size: 15px;
}
#wpsl-wrap #wpsl-result-list ul li:hover .wpsl-store-location p:nth-child(2) a {
	color: #FD000A !important;
	opacity: 1;
	text-decoration: underline;
}

/*location search*/
.wpsl-search {
	margin-bottom: 12px;
	padding: 12px 12px 12px 12px;
	background: #E6F5FC;
}
#wpsl-search-wrap .wpsl-input label, #wpsl-search-wrap #wpsl-radius label, #wpsl-search-wrap #wpsl-category label {
	width: 151px;
}
#wpsl-search-wrap .wpsl-dropdown {
	width: 130px;
}
#wpsl-search-wrap form {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap:wrap;
}
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content:center;
	margin-bottom: 0;
	flex: 1 1 20%;
}
#wpsl-search-wrap .wpsl-search-btn-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content:center;
	margin-bottom: 0;
	flex: 1 1 10%;
	text-align:right;
}
#wpsl-search-wrap #wpsl-radius, #wpsl-search-wrap #wpsl-results{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0;
}
#wpsl-search-wrap #wpsl-search-input {
	min-width: 400px;
	width:100%;
}
#wpsl-search-wrap div{
	margin-right: 2.5%;
}
#wpsl-search-wrap .wpsl-search-btn-wrap, #wpsl-search-wrap #wpsl-search-btn{
	margin-right:0 !important;
}
#wpsl-search-btn{
	background-color: #fd000a;
	color: #ffffff;
	border-width: 2px;
	border-color: #fd000a;
	border-radius: 3px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase !important;
	text-decoration: none;
	background-image:none;
	font-size: 28px;
	letter-spacing: 0px;
}
#wpsl-search-btn:hover{
	background-color: rgba(255, 255, 255, 0.99);
	color: #fd000a;
	border-color: #fd000a !important;
}
@media only screen and (max-width:1385px){
	.wpsl-search-btn-wrap{
		margin-top:20px;
	}
	#wpsl-search-btn {
		width: 100%;
	}
}
@media only screen and (max-width:1253px){
	#wpsl-search-wrap form {
		flex-direction:column;
		align-items: stretch;
	}
	#wpsl-search-wrap .wpsl-input{
		margin-right:0 !important;
		margin-bottom:20px;
	}
	#wpsl-search-wrap .wpsl-select-wrap{
		flex: 1 1 100%;
		justify-content: space-between;
	}
	#wpsl-search-wrap #wpsl-search-input {
		min-width: auto;
	}
	#wpsl-search-wrap #wpsl-results label{
		width:151px;
	}
}
@media only screen and (max-width:710px){
	#wpsl-search-wrap .wpsl-select-wrap{
		flex-direction:column;
		align-items: flex-start;
	}
	#wpsl-search-wrap #wpsl-radius{
		margin-bottom:20px;
	}
}
@media only screen and (max-width:980px) and (min-width:676px){
	.wpsl-store-location {
		padding-left: 0 !important;
	}
	.wpsl-street:before {
		width: 19px;
		left: -25px;
	}
	.wpsl-store-location span {
		padding-left: 25px;
	}
}
@media only screen and (max-width:980px){
	#wpsl-wrap #wpsl-result-list ul li {
		margin-left: 10px;
		margin-right: 10px;
	}
}

/* locations - single template */
/* Hide known "empty" mailto variants */
.wpsl-locations-details .wpsl-contact-details a[href="mailto:"],
.wpsl-locations-details .wpsl-contact-details a[href="mailto:#"],
.wpsl-locations-details .wpsl-contact-details a[href="mailto:none"],
.wpsl-locations-details .wpsl-contact-details a[href="mailto:none"] + br {
  display: none !important;
}

/*home dropdown locator*/
/* Style the custom store locator dropdown form */
.store-locator-dropdown {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 2rem;
	margin: 1rem 0;
}

.store-locator-dropdown label {
	font-weight: 600;
	margin-right: 0.5rem;
}

.store-locator-dropdown select{
	padding: 22px 12px;
	border:0;
	font-size: 24px;
}
.store-locator-dropdown select{
	appearance: none;           /* Modern browsers */
	-webkit-appearance: none;   /* Safari/Chrome */
	-moz-appearance: none;      /* Firefox */
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23000' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 17px 14px;
	padding-right: 2rem; /* add space for the arrow */
	cursor: pointer;
}
.store-locator-dropdown select:open{
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23000' d='M1 7l5-5 5 5'/%3E%3C/svg%3E");
}
.store-locator-dropdown button{
	width:100% !important;
	max-width:223px;
}
.store-locator-dropdown select:focus,
.store-locator-dropdown button:focus {
	outline: none;
	border-color: #FD000A;
	box-shadow: 0 0 0 1px #FD000A;
}

.store-locator-dropdown button {
	background-color: #0073aa;
	color: #fff;
	cursor: pointer;
	transition: background 0.2s ease-in-out;
}

.store-locator-dropdown button:hover {
	background-color: #005177;
}
/* Default text color (normal selections) */
.store-locator-dropdown select { color: #000; }

/* Placeholder option inside the dropdown list */
.store-locator-dropdown select option[value=""] {
	color: rgba(0,0,0, 0.3);
}

/* While the placeholder is selected (before user picks) */
.store-locator-dropdown select:required:invalid {
	color:rgba(0,0,0, 0.3);
}

/* Once user selects a real option */
.store-locator-dropdown select:valid {
	color: #000;
}

/*product search*/

body #et-boc .searchsettings, body .searchsettings, body #et-boc div.asp_sb.asp_sb_1.searchsettings {
	max-width:100% !important;
	display: flex;
}
/*body #et-boc div.asp_w.asp_s.searchsettings form, body #et-boc div.asp_w.asp_sb.searchsettings form {
flex: 1 1 100%;
flex-direction: column;
}
body #et-boc .searchsettings fieldset, body #et-boc .searchsettings fieldset, body #et-boc div.asp_sb.asp_sb_1.searchsettings fieldset{
width:100% !important;
margin: 12px 0 20px !important;
}*/
body #et-boc .filter-side-full .searchsettings .asp_filter_tax_type-of-product, body #et-boc .filter-side-full .searchsettings fieldset, body #et-boc .filter-side-full .searchsettings fieldset, body #et-boc .filter-side-full div.asp_sb.asp_sb_1.searchsettings fieldset{
	margin: 0 15px !important;
}

body #et-boc .filter-side-full div.ajaxsearchpro.searchsettings fieldset .asp_select_single,  body #et-boc .filter-side-full div.ajaxsearchpro.searchsettings fieldset .asp_select_multiple {
	padding: 5px 10px;
}
body #et-boc .filter-side-full div.asp_w.asp_sb.searchsettings fieldset legend {
	display: none;
}
body #et-boc .filter-side-full div.asp_sb.asp_sb_1.searchsettings fieldset.asp_s_btn_container button.asp_reset_btn.asp_r_btn{
	margin-top:0 !important;
}

body #et-boc div.asp_w.asp_sb.searchsettings fieldset legend {
	padding: 0 0 10px 10px;
	font-weight: 800 !important;
	font-size: 26px !important;
	text-transform:uppercase;
}
body #et-boc div.asp_w.asp_s.searchsettings div.asp_option_label, body #et-boc div.asp_w.asp_sb.searchsettings div.asp_option_label{
	font-size: 20px !important;
	line-height:1.3em !important;
}
body #et-boc .searchsettings .asp_option_inner .asp_option_checkbox, body #et-boc .searchsettings .asp_option_inner .asp_option_checkbox, body #et-boc div.asp_sb.asp_sb_1.searchsettings .asp_option_inner .asp_option_checkbox, body #et-boc div.asp_s.asp_s_1.searchsettings .asp_option_inner .asp_option_checkbox{
	border:1px solid #d1cccc;
}
body #et-boc div.asp_w.asp_sb.searchsettings .asp_option, body #et-boc div.asp_w.asp_s.searchsettings .asp_option{
	margin: 0 0 12px 0;
}
body #et-boc .searchsettings fieldset.asp_s_btn_container button.asp_reset_btn.asp_r_btn:hover, body #et-boc .searchsettings fieldset.asp_s_btn_container button.asp_reset_btn.asp_r_btn:hover{
	background:#fff !important;
	color:rgba(253,0,10,1);
}
body #et-boc .asp_w.asp_s select, body #et-boc div.asp_w.asp_sb select, body #et-boc .asp_select2-container span, div.ajaxsearchpro.searchsettings fieldset .asp_select_single{
	font-family:'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif !important;
	font-size:20px !important;
	background:#E6F5FC;
	border-color:#E6F5FC;
}

body #et-boc div.asp_w.asp_s.searchsettings fieldset .asp_option_cat_level-1, body #et-boc div.asp_w.asp_sb.searchsettings fieldset .asp_option_cat_level-1 {
	margin-left: 12px;
}

body #et-boc .horizontal .results .item .asp_image, body #et-boc  .horizontal .results .item .asp_image, body #et-boc div.asp_r.asp_r_1.horizontal .results .item .asp_image, body #et-boc .results .item .asp_image img, body #et-boc .results .item .asp_image img, body #et-boc div.asp_r.asp_r_1 .results .item .asp_image img{
	background-size: contain;
	max-height: 280px;
	width: auto;
	margin:0 auto 20px;
	text-align:center;
}
body #et-boc div.asp_r.asp_r_1 .results .item .asp_content h3 a, body #et-boc .results .item div.asp_content, body #et-boc .results .item div.asp_content, body #et-boc div.asp_r.asp_r_1 .results .item div.asp_content, body #et-boc .asp_content .asp_res_text div.product-content-summary, body #et-boc .asp_content .asp_res_text .meta-products, body #et-boc .asp_content .asp_res_text .dimensions, body #et-boc div.asp_r.asp_r_2 .results .item .asp_content a{
	text-align:center !important;
}
body #et-boc .asp_content{
	margin-top:20px !important;
}
body #et-boc div.asp_r.asp_r_1 .results .item .asp_content h3 a, body #et-boc .asp_content .asp_res_text div.product-content-summary, body #et-boc .asp_content .asp_res_text .meta-products, body #et-boc .asp_content .asp_res_text .dimensions {
	margin-bottom:10px;
}

body #page-container #et-boc .et-l .asp_res_text .et_pb_button_wrapper a.et_pb_button.dp-dfg-more-button{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #FD000A !important;
	border-width: 0px !important;
	font-size: 20px;
	background-color: RGBA(255, 255, 255, 0);
	font-weight: 500 !important;
	transition: color 300ms 
		ease 0ms, background-color 300ms 
		ease 0ms;
	text-transform: uppercase;
	width:auto;
	min-width:auto;
}
body #page-container #et-boc .et-l .asp_r_product:hover .asp_res_text .et_pb_button_wrapper a.et_pb_button.dp-dfg-more-button{
	color: #0095DA !important;
	background-image: initial;
	background-color: RGBA(255, 255, 255, 0);
}
body #page-container #et-boc .et-l .asp_res_text a.et_pb_button.dp-dfg-more-button:after, body #page-container #et-boc .et-l .asp_res_text .dp-dfg-more-button:after{
	content: "";
	background: url(/wp-content/uploads/arrow-button.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: relative;
	color: #000000;
	line-height: inherit;
	font-size: inherit !important;
	opacity: 1;
	margin-left: .3em;
	left: auto;
	display: inline-block;
	font-family: FontAwesome !important;
	font-weight: 900 !important;
}
body #page-container #et-boc .et-l  .horizontal .results .item, body #page-container #et-boc .et-l  .horizontal .results .item, div.asp_r.asp_r_1.horizontal .results .item{
	margin-top:20px;
	margin-bottom:20px;
}
body #page-container #et-boc .et-l .filter-side .searchsettings fieldset, body #page-container #et-boc .et-l .filter-side  fieldset, div.asp_sb.asp_sb_1.searchsettings fieldset{
	min-width:100%;
}
@media only screen and (max-width:481px){
	body #page-container #et-boc .et-l .probox, body #page-container #et-boc .et-l .probox, div.asp_m.asp_m_1 .probox {
		margin: 15px;
		height: auto;
		flex-wrap: wrap;
	}
	body #page-container #et-boc .et-l .probox .promagnifier, body #page-container #et-boc .et-l .probox .promagnifier, div.asp_m.asp_m_1 .probox .promagnifier {
		width: 100%;
	}
}

#wpsl-stores .wpsl-store-thumb {
	display: none;
}
/*blog*/
.custom-blog .dp-dfg-layout-grid .dp-dfg-item {
	padding: 15px;
}
.custom-blog .dp-dfg-image {
	margin: -20px -20px 20px !important;
}
.custom-blog.smaller-image img {
	max-height: 218px !important;
	object-fit: cover;
}
.custom-blog.featured img {
	height: 637px !important;
	object-fit: cover;
}
.custom-blog.featured, .custom-blog.featured .et_pb_module_inner, .custom-blog.featured .dp-dfg-container, .custom-blog.featured  .dp-dfg-item{
	height: calc(100% - 5px) !important;
}
@media only screen and (max-width:980px){
	.mobile-space.et_pb_column{
		margin-bottom:0 !important;
	}
}
/*FACET WP*/
body #page-container #et-boc .et-l .facetwp-dropdown{
	font-family:'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif !important;
	font-size:20px !important;
	background:#E6F5FC;
	border-color:#E6F5FC;
	padding:10px;
	color:#000;
	width:100%;
}
body #page-container #et-boc .et-l .facetwp-facet{
	margin-bottom:0 !important;
}
body #page-container #et-boc .et-l .product-grid-title h3{
	margin: 0;
	padding: 0;
	display: inline-block;
	line-height: inherit;
	font-weight: bold;
	font-family: "Roboto Condensed";
	color: rgb(0, 0, 0);
	font-size: 24px;
	line-height: 1.2em;
	text-shadow: none;
}
body #et-boc .product-grid-title{
	text-align:center;
	margin-bottom:10px;
}
body #page-container #et-boc .et-l .product-grid-image, body #et-boc .product-grid-image img {
	background-size: contain;
	max-height: 280px;
	min-height:280px;
	object-fit:contain;
	width: auto;
	margin:0 auto 20px;
	text-align:center;
	/*background-color: #E9E8ED;*/
}
body #page-container #et-boc .et-l .et_pb_button.dp-dfg-more-button.product-grid-button:after {
	content: "";
	background: url(/wp-content/uploads/arrow-button.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: relative;
	color: #000000;
	line-height: inherit;
	font-size: inherit !important;
	opacity: 1;
	margin-left: .3em;
	left: auto;
	display: inline-block;
	font-family: FontAwesome !important;
	font-weight: 900 !important;
}
body #page-container #et-boc .et-l .facetwp-facet.facetwp-facet-clear_filters.facetwp-type-reset:hover{
	background:#fff !important;
	color:rgba(253,0,10,1);
}
body #page-container #et-boc .et-l .et_pb_button.dp-dfg-more-button.product-grid-button a:hover {
	color: #0095DA !important;
	background-image: initial;
	background-color: RGBA(255, 255, 255, 0);
}
body #page-container #et-boc .et-l .et_pb_button.dp-dfg-more-button.product-grid-button{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #FD000A !important;
	border-width: 0px !important;
	font-size: 20px;
	background-color: RGBA(255, 255, 255, 0);
	font-weight: 500 !important;
	transition: color 300ms 
		ease 0ms, background-color 300ms 
		ease 0ms;
	text-transform: uppercase;
	width:auto;
	min-width:auto;
	margin-top:auto;
}
body #page-container #et-boc .et-l .facetwp-input-wrap{
	width: 100%;
}
body #page-container #et-boc .et-l .facetwp-type-search .facetwp-search{
	height: 48px;
	width:100%;
	background-image: -moz-radial-gradient(center,ellipse cover,rgba(230,245,252,1),rgba(230,245,252,1));
	background-image: -webkit-gradient(radial,center center,0px,center center,100%,rgba(230,245,252,1),rgba(230,245,252,1));
	background-image: -webkit-radial-gradient(center, ellipse cover, rgba(230, 245, 252, 1), rgba(230, 245, 252, 1));
	background-image: -o-radial-gradient(center,ellipse cover,rgba(230,245,252,1),rgba(230,245,252,1));
	background-image: -ms-radial-gradient(center,ellipse cover,rgba(230,245,252,1),rgba(230,245,252,1));
	background-image: radial-gradient(ellipse at center, rgba(230, 245, 252, 1), rgba(230, 245, 252, 1));
	border: 1px solid rgba(230, 245, 252, 1);
	border-radius: 0;
	box-shadow: none;
	border:0;
	padding:20px;
	font-weight: normal;
	font-family: "Roboto Condensed";
	color: rgb(0, 0, 0);
	font-size: 24px;
	line-height: 15px;
	text-shadow: none;
	line-height: normal;
	border: 0;
	box-shadow: none;
}
body #page-container #et-boc .et-l .facetwp-facet.facetwp-facet-search.facetwp-type-search {
	width: 90%;
	margin-bottom: 0 !important;
	max-width: 1283px;
}
body #page-container #et-boc .et-l .product-category .facetwp-facet.facetwp-facet-search.facetwp-type-search {
	width:100%;
}
body #page-container #et-boc .et-l .product-search .et_pb_module.et_pb_code .facetwp-type-dropdown.not-empty{
	flex-basis: 28%;
	min-width:320px;
}
body #page-container #et-boc .et-l .facetwp-input-wrap .facetwp-icon {
	right: 14px;
}
body #page-container #et-boc .et-l .facetwp-facet.facetwp-facet-clear_filters.facetwp-type-reset{
	margin-top:0 !important;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	outline: none;
	width: auto;
	box-sizing: border-box;
	background: rgba(253, 0, 10, 1);
	padding: .47em .8em .47em .8em;
	margin: 4px 0 0 0;
	border: 2px solid rgba(253, 0, 10, 1);
	border-radius: 0;
	box-shadow: none;
	font-weight: normal;
	font-family: "Roboto Condensed";
	color: rgb(255, 255, 255);
	font-size: 28px;
	line-height: 16px;
	text-shadow: none;
}
body #page-container #et-boc .et-l .facetwp-facet.facetwp-facet-clear_filters.facetwp-type-reset a{
	color:#fff;
}
body #page-container #et-boc .et-l .facetwp-facet.facetwp-facet-clear_filters.facetwp-type-reset:hover a{
	color:#fd000a;
}
body #page-container #et-boc .et-l .facetwp-load-more{
	background-color: transparent;
	border: none;
	text-align: center;
	text-decoration: none;
	color:#fd000a;
	font-weight: 600;
	font-family: "Roboto Condensed";
	font-size: 22px;
	cursor: pointer;
}
body #page-container #et-boc .et-l .facetwp-icon {
	opacity:1;
}
body #page-container #et-boc .et-l .facetwp-facet.facetwp-facet-product_pager.facetwp-type-pager {
	margin-top: 40px;
	text-align: center;
}
body #page-container #et-boc .et-l .fwpl-row.el-bx14nc {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background: #fff;
	padding: 10px 0;
	height: 100%;
	text-align: center;
	transition: box-shadow 0.2s ease;
}
.fwpl-col.fwpl-col.el-corvts {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	background: #fff;
	height: 100%;
	text-align: center;
}
.facetwp-facet input.facetwp-search{
	min-width:100% !important;
}

@media only screen and (max-width:767px){
	body #page-container #et-boc .et-l .product-search .et_pb_module.et_pb_code .facetwp-type-dropdown.not-empty {
		flex-basis: 100%;
		min-width: 100%;
	}
	.product-search .inline-items{
		flex-direction:column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.product-search .inline-items .et_pb_code{
		width:100% !important;
	}
}
/* Add "SEARCH" text instead 
.facetwp-input-wrap .facetwp-icon::before {
content: "SEARCH";
color: #e40000;              
font-weight: 700;
text-transform: uppercase;
pointer-events: none;
font-size: 18px;
background:none;
width: 60px;
height:auto;
font-style: normal;
}
.facetwp-input-wrap .facetwp-icon {
opacity:1 !important;
right: 12px;
top: 50%;
height: 35px;
transform: translateY(-50%);
}

.facetwp-input-wrap .facetwp-icon:hover{
cursor:pointer;
}
*/
/*search*/
.custom-blog.search .dp-dfg-image img {
	max-height: 300px;
	object-fit: contain;
}
.custom-blog.search .dp-dfg-layout-grid .dp-dfg-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.custom-blog.search .dp-dfg-image.entry-thumb:empty, .custom-blog.search .dp-dfg-meta.entry-meta:empty, .custom-blog.search .dp-dfg-content.entry-summary:empty{
	display:none;
}

/*store image grid*/
#et-boc .et-l .store-gallery .et_pb_gallery_grid .et_pb_gallery_items {
	-webkit-transition: height .2s ease-in-out;
	transition: height .2s ease-in-out;
}
#et-boc .et-l .store-gallery .et_pb_grid_item.et_pb_gallery_item.first_in_row {
	clear: both;
}
.mfp-title {
	opacity: 0;
}
#et-boc .et-l .store-gallery .et_pb_grid_item{
	width: 30.716%;
	margin-right: 2.569%;
	margin-bottom: 2.569%;
}

#et-boc .et-l .store-gallery .et_pb_gallery_grid .et_pb_gallery_item {
	opacity: 1;
	-webkit-animation: fadeLeft 1s cubic-bezier(.77, 0, .175, 1) 1;
	animation: fadeLeft 1s cubic-bezier(.77, 0, .175, 1) 1;
}
#et-boc .et-l .store-gallery .et_pb_gallery_image {
	line-height: 0;
}

@media (min-width: 981px) {
	#et-boc .et-l .store-gallery .et_pb_grid_item {
		float: left;
		position: relative;
	}
	.et_pb_gallery_grid .et_pb_gallery_item img {
		width: 100%;
	}

}
#et-boc .et-l .store-gallery .et_overlay {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 100%, .9);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}
#et-boc .et-l .store-gallery .et_pb_gallery_image:hover .et_overlay {
	z-index: 3;
	opacity: 1;
}
#et-boc .et-l .store-gallery .et_pb_gallery_image:hover .et_overlay:before {
	top: 50%;
}
#et-boc .et-l .store-gallery .et_overlay:before {
	color: #2ea3f2;
	content: "\E050";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 32px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
/*store gallery carousel*/
.acf-gallery-slide.et_pb_gallery_image a{
	position:relative;
}
#et-boc .et-l .store-gallery .acf-gallery-slide.et_pb_gallery_image {
	line-height: 0;
	padding: 0 10px;
}
body.single-wpsl_stores .wpsl-contact-details {  
	margin-bottom: 0;
}
/*location layout*/
@media only screen and (max-width:1312px) and (min-width:981px){
	.store-addy, .store-hours, .store-description{
		font-size:1.8vw !important;
	}
}
@media only screen and (max-width:1110px) and (min-width:981px){
	.location-info-row{
		width:90% !important;
	}
}
@media only screen and (max-width:980px){
	.store-hours .wpsl-opening-hours {
		margin:auto !important;
	}
}
/*custom layout for store locator*/
@media only screen and (min-width: 981px) {
	body #et-boc .et-l .custom-layout-store #wpsl-gmap {
		width: 100%;
	}
	body #et-boc .et-l .custom-layout-store #wpsl-result-list div#wpsl-stores{
		height:100% !important;
	}
	body #et-boc .et-l .custom-layout-store #wpsl-wrap {
		display: flex;
		flex-direction: column;
	}
	body #et-boc .et-l .custom-layout-store #wpsl-result-list div#wpsl-stores {
		display: flex;
		flex-direction: column;
		height: auto !important;
	}
	body #et-boc .et-l .custom-layout-store  #wpsl-result-list ul {
		display: flex;
		flex-direction: row;
		width: 100%;
		flex: 1 1 100%;
		flex-wrap: wrap;
		column-gap: 1%;
	}
	body #et-boc .et-l .custom-layout-store #wpsl-wrap #wpsl-result-list ul li {
		flex-basis: 335px;
	}
}

span.coming-soon {
	color: #a9e4ff;
}
/*all products grid*/
.category-blurb .et_pb_main_blurb_image{
	margin-bottom:20px;
}
.category-blurb .et_pb_main_blurb_image img {
	max-height: 300px;
	object-fit:contain;
}
@media only screen and (min-width:361px){
	.flex-row-container .et_pb_column{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content:center;
		grid-column-gap: 2%;
		grid-row-gap: 10px;
		align-items: flex-start;
	}
}
@media only screen and (min-width:1086px){
	.flex-row-container .et_pb_column .category-blurb{
		flex-basis: 23.33%;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		margin-bottom:20px !important;
		display: flex;
		flex-direction: column;
	}
}
@media only screen and (max-width:1085px) and (min-width:981px){
	.flex-row-container .et_pb_column .category-blurb{
		flex-basis: 48.33%;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		margin-bottom:20px !important;
		display: flex;
		flex-direction: column;
	}
}
@media only screen and (max-width:980px) and (min-width:552px){
	.flex-row-container .et_pb_column .category-blurb{
		flex-basis: 46.33%;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		margin-bottom:20px !important;
	}
	.flex-row-container .et_pb_column {
		grid-column-gap: 5.5%;
	}
}
@media only screen and (max-width:551px) and (min-width:361px){
	.flex-row-container .et_pb_column .category-blurb{
		flex-basis: 100%;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		margin-bottom:0 !important;
	}
	.flex-row-container .et_pb_column {
		grid-column-gap: 5.5%;
	}
}
@media only screen and (max-width:360px){
	.flex-row-container .et_pb_column .category-blurb{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 0 0 30px;
	}
}

/* GDPR coompliance */
@media (min-width: 570px) {
	.footer-legal-menu ul li a::after {
		content: '|';
		display: inline-block;
		padding-left: 8px;
		padding-right: 8px;
		color: rgba(0,0,0,0.8)!important;
	}

	.footer-legal-menu ul li:last-of-type a::after {
		content: '';
	}

	.footer-legal-menu.et_pb_menu .et-menu>li {
		padding-left: 0;
		padding-right: 0;
	}	
}

@media (max-width:569px) {
	#menu-footer-legal,
	#menu-footer-legal li {
		display: block;
		text-align: center;
	}

	.footer-legal-menu {
		padding-bottom: 10px;
	}
}

.footer-legal-menu.et_pb_menu .et_mobile_nav_menu {
	display: none !important;
}

.footer-legal-menu.et_pb_menu .et_pb_menu__menu {
	display: flex !important;
}
.mfp-img{
	border: 2px solid #FD000A;
	padding: 0 !important;
}	
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {  
	top: -40px !important;  
}
@media (max-width: 980px) {
	.footer-legal-menu .et_pb_menu__wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;		
	}	
}


/** Desktop **/
@media (min-width: 981px){	
	.col-width .et_pb_gallery_item {
		width: 30.33% !important;
		margin: 1% !important;
		clear: none !important;
	}
	.mfp-img{
		min-width: 40vw;
	}
}

/** Tablet **/
@media (max-width: 980px){
	.col-width .et_pb_gallery_item {
		width: 48% !important; /*four columns*/
		margin: 1% !important;	
		clear: none !important;
	}
}

/** Small Tablet and Large Phone **/
@media (max-width: 767px){
	.col-width .et_pb_gallery_item {
		width: 100% !important; /*three columns*/
		clear: none !important;
	}
}

/* ---------- Store Locator - TA - 02/05/2026 ---------- */
/* ----- Autocomplete Dropdown ----- */
.custom-layout-store.et_pb_text .wpsl-autocomplete-search-results li a {
	color: #919191 !important;
}
.custom-layout-store.et_pb_text .wpsl-autocomplete-search-results li:hover a {
	color: #000 !important;
}

/* ----- Single Store Listing ----- */
/* --- Address --- */
.store-addy .wpsl-locations-details a.wpsl-location-address {
	margin-bottom: 10px;
	display: block;
	font-weight: 500;
}

/* --- Directions Link --- */
.store-addy .wpsl-locations-details .wpsl-location-directions a:after {
	font-family: 'ETModules';
	content: '\e906';
	width: 20px;
	margin: 0 0 0 5px;
	display: inline-block;
	position: relative;
	top: 2px;
	font-size: 22px;
	line-height: 1em;
	font-weight: normal;
}

/* ----- Single Store Map ----- */
/* --- Info Box --- */
.fs-single-map .wpsl-info-window a.wpsl-iw-directions {
	display: block;
	position: relative;
    margin-top: 15px;
    font-weight: 300;
}
.fs-single-map .wpsl-info-window a.wpsl-iw-directions:hover {
	color: #000 !important;
}
.fs-single-map .wpsl-info-window a.wpsl-iw-directions:before {
	content: "";
	display: block;
	width: 16px;
	background-image: url(/wp-content/uploads/Icon-awesome-map-marker-alt.png);
	background-size: contain;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.fs-single-map .wpsl-info-window a.wpsl-iw-directions span {
	padding-bottom: 0 !important;
}

/* ---------- Store Locator - single location template - social icons ---------- */
/* custom icon for email */
.custom-follow {
	display: flex;
    justify-content: center;	
}

.custom-follow .et_pb_social_icon a {
	display: flex;
    justify-content: center;
    align-items: center;	
}

.custom-follow .et-social-dribbble a.icon:before {
	content: "";
	background-image: url(/wp-content/uploads/email-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 40px;
	height: 40px;
}

@media (max-width: 980px) {
	.custom-follow .et-social-dribbble a.icon:before {
		width: 26px;
		height: 26px;
	}	
}

@media (max-width: 767px) {
	.custom-follow .et-social-dribbble a.icon:before {
		width: 20px;
		height: 20px;
	}	
}