/*
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: 1.8.2
*/
/* 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-weight-500, 
.font-weight-500 h1, .font-weight-500 h2, .font-weight-500 h3, .font-weight-500 h4, .font-weight-500 h5, .font-weight-500 h6, .font-weight-500 li, .font-weight-500 a {
	font-weight: 500;
}

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

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

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

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

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

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

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

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

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

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

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

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

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

/* - end mobile menu toggling elements - */

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

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

/* -- END HEADER -- */


/* -- FOOTER -- */

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

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 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: 42px;
	height: 20px;
	background-image: url("/wp-content/uploads/fs-lettermark-white.svg");
	background-repeat: no-repeat;
	background-size: 42px 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: 25px;
	margin: 0 0 6px !important;
}

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

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

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

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

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

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

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

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

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

/* -- END DIVI HACKS -- */


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

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

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

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

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

/* 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,
	.et_section_specialty.stacked-flex .et_pb_row {
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		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 CODE - FRESHYSITES --- */


/* -- GENERAL-- */
body {
    font-weight: 400;
	font-family: soleil, sans-serif;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: soleil, sans-serif;
	font-weight: 700;
}

.no-padding-heading h1,
.no-padding-heading h2,
.no-padding-heading h3,
.no-padding-heading h4,
.no-padding-heading h5,
.no-padding-heading h6 {
	padding-bottom: 0;
}

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

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

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

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

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

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


@media (min-width: 981px) {
	.vertically-aligned {
		margin: auto;
	}
}

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}
/* -- DIVI Toggle icons -- */
.et_pb_toggle_title:before {
	content: "\f067";
}

.et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\f068";
}

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


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

/* buttons with arrows */
.et_pb_button_module_wrapper.et_pb_module a.et_pb_button.et_pb_custom_button_icon:after {
	margin-top: 3px;
}

/* buttons with visible arrows */
.et_pb_button_module_wrapper.et_pb_module a.et_pb_button.et_pb_custom_button_icon.arrow-btn:after {
	margin-top: 3px;
	transition: all 0.3s ease-in-out;
}

body #page-container .et_pb_section .et_pb_button_module_wrapper.et_pb_module a.et_pb_button.et_pb_custom_button_icon.arrow-btn:hover::after {
	margin-left: .6em;
}

/* three squares */
.squares-row {
	transform: translate(0px, 20px);
	transition: all 0.3s ease-in-out;
}

@media (max-width: 980px) {
	.squares-row .et_pb_column {
		width: 33.3333% !important;
	}
}

/* -- HEADER -- */

/* - Max Mega Menu - */
/* list items */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
	letter-spacing: 1px;
}

/* list item to the left of the button */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.last-link a.mega-menu-link {
	padding-right: 25px;
}

/* header height */
header#main-header .et_menu_container #et-top-navigation {
	margin-bottom: 30px;
}

/* button */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.menu-btn > a.mega-menu-link {
	border: 1px solid #c32828;
	background: #c32828;
    padding-bottom: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
	color: #fff !important;
	transition: all 0.3s ease-in-out;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.menu-btn > a.mega-menu-link:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff !important;
	opacity: 1 !important;
}

@media (max-width: 980px) {
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.menu-btn > a.mega-menu-link {
		padding-bottom: 15px !important;    
		text-align: center;
		margin-top: 10px;
	}
}

/* dropdowns */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > ul.mega-sub-menu {
	top: 89px;
}

div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-gray-column.gray-column {
	background: #eee !important;
	padding-bottom: 100px;
}

li#mega-menu-886-0-2 div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-gray-column.gray-column {
	padding-bottom: 80px;
}

#mega-menu-886-0-2 {
    padding-bottom: 0px !important;
}

@media (max-width: 980px) {
	div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-gray-column.gray-column {
		padding-bottom: 30px;
	}	
}

div#mega-menu-wrap-primary-menu ul#mega-menu-primary-menu li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column.mega-gray-column.gray-column #mega-menu-item-text-2 {
	padding-top: 0;
}

/* icons */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li a.mega-menu-link::before {
	font-family: 'ETModules' !important;
    width: 43px;
    margin: 0 10px 0 0;
    display: inline-block;
	float: left;
    text-align: center;
    color: #fff;
    font-size: 27px;
    font-weight: normal;
    background: #000;
    line-height: 1em;
    padding: 9px 0 7px 0;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li a.mega-menu-link::after {
	font-family: soleil, sans-serif;
	font-size: 12px;
	color: #969696;
	display: block;
	font-weight: 400;
	line-height: 1.2em;
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li a.mega-menu-link {
	line-height: 1.3em;
}

/* ECOMMERCE */
/* showcase your products */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2418 a.mega-menu-link::before {
    content: '\f06e';
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2418 a.mega-menu-link::after {
	content: 'We can publish your Ecommerce catalog in hours';
}

/* connect your POS */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2842 a.mega-menu-link::before {
    content: '\f0e7';
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2842 a.mega-menu-link::after {
	content: 'We integrate seamlessly with the most popular POS systems';
}

/* get found online */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2764 a.mega-menu-link::before {
    content: '\f002';
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2764 a.mega-menu-link::after {
	content: 'Get found online, convert new customers & grow your business';
}

/* grow online sales */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2792 a.mega-menu-link::before {
    content: '\f201';
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2792 a.mega-menu-link::after {
	content: 'We implement advanced technology to optimize your e-commerce site';
}

/* promote your business */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2864 a.mega-menu-link::before {
    content: '\f0a1';
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2864 a.mega-menu-link::after {
	content: 'We are your one-stop-shop for all your digital marketing needs';
}

/* delivery and pick up */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2819 a.mega-menu-link::before {
    content: '\f0d1';
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2819 a.mega-menu-link::after {
	content: 'Reach customers outside of your brick and mortar store';
}

/* track results */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2883 a.mega-menu-link::before {
    content: '\f080';
}


#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2883 a.mega-menu-link::after {
	content: 'We provide transparent mothly reports to track ROI';
}

/* STORE TYPES */

/* Farm Stores */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-1574 a.mega-menu-link::before {
    content: url(/wp-content/uploads/farm-store-icon-4.png);
}

/* Pet Stores */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-3737 a.mega-menu-link::before {
    content: '\f1b0';
}

/* Garden Stores */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-3798 a.mega-menu-link::before {
    content: '\f18c';
}

/* Hardware Stores */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-3759 a.mega-menu-link::before {
    content: '\f0ad';
}

/* Lumber Stores */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-3786 a.mega-menu-link::before {
    content: '\f1bb';
}

/* Rental Stores */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-3830 a.mega-menu-link::before {
    content: '\f0ec';
}

/* MARKETING SERVICES*/

/* email marketing */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2688 a.mega-menu-link::before {
    content: '\f003';
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2688 a.mega-menu-link::after {
    content: 'Grow your marketing lists and target specific customer bases';
}

/* social media management */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2693 a.mega-menu-link::before {
    content: '\f087';
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2693 a.mega-menu-link::after {
    content: 'Maintain and grow engagement through social media';
}

/* search engine optimization */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2692 a.mega-menu-link::before {
    content: '\f002';
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2692 a.mega-menu-link::after {
    content: 'Get found online, convert new customers & grow your business';
}

/* POS integration */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2691 a.mega-menu-link::before {
    content: '\f0e7';
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2691 a.mega-menu-link::after {
    content: 'Product availability at your customers’ fingertips';
}

/* google ads */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2690 a.mega-menu-link::before {
    content: '\f1a0';
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2690 a.mega-menu-link::after {
    content: 'Get found online through our Google Ads program';
}

/* facebook ads */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2689 a.mega-menu-link::before {
    content: '\f09a';
}

#mega-menu-wrap-primary-menu #mega-menu-primary-menu ul.mega-sub-menu li#mega-menu-item-2689 a.mega-menu-link::after {
    content: 'Get found online locally through our Facebook Ads program';
}


/* small desktops */
@media (min-width: 1165px) and (max-width: 1385px) {
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 5px 0px 5px;
		font-size: 15px;
	}
}

@media (min-width: 981px) and (max-width: 1164px) {
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 3px 0px 3px;
		font-size: 12px;
	}
	
	#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.menu-btn > a.mega-menu-link {
		padding-left: 10px;
    	padding-right: 10px;
	}
}

/* mobile */
@media (max-width: 980px) {
	#et_mobile_nav_menu {
		display: none;
	}	
	
	#mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu {
		position: absolute;
		width: 275px;
    	right: 0;
		top: 174%;
	}
}


/* -- HOME -- */
/* - banner - */
@media (min-width: 981px) {
	.custom-column-widths.et_pb_gutters1 .et_pb_column.col-1 {
		width: 45%;
	}

	.custom-column-widths.et_pb_gutters1 .et_pb_column.col-2 {
		width: 55%;
	}	
}

@media (min-width: 1690px) and (max-width: 1840px) {
	.custom-column-widths .col-1 .large-text h2 {
		font-size: 56px
	}
}

@media (min-width: 1420px) and (max-width: 1689px) {
	.custom-column-widths .col-1 .large-text h2 {
		font-size: 56px
	}
	
	.custom-column-widths .col-1 .medium-text h2 {
		font-size: 40px
	}
	
	.custom-column-widths .col-1 .small-text h2 {
		font-size: 21px
	}
	
	.custom-column-widths .col-1 .et_pb_button_module_wrapper  a.banner-button {
		font-size: 20px !important;
	}
}

@media (min-width: 1170px) and (max-width: 1419px) {
	.custom-column-widths .col-1 .large-text h2 {
		font-size: 56px
	}
	
	.custom-column-widths .col-1 .medium-text h2 {
		font-size: 30px
	}
	
	.custom-column-widths .col-1 .small-text h2 {
		font-size: 19px
	}
	
	.custom-column-widths .col-1 .et_pb_button_module_wrapper  a.banner-button {
		font-size: 19px !important;
	}
	
	.custom-column-widths .col-1 {
		padding-right: 40px;
	}
	
	.custom-column-widths .col-1 .banner-subtitle {
		font-size: 18px;
	}
	
	.custom-column-widths .col-1 .banner-client {
		font-size: 16px;
	}
}

@media (min-width: 981px) and (max-width: 1169px) {
	.custom-column-widths .col-1 .large-text h2 {
		font-size: 46px
	}
	
	.custom-column-widths .col-1 .medium-text h2 {
		font-size: 28px
	}
	
	.custom-column-widths .col-1 .small-text h2 {
		font-size: 18px
	}
	
	.custom-column-widths .col-1 .et_pb_button_module_wrapper  a.banner-button {
		font-size: 18px !important;
	}
	
	.custom-column-widths .col-1 {
		padding-right: 40px;
	}
	
	.custom-column-widths .col-1 .banner-subtitle {
		font-size: 18px;
	}
	
	.custom-column-widths .col-1 .banner-client {
		font-size: 16px;
	}
}

/* - blurbs - */

/* arrows */
.top-right-arrow .et_pb_main_blurb_image .et_pb_image_wrap img {
	padding: 7px;
	visibility: hidden;
}

.box-col:hover .top-right-arrow .et_pb_main_blurb_image .et_pb_image_wrap img {
	content: url(/wp-content/uploads/right-corner-arrow.svg);
	background-color: #c32828;
	padding: 7px;
	visibility: visible;
}


@media (min-width: 768px) {
	.text-col {
		display: flex;
	}

	.text-col .et_pb_text {
		margin: auto !important;
	}	
}

@media (min-width: 1831px) {
	.boxes-second-row .et_pb_column,
	.boxes-first-row .et_pb_column {
		min-height: 245px;
		max-height: 245px;
}

	.boxes-second-row .et_pb_column.box-col,
	.boxes-first-row .et_pb_column.box-col {
		min-width: 245px;
		max-width: 245px;
	}
}

@media (min-width: 1680px) and (max-width: 1830px) {
	.boxes-first-row .box-text h2 {
		font-size: 50px;
	}
	
	.boxes-second-row .et_pb_column,
	.boxes-first-row .et_pb_column {
		min-height: 245px;
		max-height: 245px;
}

	.boxes-second-row .et_pb_column.box-col,
	.boxes-first-row .et_pb_column.box-col {
		min-width: 245px;
		max-width: 245px;
	}
}

@media (min-width: 1485px) and (max-width: 1679px) {
	.boxes-first-row .box-text h2 {
		font-size: 40px;
	}
	
	.top-right-arrow .et_pb_blurb_container h2.et_pb_module_header {
		font-size: 28px;
	}
	
	.boxes-second-row .et_pb_column,
	.boxes-first-row .et_pb_column {
		min-height: 235px;
		max-height: 235px;
	}

	.boxes-second-row .et_pb_column.box-col,
	.boxes-first-row .et_pb_column.box-col {
		min-width: 235px;
		max-width: 235px;
	}
}


@media (min-width: 1375px) and (max-width: 1484px) {
	.boxes-first-row .box-text h2 {
		font-size: 35px;
	}
	
	.top-right-arrow .et_pb_blurb_container h2.et_pb_module_header {
		font-size: 26px;
	}
	
	.boxes-second-row .et_pb_column,
	.boxes-first-row .et_pb_column {
		min-height: 225px;
		max-height: 225px;
	}

	.boxes-second-row .et_pb_column.box-col,
	.boxes-first-row .et_pb_column.box-col {
		min-width: 225px;
		max-width: 225px;
	}
}

@media (min-width: 1270px) and (max-width: 1374px) {
	.boxes-first-row .box-text h2 {
		font-size: 33px;
	}
	
	.top-right-arrow .et_pb_blurb_container h2.et_pb_module_header {
		font-size: 24px;
	}
	
	.top-right-arrow .et_pb_blurb_container {
		margin-top: -5px;
	}
	
	.boxes-second-row .et_pb_column,
	.boxes-first-row .et_pb_column {
		min-height: 205px;
		max-height: 205px;
	}

	.boxes-second-row .et_pb_column.box-col,
	.boxes-first-row .et_pb_column.box-col {
		min-width: 205px;
		max-width: 205px;
	}
}


@media (min-width: 1170px) and (max-width: 1269px) {
	.boxes-first-row .box-text h2 {
		font-size: 30px;
	}
	
	.top-right-arrow .et_pb_blurb_container h2.et_pb_module_header {
		font-size: 22px;
	}
	
	.top-right-arrow .et_pb_blurb_container {
		margin-top: -10px;
	}
	
	.boxes-second-row .et_pb_column,
	.boxes-first-row .et_pb_column {
		min-height: 190px;
		max-height: 190px;
	}

	.boxes-second-row .et_pb_column.box-col,
	.boxes-first-row .et_pb_column.box-col {
		min-width: 190px;
		max-width: 190px;
	}
}

@media (min-width: 981px) and (max-width: 1169px) {
	.boxes-first-row .box-text h2 {
		font-size: 27px;
	}
	
	.top-right-arrow .et_pb_blurb_container h2.et_pb_module_header {
		font-size: 20px;
	}
	
	.top-right-arrow .et_pb_blurb_container {
		margin-top: -15px;
	}
	
	.boxes-second-row .et_pb_column,
	.boxes-first-row .et_pb_column {
		min-height: 170px;
		max-height: 170px;
	}

	.boxes-second-row .et_pb_column.box-col,
	.boxes-first-row .et_pb_column.box-col {
		min-width: 170px;
		max-width: 170px;
	}
}


@media (min-width: 768px) and (max-width: 980px) {
	.top-right-arrow .et_pb_blurb_container {
		margin-top: -18px;
	}
	
	.boxes-second-row .et_pb_column,
	.boxes-first-row .et_pb_column {
		min-height: 190px;
		max-height: 190px;
	}

	.boxes-second-row .et_pb_column.box-col,
	.boxes-first-row .et_pb_column.box-col {
		min-width: 190px;
		max-width: 190px;
	}
	
	.boxes-first-row .et_pb_column.text-col {
		min-height: auto;
		max-height: auto;
	}
	
	.boxes-second-row .et_pb_column.box-col.et_pb_column.et_pb_column_1_6:nth-child(3n), 
	.boxes-second-row .et_pb_column.box-col.et_pb_column.et_pb_column_1_6:nth-child(3n) {
		margin-right: 5.5%;
	}
}

@media (max-width: 767px) {
	.mobile-row .et_pb_blurb_container {
		margin-top: -42px;
	}
	
	.mobile-row .et_pb_column,
	.mobile-row .et_pb_column {
		min-height: 125px;
		max-height: 125px;
	}

	.mobile-row .et_pb_column.box-col,
	.mobile-row .et_pb_column.box-col {
		width: 47.25% !important;
	}
	
	.et_pb_section .boxes-first-row .et_pb_column.text-col {
		min-height: auto;
		max-height: auto !important;
	}
	
	.mobile-row .et_pb_column.box-col,
	.mobile-row .et_pb_column.box-col:nth-child(3n){
		margin-right: 5.5%;
	}
	
	.mobile-row .et_pb_column.box-col:nth-child(2n) {
		margin-right: 0;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	body .et_pb_section .boxes-full-row.services.first-row  {
		padding-bottom: 30px !important;
	}
}

/* red-checkmark */
.red-checkmark ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.red-checkmark ul li {
	position: relative;
	padding-left: 25px;
	margin: 0 0 22px !important;
}

.red-checkmark ul li::before {
	font-family: 'ETModules';
	content: '\f00c';
	width: 17px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #c32828;
	/* set font size helps make icon sharper */
	font-size: 19px;
	font-weight: normal;
}


/* - Features - */
@media (min-width: 981px) and (max-width: 1336px) {
	.image-col {
		padding-right: 30px;
	}	
}


/* - testiminial section - */
.testimonial-blurb .et_pb_module_header {
	font-weight: normal;
}

.testimonial-blurb .et_pb_blurb_description {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
}

.testimonial-blurb .et_pb_blurb_content .et_pb_main_blurb_image {
	width: 42px;
}

.testimonial-blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
	margin-top: 10px;
}

/* - industry logos - */
@media (min-width: 981px) {
	.industry-logos.et_pb_gallery .et_pb_gallery_item.et_pb_grid_item .et_pb_gallery_image img {
		object-fit: scale-down !important;
	}
}

.et_pb_column .industry-logos.et_pb_gallery .et_pb_gallery_item.et_pb_grid_item {
	margin-bottom: 0 !important;
}

.et_pb_column .industry-logos.et_pb_gallery .et_pb_gallery_item {
	pointer-events: none;
}

@media (max-width: 767px) {
	.et_pb_column .industry-logos.et_pb_gallery .et_pb_gallery_items {
		text-align: center;
	}
	
	.et_pb_column .industry-logos.et_pb_gallery .et_pb_gallery_items .et_pb_gallery_item {
		width: 50%;
		margin-right: 0;
	}
}

/* - SHOPIFY SECTION - */
@media (min-width: 981px) and (max-width: 1424px) {
	.shopify-logo-center {
		top: 47% !important;
	}	
}

@media (max-width: 980px) {
	.shopify-row .et_pb_column.et_pb_column_1_4 {
		width: 20.875% !important;
		margin-right: 5.5% !important;
	}
	
	.shopify-row .et_pb_column.et_pb_column_1_4.et-last-child {
		margin-right: 0% !important;
	}
	
	.shopify-row .et_pb_column.et_pb_column_1_4.et_pb_column_empty {
		display: block;
	}
}

@media (max-width: 767px) {
	.shopify-logo-center {
		top: 43% !important;
	}	
	
	.shopify-logo-center {
		width: 30%;
		height: 30%;
	}
	
	.shopify-row .et_pb_column.et_pb_column_1_4 {
		margin: 0 0 20px;
	}
}

/* -- FOOTER -- */
#freshy_copyright span {
    color: #fff;
    font-size: 14px;
}

/* navigation menus */
#page-container .custom-footer-row .et_pb_menu .et-menu {
	display: block!important;
}

#page-container .custom-footer-row .et_pb_menu .et-menu li {
	margin-top: 0;
}


/* columns */
#page-container .custom-footer-row .et_pb_column {
	width: 17%;
	margin-right: 1.5%;
}

#page-container .custom-footer-row .et_pb_column.two-col-column {
	width: 26%;
}

#page-container .custom-footer-row .et_pb_column .services-col-1 {
	float: left;
	margin-right: 5%;
}

@media (min-width: 981px) and (max-width: 1264px) {
	#page-container .custom-footer-row .et_pb_column {
		width: 15%;
		margin-right: 1%;
	}
	
	#page-container .custom-footer-row .et_pb_column.two-col-column {
		width: 34%;
	}
}

/* mobile */
@media (max-width: 980px) {
	#page-container  .custom-footer-mobile-row .mobile-dropdowns .et_pb_toggle {
		margin: auto auto 10px auto;
	}

	#page-container .custom-footer-mobile-row .et_pb_menu .et_pb_menu__menu,
	#page-container .custom-footer-mobile-row .et_pb_menu .et_pb_menu__menu .et-menu {
		display: block;
	}
	
		#page-container .custom-footer-mobile-row .et_pb_menu .et_mobile_nav_menu {
		display: none;
	}

	#page-container .custom-footer-mobile-row .et_pb_menu .et_pb_menu__wrap {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	#page-container .custom-footer-mobile-row  .et_pb_toggle .et_pb_toggle_content .services-col-1 {
		margin-bottom: 0;
	}
}

/* -- COLLAPSE-O-MATIC -- */
.collapseomatic::after {
	content: "\f067";
	margin: 0 0 0 10px;
	vertical-align: middle;
	float: right;
	color: #26344e;
	font-size: 16px;
	font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
}

.collapseomatic.colomat-close::after {
	content: "\f068";
	margin: 0 0 0 10px;
	vertical-align: text-bottom;
    transform: rotate(180deg);
    display: inline-block;
	float: right;
	color: #c32828;
	font-size: 16px;
}

.collapse-code-module span.collapseomatic {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
	transition: 0.3s all ease-in-out;
	width: 350px;
    border-bottom: 2px solid #c32828;
    display: inline-block;
    text-align: left;
    padding: 20px;
}

.collapse-code-module span.collapseomatic.colomat-hover {
	color: #26344e;
	text-decoration: none;
}

.collapse-code-module .collapseomatic_content {
	margin-left: 0;
}

@media (min-width: 981px) {
	.industry-logos.extras .et_pb_gallery_items .et_pb_gallery_item {
		width: 20%;
		margin-right: 0;
	}	
}

@media (min-width: 768px) and (max-width: 980px) {
	.industry-logos.extras .et_pb_gallery_items .et_pb_gallery_item {
		width: 20%;
		margin-right: 0;
	}
}

@media (max-width: 375px) {
	.collapse-code-module span.collapseomatic {
		width: 280px;
		font-size: 18px;
	}
}

/* -- FEATURES PAGE -- */
@media (min-width: 768px) {
	.features-row .et_pb_column .et_pb_button_module_wrapper {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}	
}

@media (max-width: 767px) {
	.features-row .et_pb_column {
		width: 100% !important;
		min-height: auto;
		max-height: auto;
		margin-right: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.features-row .et_pb_column {
		width: 27.8% !important;
		min-height: 570px;
		max-height: 570px;
	}
	
	.features-row>.et_pb_column.et_pb_column_1_4:nth-child(2n), 
	.features-row>.et_pb_column.et_pb_column_1_4:nth-child(2n), 
	.features-row>.et_pb_column.et_pb_column_1_4:nth-child(2n) {
		margin-right: 5.5% !important;
	}
}

@media (min-width: 981px) and (max-width: 1099px) {
	.features-row .et_pb_column {
		min-height: 620px;
		max-height: 620px;
	}

	.features-section .features-top-row.features-row {
		margin-right: -75px;
	}
}

@media (min-width: 1100px) and (max-width: 1299px) {
	.features-row .et_pb_column {
		min-height: 620px;
		max-height: 620px;
	}

	.features-section .features-top-row.features-row {
		margin-right: -90px;
	}
}

@media (min-width: 1300px) and (max-width: 1449px) {
	.features-row .et_pb_column {
		min-height: 620px;
		max-height: 620px;
	}

	.features-section .features-top-row.features-row {
		margin-right: -100px;
	}
}

@media (min-width: 1450px) and (max-width: 1649px) {
	.features-row .et_pb_column {
		min-height: 640px;
		max-height: 640px;
	}

	.features-section .features-top-row.features-row {
		margin-right: -115px;
	}
}

@media (min-width: 1650px) and (max-width: 1800px) {
	.features-row .et_pb_column {
		min-height: 630px;
		max-height: 630px;
	}

	.features-section .features-top-row.features-row {
		margin-right: -135px;
	}
}

@media (min-width: 1801px) and (max-width: 2050px) {
	.features-row .et_pb_column {
		min-height: 650px;
		max-height: 650px;
	}

	.features-section .features-top-row.features-row {
		margin-right: -140px;
	}
}

@media (min-width: 2051px) and (max-width: 2250px) {	
	.features-row .et_pb_column {
		min-height: 690px;
		max-height: 690px;
	}

	.features-section .features-top-row.features-row {
		margin-right: -152px;
	}
}

@media (min-width: 2251px) {	
	.features-row .et_pb_column {
		min-height: 730px;
		max-height: 730px;
	}

	.features-section .features-top-row.features-row {
		margin-right: -161px;
	}
}

.fancy-grid-row.et_pb_gutters3 .et_pb_column_1_2 {
	width: 48%;
	margin-right: 4%;
}

.fancy-grid-section .fancy-grid-row-center {
	display: flex;
}

.fancy-grid-row-center .et_pb_column {
	margin: auto !important;
}

@media (min-width: 768px) {
	.fancy-grid-section .fancy-grid-row-center {
		top: 54%;
	}
}

@media (min-width: 981px) and (max-width: 1279px) {
	.fancy-grid-section .fancy-grid-row-center {
		border-width: 32px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.fancy-grid-row.et_pb_gutters3 .et_pb_column_1_2 {
		width: 46%;
		margin-right: 7%;
	}
}

/* -- FEATURES PLAGES - */
@media (min-width: 1831px) {
	.boxes-full-row .et_pb_column {
		min-height: 245px;
		max-height: 245px;
	}
}

@media (min-width: 1680px) and (max-width: 1830px) {
	.boxes-full-row .box-text h2 {
		font-size: 50px;
	}
	
	.boxes-full-row .et_pb_column {
		min-height: 245px;
		max-height: 245px;
}

}

@media (min-width: 1485px) and (max-width: 1679px) {
	.boxes-full-row .box-text h2 {
		font-size: 40px;
	}
	
	.top-right-arrow .et_pb_blurb_container h2.et_pb_module_header {
		font-size: 28px;
	}
	
	.boxes-full-row .et_pb_column {
		min-height: 235px;
		max-height: 235px;
	}

}

@media (min-width: 1375px) and (max-width: 1484px) {
	.boxes-full-row .box-text h2 {
		font-size: 35px;
	}
	
	.top-right-arrow .et_pb_blurb_container h2.et_pb_module_header {
		font-size: 26px;
	}
	
	.boxes-full-row .et_pb_column {
		min-height: 225px;
		max-height: 225px;
	}
}

@media (min-width: 1270px) and (max-width: 1374px) {
	.boxes-full-row .box-text h2 {
		font-size: 33px;
	}
	
	.top-right-arrow .et_pb_blurb_container h2.et_pb_module_header {
		font-size: 24px;
	}
	
	.top-right-arrow .et_pb_blurb_container {
		margin-top: -5px;
	}
	
	.boxes-full-row .et_pb_column {
		min-height: 205px;
		max-height: 205px;
	}
}


@media (min-width: 1170px) and (max-width: 1269px) {
	.boxes-full-row .box-text h2 {
		font-size: 30px;
	}
	
	.top-right-arrow .et_pb_blurb_container h2.et_pb_module_header {
		font-size: 22px;
	}
	
	.top-right-arrow .et_pb_blurb_container {
		margin-top: -10px;
	}
	
	.boxes-full-row .et_pb_column {
		min-height: 190px;
		max-height: 190px;
	}
}

@media (min-width: 981px) and (max-width: 1169px) {
	.boxes-full-row .box-text h2 {
		font-size: 27px;
	}
	
	.top-right-arrow .et_pb_blurb_container h2.et_pb_module_header {
		font-size: 20px;
	}
	
	.top-right-arrow .et_pb_blurb_container {
		margin-top: -15px;
	}
	
	.boxes-full-row .et_pb_column {
		min-height: 170px;
		max-height: 170px;
	}
}


@media (min-width: 768px) and (max-width: 980px) {
	.top-right-arrow .et_pb_blurb_container {
		margin-top: -18px;
	}
	
	.boxes-full-row .et_pb_column {
		min-height: 190px;
		max-height: 190px;
	}

	.boxes-full-row .et_pb_column.box-col {
		min-width: 190px;
		max-width: 190px;
	}
	
	.boxes-full-row .et_pb_column.text-col {
		min-height: auto;
		max-height: auto;
	}
	
	.boxes-full-row .et_pb_column.box-col.et_pb_column.et_pb_column_1_6:nth-child(3n), 
	.boxes-full-row .et_pb_column.box-col.et_pb_column.et_pb_column_1_6:nth-child(3n) {
		margin-right: 5.5%;
	}
}

@media (max-width: 767px) {
	.boxes-full-row .et_pb_blurb_container {
		margin-top: -42px;
	}
	
	.boxes-full-row .et_pb_column {
		min-height: 125px;
		max-height: 125px;
	}

	.boxes-full-row .et_pb_column.box-col {
		width: 47.25% !important;
	}
	
	.et_pb_section .boxes-full-row .et_pb_column.text-col {
		min-height: auto;
		max-height: auto !important;
	}
	
	.boxes-full-row .et_pb_column.box-col:first-child,
	.boxes-full-row .et_pb_column.box-col:nth-child(3),
	.boxes-full-row .et_pb_column.box-col:nth-child(5),
	.boxes-full-row .et_pb_column.box-col:nth-child(7) {
		margin-right: 5.5% !important;
	}
}

/* number counter */
@media (min-width: 981px) and (max-width: 1280px) {
	.custom-number-counter .percent p .percent-value {
		font-size: 55px;
	}	
}

/* dollar */
.dollar .percent-value:before { 
	content:'$';
}


.cta-number-section-text {
	top: auto !important;
}

.cta-number-section {
	display: flex;
}

.cta-number-section .et_pb_row {
	margin: auto !important;
}

@media (min-width: 1621px) and (max-width: 1820px) {
	.cta-number-section-text .et_pb_column .et_pb_text h2 {
		font-size: 64px;
	}	
	
	.cta-number-section {
		height: 460px !important;
    	width: 460px !important;
	}
	
	.cta-number-section .et_pb_row .et_pb_number_counter .percent p {
		font-size: 140px;
	}
}

@media (min-width: 1280px) and (max-width: 1620px) {
	.cta-number-section-text .et_pb_column .et_pb_text h2 {
		font-size: 55px;
	}	
	
	.cta-number-section {
		height: 440px !important;
    	width: 440px !important;
	}
	
	.cta-number-section .et_pb_row .et_pb_number_counter .percent p {
		font-size: 130px;
	}
}

@media (min-width: 981px) and (max-width: 1279px) {
	.cta-number-section-text .et_pb_column .et_pb_text h2 {
		font-size: 37px;
	}
	
	.cta-number-section-text .et_pb_column {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	.cta-number-section {
		height: 350px !important;
    	width: 350px !important;
	}
	
	.cta-number-section .et_pb_row .et_pb_number_counter .percent p {
		font-size: 100px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.cta-number-section-text .et_pb_column {
		width: 68%;
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.cta-number-section-text .et_pb_row .et_pb_number_counter {
		display: flex;
	}
	
	.cta-number-section-text .et_pb_row .et_pb_number_counter .percent {
		margin: auto;
	}
}

/* ECOMMERCE PAGES STAT SECTIONS */
.cta-number-section-text-alt {
	top: auto !important;
}

.cta-number-section-alt {
	display: flex;
}

.cta-number-section-alt .et_pb_row {
	margin: auto !important;
}

@media (min-width: 1621px) and (max-width: 1820px) {
	.cta-number-section-text-alt .et_pb_column .et_pb_text h2 {
		font-size: 64px;
	}
	
	.cta-number-section-text-alt .et_pb_column .small-text.et_pb_text h2,
	.cta-number-section-text-alt.grow-online-sales .et_pb_column .small-text.et_pb_text h2 {
		font-size: 26px;
	}
	
	.cta-number-section-text-alt.grow-online-sales .et_pb_column .et_pb_text h2 {
		font-size: 45px;
	}
	
	.cta-number-section-alt {
		height: 460px !important;
    	width: 460px !important;
	}
	
	.cta-number-section-alt .et_pb_row .et_pb_number_counter .percent p {
		font-size: 100px;
	}
}

@media (min-width: 1280px) and (max-width: 1620px) {
	.cta-number-section-text-alt .et_pb_column .et_pb_text h2 {
		font-size: 55px;
	}	
	
	.cta-number-section-text-alt .et_pb_column .small-text.et_pb_text h2,
	.cta-number-section-text-alt.grow-online-sales .et_pb_column .small-text.et_pb_text h2 {
		font-size: 26px;
	}
	
	.cta-number-section-text-alt.grow-online-sales .et_pb_column .et_pb_text h2 {
		font-size: 40px;
	}
	
	.cta-number-section-alt {
		height: 440px !important;
    	width: 440px !important;
	}
	
	.cta-number-section-alt .et_pb_row .et_pb_number_counter .percent p {
		font-size: 80px;
	}
}

@media (min-width: 981px) and (max-width: 1279px) {
	.cta-number-section-text-alt .et_pb_column .et_pb_text h2 {
		font-size: 34px;
	}
	
	.cta-number-section-text-alt .et_pb_column .small-text.et_pb_text h2,
	.cta-number-section-text-alt.grow-online-sales .et_pb_column .small-text.et_pb_text h2,
	.cta-number-section-text-alt.delivery .et_pb_column .small-text.et_pb_text h2 {
		font-size: 19px;
	}
	
	.cta-number-section-text-alt.grow-online-sales .et_pb_column .et_pb_text h2 {
		font-size: 27px;
	}
	
	.cta-number-section-text-alt.delivery .et_pb_column .et_pb_text h2 {
		font-size: 32px;
	}
	
	.cta-number-section-text-alt .et_pb_column {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	.cta-number-section-alt {
		height: 350px !important;
    	width: 350px !important;
	}
	
	.cta-number-section-alt .et_pb_row .et_pb_number_counter .percent p {
		font-size: 60px;
	}
	
	.cta-number-section-alt .et_pb_row .et_pb_number_counter .percent {
		margin-bottom: 0;
	}
	
	.cta-number-section-alt.delivery .et_pb_row .et_pb_number_counter h2.title {
		font-size: 22px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.cta-number-section-alt .et_pb_row .et_pb_number_counter .percent,
	.cta-number-section-alt.grow-online-sales .et_pb_row .et_pb_number_counter .percent {
		margin-bottom: 0;
	}
	
	.cta-number-section-alt.grow-online-sales .et_pb_row .et_pb_number_counter .percent,
	.cta-number-section-alt.delivery .et_pb_row .et_pb_number_counter .percent {
		height: 50px;
	}
	
	.cta-number-section-alt.delivery .et_pb_row .et_pb_number_counter.pos .percent {
		height: 44px;
	}
}

@media (max-width: 767px) {
	.cta-number-section-text-alt .et_pb_row .et_pb_number_counter {
		padding-top: 20px;
	}
	
	.cta-number-section-text-alt .et_pb_row .et_pb_number_counter .percent {
		height: 30px;
	}
	
	.cta-number-section-text-alt .et_pb_row .et_pb_number_counter.mobile-alt,
	.cta-number-section-text-alt.delivery .et_pb_row .et_pb_number_counter.mobile-alt {
		padding-top: 0;
	}
	
	.case-study-row .col-1 .large-stat-mobile.et_pb_number_counter {
		width: 240px;
		height: 240px;
	}
}

/* Case Study section */
.case-study-row .et_pb_column.col-1 {
	width: 43%;
}

.case-study-row .et_pb_column.col-2 {
	width: 21.5%;
}

/* Showcase your products */
.case-study-section  {
	top: auto !important;
}

.case-study-section-desktop {
	display: flex;
}

.case-study-section-desktop .et_pb_row {
	margin: auto !important;
}

@media (min-width: 1650px) and (max-width: 1820px) {
	.case-study-row .et_pb_column.col-2 {
		width: 18%;
	}
	
	.case-study-section-desktop .et_pb_row .et_pb_number_counter.large-number .percent p {
		font-size: 100px;
	}
}

@media (min-width: 1360px) and (max-width: 1649px) {
	.case-study-row .et_pb_column.col-2 {
		width: 18%;
	}
	
	.case-study-section-desktop {
		height: 460px !important;
    	width: 460px !important;
	}
	
	.case-study-section-desktop .et_pb_row .et_pb_number_counter .percent p {
		font-size: 100px;
	}

	/* large numbers */
	.case-study-section-desktop .et_pb_row .et_pb_number_counter.large-number .percent p {
		font-size: 85px;
	}
	
	/* large quotes */
	.case-study-section .case-study-row.large-quote blockquote {
		font-size: 15px;
		margin: 20px 0 15px;
	}
	
	.case-study-section .case-study-row.large-quote h3 {
		font-size: 17px;
	}
	
	.case-study-section .case-study-row.large-quote .et_pb_column.col-1 {
		padding-top: 25px;
	}
	
	.case-study-section .case-study-row.large-quote .et_pb_column.col-1 .quote {
		margin-bottom: 0;
	}
	
	.case-study-section .case-study-row.large-quote .et_pb_column.col-1 .et_pb_button_module_wrapper {
		margin-top: 10px !important;
	}
	
	body #page-container .et_pb_section.case-study-section .case-study-row.large-quote .et_pb_column.col-1 .et_pb_button_module_wrapper .banner-button {
		font-size: 17px;
	}
}

@media (min-width: 1240px) and (max-width: 1359px) {
	.case-study-row .et_pb_column.col-2 {
		width: 16%;
	}
	
	.case-study-section-desktop {
		height: 440px !important;
    	width: 440px !important;
	}
	
	.case-study-section-desktop .et_pb_row .et_pb_number_counter .percent p {
		font-size: 80px;
	}

	/* large quotes */
	.case-study-section .case-study-row.large-quote blockquote {
		font-size: 15px;
		margin: 20px 0 15px;
	}
	
	.case-study-section .case-study-row.large-quote h3 {
		font-size: 17px;
	}
	
	.case-study-section .case-study-row.large-quote .et_pb_column.col-1 {
		padding-top: 25px;
	}
	
	.case-study-section .case-study-row.large-quote .et_pb_column.col-1 .quote {
		margin-bottom: 0;
	}
	
	.case-study-section .case-study-row.large-quote .et_pb_column.col-1 .et_pb_button_module_wrapper {
		margin-top: 10px !important;
	}
	
	body #page-container .et_pb_section.case-study-section .case-study-row.large-quote .et_pb_column.col-1 .et_pb_button_module_wrapper .banner-button {
		font-size: 17px;
	}
}

@media (min-width: 981px) and (max-width: 1239px) {
	.case-study-row .et_pb_column.col-1 {
		padding-left: 45px;
		padding-top: 5px;
		width: 57%;
	}
	
	.case-study-row .et_pb_column.col-1 .et_pb_text {
		font-size: 14px;
    	line-height: 1.8em;
    	margin-bottom: 5px;
	}
	
	.case-study-row .et_pb_column.col-1 .et_pb_text blockquote {
		margin-bottom: 13px;
	}
	
	.case-study-row .et_pb_column.col-1 .et_pb_text h3 {
		font-size: 16px;
	}
	
	.case-study-row .et_pb_column.col-1 .et_pb_button_module_wrapper {
		margin-top: 0 !important;
	}
	
	.case-study-row .et_pb_column.col-1 .et_pb_button_module_wrapper a.banner-button {
		font-size: 16px !important;
	}
	
	.case-study-row .et_pb_column.col-2 {
		width: 11%;
		padding-top: 20px;
	}
	
	.case-study-section-desktop {
		height: 250px !important;
    	width: 250px !important;
	}
	
	.case-study-section-desktop .et_pb_row .et_pb_number_counter .percent p {
		font-size: 43px;
	}
	
	.case-study-section-desktop .et_pb_row .et_pb_number_counter .percent {
		height: 33px;
	}
	
	.case-study-section-desktop .et_pb_row .et_pb_number_counter h2.title {
		font-size: 14px !important;
	}
	
	.case-study-section-desktop .et_pb_row .et_pb_text.source {
		font-size: 12px;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	/* large quotes */
	.case-study-section .case-study-row.large-quote blockquote {
		font-size: 12px;
		line-height: 19px;
		margin: 20px 0 15px;
	}
	
	.case-study-section .case-study-row.large-quote h3 {
		font-size: 14px !important;
	}
	
	.case-study-section .case-study-row.large-quote .et_pb_column.col-1 {
		padding-top: 0;
	}
	
	.case-study-section .case-study-row.large-quote .et_pb_column.col-1 .quote {
		margin-bottom: 0;
	}
	
	.case-study-section .case-study-row.large-quote .et_pb_column.col-1 .et_pb_button_module_wrapper {
		margin-top: 10px !important;
	}
	
	body #page-container .et_pb_section.case-study-section .case-study-row.large-quote .et_pb_column.col-1 .et_pb_button_module_wrapper .banner-button {
		font-size: 13px !important;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.case-study-section-desktop .et_pb_row .et_pb_number_counter .percent {
		height: 33px;
	}
	
	.case-study-row .et_pb_column.col-1 .et_pb_text blockquote {
		margin-bottom: 10px;
	}
	
	/* large quotes */
	.case-study-section .case-study-row.large-quote blockquote {
		font-size: 12px;
		line-height: 19px;
		margin: 20px 0 15px;
	}
	
	.case-study-section .case-study-row.large-quote h3 {
		font-size: 12px !important;
		padding-bottom: 2px;
	}
	
	.case-study-section .case-study-row.large-quote .et_pb_column.col-1 {
		padding-top: 0;
		width: 66%;
	}
	
	.case-study-section .case-study-row.large-quote .et_pb_column.col-2 {
		display: none;
	}
	
	.case-study-section .case-study-row.large-quote .et_pb_column.col-1 .quote {
		margin-bottom: 0;
	}
	
	.case-study-section .case-study-row.large-quote .et_pb_column.col-1 .et_pb_button_module_wrapper {
		margin-top: 0 !important;
	}
	
	body #page-container .et_pb_section.case-study-section .case-study-row.large-quote .et_pb_column.col-1 .et_pb_button_module_wrapper .banner-button {
		font-size: 13px !important;
	}
}

@media  (max-width: 767px) {
	.case-study-section .et_pb_row .et_pb_number_counter .percent {
		height: 40px;
	}
	
	.case-study-row .et_pb_column.col-1 .et_pb_text blockquote {
		margin-bottom: 10px;
	}
	
	.case-study-row .et_pb_column.col-1 {
		margin-bottom: 0;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.case-study-row .et_pb_column.col-1 {
		width: 100%;
	}
}

/* - EMAIL MARKETING - */
@media (min-width: 981px) and (max-width: 1439px) {
	.et_pb_section.services-section .et_pb_row {
		padding-bottom: 40px !important;
	}
	
	.et_pb_section.services-section .et_pb_row .et_pb_text {
		padding-right: 50px!important;
    	padding-left: 50px!important;
	}
}

/* regular same height columns */
@media (min-width: 768px) {
	.types-row .et_pb_column .et_pb_button_module_wrapper {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}	
}

@media (min-width: 1440px) {
	.types-row .et_pb_column {
		min-height: 675px;
		max-height: 675px;
	}	
}

@media (min-width: 1366px) and (max-width: 1439px) {
	.types-row .et_pb_column {
		min-height: 655px;
		max-height: 655px;
	}	
}

@media (min-width: 1050px) and (max-width: 1365px) {
	.types-row .et_pb_column {
		min-height: 625px;
		max-height: 625px;
	}	
}

@media (min-width: 981px) and (max-width: 1049px) {
	.types-row .et_pb_column {
		min-height: 575px;
		max-height: 575px;
	}	
}

@media (min-width: 768px) and (max-width: 981px) {
	.types-row .et_pb_column {
		width: 27.8% !important;
		min-height: 460px;
		max-height: 460px;
	}
	
	.types-row>.et_pb_column.et_pb_column_1_3:nth-child(2n), 
	.types-row>.et_pb_column.et_pb_column_1_3:first-child {
		margin-right: 5.5% !important;
	}
}

.overlay-custom .et_pb_image_wrap .et_overlay:before {
	content: url(/wp-content/uploads/right-corner-arrow.svg);
	background-color: #c32828;
	padding: 7px;
    opacity: 1;
    position: absolute;
    z-index: 3;
    right: 0;
	top: 0;
	left: auto;
    margin: 0;
}

.overlay-custom .et_pb_image_wrap .et_overlay:after {
	content:'';
	background-color: #000;
	padding: 3px 0;
	opacity: 1;
    position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
}

.custom-modula-gallery .figc-inner {
	margin: auto;
    text-align: left;
	padding: 0 70px;
}

html body .custom-modula-gallery .modula-gallery .modula-item {
	cursor: auto !important;
}

.custom-modula-gallery .modula-gallery .modula-item.effect-hide p.description,
.custom-modula-gallery .modula-gallery .modula-item.effect-hide h2 {
	margin: 0;
	opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
}

html body .custom-modula-gallery .modula-gallery .modula-item:hover img {
	opacity: 1 !important;
}

.custom-modula-gallery .modula-item.jtg-filter-image .figc-inner {
	visibility: hidden;
}

html body .custom-modula-gallery .modula-gallery .filters {
	display: none !important;
}

@media (min-width: 981px) and (max-width: 1040px) {
	.custom-modula-gallery .modula-gallery .modula-item.effect-hide p.description {
		font-size: 17px !important;
	}
	
	.custom-modula-gallery .modula-gallery .modula-item.effect-hide h2.jtg-title {
		font-size: 22px !important;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.custom-modula-gallery .modula-gallery .modula-item.effect-hide p.description {
		font-size: 16px !important;
	}

	.custom-modula-gallery .modula-gallery .modula-item.effect-hide h2.jtg-title {
		font-size: 22px !important;
	}
}

@media (min-width: 376px) and (max-width: 767px) {
	.custom-modula-gallery .figc-inner {
		padding: 0 20px;
	}
	
	.custom-modula-gallery .modula-gallery .modula-item.effect-hide p.description {
		font-size: 11px !important;
		line-height: 1.5em;
	}

	.custom-modula-gallery .modula-gallery .modula-item.effect-hide h2.jtg-title {
		font-size: 12px !important;
	}
}

@media (max-width: 375px) {
	.custom-modula-gallery .figc-inner {
		padding: 0 10px;
	}
	
	.custom-modula-gallery .modula-gallery .modula-item.effect-hide p.description {
		font-size: 9px !important;
		line-height: 1.5em;
	}

	.custom-modula-gallery .modula-gallery .modula-item.effect-hide h2.jtg-title {
		font-size: 10px !important;
	}
}

/* - FARM STORES - */
@media (min-width: 768px) and (max-width: 980px) {
	.boxes-full-row.services .et_pb_column {
		min-height: 180px;
		max-height: 180px;
	}

	.boxes-full-row.services .et_pb_column.box-col {
		min-width: auto;
		max-width: 100%;
		width: 47.25%;
	}

	.boxes-full-row.services .et_pb_column.box-col.et_pb_column.et_pb_column_1_4:nth-child(2n) {
		margin-right: 0%;
	} 
}

@media (max-width: 767px) {
	.boxes-full-row.services .et_pb_column.box-col {
		min-width: auto;
		max-width: 100%;
		width: 47.25% !important;
	}	
	
	.boxes-full-row.services.first-row {
		padding-bottom: 0;
	}
	
	.boxes-full-row.services.second-row {
		padding-top: 0;
	}
	
	.boxes-full-row .et_pb_column.box-col,
	.boxes-full-row>.et_pb_column.box-col.et_pb_column.et_pb_column_1_6 {
		margin-right: 0;
	}
}

@media (max-width: 379px) {
	body #page-container .et_pb_section .et_pb_button_module_wrapper a.et_pb_button.stories-btn {
		font-size: 14px !important;
	}
}

/*- ABOUT - */
.entry-content .et_pb_member_social_links {
	margin-top: 0;
}

.square-blurbs-row .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon-circle {
	border-radius: 0%;
}

/* - SUCCESS STORIES - */
/* listing */
.custom-listing .dp-dfg-items .dp-dfg-item .dp-dfg-meta {
	padding-top: 0;
}

.custom-listing .dp-dfg-items .dp-dfg-item .dp-dfg-header {
	padding-top: 12px;
}

.custom-listing .dp-dfg-skin-default .dp-dfg-filter a.active, 
.custom-listing .dp-dfg-skin-default .pagination li.active a, 
.et-l .custom-listing .dp-dfg-skin-default .dp-dfg-filter a.active, 
.et-l .custom-listing .dp-dfg-skin-default .pagination li.active a {
	color: #c32828;
}

.success-title {
	font-weight: 700;
}

.success-stories-blurbs .et_pb_main_blurb_image {
	margin-bottom: 10px;
}

/* - TEAM PAGE - */
.custom-nmr-boxes .modula .modula-items {
	pointer-events: none;
}

/* - VIDEO POSTS TABS - */
body.single-post .tabs-left .et_left_tabs_bg {
	background: #000;
}

body.single-post .tabs-left .et-tabs-control li a {
	text-shadow: none !important;
	color: #fff !important;
}

body.single-post .tabs-left .et-tabs-control li.active a {
	text-shadow: none !important;
	color: #000 !important;
}

body.single-post .tabs-left {
	-webkit-box-shadow: 0 1px 19px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 19px rgb(0 0 0 / 10%);
	border: none;
}

body.single-post .et-l--body .tabs-left ul.et-tabs-control {
	padding: 0;
}

@media (max-width: 767px) {
	body.single-post .tabs-left ul.et_shortcodes_mobile_nav {
		display: none;
	}
	
	body.single-post .tabs-left ul.et-tabs-control {
		display: block;
		float: none;
		width: 100%;
	}
	
	body.single-post .tabs-left .et-tabs-content {
		width: 100%;
		background-color: #fff;
		margin-left: 0;
	}
	
	body.single-post .et_left_tabs_bg {
		width: 100%;
	}
	
	body.single-post .tabs-left .et-tabs-control li a {
		padding: 2px 10px 2px 20px;
	}
}

/* talk to an expert popup */
.popmake.theme-3839 {
	background-image: url(/wp-content/uploads/bottom-pixels.png);
	background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
	background-blend-mode: multiply;
}

body .popmake.theme-3839 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .popmake.theme-3839 .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
	background-color: #fff;
}


/*-- fix for post without featured image --*/
.custom-listing .dp-dfg-items .dp-dfg-item:not(.has-post-thumbnail) .dp-dfg-header{
	display:flex;
	min-height:200px;
    flex-direction: column; 
    justify-content: center;
	text-align:center;
	height:100%;
}
.custom-listing .dp-dfg-layout-grid .dp-dfg-item:not(.has-post-thumbnail) .dp-dfg-overlay{
	position: absolute !important;
}

/* -- HUBSPOT POPUPS -- */
.leadinModal-content .leadin-content-body .leadin-preview-wrapper .leadinModal-hide-outline .leadinModal-description-body ul {
	list-style: disc;
}

/* - on safari the popups are being covered - */
body .leadinModal {
	margin-top: 100px !important;
}

body .leadinModal .leadinModal-content-wrapper {
	background-color: #ebebeb;
}

body .leadinModal .leadinModal-content {
	max-height: 100%;
}