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

/* -- COLORS -- */

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

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

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

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

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

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

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

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

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

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

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

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

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

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

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

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

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

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

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

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

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

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

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

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

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

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

/* - end mobile menu toggling elements - */

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

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

/* -- END HEADER -- */


/* -- FOOTER -- */

/* - Bottom Bar - */

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

/* copyright wrapper */
#freshy_copyright {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #231F20;
	font-size: 20px;
	line-height: 1.25em;
	text-transform:capitalize;
}

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

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

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

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

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

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

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

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

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !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: #0077C8;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: 800;
}
.pluslist ul li::before {
	content: '\e050';
}
.externallist ul li::before {
	content: '\e906';	
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

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

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

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

/* -- END DIVI HACKS -- */

/* -- PASSWORD PROTECTED -- */

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

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

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

/* -- END PASSWORD PROTECTED -- */


/* -- TESTIMONIALS PLUGIN -- */

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

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

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

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

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

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

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

/* -- END HELPERS -- */

/* -- BLOG -- */

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

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

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

#page-container{
	overflow:hidden;
}
.mp-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}
.mp-vertical-align-bottom{ 
    display: flex; 
    flex-direction: column; 
    justify-content: flex-end;
}
.align-bottom{
    display: flex;
    flex-direction: column;
}
.inline-items{
	display: flex;
    flex-direction: row;
	 flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}
.inline-items-left{
	display: flex;
    flex-direction: row;
	 flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
}
.inline-items .item-end{
    margin-left:auto;
}

/*--arrow change on menu on hover --*/
#top-menu .menu-item-has-children.et-show-dropdown>a:first-child:after, .et-menu .menu-item-has-children.et-show-dropdown>a:first-child:after {
    content: "2"!important;
	-webkit-transition: all .35s;
	transition: all .35s;
}
.et-db #et-boc .et-l .custom-menu .et-menu>.menu-item-has-children>a:first-child{
		padding-right: 28px;
}
.et-db #et-boc .et-l .custom-menu .et-menu>.menu-item-has-children>a:first-child:after{
	display: flex;
	height:20px;
	width:20px;
    justify-self: center;
    align-items: center;
    text-align: center;
    padding-left: 0px !important;
	font-size:18px;
	background:#BB8B38;
	border-radius:100%;
}
.et-db #et-boc .et-l .custom-menu .et-menu-nav li.mega-menu>ul>li>a:first-child {
    padding-top: 0 !important;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, .03);
}
 @media (min-width: 981px) {
	 .et-db #et-boc .et-l .custom-menu.et_pb_menu .et-menu-nav>ul .mega-menu>ul {
		 padding: 30px 20px;
	 }
	 .et-db #et-boc .et-l .custom-menu .et-menu-nav li.mega-menu.two-cols>ul {
		 width: 618px;
	 }
	 .et-db #et-boc .et-l .custom-menu .et-menu-nav li.mega-menu.three-cols>ul {
		 width: 880px;
	 }
	.et-db #et-boc .et-l .custom-menu li.mega-menu.two-cols>ul>li {
    	width: 50%;
	}
 
	.et-db #et-boc .et-l .custom-menu li.mega-menu.two-cols>ul>li:nth-of-type(4n) {
    	clear: unset;
	}
 
	.et-db #et-boc .et-l .custom-menu li.mega-menu.two-cols>ul>li:nth-of-type(4n+1) {
   	 	clear: unset;
	}
}

@media only screen and (max-width:980px){
	#et-boc header .et_mobile_menu li li {
    	text-align: center;
	}
	#main-header #mobile_menu.et_mobile_menu li li a, #et-boc header .et_mobile_menu li li a {
    	padding-left: 20px;
    	padding-right: 20px;
	}
	#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a, #et-boc header .et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
    	padding-right: 20px;
	}
	#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a, #et-boc header .et_mobile_menu li.current-menu-item > a {
    	font-weight: 500;
	}
}
/*-- scroll up --*/
.et_pb_scroll_top.et-pb-icon:hover {
	background: #5A2D86;
	border:2px solid #5A2D86;
	color:#5A2D86;
}
.et_pb_scroll_top.et-pb-icon {
	background: #BB8B38;
	bottom: 20px;
	right: 10px;
	border-radius:0;
	font-size: 30px;
	padding: 10px;
	color:#fff;
	border:2px solid #BB8B38;
}
.et_pb_scroll_top:before {
	content:"";
	background-image:url(/wp-content/uploads/arrow-up.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	width:24px;
	height:24px;
	display:block;
	position:relative;
}
@media only screen and (max-width:760px){
	.et_pb_scroll_top.et-pb-icon {
		bottom: 12px;
		right: 12px;
	}
}

/*-- stack--*/
@media all and (max-width: 980px) {
	/*** wrap row in a flex box ***/
	.custom_row {
  		display: -webkit-box;
  		display: -moz-box;
  		display: -ms-flexbox;
  		display: -webkit-flex;
  		display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}
 
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}
 
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
		margin-bottom:0;
	}
 
	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}
	.fourth-on-mobile {
		-webkit-order: 3;
		order: 4;
	}
	/*** add margin to last column ***/
	.custom_row .et_pb_column:last-child{
		margin-bottom: 30px !important;
	}
	/*stack specialty section*/
	.et_section_specialty.reverse-columns-mobile .et_pb_row {
        display: flex;
        flex-direction: column-reverse !important;
    }
	.et_section_specialty.reverse-columns-mobile .et_pb_row>.et_pb_column.et-last-child, .et_section_specialty.reverse-columns-mobile .et_pb_row>.et_pb_column.et_pb_column_single {
        padding-bottom: 40px !important;
    }
}
/*Menu*/
body.et-db #page-container #et-boc .et-l .custom-menu.et_pb_menu .et_pb_menu__menu{
	width:100%;
}
body.et-db #page-container #et-boc .et-l .custom-menu .et-menu-nav ul>li.give, body.et-db #page-container #et-boc .et-l .custom-menu .et-menu-nav ul>li.store{
	align-items:center;
}
.et-db #et-boc .et-l .custom-menu .et-menu-nav ul>li.store>a{
	color:#012979 !important;
	padding: 0.88em 0.5em 0.88em 0.5em !important;
    border: 1px solid #d5a345;
	background:transparent;
    border-radius: 0;
    color: #fff !important;
	display:flex;
	flex-direction:row;
	gap: 10px;
    justify-content: center;
	align-items:center;
	min-height:56px;
	width:122px;
	transition: all 300ms ease 0ms;
}
.et-db #et-boc .et-l .custom-menu .et-menu-nav ul>li.give>a{
	color:#012979 !important;
	padding: 0.88em 0.5em 0.88em 0.5em !important;
    border: 1px solid #d5a345;
	background:#d5a345;
    border-radius:0;
    color: #fff !important;
	display:flex;
	flex-direction:row;
	gap: 10px;
    justify-content: center;
	align-items:center;
	min-height:56px;
	width:106px;
	    transition: all 300ms ease 0ms;
}
.et-db #et-boc .et-l .custom-menu .et-menu-nav ul>li.store>a:hover{
	background:#d5a345;
	opacity:1;
	border-radius:50px;
}
.et-db #et-boc .et-l .custom-menu .et-menu-nav ul>li.give>a:hover{
	background:transparent;
	opacity:1;
	border-radius:50px;
}
.et-db #et-boc .et-l .custom-menu .et-menu-nav ul>li.store>a:before{
	content:"";
	width:16.33px;
	height:27px;
	display:inline-flex;
	position:relative;
	background:url(/wp-content/uploads/store-icon.png);
	background-size:contain;
	background-repeat:no-repeat;
}
.et-db #et-boc .et-l .custom-menu .et-menu-nav ul>li.give>a:before{
	content:"";
	width:28px;
	height:28px;
	display:inline-flex;
	position:relative;
	background:url(/wp-content/uploads/give-icon.png);
	background-size:contain;
	background-repeat:no-repeat;
}
body.et-db #page-container #et-boc .et-l .custom-menu .et-menu-nav, body.et-db #page-container #et-boc .et-l .custom-menu.et_pb_menu .et_pb_menu__menu, body.et-db #page-container #et-boc .et-l .custom-menu.et_pb_menu .et_pb_menu__menu>nav, body.et-db #page-container #et-boc .et-l .custom-menu.et_pb_menu .et_pb_menu__menu>nav>ul{
	width:100%;
	justify-content: center;
	flex-wrap: nowrap;
}
body.et-db #page-container #et-boc .et-l .custom-menu.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo{
	justify-content:center;
}
@media only screen and (max-width:1097px) and (min-width:981px){
	.et-db #et-boc .et-l .custom-menu .et-menu li:not(.give), .custom-menu .et-menu li.give {
    	padding-right: 9px;
	}
}
@media only screen and (min-width: 981px) {
	body.et-db #page-container #et-boc .et-l .custom-menu .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo img, body.et-db #page-container #et-boc .et-l .custom-menu .et_pb_menu__logo-slot .et_pb_menu__logo-wrap img {
		width: 100%;
		max-width: 244px;
		transition: all ease-in-out 0ms;
	}
	body.et-db #page-container #et-boc .et-l .menu-section.et_pb_sticky--top .custom-menu .et_pb_menu_inner_container>.et_pb_menu__logo-wrap .et_pb_menu__logo img, body.et-db #page-container #et-boc .et-l .menu-section.et_pb_sticky--top .custom-menu .et_pb_menu__logo-slot .et_pb_menu__logo-wrap img {
		max-width: 200px;
		transition: all ease-in-out 0ms;
	}
	 body.et-db #page-container #et-boc .et-l .custom-menu .et-menu li.menu-item.before-logo{
    	padding-right: 0 !important;
	}
	body.et-db #page-container #et-boc .et-l .custom-menu.et_pb_menu .et_pb_menu__menu{
		-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
		width:100%;
	}
	body.et-db #page-container #et-boc .et-l .custom-menu.et_pb_menu .et-menu>li {
    	display: flex;
    	/*flex: 0 0 9%;*/
	}
	body.et-db #page-container #et-boc .et-l .custom-menu.et_pb_menu .et-menu>li {
    padding-left: 22px;
    padding-right: 22px;
}
	body.et-db #page-container #et-boc .et-l .custom-menu .et-menu .et-menu{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
	body.et-db #page-container #et-boc .et-l .custom-menu.et_pb_menu .et-menu>li.et_pb_menu__logo-slot{
		display:flex;
        flex: 1 1 44%;
		max-width:100%;
	}
	body.et-db #page-container #et-boc .et-l .custom-menu .et-menu .container, .custom-menu .et-menu .et_pb_menu__logo-wrap{
		margin-left:auto;
		margin-right:auto;
	}
}

@media only screen and (max-width:1205px) and (min-width:981px){
	    body.et-db #page-container #et-boc .et-l .custom-menu.et_pb_menu .et-menu>li {
        padding-left: 1%;
        padding-right: 1%;
    }
}
@media only screen and (max-width:980px){
	body.et-db #page-container #et-boc .et-l .custom-menu .et_pb_menu_inner_container.clearfix {
    	display: flex;
    	flex-direction: row;
    	justify-content: space-between;
	}
	body.et-db #page-container #et-boc .et-l .et_mobile_menu {
		text-align: center;
	}
	body.et-db #page-container #et-boc .et-l .custom-menu.et_pb_menu--style-inline_centered_logo .et_pb_menu__wrap {
    	-webkit-box-pack: end;
    	-ms-flex-pack: flex-end;
    	justify-content: flex-end;
		align-items: center;
	}
	body.et-db #page-container #et-boc .et-l .custom-menu.et_pb_menu--style-inline_centered_logo .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, body.et-db #page-container #et-boc .et-l .custom-menu.et_pb_menu--style-inline_centered_logo .et_pb_row>.et_pb_menu__logo-wrap{
		margin-bottom:0;
	}
	body.et-db #page-container #et-boc .et-l .custom-menu .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, body.et-db #page-container #et-boc .et-l .custom-menu .et_pb_menu__logo-slot {
    	max-width: 215px !important;
	}
	.mobile_menu_bar:before {
    	font-size: 40px;
    	font-weight: 600;
	}
}
@media only screen and (max-width:480px){
	body.et-db #page-container #et-boc .et-l .custom-menu .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, body.et-db #page-container #et-boc .et-l .custom-menu .et_pb_menu__logo-slot {
    	max-width: 150px !important;
	}
}
/*wider container only for more than 2000px*/
@media only screen and (min-width:2000px){
	.bigger-width{
    max-width: 1620px !important;
}
}
/*Home*/
.span-white span{
	color:#fff;
}
/*overlay header video home*/
.header-home.overlay::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.header-home.overlay .et_pb_row {
	z-index: 2;
}
/*carousel*/

@keyframes shrink {
  0% {
    color: rgba(255, 255, 255, 0.5);

  }
  100% {

    color: rgba(255, 255, 255, 0.5);
  }
}
@keyframes grow {
  0% {

    color:rgba(255, 255, 255, 0.5);
  }
  100% {

    color:  rgba(255, 255, 255, 1);
  }
}
/* $. Classes
 \*----------------------------------------------------------------*/
.animate {
  transform: translate3d(0, 0, 0);
  perspective: 1000;
  filter: blur(0);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: center center;
}
.animate--shrink, .hero__title .slick-current > span {
  animation-duration: 1s;
  animation-name: shrink;
  animation-timing-function: 'linear';
}
.animate--grow, .hero__title .slick-current + .slick-slide > span, .no-js .hero__title .slick-dupe:nth-child(2) > span {
  animation-duration: 1s;
  animation-timing-function: 'linear';
  animation-name: grow;
}
/* Slider */
.slider-text .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  tap-highlight-color: transparent;
  padding-top: 40px;
	width:100%;
}
.slider-text .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slider-text .slick-list:focus {
  outline: none;
}
.slider-text .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slider-text .slick-slider .slick-track, .slider-text .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slider-text .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slider-text .slick-track:before, .slider-text .slick-track:after {
  content: "";
  display: table;
}
.slider-text .slick-track:after {
  clear: both;
}
.slider-text .slick-loading .slick-track {
  visibility: hidden;
}
.slider-text .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slider-text [dir="rtl"] .slick-slide {
  float: right;
}
.slider-text .slick-slide img {
  display: block;
}
.slider-text .slick-slide.slick-loading img {
  display: none;
}
.slider-text .slick-slide.dragging img {
  pointer-events: none;
}
.slider-text .slick-initialized .slick-slide {
  display: block;
}
.slider-text .slick-loading .slick-slide {
  visibility: hidden;
}
.slider-text .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0;
  outline: none;
}
.slider-text .slick-vertical .slick-slide:focus, .slider-text .slick-vertical .slick-slide:active, .slider-text .slick-vertical .slick-slide::selection {
  outline: none !important;
  border: 0 !important;
  box-shadow: none;
	text-align:center;
}
.slider-text .slick-arrow.slick-hidden {
  display: none;
}
.slider-text .slick-current {
  position: relative;
}
.slider-text .hero__title .slick-slide {
  overflow: hidden;
  padding: 20px 0 0;
}
.slider-text .hero__title [aria-hidden] {
  transition: 1s;
}

.slider-text .hero__title .slick-current > span {
  box-sizing: border-box;
  display: block;
}
.slider-text .no-js .hero__title .slick-dupe:nth-child(2) > span {
  padding: 1em;
}
.slider-text .hero__title-misc {
  display: block;
  font-family:'Oswald',Helvetica,Arial,Lucida,sans-serif;
	font-weight:bold;
	font-size:80px;
	line-height:1.3em;
  color: rgba(255,255,255,0.5);
	white-space:nowrap;
}
.slider-text .container {
  margin: 0 auto;
  width: 100%;
	text-align:center;
  padding: 0 40px !important;
	max-width:100%;
}
@media only screen and (max-width:980px){
	.slider-text .hero__title-misc{
		font-size:66px;
	}
	.slider-text .container{
		padding: 0 20px !important;
	}
}
@media only screen and (max-width:705px){
	.slider-text .hero__title-misc{
		font-size:42px;
	}
}
@media only screen and (max-width:464px){
	.slider-text .hero__title-misc{
		font-size:33px;
	}
}
@media only screen and (max-width:384px){
	.slider-text .hero__title-misc{
		font-size:27px;
	}
	.slider-text .container{
		padding: 0 10px !important;
	}
}
@media only screen and (max-width:297px){
	.slider-text .hero__title-misc{
		font-size:8vw;
	}
}
/*buttons*/
body .et_pb_button {
	font-weight:300;
	line-height:1.2em !important;
}
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_module .et_pb_button_wrapper {
    display: inline-flex;
    flex-direction:row;
    /*justify-content: center;*/
    align-items: center;
}

body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_module .et_pb_button {
    min-height: 52px;
	font-weight:300;
	padding-left:1em !important;
	padding-right:1.5em !important;
	flex-direction: row-reverse;
}
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_module .et_pb_button:hover{
	padding-left:1em !important;
	padding-right:1.5em !important;
}
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_module .button-no-icon.et_pb_button, body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_module.button-no-icon .et_pb_button {
	padding-left:1em !important;
	padding-right:1em !important;
}
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_module .button-no-icon.et_pb_button:hover, body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_module.button-no-icon .et_pb_button:hover{
	padding-left:1em !important;
	padding-right:1em !important;
}
body #et-boc .et_pb_button:after, body #et-boc .et_button_icon_visible.et_button_left .et_pb_button:after, body #et-boc .et_button_left .et_pb_button:hover:after{
	position: relative !important;
	    margin-right: .3em;
	display:inline-flex;
	opacity:1 !important;
	margin-left:.3em !important;

}
body #page-container #et-boc .et_pb_module .et_pb_button, body #page-container #et-boc .et_pb_module .et_pb_button_module_wrapper .et_pb_button, body #page-container #et-boc .et-l .et_pb_module .et_pb_button.et_pb_promo_button, body #page-container #et-boc .et_pb_module .et_button_no_icon .et_pb_button{
	display: inline-flex !important;
    align-items: center;
	width: fit-content;
}
@media only screen and (max-width:980px){
	body #page-container .et_pb_module .et_pb_button, body #page-container .et_pb_module .et_pb_button_module_wrapper .et_pb_button, body #page-container #et-boc .et-l .et_pb_module .et_pb_button.et_pb_promo_button, body #page-container .et_pb_module .et_button_no_icon .et_pb_button{
		font-size:18px !important;
		min-width:auto !important;
	}
}
@media only screen and (max-width:1369px){
	body #page-container .et_pb_module .et_pb_button, body #page-container .et_pb_module .et_pb_button_module_wrapper .et_pb_button, body #page-container #et-boc .et-l .et_pb_module .et_pb_button.et_pb_promo_button, body #page-container .et_pb_module .et_button_no_icon .et_pb_button {
		font-size: 18px;
	}
}
@media only screen and (max-width:480px){
	body #page-container .et_pb_module .et_pb_button, body #page-container .et_pb_module .et_pb_button_module_wrapper .et_pb_button, body #page-container #et-boc .et-l .et_pb_module .et_pb_button.et_pb_promo_button, body #page-container .et_pb_module .et_button_no_icon .et_pb_button{
		font-size:16px !important;
	}
}
body #page-container .store-button.et_pb_button, body #page-container .store .et_pb_button{
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
	min-width:240px;
	min-height:64px !important;
}
body #page-container .store.et_pb_button:after, body #page-container .store .et_pb_button:after{
	content:"";
	width:25.67px;
	height:19.88px;
	display: inline-flex;
    position: relative;
	background:url(/wp-content/uploads/store-icon.png);
	background-size:contain;
	background-repeat:no-repeat;
	align-self:center;
	opacity:1;
	margin-left:initial;
}
body #page-container .give-button.et_pb_button, body #page-container .give-button .et_pb_button{
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
	min-width:240px;
	min-height:64px !important;
}
body #page-container .give-button.et_pb_button:after, body #page-container .give-button .et_pb_button:after{
	content:"";
	width:25.67px;
	height:19.88px;
	display: inline-flex;
    position: relative;
	background:url(/wp-content/uploads/give-icon.png);
	background-size:contain;
	background-repeat:no-repeat;
	align-self:center;
	opacity:1;
	margin-left:initial;
}

body #page-container .worship-button.et_pb_button, body #page-container .worship-button .et_pb_button{
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
	min-width:240px;
	min-height:64px !important;
}
body #page-container .worship-button.et_pb_button:after, body #page-container .worship-button .et_pb_button:after{
	content:"";
	width:25.67px;
	height:19.88px;
	display: inline-flex;
    position: relative;
	background:url(/wp-content/uploads/worship-icon.png);
	background-size:contain;
	background-repeat:no-repeat;
	align-self:center;
	opacity:1;
	margin-left:initial;
}
body #page-container .livestream-button.et_pb_button, body #page-container .livestream-button .et_pb_button{
	display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: center;
	 align-items: center;
}
body #page-container .livestream-button.et_pb_button:after, body #page-container .livestream-button .et_pb_button:after{
	content:"";
	width:24px;
	height:24px;
	display: inline-flex;
    position: relative;
	background:url(/wp-content/uploads/livestream-icon.png);
	background-size:contain;
	background-repeat:no-repeat;
	align-self:center;
	opacity:1;
	margin-left:initial;
}
body #page-container .event-button.et_pb_button, body #page-container .event-button .et_pb_button{
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
body #page-container .event-button.et_pb_button:after, body #page-container .event-button .et_pb_button:after{
	content:"";
	width:25.67px;
	height:19.88px;
	display: inline-flex;
    position: relative;
	background:url(/wp-content/uploads/events-icon.png);
	background-size:contain;
	background-repeat:no-repeat;
	align-self:center;
	opacity:1;
	margin-left:initial;
}
body div#et-boc .login-button.et_pb_button, body div#et-boc .login-button.et_pb_button{
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
	gap: 5px;
	min-width:151px;
}
body div#et-boc .login-button.et_pb_button:after, body div#et-boc .login-button .et_pb_button:after{
	content:"";
	width:24px;
	height:24px;
	display: inline-flex !important;
    position: relative;
	background:url(/wp-content/uploads/log-icon.png);
	background-size:contain;
	background-repeat:no-repeat;
	align-self:center;
	opacity:1;
	margin-left:initial;
}
/*ul li*/
#main-content ul li:not(:last-child),#main-content ol li:not(:last-child) {
    margin-bottom: 1em;
}
.special-list ol li:not(:last-child) {
	 padding-bottom: 1em;
}

li::marker {
  color: #BB8B38;
}
/* form*/
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
	color: #c02b0a !important;
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    align-self: start;
}
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] {
	padding: 16.5px !important;
}
body .gform_wrapper.gravity-theme .hidden_label input{
    margin-top: 0 !important;
}
body div#et-boc .gform_wrapper #field_submit input, body div#et-boc .gform_wrapper .gform_footer input.button, body div#et-boc .gform_wrapper .gform_page_footer input.button, body div#et-boc div.form_saved_message div.form_saved_message_emailform form input[type=submit]{
    font-weight: 300;
	background-image:url(/wp-content/uploads/join-email-icon.png);
	background-size:24px 24px;
	background-repeat:no-repeat;
	background-position: 0.7em center;
    border-radius: 0 !important;
    padding-left: 2.25em !important;
    padding-right: 0.8em !important;
	padding-top:7px !important;
	padding-bottom:7px !important;
	margin-top:0 !important;
	border: 2px solid #D5A345;
}
body div#et-boc .gform_wrapper #field_submit input:hover, body div#et-boc .gform_wrapper .gform_footer input.button:hover, body div#et-boc .gform_wrapper .gform_page_footer input.button:hover, body div#et-boc div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover {
	border-color: #D5A345 !important;
	border-radius:50px !important;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    padding-bottom:0 !important;
}
.subscribe-form .gform_required_legend{
	display:none;
}
.subscribe-form p{
	display:none;
	padding-bottom: 0;
}
.gform_ajax_spinner {
	max-width:100%;
	width: 20px;
	height:20px;
	display:block;
	margin: 0 auto 15px;
}
@media only screen and (max-width:1095px) and (min-width:981px){
	.subscribe-form .gform_wrapper.gravity-theme .gform_fields {
    	grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 0;
  	}
	/* body div#et-boc .subscribe-form .gform_wrapper #field_submit input, body div#et-boc .subscribe-form .gform_wrapper .gform_footer input.button, body div#et-boc .subscribe-form .gform_wrapper .gform_page_footer input.button, body div#et-boc .subscribe-form div.form_saved_message div.form_saved_message_emailform form input[type=submit]{
		 width:100% !important;
		     align-self: center;
	}*/
}
/*social*/
.social-custom .et-social-facebook a.icon:before, .social-custom .et-social-instagram a.icon:before, .social-custom .et-social-twitter a.icon:before, .social-custom .et-social-youtube a.icon:before {
    content: "";
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
	transition: color 300ms ease 0ms;
}
.social-custom .et-social-facebook a.icon:hover:before, .social-custom .et-social-instagram a.icon:hover:before, .social-custom .et-social-twitter a.icon:hover:before, .social-custom .et-social-youtube a.icon:hover:before{
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
 }
.social-custom.dark.et_pb_social_media_follow li a {
	margin-right:1vw;
}
.social-custom.footer.et_pb_social_media_follow li a {
	margin-right:14px;
}
/*facebook*/
.social-custom.dark .et-social-facebook a.icon:before{
	 background: url(/wp-content/uploads/gold-facebook.png);
}
.social-custom.dark .et-social-facebook a.icon:hover:before{
	 background: url(/wp-content/uploads/white-facebook.png);
}
.social-custom.footer .et-social-facebook a.icon:before{
	 background: url(/wp-content/uploads/footer-facebook.png);
}
.social-custom.footer .et-social-facebook a.icon:hover:before{
	 background: url(/wp-content/uploads/facebook-foot.png);
}
/*instagram*/
.social-custom.dark .et-social-instagram a.icon:before{
	 background: url(/wp-content/uploads/gold-instagram.png);
}
.social-custom.dark .et-social-instagram a.icon:hover:before{
	 background: url(/wp-content/uploads/white-instagram.png);
}
.social-custom.footer .et-social-instagram a.icon:before{
	 background: url(/wp-content/uploads/footer-instagram.png);
}
.social-custom.footer .et-social-instagram a.icon:hover:before{
	 background: url(/wp-content/uploads/instagram-foot.png);
}
/*Twitter*/
.social-custom.dark .et-social-twitter a.icon:before{
	 background: url(/wp-content/uploads/gold-x.png);
}
.social-custom.dark .et-social-twitter a.icon:hover:before{
	 background: url(/wp-content/uploads/white-x.png);
}
.social-custom.footer .et-social-twitter a.icon:before{
	 background: url(/wp-content/uploads/footer-x.png);
}
.social-custom.footer .et-social-twitter a.icon:hover:before{
	 background: url(/wp-content/uploads/x-foot.png);
}
/*Twitter*/
.social-custom.dark .et-social-youtube a.icon:before{
	 background: url(/wp-content/uploads/gold-youtube.png);
}
.social-custom.dark .et-social-youtube a.icon:hover:before{
	 background: url(/wp-content/uploads/white-youtube.png);
}
.social-custom.footer .et-social-youtube a.icon:before{
	 background: url(/wp-content/uploads/footer-youtube.png);
}
.social-custom.footer .et-social-youtube a.icon:hover:before{
	 background: url(/wp-content/uploads/youtube-foot.png);
}
/*footer*/
.et-social-facebook a.icon:before {
    content: "";
    font-family: 'FontAwesome' !important;
}
footer .et_pb_social_media_follow li {
    margin-bottom: 0;
	padding-bottom:0;
}
@media only screen and (max-width:1234px) and (min-width:981px){
	.social-custom.et_pb_social_media_follow li a{
		margin-right:0;
	}
}
@media only screen and (max-width:1234px) and (min-width:981px){
	.widget-text, .time-module, .follow-text, footer .et_pb_widget_area li, footer .et_pb_widget_area li a, #freshy_copyright{
		font-size:1.4vw !important;	
	}
}
@media only screen and (max-width:422px){
	 footer .et_pb_widget_area li, footer .et_pb_widget_area li a, #freshy_copyright{
		font-size:14px !important;	
	}
	.menu-footer li a{
		padding-top:10px;
	}
	.et-db #et-boc .et-l .menu-footer ul.menu{
		flex-wrap:wrap !important;
	}
}

@media only screen and (min-width:1120px){
	body div#et-boc .et_pb_column.contact-col{
    	width: 40% !important;
	}
	body div#et-boc .et_pb_column.im-new-col{
    	width: 20%;
	}
	body div#et-boc .et_pb_column.connect-col{
    	width: 15%;
	}
	body div#et-boc .et_pb_column.media-col{
    	width: 18%;
	}
	body div#et-boc .et_pb_column.learn-more-col{
    	width: 11%;
	}
	.et-db #et-boc .et-l .logo {
    	flex-basis: 3%;
	}
	.et-db #et-boc .et-l .menu-footer{
    	flex-basis: 56%;
	}
	.et-db #et-boc .et-l .footer-copy{
		flex-basis: 36%;
	}
}
@media only screen and (max-width:1119px) and (min-width:981px){
	body div#et-boc .et_pb_column.contact-col{
    	width: 23% !important;
	}
}
.et-db #et-boc .et-l .menu-footer ul.menu li:not(:last-child):after{
	content:"|";
	display:inline-flex;
	color:rgba(35,31,32,0.3);
	font-size:inherit;
	margin-left:1.7vw;
	margin-right:1.7vw;
}
.et-db #et-boc .et-l .menu-footer #menu-quick-links:before{
	content:"|";
	display:inline-flex;
	color:rgba(35,31,32,0.3) !important;
	font-size:inherit;
	margin-left:0;
	margin-right:1.7vw;
}
.et-db #et-boc .et-l .menu-footer #menu-quick-links:after{
	content:"|";
	display:inline-flex;
	color:rgba(35,31,32,0.3) !important;
	font-size:inherit;
	margin-left:1.7vw;
	margin-right:0;
}
.et-db #et-boc .et-l .menu-footer ul.menu li {
    padding-left: 0;
    padding-right: 0;
}
.footer-bottom .et_pb_column{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}
.et-db #et-boc .et-l .menu-footer .sub-menu, .et-db #et-boc .et-l .menu-footer .title{
	display:none !important;
}
.et-db #et-boc .et-l .menu-footer .et_pb_widget ul li {
    margin-bottom: 0;
}
.et-db #et-boc .et-l .menu-footer .fwidget.et_pb_widget{
	width:100% !important;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
}
.et-db #et-boc .et-l .menu-footer ul.menu{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items: center;
}

.et-db #et-boc .et-l .menu-footer ul.menu li::last-child{
	padding-right:0;
}
@media only screen and (max-width:1293px){
	#freshy_copyright{
		font-size:16px;
	}
}
@media only screen and (max-width:980px){
	footer .inline-items{
		flex-direction: column;
	}
	footer .inline-items-left {
    	justify-content: center;
	}
	.learn-more-col.et-last-child{
		width:100% !important;
	}
	.footer-bottom .et_pb_column {
    	flex-direction: column;
    	justify-content: center;
    }
	.footer-bottom .menu-footer{
		margin-bottom:20px !important;
	}
}
/*row*/
@media only screen and (min-width:981px){
	.et-db #et-boc .et-l .special-row-space.et_pb_gutters2 .et_pb_column {
        margin-right: 1.5%; 
	}
	.et-db #et-boc .et-l .special-row-space.auto-width.et_pb_gutters2 .et_pb_column_1_4{
		width:auto;
	}
	.et-db #et-boc .et-l .special-row-space.et_pb_gutters2 .et_pb_column.et_pb_column_1_3{
		width:auto;
		flex:1;
	}
}
/*blurb hover*/
.blurb-hover.et_pb_blurb{
	transition: all 300ms ease 0ms;
}
.blurb-hover.et_pb_blurb:hover .et_pb_module_header span, .blurb-hover-col:hover .et_pb_module_header span{
	color:#fff !important;
}
.blurb-hover-col:hover .et_pb_bg_layout_light.et_pb_button, .blurb-hover-col:hover .et_pb_button{
    color: #ffffff !important;
    background-color: #572983;
    border-color: #bb8b38 !important;
    border-radius: 50px;
}
.blurb-hover.et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 20px;
}
.blurb-hover.et_pb_blurb.overlay .et_pb_main_blurb_image .et_pb_image_wrap{
	position:relative;
}
.blurb-hover.et_pb_blurb.overlay .et_pb_main_blurb_image .et_pb_image_wrap:before{
	content:"";
	display:block;
	position:absolute;
	top: auto;
    left: 0;
    bottom: -1px;
	width:100%;
	height:100%;
	z-index:1;
    background-color: transparent;
	background-image: linear-gradient(180deg, rgba(93,49,136,0.2) -33%, #5A2D86 100%);
}
.blurb-hover-col:hover .blurb-hover.et_pb_blurb.overlay .et_pb_main_blurb_image .et_pb_image_wrap:before{
	background-color: transparent;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 41%, #5A2D86 100%);
}
.blurb-hover.et_pb_blurb.overlay .et_pb_main_blurb_image .et_pb_image_wrap img{
	filter:saturate(0);
}
.blurb-hover-col:hover .blurb-hover.et_pb_blurb.overlay .et_pb_main_blurb_image .et_pb_image_wrap img{
	filter:saturate(1);
}
/*carousels*/

/*carousel  blurb*/
.fullwidth-blurb .et_pb_main_blurb_image, .fullwidth-blurb .et_pb_image_wrap, .fullwidth-carousel .et_pb_main_blurb_image, .fullwidth-carousel .et_pb_image_wrap{
    width: 100%;
}
.fullwidth-blurb .et_pb_main_blurb_image img, .fullwidth-carousel .et_pb_main_blurb_image img{
    height: 294px;
    width: 100%;
    object-fit: cover;
}
@media only screen and (max-width:980px) and (min-width:481px){
	.fullwidth-blurb .et_pb_main_blurb_image img, .fullwidth-carousel .et_pb_main_blurb_image img{
		height: 400px;
	}
}
/*slick equal slides height*/
.fullwidth-carousel .slick-slide{
    height: inherit !important;
	margin:0 10px;
}
.fullwidth-carousel .slick-list .slick-track {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}
.fullwidth-carousel .et_pb_image{
	padding-left:5px;
	padding-right:5px;
	margin-left:auto;
	margin-right:auto;
}
.fullwidth-carousel.slick-slider{
	max-width:1664px !important;
}
/*events slider*/
.custom-slider-fullwidth .upcoming-events .slick-list {margin: 0 -5px;}
.custom-slider-fullwidth .upcoming-events .slick-slide{margin: 0 5px;}
.custom-slider-fullwidth .upcoming-events .dp-dfg-image, .custom-slider-fullwidth .upcoming-events .dp-dfg-overlay {
        margin: 0;
}
.custom-slider-fullwidth .upcoming-events .dp-dfg-image.entry-thumb {
    opacity: 1 !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
#et-boc .et-l .custom-slider-fullwidth .upcoming-events .dp-dfg-item .dp-dfg-overlay {
    opacity: 1 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
#et-boc .et-l .custom-slider-fullwidth .upcoming-events .dp-dfg-item .dfg_et_overlay {
    border: none;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
}
#et-boc .et-l .custom-slider-fullwidth .upcoming-events .dp-dfg-item:hover .dp-dfg-overlay span.dfg_et_overlay{
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #2d1643 100%);
}
#et-boc .et-l  .custom-slider-fullwidth .upcoming-events .dp-dfg-skin-default .dp-dfg-item {
    align-content: end;
}
@media screen and (max-width: 479px) {
    #et-boc .et-l  .custom-slider-fullwidth .upcoming-events .dp-dfg-skin-default .dp-dfg-overlay {
        display: initial;
    }
}
/*arrows*/
.custom-slider-arrows .slick-prev{
    display: block!important;
    opacity: 1!important;
    padding: 0;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: -5.5%;
    padding: 10px 5px;
    margin: 0;
    border: none;
    font-size: 0;
    line-height: 0;
    background: 0 0;
    background-size: contain;
    background-position-x: center;
    border-radius: 6px;
    z-index: 999;
    cursor: pointer;
	transition: .2s all ease-in-out!important;
}
.custom-slider-arrows .slick-next{
    display: block!important;
    opacity: 1!important;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    right: -5.5%;
    padding: 10px 5px;
    margin: 0;
    border: none;
    font-size: 0;
    line-height: 0;
    background: 0 0;
    background-size: contain;
    background-position-x: center;
    border-radius: 6px;
    z-index: 999;
    cursor: pointer;
	transition: .2s all ease-in-out!important;
}
.custom-slider-arrows .slick-prev:hover:before, .custom-slider-arrows .slick-next:hover:before{
	opacity:0.8;
}
.custom-slider-arrows .slick-next:before{    
	content: '';
    background: url(/wp-content/uploads/slide-arrow-1.png);
    width: 44px;
    height: 44px;
    margin: auto;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat!important;
    opacity: 1;
    -webkit-transition: .2s ease-in-out!important;
	transition: .2s all ease-in-out!important;
}
.custom-slider-arrows .slick-prev:before{
	content: '';
    transform: scaleX(-1);
    background: url(/wp-content/uploads/slide-arrow-1.png);
    width: 44px;
    height: 44px;
    margin: auto;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat!important;
    opacity: 1;
    -webkit-transition: .2s ease-in-out!important;
    transition: .2s all ease-in-out!important;
}
@media only screen and (max-width:980px){
	.custom-slider-arrows .slick-prev{
    	left: -5%;
	}
	.custom-slider-arrows .slick-next{
		right:-5%;
	}
}

/*upcoming events grid*/
.upcoming-events .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items, 
.upcoming-events .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items {
    display: flex;               /* Use Flexbox */
    flex-wrap: wrap;             /* Allow wrapping into multiple rows */
    gap: 10px;                   /* Optional: Adds space between items */
}
.upcoming-events .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items > :first-child,
.upcoming-events .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items > :last-child{
  flex: 0 0 33%; /* These items take 33% width */
    max-width: 33%; /* Prevent stretching beyond 33% */
}
.upcoming-events .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items > :nth-child(2),
.upcoming-events .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items > :nth-child(3) {
   flex: 1 1 63%; /* These items share the remaining space evenly */
    max-width: 67%; /* Prevent stretching beyond available space */
}
#et-boc .et-l .upcoming-events .dp-dfg-skin-default .dp-dfg-item{
	max-height:420px;
	min-height:420px;
	justify-content: flex-end;
    padding: 30px;
}
#et-boc .et-l .upcoming-events.sslider .dp-dfg-skin-default .dp-dfg-item{
	max-height:338px;
	min-height:338px;
}
#et-boc .et-l .dp-dfg-header.entry-header .entry-title{
	text-transform:capitalize !important;
}
#et-boc .et-l .upcoming-events .dp-dfg-skin-default .dp-dfg-item .dp-dfg-overlay span.dfg_et_overlay,  .upcoming-events .dp-dfg-skin-default .dp-dfg-item .dp-dfg-overlay span.dfg_et_overlay, .et-l  .upcoming-events .dp-dfg-skin-default .dp-dfg-item .dp-dfg-overlay span.dfg_et_overlay {
    opacity: 1;
	z-index: inherit;
}
#et-boc .et-l .upcoming-events .dp-dfg-skin-default.dp-dfg-skin-itemsinoverlay .dp-dfg-item>* {
    opacity: 1;
	z-index:1;
}
#et-boc .et-l .upcoming-events .dp-dfg-skin-default.dp-dfg-skin-itemsinoverlay .dp-dfg-item:hover > .dp-dfg-overlay span.dfg_et_overlay {
	background-color:transparent;
       background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #2d1643 100%);
}
#et-boc .et-l .upcoming-events a.dp-dfg-image-link {
    display: inline-flex;
    height: 100%;
    width: 100%;
}
#et-boc .et-l .upcoming-events .dp-dfg-skin-default .dp-dfg-item .dp-dfg-image img {
    object-fit: cover;
    object-position: center;
	filter:saturate(0);
}
#et-boc .et-l .upcoming-events .dp-dfg-skin-default .dp-dfg-item:hover .dp-dfg-image img {
    filter:saturate(1);
}
@media only screen and (max-width:1341px){
	#et-boc .et-l .upcoming-events .dp-dfg-skin-default .dp-dfg-item{
		max-height:27.7vw;
		min-height:27.7vw;
	}
	#et-boc .et-l .upcoming-events .dp-dfg-skin-default .dp-dfg-header .entry-title{
		font-size:2.5vw !important;
	}
	#et-boc .et-l .upcoming-events .dp-dfg-skin-default .event-details{
		font-size:1.8vw !important;
	}
}
@media only screen and (max-width:980px){
	#et-boc .et-l .upcoming-events .dp-dfg-skin-default .dp-dfg-item{
		max-height:200px !important;
		min-height:200px !important;
		margin-bottom:0 !important;
	}
	#et-boc .et-l .upcoming-events .dp-dfg-skin-default .dp-dfg-header .entry-title{
		font-size:20px !important;
	}
	#et-boc .et-l .upcoming-events .dp-dfg-skin-default .event-details{
		font-size:14px !important;
	}
	#et-boc .et-l .upcoming-events .dp-dfg-skin-default .dp-dfg-custom-content{
		padding-bottom:0 !important;
	}
	#et-boc .et-l .upcoming-events .dp-dfg-skin-default .dp-dfg-item {
    	padding: 30px 20px 0;
	}
}
@media (max-width: 760px) {
    .upcoming-events .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items {
        flex-direction: column;  /* Stack the items vertically in a single column */
        gap: 20px;               /* Optional: Adds more space between items */
    }
    .upcoming-events .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items > :first-child,
    .upcoming-events .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items > :last-child,
    .upcoming-events .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items > :nth-child(2),
    .upcoming-events .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items > :nth-child(3) {
        flex: 0 0 100%;           /* Each item takes 100% width on smaller screens */
        max-width: 100%;          /* Prevent stretching beyond 100% */
		min-height:420px;
		max-height:420px;
    }
	
}

/*internals*/
.header-internals:after, .slider-text.separator:after{
	content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid #bb8b38;
    position: relative;
	margin:30px auto 50px;
	display:block;
    z-index: 10;
	max-width: 248px;
}
.header-internals .et_pb_header_content_wrapper {
    max-width: 930px;
	width:90%;
    margin-left: auto;
	margin-right:auto;
}
.header-internals.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
	width: 90%;
}
.header-internals.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 90% !important;
    max-width: 100%;
}

@media (max-width: 767px) {
    .header-internals .et_pb_fullwidth_header_container.left .header-content, .header-internals .et_pb_fullwidth_header_container.right .header-content {
        margin-bottom:0;
    }
}
@media only screen and (max-width:494px){
	.header-internals.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
    	margin-right: 0;
	}
	.header-internals.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content{
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items: center;
	}
}
@media only screen and (min-width:480px){
.flex-row-container .et_pb_column{
    	display: flex;
    	flex-direction: row;
    	flex-wrap: wrap;
		justify-content:center;
		grid-column-gap: 1.5%;
		grid-row-gap: 8px;
	}
}
@media only screen and (min-width:1241px){
	.flex-row-container .et_pb_column .items{
		flex: 0 1 32%;
		-webkit-box-align: center;
   		-ms-flex-align: center;
   		align-items: center;
		margin-bottom:20px !important;
		display: flex;
        flex-direction: column;
	}
	.flex-row-container.last-full-width .et_pb_column .items{
		flex: 1 1 31.33%;
	}
}
@media only screen and (max-width:1240px) and (min-width:981px){
	.flex-row-container .et_pb_column .items{
		flex: 0 1 31.75%;
		-webkit-box-align: center;
   		-ms-flex-align: center;
   		align-items: center;
		margin-bottom:20px !important;
		display: flex;
        flex-direction: column;
	}
	.flex-row-container.last-full-width .et_pb_column .items{
		flex: 1 1 40.33%;
	}
}
@media only screen and (max-width:980px) and (min-width:690px){
		.flex-row-container .et_pb_column .items{
			flex: 0 1 49.25%;
			-webkit-box-align: center;
   			-ms-flex-align: center;
   			align-items: center;
			margin-bottom:0 !important;
		}
		.flex-row-container .et_pb_column {
    		grid-column-gap: 1.5%;
		}
	.flex-row-container.last-full-width .et_pb_column .items{
		flex: 1 1 49.25%;
	}
	
}
@media (max-width: 689px) {
	.flex-row-container .et_pb_column .items{
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
		 width: 100%;
        margin: 0 0 20px;
	}
}
/*no stack*/
@media only screen and (min-width:550px){
.no-stack.et_pb_row{
	display:flex;
}
.no-stack.et_pb_row .et_pb_column:not(:last-child){
	margin-right: 1.5%;
}
}
/*accordion*/

@media only screen and (min-width:981px){
	.et_pb_accordion .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title{
		padding: 14px 100px 8px 60px !important;
	}
	.et_pb_accordion .et_pb_toggle_title:before{
		right:30px !important;
	}
}
@media only screen and (max-width:980px){
	.et_pb_accordion .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title{
		padding: 14px 65px 8px 20px !important;
	}
	.et_pb_accordion .et_pb_toggle_title:before{
		right:20px !important;
	}
}
.et_pb_accordion .et_pb_toggle_close .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title{
	background-image:none;
	background-color:#5A2D86 !important;
}
.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title, .et_pb_accordion .et_pb_toggle_title{
	min-height:108px;
	display: flex;
    align-items: center;
	padding: 20px 40px 20px 20px !important;
}
.custom-accordion.et_pb_accordion .et_pb_toggle {
    margin-bottom: 0!important;
}
.custom-accordion.et_pb_accordion .et_pb_toggle_content{
	background-color:#f9f9f9;
}
.et_pb_toggle_open .et_pb_toggle_title {
    background: #5D3188 !important;
	padding: 20px !important;
}
.et_pb_toggle.et_pb_module.et_pb_toggle_close, .et_pb_toggle.et_pb_module.et_pb_toggle_open {
    padding: 0px !important;
}
.et_pb_toggle_content.clearfix {
    padding: 30px 20px;
}
.et_pb_toggle_close .et_pb_toggle_content.clearfix {
	opacity:0;
}

.et_pb_toggle_open .et_pb_toggle_content.clearfix {
	opacity:1;
	transition: all 0.5s ease-in-out;
}
/*accordion closed*/
.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
    display: block!important;
   font-family: FontAwesome !important;
    font-weight: 900 !important;
    content: "\f068" !important;
	color:#FAF7F1 !important;
	right:20px;
}
/*tabs*/
ul.et_pb_tabs_controls.clearfix {
    display: flex;
    flex-direction: row;
    justify-content: center;
	margin-bottom: 25px;
}
.et_pb_tabs_controls li {
    display: flex;
    margin-bottom: 0 !important;
    padding: 15px 0;
    height: auto !important;
	border-right:0 !important;
}
.et_pb_tabs_controls li a{
	display:flex;
	padding:0 1em;
}
ul.et_pb_tabs_controls {
	background-color: transparent;
}
.et_pb_all_tabs{
	box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width:1140px) and (min-width:981px){
	.et_pb_tabs .et_pb_tabs_controls li a {
		font-size:2vw !important;
	}
}
/*quote*/
.custom-quote .et_pb_testimonial_author {
	margin-top: 13px;
}

@media only screen and (max-width:563px){
	.custom-quote.et_pb_testimonial {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.custom-quote .et_pb_testimonial_portrait{
	margin-bottom:20px;
	margin-top:20px;
}
}
/*store*/
/*blurb store*/
.blurb-store.et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 0;
	width:100%;
	position:relative;
}
.blurb-store.et_pb_blurb .et_pb_blurb_container{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-bottom: 30px;
	transition: all 0.4s ease !important;
}
.blurb-store.et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
    background-color:transparent;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #2d1643 100%);
	transition: all 300ms ease 0ms;
}
.blurb-hover-col:hover .blurb-store.et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap:before{
		 background-image: linear-gradient(180deg, rgba(90,45,134,0.8) 0%, rgba(90,45,134,0.8) 100%);
	transition: all 300ms ease 0ms;
}
.blurb-store.et_pb_blurb:hover .et_pb_blurb_container{
	    justify-content: center;
	transition: all 0.3s ease !important;
}
.blurb-store.et_pb_blurb .et_pb_main_blurb_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blurb-store .blurb-store{
	width:100%;
}
.blurb-store .et_pb_image_wrap{
	width:100%;
}
@media only screen and (max-width:549px){
	.blurb-store.et_pb_blurb .et_pb_main_blurb_image img {
		height:249px !important;
	}
}
/*category pages*/
.woocommerce-page ul.products li.product a img, .woocommerce ul.products li.product a img {
    border: 2px solid #FAF7F1;
}
.orderby, .woocommerce div.product form.cart .variations td select {
    background-color: #ececec;
    border-radius: 3px;
    border: 0;
    color: #000 !important;
    font-size: 14px;
	padding: 13px 20px;
}
p.woocommerce-result-count {
    font-size: 18px;
    color: #5A2D86;
 }
@media only screen and (min-width:981px){
	.et-db #et-boc .et-l .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product{
		margin-right: 2% !important;
	}
	.et-db #et-boc .et-l .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n){
		margin-right:0 !important;
	}
}
/*recent product shop*/
.woocommerce-page .dp-dfg-image.entry-thumb{
	background:#FAF7F1;
}
.price .dp-dfg-skin-default .dp-dfg-cf-_price .dp-dfg-custom-field-value:after{
	content:".00";
	display:inline-block;
	position:relative;
}
.recent-product-shop .dp-dfg-skin-default .dp-dfg-header.entry-header:after {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid #bb8b38;
    position: relative;
    margin: 30px 0 0 0;
    display: block;
    z-index: 10;
    max-width: 248px;
}
.recent-product-shop .dp-dfg-skin-default .dp-dfg-image.entry-thumb{
	/*background:#FAF7F1;*/
	border:2px solid #FAF7F1;
}
.recent-product-shop .dp-dfg-skin-default .dp-dfg-custom-content{
	padding-bottom:0;
}
.recent-product-shop .dp-dfg-skin-default .dp-dfg-content.entry-summary{
	padding-bottom:20px;
}
@media only screen and (min-width:981px){
	.recent-product-shop .dp-dfg-header.entry-header {
    	padding-top: calc(100% - 85%) !important;
	}
}
@media only screen and (max-width:1357px) and (min-width:981px){
	.recent-product-shop  .dp-dfg-header.entry-header .entry-title{
		font-size:3vw !important;
	}
	.recent-product-shop .dp-dfg-skin-default .dp-dfg-cf-_price .dp-dfg-custom-field-label, 
.recent-product-shop .dp-dfg-skin-default .dp-dfg-cf-_price .dp-dfg-custom-field-value{
   		font-size: 28px !important;
	}
}
/*featured products carousel*/
.custom-slider-fullwidth .slick-track{
    display: flex !important;
}
.custom-slider-fullwidth .slick-slide{
    height: inherit !important;
}
.custom-slider-fullwidth .product{
	padding: 0 !important;
	margin:0 12px !important;
}
.custom-slider-fullwidth.slick-slider{
	max-width:1664px !important;
}
@media only screen and (max-width:980px){
	.product-carousel.et_pb_shop ul.products.columns-1 li.product{
		margin-right:12px !important;
		margin-bottom:0 !important;
	} 
}
.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product{
	background:#fff;
}
.woocommerce-page ul.products li.product a img, .woocommerce ul.products li.product a img {
    border-bottom: 2px solid #FAF7F1;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 20px 5px;
 }
.woocommerce ul.products li.product .price{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
.wpcsi-product-list.style-list.image-top{
	list-style-type:none;
	padding: 0;
}
.shop-shoppable .wpcsi-shoppable-image .wpcsi-popup{
    background: #FAF7F1;
}
.wpcsi-product-list li .product-inner .product-name a{
	font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif;
	font-weight:700;
	font-size:20px;
}
.wpcsi-product-list.image-top .product-inner .product-info{
	text-align:left;
}
.wpcsi-product-list li .product-inner .product-price {
    font-size: 16px;
    margin-top: 10px;
}
.wpcsi-shoppable-image .wpcsi-tag{
	color:transparent;
	background:url(/wp-content/uploads/point.png);
	background-repeat:no-repeat;
	background-size:contain;
	width:44px;
	height:44px;
}
@keyframes wpcsi-pulse{
	0% {
    	box-shadow: 0 0 0 0 rgba(255, 255, 255, .92);
	}	
	60% {
    	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}
}
@media only screen and (max-width:480px){
	.wpcsi-shoppable-image .wpcsi-popup {
		width: 160px !important;
	}
	.wpcsi-product-list li .product-inner .product-name a {
    	font-size: 18px;
	}
}
/*double arrow in shop page dropdown*/
.et_pb_wc_add_to_cart form.cart .variations td.value span:after{
	display:none;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}
.woocommerce-variation-price {
    margin-bottom: 1em;
}
/*custom related products*/
@media only screen and (max-width:480px){
	.custom-related.et_pb_wc_related_products ul.products li.product{
		width:100% !important;
		margin-right:0 !important;
	}
	.et-db #et-boc .et-l .et_pb_shop ul.products li.product{
		width:100% !important;
		margin-right:0 !important;
	}
}
/*shoppable grid*/
.shoppable-grid .dp-dfg-items .dp-dfg-item a:after{
    content: "";
    display: block;
    background: url(/wp-content/uploads/shop-button.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 44px;
    height: 44px;
    opacity: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 999;
}
.shoppable-grid .dp-dfg-items .dp-dfg-item:hover a:after{
	opacity:1;	
}
/*cart checkout*/
.woocommerce-page .tribe-checkout-backlinks{
	display:none;
}

/*centered-blurbs*/

.centered-blurbs .et_pb_blurb_content{
	display: flex;
    justify-content: center;
}
/*.shop-shoppable .wpcsi-shoppable-image .wpcsi-popup:first-of-type{
	left:auto !important;
	right:25% !important;
	top: 50% !important;
}
.shop-shoppable .wpcsi-shoppable-image .wpcsi-popup:nth-of-type(2){
	left:auto !important;
	right:0 !important;
	top: 50% !important;
}


@media only screen and (min-width:981px){
	.shop-shoppable .wpcsi-shoppable-image .wpcsi-popup{
		opacity:1;
		visibility:visible;
	}
	.shop-shoppable .wpcsi-shoppable-image {
		width:100%;
		text-align:left;
	}
	.shop-shoppable .wpcsi-tag.wpcsi-trigger-hover:first-of-type{
		top: 58.04% !important;
    	left: 6.43% !important;
	}
	.shop-shoppable .wpcsi-tag.wpcsi-trigger-hover:nth-of-type(2){
		top: 68.04% !important;
    	left: 30.43% !important;
	}
}
@media only screen and (max-width:1235px) and (min-width:981px){
	.shop-shoppable .wpcsi-shoppable-image .wpcsi-popup:first-of-type {
    	right: 30% !important;
 	}
}*/
/*shop sidebar*/
#et-boc .et-l .custom-sidebar-product .et_pb_widget {
        margin-bottom: 10px;
    }
#et-boc .et-l .sidebar-single-product{
		padding-top:20px;
	}
@media only screen and (min-width:981px){
	#et-boc .et-l .sidebar-single-product{
		border-right:1px solid #CBBCD3;
		padding-top:20px;
	}
	#et-boc .et-l .internal-single-product .et_pb_column_inner:first-child{
		width: 30.26486% !important;
		margin-right: 3.47%;
	}
	#et-boc .et-l .internal-single-product .et_pb_column_inner:last-child{
		width: 66.26486% !important;
	}
}
@media only screen and (max-width:980px){
	#et-boc .et-l .sidebar-single-product{
		border-top:1px solid #CBBCD3;
	}
}
/*END SHOP SIDEBAR*/
/*Addonify*/
#et-boc .et-l button.addonify-qvm-button{
	background:transparent !important;
}
#et-boc .et-l button.addonify-qvm-button{
	border-radius:4px !important;
}
/*end addonify*/
.tribe-events-view-loader{
	background:transparent;
}
.events-calendar.grid-photo .tribe-common .tribe-common-g-row--gutters{
	margin-left:auto;
	margin-right:auto;
}
.events-calendar.grid-photo .tribe-events-view.alignwide {
    max-width: 1280px;
    width: 95%;
}
.events-calendar.grid-photo .tribe-events-c-top-bar__nav-list-item{
	margin-bottom: 0 !important;
}
.events-calendar.grid-photo .tribe-events .tribe-events-c-top-bar__nav-list {
    align-items: center;
}
.events-calendar.grid-photo .tribe-common button.tribe-events-c-top-bar__datepicker-button, .events-calendar.grid-photo .tribe-common .tribe-events-c-top-bar__today-button {
    font-size: 20px;
    font-weight: 600;
}
.events-calendar.grid-photo .tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
    padding-left: 0;
    padding-right: 0;
}
.events-calendar.grid-photo .tribe-common .tribe-common-g-row {
    flex-wrap: wrap;
    gap: 2%;
}
.events-calendar.grid-photo .tribe-events-pro .tribe-events-pro-photo__event-date-tag, .events-calendar.grid-photo .tribe-events-pro .tribe-events-pro-photo__event-details {
    align-self: flex-end;
    margin-bottom: 20px;
}
.events-calendar.grid-photo .tribe-events-pro .tribe-events-pro-photo__event {
    margin-bottom: 2%;
	flex: 1 1 31.33%;
    /*width: 31.33%;*/
}
.events-calendar.grid-photo .tribe-events-pro .tribe-events-pro-photo__event{
	position:relative;
}
.events-calendar.grid-photo .tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper{
	margin-bottom:0;
	position:relative;
}
.events-calendar.grid-photo .tribe-events-pro-photo__event-details-wrapper {
    position: absolute;
    bottom: 0;
	width:100%;
    padding: 0 20px!important;
}
.events-calendar.grid-photo .tribe-events-pro-photo__event-featured-image-link{
	opacity:1 !important;
}
.events-calendar.grid-photo .tribe-events-pro-photo__event-featured-image-link:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: transparent;
	background-image: linear-gradient(180deg, rgba(93,49,136,0.2) -33%, #5A2D86 100%);
}
.events-calendar.grid-photo .tribe-events-pro .tribe-events-pro-photo__event:hover .tribe-events-pro-photo__event-featured-image-link:after{
	background-color: transparent;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 7%, #5A2D86 100%);
}
.events-calendar.grid-photo .tribe-events-pro .tribe-events-pro-photo__event .tribe-events-pro-photo__event-featured-image-wrapper img{
	filter:saturate(0);
}
.events-calendar.grid-photo .tribe-events-pro .tribe-events-pro-photo__event:hover .tribe-events-pro-photo__event-featured-image-wrapper img{
	filter:saturate(1);
}
 .events-calendar.grid-photo .tribe-common .tribe-common-h5, .events-calendar.grid-photo .tribe-common .tribe-common-h6, .events-calendar.grid-photo .tribe-events-pro-photo__event-title-link.tribe-common-anchor-thin{
	color:#fff !important;
	 text-shadow: 1px 1px 2px #5D3188;
}
.events-calendar.grid-photo .tribe-events-pro .tribe-events-pro-photo__event-date-tag-month, .events-calendar.grid-photo .tribe-events-pro-photo__event-date-tag-daynum, .events-calendar.grid-photo .tribe-common .tribe-common-h4--min-medium, .events-calendar.grid-photo .tribe-events-pro .tribe-events-pro-photo__event-datetime{
	color:#d5b260 !important;
	font-weight: 800 !important;
	text-shadow: 1px 1px 2px #5D3188;
}
@media only screen and (max-width:980px) and (min-width:681px){
	.events-calendar.grid-photo .tribe-events-pro .tribe-events-pro-photo__event {
		flex: 1 1 45% !important;
		width:auto;
	}
}
@media only screen and (max-width:680px){
	.events-calendar.grid-photo .tribe-events-pro .tribe-events-pro-photo__event {
		flex: 1 1 100% !important;
		width:auto;
	}
}
/*Existing styles*/
/* Events Calender Pro */
.tribe-events-list-separator-month {
	background-color: #D5A345;
}

/* global */
/* text size */
.tribe_events .tribe-events-tooltip h3.entry-title {
	font-size: 24px;	
}

.tribe-events-calendar .tribe-events-tooltip {
	padding: 10px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding: 0 !important;
}
.tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body .tribe-event-duration .tribe-events-abbr {
	font-weight: bold;
	padding-bottom: 5px;
}
.post-type-archive-tribe_events .tribe-common a:not(.tribe-common-anchor--unstyle), .post-type-archive-tribe_events .tribe-common a:not(.tribe-common-anchor--unstyle):active, .post-type-archive-tribe_events .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .post-type-archive-tribe_events .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .post-type-archive-tribe_events .tribe-common a:not(.tribe-common-anchor--unstyle):visited {
	color:#5a2d86 !important;
	font-size:18px !important;
}
.post-type-archive-tribe_events .tribe-events-pro-photo__event-title {
    font-size: 18px !important;
}
/* event single page */
.single-tribe_events #et-boc.et-boc .et_right_sidebar #left-area {
        display:none;
}
.single-tribe_events #et-boc.et-boc #left-area {
    width: 100% !important;
}
.single-tribe_events #et-boc.et-boc .container:before {
        display:none;
    }
.single-tribe_events .primary a, .single-tribe_events a.primary, .single-tribe_events .secondary a, .single-tribe_events a.secondary{
    color: #d5a345;
}
.single-tribe_events .primary li, .single-tribe_events .secondary li{
	color:#000;
}
.single-tribe_events .main_title {
    margin-bottom: 0;
	display:none;
}
.tribe-events-back {
   margin-bottom: 20px;
   border-bottom: 1px solid #D5A345;
}
.tribe-events-single .tribe-events-sub-nav, .tribe-events-c-top-bar__nav-list{
	list-style-type: none !important;
    padding: 0 !important;
}
.tribe-common .tribe-events-series-relationship-single-marker__icon-svg, .tribe-related-event-info .tribe-events-series-archive__icon, .tribe-events .tribe-events-series-archive__icon {
    color: #D5A345 !important;
    stroke: #D5A345;
}
@media (min-width: 768px) {
    .tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
        width: 100%;
    }
	.tribe-events-meta-group {
        padding: var(--tec-spacer-7) 0 var(--tec-spacer-3);
        width: 50%;
    }
	.tribe-events-meta-group {
    	flex: 1 0 50%;
		margin-right: 0;
	}
	.tribe-events-venue-map {
        width: 50%;
    }
}
/* General */
/* Width of page with sidebar */
body.et_right_sidebar #page-container #et-main-area #main-content .container {
	max-width: 1350px;
}

.checklist.service ul li{
	margin-bottom:20px !important;
}


/* hide attendance opt out checkbox on event pages */
#tribe-tickets .tribe-tickets__item .tribe-tickets-attendees-list-optout--wrapper {
	display: none;
}
#tribe-events-content a{
    text-transform: initial !important;
    font-weight: 600;
}
.tribe-mini-calendar-event .list-date .list-dayname {
	font-size: 0.5vw !important;
}

/* 08/04 Rev - Josh - Events Calendar Styling */
.tribe-events .tribe-events-calendar-month__day-cell--selected {
	background-color: #572983 !important;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
	color: #572983 !important;
}
.tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused {
	background: #572983 !important;
}
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
	background-color: #572983 !important;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--event {
	background-color: #fff !important;
}
.tribe-events .tribe-events-c-ical__link {
	color: #572983 !important;
	border: 1px solid #572983 !important;
}
.tribe-events .tribe-events-c-ical__link:hover {
	color: #fff !important;
	background: #572983 !important;
}
.tribe-events .tribe-events-c-ical__link:active {
	color: #fff !important;
	background: #572983 !important;
}
.tribe-events .tribe-events-c-ical__link:focus {
	color: #fff !important;
	background: #572983 !important;
}
.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum-link {
	color: #572983 !important;
}
.tribe-events-pro .tribe-events-pro-week-day-selector__events-icon {
	background-color: #572983 !important;
}
.tribe-events-pro .tribe-events-pro-week-day-selector__day--active {
	border-color: #572983 !important;
}
.tribe-events .datepicker .day.active {
	background: #572983 !important;
}
ul.products li.product.last {
margin-right: 0!important;
}

/* Change background color for calendar from transparent to white -09/23/21 AC- */
.tribe-events-l-container {
	background-color: #fff !important;
}
/* End Change background color for calendar from transparent to white -09/23/21 AC- */



/* Add dark overlay to Worship With Us parallax background -04/27/21 AC- */
.page-id-33 .background-overlay .et_parallax_bg {
    background-blend-mode: overlay !important;
    background-color: rgba(26, 28, 29, 0.58) !important;
}


/* Hide Author On Directory Listings */

.directorist-single-author-info {
    display: none !important;
}

.et-cart-info { display:none; }
