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

/* -- COLORS -- */

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

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

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

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

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

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

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

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

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

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

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

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

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

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

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

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

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

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

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

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

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

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

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

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

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

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

/* - end mobile menu toggling elements - */

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

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

/* -- END HEADER -- */


/* -- FOOTER -- */

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

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

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

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

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

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

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

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

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

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

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

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

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

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

/* create columns of list items with this class */
@media (min-width: 639px) {
	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd){
		clear: both;	
	}
	.checklist-columns-2-alt > ul,
	.checklist-columns-3-alt > ul,
	.checklist-columns-4-alt > ul {
		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: '\4e';
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #32a709;
	/* set font size helps make icon sharper */
	font-size: 22px;
	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 -- */

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

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

/*---------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------*/

/*--SITE WIDE--*/
/*back to top button*/
.et_pb_scroll_top.et-pb-icon {
	background-color:#ffb200!important;
	box-shadow:-2px 2px 8px -2px rgba(0, 0, 0, 0.15);
}

/*background image - grid*/
body {
	/*background-image: url("https://santansolar.freshy.site/wp-content/uploads/grid-design-element.png");*/
	background-repeat: repeat!important;
}

/*vertically align content*/
.fs-vertical-align { 
	display: flex; 
	flex-direction: column; 
	justify-content: center;
} 

/**buttons**/
/*white/orange hover*/
/*bold text on hover*/
a.et_pb_button.button-hover-bold:hover {
	font-weight:700!important;
}

/**blurb image top**/
/*reduce spacing between image and text*/
.blurb-image-top .et_pb_main_blurb_image {
	margin-bottom:0px!important;
}

/**custom column margins**/
.col-custom-margin {
	margin:10px!important;
}

/**hide menu items on desktop**/
@media all and (min-width: 981px) {
	.fs-menu-hide-desktop {
		display: none!important;
	}
}

/**small desktop styling**/
/*row width on small desktops*/
@media screen and (min-width:981px) and (max-width:1350px) {
	.rows-small-desktop {
		width:70%!important;
	}
}
/*row size on small desktops*/
@media screen and (min-width:981px) and (max-width:1300px) {
	.row-small-desktop-70 {
		width:70%!important;
	}
}

/*buttons bold on hover*/
a.et_pb_button:hover {
	font-weight: 700!important;
}

/**hubspot forms**/
/*input fields*/
.hbspt-form input {
	border-radius: 50px!important;
	border: 1px solid #AEAEAE;
}
.hs-form .hs-input {
	width: 100%;
	border-radius:50px!important;
	padding: 15px 20px;
	margin: 10px 0px;
}
/*submit button*/
.hs-form .hs-button {
	white-space: pre-wrap;
	background: #fbb200;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	margin-top:20px!important;
	margin-bottom:20px!important;
	border:0px!important;
	padding: 15px 50px;
}
.hs-form .hs-button:hover {
	background:#000;
}
/*hide title and description*/
.hs-form .hs-richtext {
	display:none;
}
/*field width*/
.hs-form fieldset {
	max-width:100%!important;
}
.hs-form fieldset .hs-input {
	width:100%!important;
}

/**hubspot forms small desktops**/
@media screen and (min-width:981px) and (max-width:1100px) {
	/*input fields*/
	.hbspt-form input {
		font-size:11px!important;
	}
	.hs-form .hs-input {
		width: 100%;
		border-radius:50px!important;
		padding: 10px 10px;
		margin: 5px 0px;
	}
	/*submit button*/
	.hs-form .hs-button {
		font-size: 12px;
		margin-top:5px!important;
		margin-bottom:10px!important;
		padding: 10px 30px;
	}	
}
@media screen and (min-width:1101px) and (max-width:1300px) {
	/*input fields*/
	.hbspt-form input {
		font-size:12px!important;
	}
	.hs-form .hs-input {
		width: 100%;
		border-radius:50px!important;
		padding: 10px 10px;
		margin: 5px 0px;
	}
	/*submit button*/
	.hs-form .hs-button {
		font-size: 13px;
		margin-top:5px!important;
		margin-bottom:10px!important;
		padding: 10px 30px;
	}	
}
@media screen and (min-width:1301px) and (max-width:1500px) {
	/*input fields*/
	.hbspt-form input {
		font-size:13px!important;
	}
	.hs-form .hs-input {
		width: 100%;
		border-radius:50px!important;
		padding: 12px 15px;
		margin: 10px 0px;
	}
	/*submit button*/
	.hs-form .hs-button {
		font-size: 14px;
		margin-top:5px!important;
		margin-bottom:20px!important;
		padding: 12px 40px;
	}	
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--HEADER--*/
/**menu change color on scroll**/
/*set the default background color of the header section*/
.ss-header {
	background: transparent!important;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color -.5s ease-out;
	transition: background-color 0.5s ease-out;
}
/*set the background color of the fixed header when scrolling*/
.ss-fixed-header {
	background-color: #297AB5!important;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
}
/*size of logo*/
.ss-header img {
	width:100%!important;
	height:auto!important;
}
/*size of logo on scroll*/
.ss-fixed-header img {
	width:45%!important;
	height:auto!important;
}
@media screen and (min-width:768px) and (max-width:980px) {
	.ss-fixed-header img {
		width:70%!important;
		height:auto!important;
	}
}

@media screen and (max-width:767px) {
	.ss-fixed-header img {
		width:80%!important;
		height:auto!important;
	}
}

/**menu and button flex**/
.header-flex {
	display: flex;
	flex-direction: row;
	align-items: center!important;
	justify-content:flex-end!important;
}
/*remove :after on menu items with children and adjust spacing on parent items*/
#menu-primary-menu.et-menu .menu-item-has-children>a:first-child:after {
	display:none!important;
}
#menu-primary-menu.et-menu .menu-item-has-children>a:first-child {
	padding-right:0px!important;
}
/*adjust spacing between parent items*/
.main-header-nav.et_pb_menu .et-menu>li {
	padding-right:12px!important;
	padding-left:22px!important;
}

/**small desktop styling**/
@media screen and (min-width:981px) and (max-width:1100px) {
	/*spacing between parent menu items*/
	.main-header-nav.et_pb_menu .et-menu>li {
		padding-left:5px!important;
		padding-right:5px!important;
	}
	/*link font size*/
	.main-header-nav.et_pb_menu .et-menu>li a {
		font-size:11px!important;
	}
	/*button font size*/
	a.header-button {
		font-size:11px!important;
	}
	/*spacing left of button*/
	.header-button .et_pb_button {
		margin-left: 10px!important;
	}
	/*button padding*/
	a.header-button.et_pb_button {
		padding-left:20px!important;
		padding-right:20px!important;
	}
	a.et_pb_button.et_pb_button_0_tb_header.header-button.et_pb_bg_layout_light:hover {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	/*shop icon size*/
	.header-shop-icon span {
		font-size:13px!important;
	}
	/*size of logo*/
	.ss-header img {
		width:60%!important;
		height:auto!important;
	}
	/*size of logo on scroll*/
	.ss-fixed-header img {
		width:50%!important;
		height:auto!important;
	}
}

@media screen and (min-width:1101px) and (max-width:1300px) {
	/*spacing between parent menu items*/
	.main-header-nav.et_pb_menu .et-menu>li {
		padding-left:10px!important;
		padding-right:10px!important;
	}
	/*link font size*/
	.main-header-nav.et_pb_menu .et-menu>li a {
		font-size:12px!important;
	}
	/*button font size*/
	a.header-button {
		font-size:12px!important;
	}
	/*spacing left of button*/
	.header-button .et_pb_button {
		margin-left: 15px!important;
	}
	/*button padding*/
	a.header-button.et_pb_button {
		padding-left:20px!important;
		padding-right:20px!important;
	}
	a.et_pb_button.et_pb_button_0_tb_header.header-button.et_pb_bg_layout_light:hover {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	/*shop icon size*/
	.header-shop-icon span {
		font-size:15px!important;
	}
	/*size of logo*/
	.ss-header img {
		width:60%!important;
		height:auto!important;
	}
	/*size of logo on scroll*/
	.ss-fixed-header img {
		width:50%!important;
		height:auto!important;
	}
}

@media screen and (min-width:1301px) and (max-width:1500px) {
	/*spacing between parent menu items*/
	.main-header-nav.et_pb_menu .et-menu>li {
		padding-left:15px!important;
		padding-right:15px!important;
	}
	/*link font size*/
	.main-header-nav.et_pb_menu .et-menu>li a {
		font-size:13px!important;
	}
	/*button font size*/
	a.header-button {
		font-size:13px!important;
	}
	/*spacing left of button*/
	.header-button .et_pb_button {
		margin-left: 15px!important;
	}
	/*button padding*/
	a.header-button.et_pb_button {
		padding-left:20px!important;
		padding-right:20px!important;
	}
	a.et_pb_button.et_pb_button_0_tb_header.header-button.et_pb_bg_layout_light:hover {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	/*shop icon size*/
	.header-shop-icon span {
		font-size:17px!important;
	}
	/*size of logo*/
	.ss-header img {
		width:70%!important;
		height:auto!important;
	}
	/*size of logo on scroll*/
	.ss-fixed-header img {
		width:50%!important;
		height:auto!important;
	}
}

@media screen and (min-width:1501px) and (max-width:1700px) {
	/*spacing between parent menu items*/
	.main-header-nav.et_pb_menu .et-menu>li {
		padding-left:17px!important;
		padding-right:17px!important;
	}
	/*link font size*/
	.main-header-nav.et_pb_menu .et-menu>li a {
		font-size:15px!important;
	}
	/*button font size*/
	a.header-button {
		font-size:15px!important;
	}
	/*spacing left of button*/
	.header-button .et_pb_button {
		margin-left: 21px!important;
	}
	/*button padding*/
	a.header-button.et_pb_button {
		padding-left:30px!important;
		padding-right:30px!important;
	}
	/*shop icon size*/
	.header-shop-icon span {
		font-size:19px!important;
	}
	a.et_pb_button.et_pb_button_0_tb_header.header-button.et_pb_bg_layout_light:hover {
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
	/*size of logo*/
	.ss-header img {
		width:75%!important;
		height:auto!important;
	}
	/*size of logo on scroll*/
	.ss-fixed-header img {
		width:50%!important;
		height:auto!important;
	}
}

@media screen and (min-width:1701px) and (max-width:1900px) {
	/*spacing between parent menu items*/
	.main-header-nav.et_pb_menu .et-menu>li {
		padding-left:22px!important;
		padding-right:22px!important;
	}
	/*link font size*/
	.main-header-nav.et_pb_menu .et-menu>li a {
		font-size:17px!important;
	}
	/*button font size*/
	a.header-button {
		font-size:17px!important;
	}
	/*spacing left of button*/
	.header-button .et_pb_button {
		margin-left: 25px!important;
	}
	/*button padding*/
	a.header-button.et_pb_button {
		padding-left:35px!important;
		padding-right:35px!important;
	}
	a.et_pb_button.et_pb_button_0_tb_header.header-button.et_pb_bg_layout_light:hover {
		padding-left: 35px!important;
		padding-right: 35px!important;
	}
	/*shop icon size*/
	.header-shop-icon span {
		font-size:22px!important;
	}
	/*size of logo*/
	.ss-header img {
		width:80%!important;
		height:auto!important;
	}
	/*size of logo on scroll*/
	.ss-fixed-header img {
		width:60%!important;
		height:auto!important;
	}
}

/**tablet/mobile styling**/
/*position of cart and menu*/
/*menu position*/
@media screen and (max-width:980px) {
	.main-header-nav.et_pb_menu {
		left:0!important;
	}
}
/*cart position*/
@media screen and (max-width:980px) {
	.header-shop-icon {
		position:absolute;
		right:45px!important;
	}
}

/*mobile menu dropdown rounded corners*/
.et_mobile_menu {
	border-radius:10px!important;
}
/*make row with logo and menu flex*/
@media screen and (max-width:980px) {
	.header-mobile-flex {
		display:flex!important;
		flex-direction:row!important;
		align-content:center!important;
	}
	.col-no-margin {
		margin-bottom:0px!important;
	}
}
/*expand submenu beyond column width*/
@media screen and (max-width:980px) {
	.fs-vertical-align.header-flex, .fs-vertical-align.header-flex.et_pb_menu_inner_container {
		position:unset!important;
	}
}
/*mobile solar calculator button - hidden on desktop*/
@media screen and (max-width:980px) {
	.custom-menu-link {
		background-color:#ffb200!important;
		border-radius:50px!important;
		text-align:center!important;
		font-weight:700!important;
		padding:8px 20px!important;
		margin-top:20px!important;
	}
	/*remove background on pages with children*/
	.et_mobile_menu .menu-item-has-children>a {
		background-color:transparent!important;
		font-weight:400!important;
	}
}
/**collapsable menu items*/
/*Style the icon's placeholder*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
	border-bottom: 0;
	text-align: center;
}
ul.et_mobile_menu > li.menu-item-has-children,
ul.et_mobile_menu > li.page_item_has_children,
ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}
.et_mobile_menu .menu-item-has-children > a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a {
	background-color: transparent;
}

/*Hide the Sub-menu*/
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}

/*Show the sub-menu when the + icon is clicked*/
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}

/*Create the opening/closing icon using the Divi's Icons*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
}

/*Set the opening icon for custom Tax Pages*/
body.single-product:not(.et-tb-has-template) ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-product_cat ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-project_category ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.single-product.et-db:not(.et-tb-has-template) #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-product_cat.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-project_category.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	content: "+";
}

/*Set the opening icon for default WordPress Pages*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	content: "\3b";
}

/*Set the closing icon*/
ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.single-product:not(.et-tb-has-template) ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.single-product.et-db:not(.et-tb-has-template) #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.tax-product_cat ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.tax-product_cat.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.tax-project_category ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.tax-project_category.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after {
	content: '\3a';
}
/*change hamburger menu icon to 'x' when open*/
.mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
}

/**sub-menu**/
/*rounded corners*/
.sub-menu {
	border-radius: 10px;
}
@media screen and (min-width:981px) {
	/*center sub items*/
	ul.sub-menu li {
		text-align: center;
	}

	/*This code causes issues on desktop EM Freshysites 23/11/2022*/
	/*add spacing between parent items and submenu*/
	/*
	.sub-menu {
	margin-top:20px!important;
}*/
	/*add line under parent links*/
	.main-header-nav .current-menu-item a::before,
	.main-header-nav .current_page_item a::before {
		content: "";
		position: absolute;
		z-index: 2;
		left: 20%;
		right: 20%;
		top:23px;
	}
	.main-header-nav li a:before {
		content: "";
		position: absolute;
		z-index: -2;
		left: 35%;
		right: 100%;
		top:23px;
		background: #FFB200; /*** COLOR OF THE LINE ***/
		height: 3px; /*** THICKNESS OF THE LINE ***/
		-webkit-transition-property: right;
		transition-property: right;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	.main-header-nav li a:hover {
		opacity: 1 !important;
	}
	.main-header-nav li a:hover:before {
		right: 2%;
	}
	/*remove line under cart menu item on desktop*/
	@media screen and (min-width:981px) {
		#wpmenucartli:hover:before {
			opacity:0!important;

		}
	}
	/*center submenu under parent*/
	.sub-menu {
		left: 50%!important;
		right: auto!important;
		text-align: center!important;
		transform: translate(-50%, 0)!important;
	}
	/*remove underline effect on submenu items*/
	.sub-menu li a:before {
		display:none!important;
	}
	/*remove background hover on submenu items*/
	.sub-menu li a:hover {
		background-color:transparent!important;
	}
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--FOOTER--*/
/**hide bottom bar**/
#footer-bottom {
	display:none;
}

/**copyright**/
/*FS logo size*/
.copyright img {
	vertical-align: middle;
	width: 45px;
}
@media screen and (min-width:981px) and (max-width:1300px) {
	.copyright img {
		vertical-align: middle;
		width: 30px;
	}
	/*text sizes*/
	.copyright p {
		font-size:12px!important;
	}
	.tc-footer p {
		font-size:12px!important;
	}
}
@media screen and (min-width:1301px) and (max-width:1900px) {
	.copyright img {
		vertical-align: middle;
		width: 86px;
	}
	/*text sizes*/
	.copyright p {
		font-size:14px!important;
	}
	.tc-footer p {
		font-size:14px!important;
	}
}

/*color of divider*/
.copyright span {
	color: #FFB200!important;
	font-weight:600!important;
}

/*flex column*/
@media screen and (min-width:730px) {
	.footer-flex {
		display:flex;
		flex-direction:row;
		justify-content:space-between;
		align-items: center;
	}
}

/**desktop footer menu column widths**/
@media screen and (min-width:480px) and (max-width:980px) {
	.footer-col-1 {
		width:50%!important;
	}
	.footer-col-2 {
		width:50%!important;
	}
	.footer-col-3 {
		width:33%!important;
	}
	.footer-col-4 {
		width:33%!important;
	}
	.footer-col-5 {
		width:33%!important;
	}
	.footer-col-6 {
		width:100%!important;
	}
}

@media screen and (min-width:981px) and (max-width:1130px) {
	.footer-col-1 {
		width:20%!important;
	}
	.footer-col-2 {
		width:20%!important;
	}
	.footer-col-3 {
		width:12%!important;
	}
	.footer-col-4 {
		width:12%!important;
	}
	.footer-col-5 {
		width:12%!important;
	}
	.footer-col-6 {
		width:24%!important;
	}
}

@media screen and (min-width:1131px) {
	.footer-col-1 {
		width:18%!important;
	}
	.footer-col-2 {
		width:18%!important;
	}
	.footer-col-3 {
		width:12%!important;
	}
	.footer-col-4 {
		width:12%!important;
	}
	.footer-col-5 {
		width:12%!important;
	}
	.footer-col-6 {
		width:28%!important;
	}
}

/**disable hamburger menus on mobile**/
@media screen and (max-width:980px) {
	.fs-open-mobile-menu .et_pb_menu__menu {
		display:flex!important;
	}
	.fs-open-mobile-menu .et_mobile_nav_menu {
		display:none!important;
	}
	/*justify content left*/
	.footer-menus.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		justify-content:flex-start!important;
	}
}
/*make column*/
.footer-menus ul {
	flex-direction:column!important;
}

/**small desktop styling**/
@media screen and (min-width:981px) and (max-width:1300px) {
	.footer-headings p {
		font-size:11px!important;
		line-height:1.3em!important;
	}
	.footer-blurb .et_pb_blurb_description {
		font-size:11px!important;
		line-height:1.6em!important;
		margin-left: -10px;
	}

	.footer-blurb.et_pb_blurb .et-pb-icon {
		font-size:11px!important;
	}
	.footer-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
		padding-left:0px!important;
	}
	.footer-menus li{
		margin-top:0px!important;
	}
	.footer-menus a {
		font-size:11px!important;
	}
}

@media screen and (min-width:1301px) and (max-width:1500px) {
	.footer-headings p {
		font-size:13px!important;
		line-height:1.3em!important;
	}
	.footer-blurb .et_pb_blurb_description {
		font-size:13px!important;
		line-height:1.6em!important;
		margin-left: -10px;
	}

	.footer-blurb.et_pb_blurb .et-pb-icon {
		font-size:13px!important;
	}
	.footer-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
		padding-left:0px!important;
	}
	.footer-menus li{
		margin-top:0px!important;
	}
	.footer-menus a {
		font-size:13px!important;
	}
}

@media screen and (min-width:1501px) and (max-width:1700px) {
	.footer-headings p {
		font-size:15px!important;
		line-height:1.3em!important;
	}
	.footer-blurb .et_pb_blurb_description {
		font-size:15px!important;
		line-height:1.6em!important;
		margin-left: -10px;
	}

	.footer-blurb.et_pb_blurb .et-pb-icon {
		font-size:15px!important;
	}
	.footer-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
		padding-left:0px!important;
	}
	.footer-menus li{
		margin-top:0px!important;
	}
	.footer-menus a {
		font-size:15px!important;
	}
}


@media screen and (min-width:1701px) and (max-width:1900px) {
	.footer-headings p {
		font-size:16px!important;
		line-height:1.3em!important;
	}
	.footer-blurb .et_pb_blurb_description {
		font-size:16px!important;
		line-height:1.6em!important;
		margin-left: -10px;
	}

	.footer-blurb.et_pb_blurb .et-pb-icon {
		font-size:16px!important;
	}
	.footer-blurb.et_pb_blurb_position_left .et_pb_blurb_container {
		padding-left:0px!important;
	}
	.footer-menus li{
		margin-top:0px!important;
	}
	.footer-menus a {
		font-size:16px!important;
	}
}

/**footer blurbs**/
/*adjust spacing between icon and text*/
.et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left:0px!important;
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--GRAVITY FORMS--*/
/**newsletter form**/
/*submit button*/
body .gform_wrapper .newsletter-form .gform_footer input.button {
	font-size: 18px;
	background-color: #FFB200;
	color: #000;
	font-weight: 700;
	border-width: 0px;
	border-radius: 50px;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top:0px;
}

body .gform_wrapper .newsletter-form .gform_footer input.button:hover {
	background-color: #fff;
	color: #000;
}
/*spacing around button*/
.gform_wrapper.gravity-theme .newsletter-form .gform_footer {
	padding-top:3px;
}
/**inputs**/
body .gform_wrapper .newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 18px 25px;
	background-color: #fff;
	border-radius:50px;
	font-size:18px;
}
/**small desktop styling**/
@media screen and (min-width:981px) and (max-width:1300px) {
	/*submit button*/
	body .gform_wrapper .newsletter-form .gform_footer input.button {
		font-size: 11px!important;
		background-color: #FFB200;
		color: #000;
		font-weight: 700;
		border-width: 0px;
		border-radius: 50px;
		width: 100%;
		padding-top: 6px;
		padding-bottom: 6px;
		margin-top:0px;
	}

	body .gform_wrapper .newsletter-form .gform_footer input.button:hover {
		background-color: #fff;
		color: #000;
	}
	/*inputs*/
	body .gform_wrapper .newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		padding: 9px 20px;
		background-color: #fff;
		border-radius:50px;
		font-size:11px!important;
		text-align:center!important;
	}
}

@media screen and (min-width:1301px) and (max-width:1500px) {
	/*submit button*/
	body .gform_wrapper .newsletter-form .gform_footer input.button {
		font-size: 13px!important;
		background-color: #FFB200;
		color: #000;
		font-weight: 700;
		border-width: 0px;
		border-radius: 50px;
		width: 100%;
		padding-top: 6px;
		padding-bottom: 6px;
		margin-top:0px;
	}

	body .gform_wrapper .newsletter-form .gform_footer input.button:hover {
		background-color: #fff;
		color: #000;
	}
	/*inputs*/
	body .gform_wrapper .newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		padding: 9px 20px;
		background-color: #fff;
		border-radius:50px;
		font-size:13px!important;
		text-align:center!important;
	}
}

@media screen and (min-width:1501px) and (max-width:1700px) {
	/*submit button*/
	body .gform_wrapper .newsletter-form .gform_footer input.button {
		font-size: 15px!important;
		background-color: #FFB200;
		color: #000;
		font-weight: 700;
		border-width: 0px;
		border-radius: 50px;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top:0px;
	}

	body .gform_wrapper .newsletter-form .gform_footer input.button:hover {
		background-color: #fff;
		color: #000;
	}
	/*inputs*/
	body .gform_wrapper .newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		padding: 13px 25px;
		background-color: #fff;
		border-radius:50px;
		font-size:15px!important;
		text-align:center!important;
	}
}

@media screen and (min-width:1701px) and (max-width:1900px) {
	/*submit button*/
	body .gform_wrapper .newsletter-form .gform_footer input.button {
		font-size: 16px!important;
		background-color: #FFB200;
		color: #000;
		font-weight: 700;
		border-width: 0px;
		border-radius: 50px;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top:0px;
	}

	body .gform_wrapper .newsletter-form .gform_footer input.button:hover {
		background-color: #fff;
		color: #000;
	}
	/*inputs*/
	body .gform_wrapper .newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		padding: 13px 25px;
		background-color: #fff;
		border-radius:50px;
		font-size:16px!important;
		text-align:center!important;
	}
}

/**tablet/mobile styling**/
@media screen and (max-width:767px) {
	/*submit button*/
	body .gform_wrapper .newsletter-form .gform_footer input.button {
		font-size: 14px!important;
		background-color: #FFB200;
		color: #000;
		font-weight: 700;
		border-width: 0px;
		border-radius: 50px;
		width: 100%;
		padding-top: 6px;
		padding-bottom: 6px;
		margin-top:0px;
	}

	body .gform_wrapper .newsletter-form .gform_footer input.button:hover {
		background-color: #fff;
		color: #000;
	}
	/*inputs*/
	body .gform_wrapper .newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		padding: 9px 20px;
		background-color: #fff;
		border-radius:50px;
		font-size:14px!important;
		text-align:center!important;
	}
}
@media screen and (min-width:768px) and (max-width:980px) {
	/*submit button*/
	body .gform_wrapper .newsletter-form .gform_footer input.button {
		font-size: 15px!important;
		background-color: #FFB200;
		color: #000;
		font-weight: 700;
		border-width: 0px;
		border-radius: 50px;
		width: 100%;
		padding-top: 6px;
		padding-bottom: 6px;
		margin-top:0px;
	}

	body .gform_wrapper .newsletter-form .gform_footer input.button:hover {
		background-color: #fff;
		color: #000;
	}
	/*inputs*/
	body .gform_wrapper .newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		padding: 9px 20px;
		background-color: #fff;
		border-radius:50px;
		font-size:15px!important;
		text-align:center!important;
	}
}

/**rest of site forms**/
/*submit button*/
body .gform_wrapper .gform_footer input.button {
	font-size: 18px;
	background-color: #000;
	color: #fff;
	border-width: 0px;
	border-radius: 50px;
	padding: 12px 40px;
}

body .gform_wrapper .gform_footer input.button:hover {
	background-color: #ffb200;
	color: #fff;
}
/*inputs*/
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 12px 25px;
	background-color: #f7f7f7;
	border-radius:50px;
	font-size:18px;
}
/*text area input*/
.gform_wrapper.gravity-theme .gfield textarea {
	height: 192px;
	background-color: #f7f7f7!important;
	border-radius: 20px!important;
	padding: 12px 25px!important;
	font-size:18px!important;

}
/*select area input*/
.gform_wrapper.gravity-theme .gfield select.large {
	background-color: #f7f7f7;
	border-radius: 50px;
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--HOME PAGE--*/
/**counter row**/
/*make 1st column larger**/
@media screen and (min-width:981px) {
	.home-col-1 {
		width:30%!important;
	}
}
@media screen and (min-width:480px) and (max-width:980px) {
	.home-col-1 {
		width:100%!important;
	}
}
/*adjust font size of row header on small desktops*/
@media screen and (min-width:981px) and (max-width:1100px) {
	.counters-row-header h2 {
		font-size:25px!important;
	}
}
@media screen and (min-width:1101px) and (max-width:1400px) {
	.counters-row-header h2 {
		font-size:30px!important;
	}
}
@media screen and (min-width:1401px) and (max-width:1500px) {
	.counters-row-header h2 {
		font-size:35px!important;
	}
}
/*adjust font size of blurb and counters on small desktops*/
@media screen and (min-width:981px) and (max-width:1150px) {
	.home-blurb .et_pb_blurb_content {
		font-size:13px!important;
		line-height:1.2em;
	}
	.home-counters.et_pb_number_counter .percent p {
		font-size:45px!important;
	}
}

/*add borders to right of blurbs in 'The Leaders in Bringing Solar to'*/
.home-border-img:after {
	content: url(/wp-content/uploads/orange-border-home.png);
	position: absolute;
	right: 0;
	top: 50px;
}
/*remove right border on mobile and tablet*/
@media screen and (max-width:980px) {
	.home-border-img:after {
		display:none!important;
	}
}

/**best selling products row**/
/*adjust button font size on small desktops*/
@media screen and (min-width:981px) and (max-width:1100px) {
	a.et_pb_button.button-hover-bold.home-button {
		font-size: 12px!important;
	}
}
@media screen and (min-width:1101px) and (max-width:1300px) {
	a.et_pb_button.button-hover-bold.home-button {
		font-size: 13px!important;
	}
}
@media screen and (min-width:1301px) and (max-width:1400px) {
	a.et_pb_button.button-hover-bold.home-button {
		font-size: 14px!important;
	}
}
@media screen and (min-width:1401px) and (max-width:1500px) {
	a.et_pb_button.button-hover-bold.home-button {
		font-size: 15px!important;
	}
}
@media screen and (min-width:1501px) and (max-width:1650px) {
	a.et_pb_button.button-hover-bold.home-button {
		font-size: 17px!important;
	}
}

/**small mobile adjustments**/
/*slider arrows*/
@media screen and (max-width:550px) {
	div#n2-ss-3-arrow-next {
		padding:5px 5px 5px 5px!important;
		--widget-offset:1px!important;
	}
	div#n2-ss-3-arrow-previous {
		padding:5px 5px 5px 5px!important;
		--widget-offset:1px!important;
	}
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--TERMS & CONDITIONS PAGE--*/
/**sticky flex menu**/
/*column flex*/
/*.tc-flex-sticky {
display:flex;
flex-direction:row;
justify-content:center;
}*/

/*sticky menu
@media screen and (min-width:981px) {
.tc-sticky {
width:24%!important;
display:flex;
flex-direction:column!important;
justify-content:center!important;
}
.tc-2 {
width:70%!important;
}
}*/



@media screen and (min-width:981px) and (max-width:1100px) {
	.tos-sticky-menu {
		top:118px!important;
	}
}
@media screen and (min-width:1101px) and (max-width:1200px) {
	.tos-sticky-menu {
		top:125px!important;
	}
}

/*white background vs grid*/
#post-34836 {
	background:#fff!important;
}
/*---------------------------------------------------------------------------------------------------------------*/
/*--BLOG PAGE--*/
/*make first column full width to make 2-col layout vs 3 on desktop*/
.blog-fullwidth {
	width:100%!important;
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--SHOP PAGE--*/
/*background of page white vs grid*/
article#post-37173 {
	background: #fff!important;
}

/**products small desktop styling**/
/*remove 1st column padding*/
@media screen and (min-width:981px) and (max-width:1200px) {
	.shop-products-col {
		padding-left:0%!important;
	}
	/*adjust title font size*/
	.dipl_single_woo_product_title {
		font-size:18px!important;
	}
	/*adjust button font size*/
	.dipl_woo_products .dipl_single_woo_product_add_to_cart a.button {
		font-size:18px!important;
	}
	/*adjust filter column spacing*/
	.shop-filter-col {
		padding:15px!important;
	}
	.et_pb_sidebar_0.et_pb_widget_area a {
		font-size:14px!important;
	}
}



/**adjust row width on large mobile**/
@media screen and (min-width:481px) and (max-width:767px) {
	.shop-row-mobile {
		width:60%!important;
	}
}

/**quickview links**/
/*button padding*/
.dipl_woo_products_0_lightbox .product .dipl_product_lightbox_content_wrapper .button.single_add_to_cart_button {
	padding:10px 20px!important;
}
/*padding around lightbox contenet*/
.dipl_product_lightbox .mfp-content>.product {
	padding:50px!important;
	border-radius:10px!important;
}
/*stock quantity*/
.woocommerce div.product .stock {
	color:#297AB5!important;
	font-weight:600!important;
}
/*stacked columns on tablet*/
@media screen and (max-width:1100px) {
	.dipl_product_lightbox .mfp-content>.product {
		flex-direction:column!important;
	}
	/*make image wrapper full width*/
	.dipl_product_lightbox_image_wrapper {
		width:100%!important;
	}
	/*make content wrapper full width*/
	.dipl_product_lightbox_content_wrapper {
		width:100%!important;
		padding:0px!important;
	}
}

/**yith filter**/
/*reset filter button*/
button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced {
	border: 1px solid #ffb200!important;
	border-radius: 50px;
	padding: 5px 20px!important;
	background-color: transparent!important;
	color: #ffb200!important;
	margin-bottom:20px!important;
}
button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced:hover {
	border: 1px solid #aeaeae!important;
	border-radius: 50px;
	padding: 5px 20px!important;
	background-color: transparent!important;
	color: #aeaeae!important;
	margin-bottom:20px!important;
}
/*background color*/
.yith-wcan-filters {
	background-color:transparent!important;
}
/*hide filter title*/
.yith-wcan-filters .yith-wcan-filter h4{
	display:none!important;
}


/**mobile filter styling**/
/*remove left spacing*/
@media screen and (min-width:981px) {
	.et-db #et-boc .et-l .et_pb_column .et_pb_widget {
		margin:0px!important;
	}
}
/*filter button*/
.yith-wcan-filters-opener {
	border: 0px!important;
	background-color: #ffb200!important;
	border-radius: 50px!important;
	padding: 10px 60px;
	background: #fff;
	color: var(--yith-wcan-anchors_style_text, #434343);
	font-weight: 600;
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--PRODUCT PAGES--*/
/**product lightbox**/
/*increase width of lightbox*/
.dipl_woo_products_0_lightbox .mfp-content {
	min-width: 80%!important;
}
/*decrease padding around lightbox contenet*/
@media screen and (max-width:767px) {
	.dipl_product_lightbox .mfp-content>.product {
		padding:15px!important;
	}
	/*increase lightbox width*/
	.dipl_woo_products_0_lightbox .mfp-content {
		min-width: 90%!important;
	}
}

/*remove top line from product meta module*/
.product_meta {
	border:none!important;
}
/**woo product tabs*/
/*stack tabs vertically*/
.et-db #et-boc .et-l ul.et_pb_tabs_controls {
	display:flex!important;
	flex-direction:column!important;
}
/*remove tab headings in Woo Product Tab custom tab content*/
.et_pb_all_tabs .et_pb_active_content h3 {
	display: none;
}
/*h4 sizes within tab content*/
@media screen and (max-width:980px) {
	.et_pb_all_tabs .et_pb_active_content h4 {
		font-size:18px!important;
	}
}
@media screen and (min-width:981px) {
	.et_pb_all_tabs .et_pb_active_content h4 {
		font-size:22px!important;
	}
}
/*hide tab titles h2*/
.et_pb_tab_content h2 {
	display: none!important;
}
/*additional information labels*/
.woocommerce table.shop_attributes th {
	font-size:18px!important;
	text-align:left!important;
}
/*background color*/
.et-db #et-boc .et-l ul.et_pb_tabs_controls {
	background-color:#fff!important;
}
/*adjust border around tabs*/
.et-db #et-boc .et-l .et_pb_tabs_controls li {
	border-top:2px solid#ffb200!important;
	border-left:2px solid#ffb200!important;
	border-bottom:2px solid#ffb200!important;
	border-top-left-radius:50px!important;
	border-bottom-left-radius:50px!important;
	border-right:none!important;
	padding:7px 20px 7px 0px!important;
}
/*change weight of tabs*/
.et-db #et-boc .et-l .et_pb_tabs .et_pb_tabs_controls li a {
	font-weight:500!important;
}
/*remove line under tabs*/
.et-db #et-boc .et-l ul.et_pb_tabs_controls:after {
	border-top:none!important;
}
/*padding of tab content*/
.et-db #et-boc .et-l .et_pb_tab {
	padding:10px 10% 0% 30px!important;
}
/*weight of active tabs*/
.et-db #et-boc .et-l .et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a {
	font-weight:700!important;
}
/*spacing between tabs*/
.et-db #et-boc .et-l ul.et_pb_tabs_controls li {
	margin-bottom: 10px!important;
}
/*spacing between checklist*/
.et-l--body ul {
	line-height:40px!important;
}

/**variations**/
/*select box*/
.woocommerce div.product form.cart .variations td select {
	border-radius:50px!important;
	padding:5px 15px!important;
}
/*divider under product title*/
@media screen and (max-width:980px) {
	.et_pb_module.et_pb_divider.product-divider {
		margin-left:10%!important;
	}
}
/**add to cart button**/
@media screen and (max-width:980px) {
	.woocommerce-page button.button {
		font-size: 16px!important;
	}
}
/*price text color*/
.woocommerce div.product span.price, .woocommerce-page div.product span.price {
	color:#000!important;
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--JOB OPENINGS PAGE--*/
/**equalize blog heights**/
.pa-blog-equal-height .pa-auto-height {
	height: auto !important;
}

.pa-blog-equal-height .pa-auto-margin {
	margin-top: 20px !important;
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--CONTACT PAGE--*/
/**maps**/
/*flex on tablet*/
@media screen and (min-width:768px) and (max-width:980px) {
	.contact-maps-flex {
		display:flex!important;
		flex-direction:row!important;
	}
}

/*white background vs grid*/
#post-42 {
	background:#fff!important;
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--SOLAR CALCULATOR--*/
/*width adjustment*/
.solar-calc {
	width:auto!important;
}

/*hide slider arrows*/
@media screen and (max-width:767px) {
	.dipl_swiper_navigation {
		display:none!important;
	}
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--AFFILIATE PAGE--*/
/*icons flex on tablet*/
@media screen and (min-width:768px) and (max-width:980px) {
	.affiliate-flex {
		display:flex;
		flex-direction:row;
	}
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--WOOCOMMERCE PAGE BACKGROUNDS--*/
/**white backgrounds vs grid**/
/*cart page*/
#post-261 {
	background:#fff!important;
}
/*checkout page*/
#post-262 {
	background:#fff!important;
}
/*account page*/
#post-263 {
	background:#fff!important;
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--SHIPPING CLAIMS PAGE--*/
/*white background vs grid*/
#post-291 {
	background:#fff!important;
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--AFFILIATE SIGN UP PAGE--*/
/*white background vs grid*/
#post-37513 {
	background:#fff!important;
}

/*---------------------------------------------------------------------------------------------------------------*/


/*--AFFILIATE LOGIN PAGE--*/
/*white background vs grid*/
#post-41739 {
	background:#fff!important;
}

/*login form width*/
.affiliate-login-widget .et_pb_widget.widget_block {
	width:100%!important;
}

/**logged in**/
/*h4 sizing*/
@media screen and (max-width:767px) {
	.affwp-tab-content h4 {
		font-size:18px!important;
	}
}
@media screen and (min-width:768px) and (max-width:980px) {
	.affwp-tab-content h4 {
		font-size:25px!important;
	}
}
@media screen and (min-width:981px) {
	.affwp-tab-content h4 {
		font-size:30px!important;
	}
}
/*h5 sizing*/
@media screen and (max-width:767px) {
	.affwp-tab-content h5 {
		font-size:16px!important;
	}
}
@media screen and (min-width:768px) and (max-width:980px) {
	.affwp-tab-content h5 {
		font-size:20px!important;
	}
}
@media screen and (min-width:981px) {
	.affwp-tab-content h5 {
		font-size:27px!important;
	}
}
/*p styling small mobile*/
@media screen and (max-width:440px) {
	.affwp-tab-content p {
		font-size:11px!important;
	}
	input#affwp-url {
		font-size:10px;
	}
}
/*submenu*/
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
	margin-bottom:75px!important;
}
@media screen and (max-width:767px) {
	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
		margin-bottom:35px!important;
	}
}
@media screen and (min-width:768px) and (max-width:980px) {
	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
		margin-bottom:50px!important;
	}
}

@media screen and (max-width:480px) {
	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		font-size: 13px;
		line-height: 1.7;
		justify-content: center;
		padding-bottom: 15px;
		border-bottom: 1px solid rgb(242, 244, 246);
	}
}
@media screen and (min-width:481px) {
	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 15px;
		border-bottom: 1px solid rgb(242, 244, 246);
	}
}
@media screen and (min-width:671px) and (max-width:850px) {
	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
		font-size:11px;
	}
}
@media screen and (min-width:981px) and (max-width:1250px) {
	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
		font-size:15px;
	}
}
@media screen and (min-width:1251px) and (max-width:1460px) {
	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
		font-size:16px;
	}
}
/*table column sizing*/
@media screen and (min-width:768px) and (max-width:980px) {
	#affwp-affiliate-dashboard-visits .referral-status {
		width:24%!important;
	}
}
@media screen and (min-width:981px) {
	#affwp-affiliate-dashboard-visits .referral-status {
		width:26%!important;
	}
	#affwp-affiliate-dashboard-visits .visit-date {
		width:19%!important;
	}
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--FAQ PAGE--*/
/**toggles**/
/*move icon to left*/
.et_pb_accordion .et_pb_toggle_title:before {
	left:0;
}
.et_pb_toggle .et_pb_toggle_title {
	padding-left:40px!important;
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--ABOUT PAGE--*/
/*blurbs row on small desktops*/
@media screen and (min-width:981px) and (max-width:1300px) {
	.about-blurbs-small-desktops {
		width:90%!important;
	}
	.about-blurbs-white h3 {
		font-size:22px!important;
	}
}

/**small mobile adjustments**/
/*white box column spacing*/
@media screen and (max-width:479px) {
	.et_pb_column.col-custom-margin.about-mobile-col {
		margin-bottom: 30px!important;
	}
	div#n2-ss-2-arrow-next {
		--widget-offset: -10px!important;
	}
	div#n2-ss-2-arrow-previous {
		--widget-offset: -10px!important;
	}
}
/*---------------------------------------------------------------------------------------------------------------*/

/*--AFFILIATE FAQ PAGE--*/
/*white background vs grid*/
#post-39587 {
	background:#fff!important;
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--AFFILIATE TAX COLLECTION PAGE--*/
/*white background vs grid*/
#post-41717 {
	background:#fff!important;
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--AFFILIATES AREA PAGE--*/
/*white background vs grid*/
#post-41714 {
	background:#fff!important;
}

/**form styling**/
/*fields*/
.affwp-form input {
	border: 1px solid #eee;
	border-radius: 50px;
	padding: 15px;
}
/*text area input*/
.affwp-form textarea {
	border-radius: 15px;
	border: 1px solid #eee;
}

/**logged in**/
/*creatives image size*/
div#affwp-affiliate-dashboard-creatives img {
	width: 250px!important;
}

/*---------------------------------------------------------------------------------------------------------------*/

/*--PRODUCTS PAGE--*/
/**featured products**/
/*decrease iamge size*/
.dipl_single_woo_product_thumbnail img {
	width:50%!important;
}
/*center align image*/
.dipl_single_woo_product_thumbnail {
	text-align:center!important;
}

/**product categories**/
/*category backgrounds*/
.dipl_woo_products_categories .dipl_woo_product_category {
	background:#fff!important;
}
/*spacing around thumbnail*/
.dipl_woo_product_category_thumbnail {
	padding:50px!important;
}
/*spacing between category title and product count*/
.dipl_woo_product_category_count {
	margin-top:0px!important;
}
/*hover effect - bottom border and title color*/
.dipl_woo_products_categories_0 .dipl_woo_product_category:hover {
	border-bottom:6px solid #ffb200!important;
}
a.dipl_woo_product_category_name:hover {
	color:#ffb200!important;
}

/**small desktop styling**/
@media screen and (min-width:981px) and (max-width:1150px) {
	.dipl_woo_products_categories .dipl_woo_product_category {
		height:330px!important;
	}
}
@media screen and (min-width:1151px) and (max-width:1450px) {
	.dipl_woo_products_categories .dipl_woo_product_category {
		height:385px!important;
	}
}
@media screen and (min-width:1451px) and (max-width:1650px) {
	.dipl_woo_products_categories .dipl_woo_product_category {
		height:435px!important;
	}
}

/*---------------------------------------------------------------------------------------------------------------*/
/*--CATEGORY SIDEBARS--*/
/**woo cat toggling elements, injected via jQuery**/
/* make list item be relative, to be able to position toggle within this item, if desired */
#block-12 .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list > li.wc-block-product-categories-list-item {
	position: relative;	
}
/* the new toggle element wrapper, which is added via jQuery */
#block-12 .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list > li.wc-block-product-categories-list-item .woo-cat-toggle {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	margin-left: 0.5em;
	width: 1.5em;
	line-height: 1em;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: all 0.4s ease;
	width: 20px;
	height: 20px;
	background: transparent;
	color:#297AB5!important;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
}
/* when it's popped, style the toggle wrapper differently */
#block-12 .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list > li.wc-block-product-categories-list-item .woo-cat-toggle.cat-popped {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background: transparent;
	color: #297AB5;
}
/* toggle icon */
#block-12 .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list > li.wc-block-product-categories-list-item .woo-cat-toggle::before {
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '+';
	line-height: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
}
/* toggle icon when triggered */
#block-12 .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list > li.wc-block-product-categories-list-item .woo-cat-toggle.cat-popped::before {
	content: '\2013';
}
/* hide sub cats by default */
#block-12 .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list > li.wc-block-product-categories-list-item .woo-cat-toggle ~ ul.wc-block-product-categories-list {
	overflow: hidden;
	max-height: 0;
	transition: all 0.4s ease;
}
/* show sub cats when triggered via jQuery toggle */
#block-12 .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list > li.wc-block-product-categories-list-item .woo-cat-toggle.cat-popped ~ ul.wc-block-product-categories-list {
	max-height: 600px;
}


/**mobile and tablet sidebars**/
@media screen and (max-width:980px) {
	/*sidebar width*/
	.et-db #et-boc .et-l .et_pb_column .et_pb_widget {
		width:100%!important;
	}
	/*center items in row*/
	.shop-row-mobile {
		justify-content:center!important;
	}
	/*border on top of sidebar and spacing*/
	.et-db #et-boc .et-l .et_pb_column .et_pb_widget {
		margin-top:10px;
	}
	.wc-block-product-categories {
		padding-top:20px;
		border-top:1px solid #454747;
	}
	/*styling of button :after*/
	body:not(.et-fb) .pf_element { 
		display: none; 
	}
	.et_pb_button.pf_button_opened:after {
		content:"\4f"!important; 
	}
	.et_pb_button.pf_button_closed:after { 
		content:"\50"!important; 
	}
	/*text shadows*/
	.et-db #et-boc .et-l .et_pb_sidebar_3_tb_body.et_pb_widget_area a {
		text-shadow:none!important;
	}
	.et-db #et-boc .et-l .et_pb_sidebar_3_tb_body.et_pb_widget_area li {
		text-shadow:none!important;
	}	
}

@media screen and (max-width:767px) {
	/*width of sidebar column*/
	.shop-filter-col {
		width:90%!important;
	}
}
@media screen and (min-width:768px) and (max-width:980px) {
	/*width of sidebar column*/
	.shop-filter-col {
		width:45%!important;
	}
}


/*---------------------------------------------------------------------------------------------------------------*/
/*--CHECKOUT PAGE--*/
/**error notice background color*/
.woocommerce .woocommerce-error {
	background:#297ab4!important;
}


/*---------------------------------------------------------------------------------------------------------------*/
/*--SOLAR WIZARD CUSTOM STYLING--*/
/**wizard container**/
/*border & background*/
.sw_form_wrapper {
	border:0px!important;
	border-radius:20px!important;
	background:#fff!important;
	-webkit-box-shadow: 0px 0px 23px -3px rgba(173,173,173,0.67);
	-moz-box-shadow: 0px 0px 23px -3px rgba(173,173,173,0.67);
	box-shadow: 0px 0px 23px -3px rgba(173,173,173,0.67);
}
/*logo size*/
.sw_form_wrapper .wizard-logo {
	max-width:150px!important;
}
@media screen and (min-width:768px) and (max-width:980px) {
	.sw_form_wrapper .wizard-logo {
		max-width:125px!important;
	}	
}
@media screen and (max-width:767px) {
	.sw_form_wrapper .wizard-logo {
		max-width:100px!important;
	}	
}
/*row width containing solar wizard form*/
@media screen and (min-width:981px) and (max-width:1500px) {
	.solar-wiz {
		width:90%!important;
	}
}


/*define width for product search widget */
.dgwt-wcas-search-wrapp{
	min-width: 100% !important;
}
.dgwt-wcas-preloader.dgwt-wcas-close{
	display: none !important;
}

/* style cart icon in navigation */
.wpmenucart-icon-shopping-cart-0:before{
	border: 1px solid #FFB200;
	padding: 8px;
	border-radius: 20px;
	margin-right: 5px;
}

.et-db #et-boc .et-l .dipl_woo_products_0_tb_body .dipl_single_woo_product_add_to_cart a.button:not(.loading):after, .et-db #et-boc .et-l .dipl_woo_products_0_tb_body .dipl_single_woo_product_add_to_cart a.add_to_cart_button:not(.loading):after{
	display: none !important;
}
.dipl_single_woo_product_add_to_cart a.button.add_to_cart_button, .dipl_single_woo_product_add_to_cart a.button.add_to_cart_button:hover, .added_to_cart{
	padding: 10px !important;
}
/* fixed sticky bar for T&C */
#tc-sticky{
	position: sticky !important;
	top:200px!important;
}
/*move the toggle icon to the left*/

.pa-toggle-icon-left .et_pb_toggle_title:before {
	left: 0 !important;
}

/*adjust spacing on the left for the icon*/

.pa-toggle-icon-left .et_pb_toggle_title,
.pa-toggle-icon-left .et_pb_toggle_content {
	padding-left: 40px !important
}


/* css 10/04/2022 */
div#page-container .n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden {
	opacity: 1 !important;
}





@media screen and (min-width: 1201px) and (max-width: 1366px){
	.shop-filter-col {
		padding: 25px !important;
	}
}
@media screen and (min-width: 981px) and (max-width: 1100px){
	#dgwt-wcas-search-input-1 {
		width: 150px !important;
	}
}
@media screen and (max-width:400px){
	div#page-container .nextend-arrow-previous,
	div#page-container .nextend-arrow-next{
		padding:5px!important;
	}
}

/* ---------- Product Category Archives ---------- */
/* ----- Shop Filters and Sidebar ----- */
@media (min-width: 981px) {
	.shop-filter-col {
		min-width: 255px;
	}
}
/* ----- Products Display ----- */
/* Image */
.woocommerce .custom-products-display ul.products li.product a .et_shop_image .et_overlay {
	display: none !important;
}
.woocommerce .custom-products-display ul.products li.product a .et_shop_image {
	display: flex !important;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
}
.woocommerce .custom-products-display ul.products li.product a img {
	height: auto;
	max-height: 177px;
	width: auto;
}
/* Title */
.custom-products-display .woocommerce-loop-product__title {
	text-align: center;
}
/* Price */
.custom-products-display .price {
	font-size: 20px;
	text-align: center;
}
.custom-products-display .woocommerce-Price-amount bdi {
	font-size: 20px;
	text-align: center;
	color: #000;
}
/* Add to cart button */
.custom-products-display .add_to_cart_button  {
	width: 100%;
	text-align: center;
}

.custom-products-display .affirm-as-low-as {
	display: none;
}
/* Quick View */
.custom-products-display .acoqvw_trigger_outer {
	position: absolute;
	top: 140px;
	z-index: 999;
}
.custom-products-display .acoqvw_trigger_outer a.acoqvw_quickview_button {
	color: #FFFFFF !important;
	text-align: center !important;
	background-color: rgba(41, 122, 181, 0.3) !important;
	width: 100%;
	border-radius: 0 !important;
	margin-top: 0 !important;
	font-size: 14px;
}
.custom-products-display .acoqvw_trigger_outer a.acoqvw_quickview_button:hover {
	color: #297AB5 !important;
	text-align: center !important;
	background-color: rgba(41, 122, 181, 0.3) !important;
}