/*
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.1.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: #ef4035;
}

.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: #fdbf01;
}

.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: #6ca973;
}

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

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

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

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

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

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

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

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

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

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

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

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

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

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

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

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

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

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

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

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

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

/* - end mobile menu toggling elements - */

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

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

/* -- END HEADER -- */


/* -- FOOTER -- */

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

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

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

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

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

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

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

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

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

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

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

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

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

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

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

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

/*different colors*/
.yellowlist.checklist ul li::before {
	color: #fdbf01;
}

/*alternate icons*/
.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';
}
.phonelist ul li::before {
	content: '\f095';
}

/* -- 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 {
	padding-bottom: 1em;
}
p:last-child {
	padding-bottom: 0;
}

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

/* -- END DIVI HACKS -- */


/* -- TESTIMONIALS PLUGIN -- */

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

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

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

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

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

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the ROW module settings needs to be set to fullwidth, and the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}
.fullwidth-section.et_pb_section > .et_pb_row.et_pb_row_fullwidth {
	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 set to fullwidth, with no gutters, 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.et_pb_row_fullwidth {
	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_row_fullwidth > .et_pb_column {
	padding: 50px 10%;
}
@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth > .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_row_fullwidth.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_row_fullwidth.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_row_fullwidth.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_row_fullwidth.et_pb_gutters1 > .et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

/* -- END HELPERS -- */

/* -------------------- BEGIN DEVELOPER CSS -------------------- */

/* ---------- Scroll to Top Button ---------- */
.et_pb_scroll_top.et-pb-icon {
	z-index: 99999999;
}
#et-main-area {
	overflow: hidden;
}

/* ---------- Type ---------- */

/* ----- Veneer - Font Family ----- 
@font-face {
    font-family: 'Veneer';
    src: url('/wp-content/fonts/veneer/Veneer.eot');
    src: url('/wp-content/fonts/veneer/Veneer.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/fonts/veneer/Veneer.woff2') format('woff2'),
        url('/wp-content/fonts/veneer/Veneer.woff') format('woff'),
        url('/wp-content/fonts/veneer/Veneer.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h2, h3, h4, h5, h6 {
	font-family: 'Veneer';
	font-weight: normal;
}*/



/* ----- Veneer Two - Font Family ----- */
@font-face {
    font-family: 'Gotham'!important;
    src: url('/wp-content/fonts/veneer-two/VeneerTwo.eot');
    src: url('/wp-content/fonts/veneer-two/VeneerTwo.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/fonts/veneer-two/VeneerTwo.woff2') format('woff2'),
        url('/wp-content/fonts/veneer-two/VeneerTwo.woff') format('woff'),
        url('/wp-content/fonts/veneer-two/VeneerTwo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1, h2 {
    font-family: 'Gotham'!important;
    font-weight: normal!important;
}

.header-font h4 {
	font-family: 'Gotham'!important;
	font-weight: normal!important;
}

/* ----- h3-h6 Montserrat ----- 
#page-container h3, #page-container h4, #page-container h5, #page-container h6 {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	text-transform: none;
	font-weight: bold;
}*/



/* ----- Body Copy ----- */
p {
	line-height: 31px;
}

/* -- Link -- */
.et_pb_text p a:hover,
.et_pb_text a:hover,
.et_pb_text li a:hover,
.cspml_details_container a:hover,
.et_pb_toggle a:hover,
.et_pb_toggle li a:hover,
.et_pb_blurb_description p a:hover,
.et_pb_blurb_description li a:hover {
	color: #6ca973;
}

.et_pb_text.et_pb_bg_layout_dark p a:hover,
.et_pb_text.et_pb_bg_layout_dark a:hover,
.et_pb_text.et_pb_bg_layout_dark li a:hover,
.et_pb_toggle.et_pb_bg_layout_dark a:hover,
.et_pb_toggle.et_pb_bg_layout_dark li a:hover,
.et_pb_bg_layout_dark .et_pb_blurb_description p a:hover,
.et_pb_bg_layout_dark .et_pb_blurb_description li a:hover {
	color: #fff;
	text-decoration: underline;
}

.et_pb_text p a,
.et_pb_text a,
.et_pb_text li a,
.cspml_details_container a,
.et_pb_toggle a,
.et_pb_toggle li a,
.et_pb_blurb_description p a,
.et_pb_blurb_description li a,
.et_pb_text.et_pb_bg_layout_dark p a,
.et_pb_text.et_pb_bg_layout_dark a,
.et_pb_text.et_pb_bg_layout_dark li a,
.et_pb_toggle.et_pb_bg_layout_dark a,
.et_pb_toggle.et_pb_bg_layout_dark li a,
.et_pb_bg_layout_dark .et_pb_blurb_description p a,
.et_pb_bg_layout_dark .et_pb_blurb_description li a {
	text-shadow: 0.05em 0.05em 0.05em rgba(0,0,0,0.75);
}

#pbe-footer-wa-wrap a {
	text-shadow: 0 0;
}

/* ---------- Print ---------- */
@media print {
	/*body .do-not-print, body #main-footer, body #page-container #top-header, #page-container #top-header, body #main-header, body header, body .et_pb_tabs_controls, body .evo_cal_above, body .evo_search_bar, body .calendar_header::after, body .eventon_sorting_section, body .evo_sort_btn, body .evo_arrows, #divi_pb_widget-2, body .et_secondary_nav_only_menu #top-header, body #page-container #et-secondary-menu, body #et-secondary-nav {
		display:none!important;
	}
	.evofc_month {
		width: auto!important;
		display: inline-block!important;
	}
	.print-only {
		margin-top: -50px;
	}*/
	body .do-not-print, body.page-id-1026 #main-footer, body.page-id-1026 #page-container #top-header, .page-id-1026 #page-container #top-header, body.page-id-1026 #main-header, body.page-id-1026 header, body.page-id-1026 .et_pb_tabs_controls, body.page-id-1026 .evo_cal_above, body.page-id-1026 .evo_search_bar, body.page-id-1026 .calendar_header::after, body.page-id-1026 .eventon_sorting_section, body.page-id-1026 .evo_sort_btn, body.page-id-1026 .evo_arrows, #divi_pb_widget-2, body.page-id-1026 .et_secondary_nav_only_menu #top-header, body.page-id-1026 #page-container #et-secondary-menu, body.page-id-1026 #et-secondary-nav, body.page-id-1968 #main-footer, body.page-id-1968 #page-container #top-header, .page-id-1968 #page-container #top-header, body.page-id-1968 #main-header, body.page-id-1968 header, body.page-id-1968 .et_pb_tabs_controls, body.page-id-1968 .evo_cal_above, body.page-id-1968 .evo_search_bar, body.page-id-1968 .calendar_header::after, body.page-id-1968 .eventon_sorting_section, body.page-id-1968 .evo_sort_btn, body.page-id-1968 .evo_arrows, #divi_pb_widget-2, body.page-id-1968 .et_secondary_nav_only_menu #top-header, body.page-id-1968 #page-container #et-secondary-menu, body.page-id-1968 #et-secondary-nav {
		display:none!important;
	}
	.page-id-1026 .evofc_month, .page-id-1068 .evofc_month {
		width: auto!important;
		display: inline-block!important;
	}
	.page-id-1026 .print-only, .page-id-1068 .print-only {
		margin-top: -50px;
	}
}

/* ---------- Main Header ---------- */
/*current menu item*/
#page-container #top-menu li.current-menu-item>a {
	color: #fdbf01;
}
/*search bar*/
body #et_search_icon:before {
    top: 13px;
}
/* -- Resize the logo and menu items -- */
@media (max-width: 1580px) and (min-width: 981px) {
	/*adjusts the left padding from the navigation*/
	#et-top-navigation {
		padding-left: 0px!important;
	}
	/*adjusts the logo max width*/
	#logo {
		max-width: 200px;
	}
	/*resizes the menu items*/
	#page-container #top-menu li a {
		font-size: 14px;
	}
	/*search bar*/
	body #et_search_icon:before {
		top: 5px;
	}
}
@media (max-width: 1250px) and (min-width: 1201px) {
	/*adjusts the logo max width*/
	#logo {
		max-width: 150px;
	}
}
@media (max-width: 1200px) and (min-width: 1021px) {
	/*adjusts the logo max width*/
	#logo {
		max-width: 115px;
	}
	/*resizes the menu items*/
	#page-container #top-menu li a {
		font-size: 12px;
	}
	#page-container ul#top-menu li.menu-item:not(:last-child) {
		padding-right: 8px!important;
	}
}

/*Search bar on mobile*/
@media (max-width: 980px) {
	body #page-container #et_search_icon:before {
		top: 7px;
	}
}
@media (max-width: 430px) {
	#page-container #logo {
		max-width: 40%;
	}
}
/* Re-adds the box shadow on the fixed header*/
@media (min-width: 1021px) {
	#page-container #main-header.et-fixed-header {
		-webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
		-moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
		box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
	}
}

/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 1020px) and (min-width: 981px) {
	#top-menu-nav, #top-menu {
		display: none;
	}
	#et_top_search {
		display: none;
	}
	#et_mobile_nav_menu {
		display: block;
	}
	#page-container #main-header .et_mobile_menu {
		background-color: rgba(255,255,255,1);
	}
	#page-container .et_mobile_menu li a {
		color: #111111;
	}
}

/* -- Sub Menu -- */
#top-menu li li a, .et-fixed-header #top-menu li li a, #top-header li li a, #et-secondary-nav li li a {
	font-size: 14px;
    padding: 5px 5px;
    line-height: 1.5em;
    border-bottom: 1px solid rgba(235,235,235,0.75);
}

.et-fixed-header#main-header .nav li ul {
	top: initial;
}

/* -- Nav button - this class styles any link in the primary menu into a button -- */
.et_header_style_left #et-top-navigation nav>ul>li.nav-button a,
.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li.nav-button a,
.et_mobile_menu li.nav-button a {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0px;
    background: #fdbf01;
    padding: 10px 20px;
    color: #000000 !important;
	text-align: center;
}

.et_header_style_left #et-top-navigation nav>ul>li.nav-button a:hover,
.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li.nav-button a:hover,
.et_mobile_menu li.nav-button a:hover {
	background: #6ca973;
	opacity: 1;
}

@media (max-width: 980px) {
	#et-secondary-nav li.sec-nav-button a,
	#et-secondary-nav li.sec-nav-button-border a {
		font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 1em;
		letter-spacing: 0px;
		padding: 5px 10px;
		color: #ffffff!important;
		text-align: center;
	}
	#et-secondary-nav li.sec-nav-button a {
		background: #fdbf01;
	}
	#et-secondary-nav li.sec-nav-button a:hover {
		background: #ef4035;
		opacity: 1;
	}
	#et-secondary-nav li.sec-nav-button-border a {
		background: rgba(255,255,255,0.2);
	}
	#et-secondary-nav li.sec-nav-button-border a:hover {
		background: #ef4035;
		opacity: 1;
	}
}
@media (max-width: 767px) {
	#et-secondary-nav li.sec-nav-button a,
	#et-secondary-nav li.sec-nav-button-border a {
		font-size: 10px;
	}
}
/*red nav-button*/
#menu-item-6199 a {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0px;
    background: #ef4035;
    padding: 10px 20px;
    color: #ffffff!important;
	text-align: center;
}


/* Top Header and Secondary Menu */
@media (max-width: 1020px) and (min-width: 981px) {
	/*scondary nav*/
	#page-container .menu li {
		font-size: 12px;
	}
}
@media (min-width: 981px) {
	#top-header {
		border-bottom: 1px solid #ffffff;
	}
}
@media (max-width: 980px) {
	#et-info {
		display: none!important;
	}
	#top-header .container {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	/*re-displays the top header on mobile*/
	.et_secondary_nav_only_menu #top-header,
	#page-container #et-secondary-menu,
	#et-secondary-nav {
		display: block!important;
		width: 100%;
		text-align: center;
	}
	/*line height of top message
	#page-container #et-info {
		line-height: 1.3em;
	}*/
	/*adjusts the top distance of the main header*/
	.et_secondary_nav_only_menu #main-header {
		top: 30px!important;
	}
	/*adjusts the top padding to accomodate the new menu height*/
	body.et_transparent_nav #page-container {
		padding-top: 110px!important;
	}
}
@media (max-width: 767px) {
	/*adjusts the top distance of the main header*/
	.et_secondary_nav_only_menu #main-header {
		top: 30px!important;
	}
	/*adjusts the top padding to accomodate the new menu height*/
	body.et_transparent_nav #page-container {
		padding-top: 110px!important;
	}
}
@media (max-width: 404px) {
	/*adjusts the top distance of the main header*/
	.et_secondary_nav_only_menu #main-header {
		top: 30px!important;
	}
	/*adjusts the top padding to accomodate the new menu height*/
	body.et_transparent_nav #page-container {
		padding-top: 110px!important;
	}
	#page-container #et-secondary-menu .menu li {
		padding-right: 10px;
	}
	#page-container #et-secondary-menu .menu li:last-child {
		padding-right: 0;
	}
	#page-container #et-secondary-nav li {
		margin-right: 0px;
	}
	#page-container #top-header .container {
		width: 95%;
	}
}

/* ---------- Footer ---------- */

/* -- Footer Menu Tweaks -- */

/* theme builder version */
footer .et_pb_module.et_pb_menu .et_pb_menu__wrap {
	display: block;
}
footer .et_pb_module.et_pb_menu nav > ul {
	display: block;
}
footer .et_pb_module.et_pb_menu nav > ul > li {
	display: block;
	font-size: 1em;
	margin: 0 0 0.5em 0;
}
footer .et_pb_module.et_pb_menu nav > ul > li > a {
	padding-bottom: 0;
	line-height: 1.3em;
}
footer #footer-info {
	padding-bottom:  0;
	font-size: 14px;
}
footer .et_pb_social_media_follow li {
	margin-bottom: 0;
}
@media (max-width: 980px) {
	/* don't show mobile version */
	footer .et_pb_module.et_pb_menu .et_pb_menu__menu {
		display: block;
	}
	footer .et_pb_module.et_pb_menu .et_mobile_nav_menu {
		display: none;
	}
}

#footer-widgets .footer-widget li:before{
	display:none;
}
#main-footer .footer-widget h4 {
	padding-bottom: 5px!important;
}
#footer-widgets .footer-widget li {
	padding-left: 0px;
}
.et_pb_widget ul li {
    line-height: 1.5em;
	margin-bottom: 0px;
}
#footer-widgets .footer-widget li a, #footer-widgets .footer-widget a {
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#footer-widgets .footer-widget li a:hover, #footer-widgets .footer-widget hover {
	opacity: 0.5;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*makes the main footer and footer bottom fullwidth*/
@media (min-width: 981px) {
	#main-footer .container {
		max-width: 80%;
	}
	#footer-bottom .container {
		margin-right: 2.773%;
		margin-left: 2.773%;
		width: 94.454% !important;
		max-width: 94.454%;
  }
}

/* Contact Info widget*/
@media (min-width: 981px) {
	.footer-widget #text-2.fwidget {
		margin-bottom: 30px;
	}
}

/* ---------- Button Styles ---------- */
.et_pb_button {
	font-family: 'Gotham'!important;
	font-weight: normal;
	min-width: 200px;
	text-align: center;
}

/* ---------- Align Middle Row ---------- */
.align-middle .et_pb_row.et_pb_equal_columns {
	-webkit-align-items: center;
	align-items: center;	
}

/* ---------- Home Header ---------- */
/*we have to add padding with the CSS editor because the module ignores the changes we make to it*/
@media (min-width: 981px) {
	.home-header {
		padding-top: 18%!important;
	}
}
@media (max-width: 980px) {
	.home-header {
		padding-top: 10%!important;
	}
}

/*makes the content truly fullwidth*/
#page-container .home-header .header-content {
	width: 100%;
	max-width: 100%;
}
#page-container .home-header .et_pb_fullwidth_header_container {
	max-width: 80%;
}
@media (max-width: 767px) {
	#page-container .home-header .et_pb_fullwidth_header_container {
		max-width: 100%;
	}
	#page-container .home-header .header-content {
		padding: 0px;
	}
}

/*adjusts the width of the image on tablet*/
@media (max-width: 980px) and (min-width: 768px) {
	.home-header .header-image {
		margin-right: 20%;
		margin-left: 20%;
	}
}

/* ---------- Member of Feeding America Logo ---------- */
.header-logo {
	position: absolute!important;
	bottom: 12%;
	right: 3%;
	z-index: 3;
}
@media (max-width: 1050px) and (min-width: 981px) {
	.header-logo {
		right: 2%;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	.header-logo {
		width: 125px;
	}
}
@media (max-width: 767px) {
	.header-logo {
		width: 95px;
	}
}

/* ---------- Right Button ---------- */
@media (max-width: 450px) {
	.et_pb_fullwidth_header .et_pb_button_two {
		margin-left: 0px !important;
	}
}

/* ---------- Fullwidth Tabs - Add this ID ---------- */
#fullwidth-tabs .et_pb_tab p:last-of-type {
    padding-bottom: 1em;
}
/*changes active tab label text color*/
#fullwidth-tabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a {
	color: #ef4035!important;
}

/*adds triangle under active tab*/
#fullwidth-tabs.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_active a:after {
	top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 30px;
    margin-left: -30px;
}

/*right arrow tabs*/
#fullwidth-tabs.right-arrow-tabs .et_pb_tabs_controls li.et_pb_tab_active {
	z-index: 12;
}

#fullwidth-tabs.et_pb_tabs.right-arrow-tabs .et_pb_tabs_controls li.et_pb_tab_active a {
	z-index: 13;
}
#fullwidth-tabs.et_pb_tabs.right-arrow-tabs .et_pb_tabs_controls li.et_pb_tab_active a:after {
	z-index: 14;
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 30px;
    margin-top: -30px;
	margin-left: 0;
}

@media (max-width: 1060px) {
	#fullwidth-tabs.et_pb_tabs.right-arrow-tabs .et_pb_tabs_controls li.et_pb_tab_active a:after {
		border-width: 20px;
		margin-top: -20px;
	}
}
@media (max-width: 980px) {
	#fullwidth-tabs.et_pb_tabs.right-arrow-tabs .et_pb_tabs_controls li.et_pb_tab_active a:after {
		border-width: 15px;
		margin-top: -15px;
	}
}

/*adjusts tabs*/
#fullwidth-tabs.et_pb_tabs .et_pb_tabs_controls {
	display: flex;
	display: -webkit-flex;
	-webkit-flex: 1;
	flex: 1;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background-color: transparent!important;
	margin: -1px;
}

#fullwidth-tabs.et_pb_tabs .et_pb_tabs_controls li {
	flex: 1 0 auto;
	display: block;
	float: none;
	text-align: center!important;
	margin: 0px;
}

#fullwidth-tabs.et_pb_tabs .et_pb_tabs_controls li a {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	font-weight: bold;
	display: block;
    padding: 0.5em 0.75em!important;
	white-space: nowrap!important;
}

@media (max-width: 1060px) and (min-width: 981px) {
	#fullwidth-tabs.et_pb_tabs .et_pb_tabs_controls li a {
		font-size: 25px;
	}
}

#fullwidth-tabs .et_pb_tab {
	padding: 0px!important;
}

#fullwidth-tabs ul.et_pb_tabs_controls:after {
	display: none;
}

/* -- Tab Content -- */
/*adjusts the width of the image*/
#page-container #fullwidth-tabs .et_pb_blurb_extended.et_pb_blurb_position_left.use-image .et_pb_main_blurb_image {
	width: 30%;
	max-width: 100%;
}
@media (max-width: 980px) and (min-width: 768px) {
	#page-container #fullwidth-tabs .et_pb_blurb_extended.et_pb_blurb_position_left.use-image .et_pb_main_blurb_image {
		width: 20%;
	}
}
#fullwidth-tabs .et_pb_blurb_extended.et_pb_blurb_position_left.use-image .et_pb_main_blurb_image {
    float: none;
}
#fullwidth-tabs .et_pb_blurb_extended .et_pb_main_blurb_image img {
    max-width: 100%;
    width: 100%;
}

/*aligns the content to the middle of the blurb*/
#fullwidth-tabs .et_pb_blurb_container {
	vertical-align: middle;
}
/*adjusts the position of the content*/
@media (min-width: 1024px) {
	#fullwidth-tabs .et_pb_blurb_extended.easebox .et_pb_blurb_container {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
	#fullwidth-tabs .et_pb_blurb_extended.easebox .et_pb_blurb_container:hover {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
/*buttons*/
#fullwidth-tabs .et_pb_blurb_extended.et_pb_blurb .et_pb_more_button:hover {
	background-color: #fff!important;
}
/*Shows buttons on mobile*/
@media (max-width: 1024px) {
	#fullwidth-tabs .et_pb_button {
		transform: translateY(0px)!important;
	}
	#fullwidth-tabs .et_pb_blurb_extended.easebox .et_pb_blurb_extended_btn a {
		visibility: visible;
		opacity: 1;
	}
	#fullwidth-tabs .et_pb_blurb_extended.easebox .et_pb_blurb_container {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@media (min-width: 1401px) {
	#fullwidth-tabs .evofc_month.focus {
		width: 100%!important;
		max-width: calc(100vw - 8.1%);
	}
}
@media (max-width: 1400px) and (min-width: 1101px) {
	#fullwidth-tabs .evofc_month.focus {
		width: 100%!important;
		max-width: calc(100vw - 6.1%);
	}
}
@media (max-width: 1100px) and (min-width: 981px) {
	#fullwidth-tabs .evofc_month.focus {
		width: 100%!important;
		max-width: calc(100vw - 4.8%);
	}
}
/* ---------- Superscript Styling ---------- */
sup {
	font-size: 50%;
}

/* ---------- CSS Triangles ---------- */
#page-container .et_pb_column {
    z-index: inherit;
}
@media (min-width: 981px) {
	.right-arrow-box:after {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-left-color: #ffffff;
		border-width: 60px;
		margin-top: -60px;
		z-index: 1;
	}
}
@media (max-width: 980px) {
	.right-arrow-box:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #ffffff;
		border-width: 30px;
		margin-left: -30px;
		z-index: 1;
	}
}

/* ---------- Donation Equals ---------- */
@media (max-width: 1350px) and (min-width: 981px) {
	#page-container .donation-equals h4 {
		font-size: 80px;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	.donation-equals.et_pb_text {
		width: 33%;
		float: left;
	}
}

/* ---------- Number Counter ---------- */
.number-counter.et_pb_number_counter .percent p {
	font-family: 'Gotham'!important;
	font-weight: normal;
}
.number-counter.et_pb_number_counter .percent {
	margin-bottom: 10px;
	height: auto;
}

@media (max-width: 1350px) and (min-width: 981px) {
	#page-container .number-counter.et_pb_number_counter .percent p {
		font-size: 80px;
		line-height: 0.8em;
	}
}

/* ---------- Tablet Thirds - this class makes the 1/3 row stay at 1/3 columns on tablets ---------- */
@media (max-width: 980px) and (min-width: 768px) {
	#page-container .tablet-thirds .et_pb_column {
		width: 30%!important;
		margin-right: 5%;
	}
}
/* ---------- Tablet Fourths - this class makes the 1/4 row stay at 1/4 columns on tablets ---------- */
@media (max-width: 980px) and (min-width: 768px) {
	#page-container .tablet-fourths .et_pb_column {
		width: 22.75%!important;
		margin-right: 3%;
	}
}

/* ---------- Person Module ---------- */
.staff .et_pb_member_position {
	color: #fdbf01;
}

/* ---------- Page Builder Everywhere ---------- */
#page-container #pbe-footer-wa-wrap {
    z-index: 1;
}

/* ---------- Accordion ---------- */

#accordion .et_pb_module {
  margin-bottom: 0px;
}

/*closed*/

#accordion .et_pb_toggle_close h4.et_pb_toggle_title {
  /*color: #6ca973;*/
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#accordion .et_pb_toggle_close .et_pb_toggle_title:before {
  color: #ef4035;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#accordion .et_pb_toggle_close h4.et_pb_toggle_title,
#accordion .et_pb_toggle_close .et_pb_toggle_content {
  padding: 20px;
}

#accordion .et_pb_toggle_close .et_pb_toggle_title:before {
  padding-right: 20px;
}

#accordion .et_pb_toggle_close {
  padding: 0px;
}

/*open*/

#accordion .et_pb_toggle_open h4.et_pb_toggle_title {
  color: #fff;
	background-color: #6ca973;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#accordion .et_pb_toggle_open .et_pb_toggle_title:before {
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#accordion .et_pb_toggle_open {
  padding: 0px;
}

#accordion .et_pb_toggle_open .et_pb_toggle_title:before {
  padding-right: 20px;
}

#accordion .et_pb_toggle_open h4.et_pb_toggle_title,
#accordion .et_pb_toggle_open .et_pb_toggle_content {
  padding: 20px;
}

/* -- Dropcaps -- */
#accordion .et-dropcap {
    line-height: 0.25;
    font-family: 'Gotham'!important;
    font-style: normal;
	color: #ef4035;
}

/* ---------- Image Blurb - Blurb Extended ---------- */
#page-container .image-blurb img {
	max-width: 100%;
}

#page-container .image-blurb .et_pb_main_blurb_image {
	margin-bottom: 0px;
}

.image-blurb h4 {
	padding: 10px;
	background-color: #ef4035;
}

/* ---------- Posts ---------- */
.post-template-default #main-content .container {
	padding-top: 80px!important;
}
/*
.post-template-default h1.entry-title {
	display: none;
}
*/
h1.entry-title {
	font-family: 'Gotham','Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: bold !important;
	letter-spacing: 4px !important;
}
@media (min-width: 981px) {
	h1.entry-title {
		font-size: 35px;
	}
}

/* ---------- Blog ---------- */
.blog.et_pb_post .entry-featured-image-url {
	margin-bottom: 0px;
}

.blog .et_pb_blog_grid .et_pb_image_container img {
	border-bottom: 10px solid #6ca973;
}

/* ---------- Logo BG ---------- */
/*for sections*/
.et_pb_section.bg-logo-texture::before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/foodbankst-bg-icon.png');
    background-repeat: no-repeat;
	background-size: auto;
    background-position: left bottom;
    opacity: 0.15;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/*for columns*/
.et_pb_column.bg-logo-texture::before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/foodbankst-bg-icon.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    opacity: 0.15;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media (min-width: 981px) {
.et_pb_column.bg-logo-texture::before {
	background-size: auto;
	}
}

@media (max-width: 980px) {
.et_pb_column.bg-logo-texture::before {
	background-size: auto;
	}
}

/* ---------- Donation Forms ---------- */
@media (min-width: 981px) {
	/*form field sizes*/
	#page-container .BBFormContainer[data-bbox-part-id="ce387a12-b6d1-48e9-80b1-e57546bd50b7"] .BBFormSection {
		max-width: 100%;
	}
	#page-container .BBFormContainer[data-bbox-part-id="ce387a12-b6d1-48e9-80b1-e57546bd50b7"] .BBFormTextbox, #page-container .BBFormContainer[data-bbox-part-id="ce387a12-b6d1-48e9-80b1-e57546bd50b7"] .BBFormSelectList, #page-container .BBFormContainer[data-bbox-part-id="ce387a12-b6d1-48e9-80b1-e57546bd50b7"] .BBFormTextArea, #page-container .BBFormContainer[data-bbox-part-id="ce387a12-b6d1-48e9-80b1-e57546bd50b7"] .BBFormChecklist {
		max-width: 70%;
	}
	#page-container .BBFormContainer[data-bbox-part-id="ce387a12-b6d1-48e9-80b1-e57546bd50b7"] .BBTwoFields .BBFormTextbox, #page-container .BBFormContainer[data-bbox-part-id="ce387a12-b6d1-48e9-80b1-e57546bd50b7"] .BBTwoFields .BBFormSelectList {
		max-width: 34.55%;
	}
}

@media (max-width: 767px) {
	/*Form title*/
	.BBFormContainer[data-bbox-part-id="ce387a12-b6d1-48e9-80b1-e57546bd50b7"] .BBFormProgress-Title {
		font-size: 1em;
	}
	/*progress amount*/
	.BBFormContainer[data-bbox-part-id="ce387a12-b6d1-48e9-80b1-e57546bd50b7"] .BBFormProgress-Amount {
		font-size: 1.2em;
	}
}

/* ---------- EventON ---------- */
/*jump months*/
#page-container .evo_cal_above span {
	opacity: 1;
}

/* ----- Adds Text after the Calendar Header ----- */
.calendar_header:after {
	content: 'Click the <  > buttons to move to the next month’s schedule.';
	display: block;
}

/* ----- Full Calendar ----- */
@media (min-width: 768px){
	#page-container .eventon_fullcal {
		padding-bottom: 75px;
	}
}
@media (max-width: 767px) {
	#page-container .eventon_fullcal {
		padding-bottom: 50px;
	}
}
/*little hover boxes on full calendar*/
#page-container .eventon_fullcal {
	overflow: visible;
}
#page-container .eventon_fullcal ul.evofc_ttle_events li {
	font-size: 11px;
	line-height: 1em;
}
/*top border of 'today' date on full calendar*/
#page-container .eventon_fc_days .evo_fc_day.today:before {
	background-color: #fdbe01;
}

#page-container .eventon_fc_days .evo_fc_day.today:hover:before {
	background-color: #7dab6d;
}

/* -- Month -- */
#page-container .ajde_evcal_calendar .calendar_header {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	#page-container .ajde_evcal_calendar .calendar_header p {
		font-size: 18px;
	}
}

/* -- Filter Events -- */
#page-container .ajde_evcal_calendar .evo_sort_btn {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	padding: .3em 0.5em!important;
	background-color: #fdbf01;
}
#page-container .ajde_evcal_calendar .evo_sort_btn:hover {
	background-color: #6ca973;
}
@media (max-width: 767px) {
	#page-container .ajde_evcal_calendar .evo_sort_btn {
		font-size: 15px;
	}
}
/*Categories*/
#page-container .eventon_sort_line p,
#page-container .filtering_set_val {
	font-weight: bold;
	font-style: normal;
}
#page-container .filtering_set_val {
	font-style: normal;
	font-weight: bold;
	color: #fff;
	padding: .3em 0.5em!important;
	border-radius: 0px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
/*dropdown*/
#page-container .eventon_filter_dropdown {
	min-width: 200px;
}
#page-container .eventon_filter_dropdown p {
	text-transform: none;
}
#page-container .eventon_sort_line p, #page-container .eventon_filter_line p, #page-container .eventon_sf_field p {
	font-size: 14px;
	line-height: 1.3em;
}
/*Apply Filters*/
#page-container .evo_filter_submit {
	font-style: normal;
	font-weight: bold;
	color: #fff;
	padding: .3em 0.5em!important;
	border-radius: 0px;
	background-color: #ef4235;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
#page-container .evo_filter_submit:hover {
	background-color: #6ca973;
}

/* ----- Event Card ----- */
@media (max-width: 767px) {
	/*Event Title*/
	#page-container .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2 {
		font-size: 15px;
	}
	/*Description*/
	#page-container .eventon_events_list .eventon_list_event .evcal_desc {
		padding-left: 60px;
	}
	/*Meta*/
	#page-container .evcal_evdata_row .evcal_evdata_cell h3 {
		font-size: 15px;
	}
	/*Time*/
	#page-container .evcal_evdata_row.evo_time,
	/*Location*/
	#page-container .evcal_evdata_row.evo_location,
	/*Calendar*/
	#page-container .evcal_evdata_row.evo_metarow_ICS,
	/*Phone Number*/
	#page-container .evo_metarow_cusF1,
	/*Notes*/
	#page-container .evo_metarow_cusF2,
	/*Alerts*/
	#page-container .evo_metarow_cusF3 {
		padding: 15px;
	}
}

/* -- Show More Events -- */
#page-container .eventon_events_list .evoShow_more_events {
	background-color: #6ca973;
	color: #fff;
	font-weight: bold;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
#page-container .eventon_events_list .evoShow_more_events:hover {
	background-color: #fdbf01;
	opacity: 1;
}
/* -- Full Calendar - Event names on days -- */
#page-container .evofc_months_strip.names .eventon_fc_days .evo_fc_day.has_events span i {
	color: #fff!important;
}

/* ----- Board Events ----- */
/*hides the "Programs" and Counties" filter*/
#page-container .board-calendar .evo_sortList_event_type_2,
#page-container .board-calendar .evo_sortList_event_type_3 {
	display: none;
}

/* ----- Find Food Events ----- */

/* -- Specific Find Food Class -- */
/*adds padding to the lists/calendars*/
#fullwidth-tabs.calendar-tabs .et_pb_tab .ajde_evcal_calendar {
	padding: 5% 10%;
}
/*removes the bottom padding added from the other tabs*/
#fullwidth-tabs.calendar-tabs .et_pb_tab p:last-of-type {
	padding-bottom: 0;
}
/*loads the content on the hidden tabs*/
.et_pb_tab:not(.et-pb-active-slide):not(.et-pb-moved-slide) {
	display: block!important;
	max-height: 0px;
	width: 100%;
	overflow: hidden;
	padding: 0!important;
}
/*hides the "Board Events Type" filter on the all the lists*/
#fullwidth-tabs.calendar-tabs .evo_sortList_event_type {
	display: none;
}
/*hides the "Programs" filter on the "List By County" tab list*/
#fullwidth-tabs.calendar-tabs .et_pb_tab_2  .evo_sortList_event_type_2 {
	display: none;
}
#fullwidth-tabs.calendar-tabs .evo_metarow_gmap {
	display: block !important;
}

/* -- Notes -- */
#page-container .evo_metarow_cusF2 {
	background-color: #fdbf01;
}
/*icon*/
#page-container .evo_metarow_cusF2 .evcal_evdata_custometa_icons i {
	color: #fff;
}
/*title*/
#page-container .evo_metarow_cusF2 h3.evo_h3 {
	color: #fff;
}
/*text*/
#page-container .evo_metarow_cusF2 p {
	color: #fff!important;
}

/* -- Alerts -- */
#page-container .evo_metarow_cusF3 {
	background-color: rgba(255, 0, 0, 0.5);
}
/*icon*/
#page-container .evo_metarow_cusF3 .evcal_evdata_custometa_icons i {
	color: #fff;
}
/*title*/
#page-container .evo_metarow_cusF3 h3.evo_h3 {
	color: #fff;
}
/*text*/
#page-container .evo_metarow_cusF3 p {
	color: #fff!important;
}

/* ----- Event Toggle Button ----- */
span.evcal_desc.evo_info:after {
	position: absolute;
	top: 50%;
	right: 10px;
	left: auto;
	margin-top: -.5em;
	color: #6ca973;
	font-size: 16px;
	content: "\e050";
	text-shadow: 0 0;
	font-family: ETmodules!important;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;
	speak: none;
}

/* ---------- List by County ---------- */
.county-list .et_pb_portfolio_item {
	margin-bottom: 25px;
}

/* ---------- Newsletter Form Styles ---------- */
/*header*/
.newsletter-styles [data-bbox-part-id='cb9ff747-b7ac-4c80-9c9c-f352a2c96d73'].BBFormContainer .BBFormSectionHeading {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	font-weight: bold;
	color: #ef4035;
	text-align: center;
	line-height: 1em;
}
/*text*/
.newsletter-styles [data-bbox-part-id='cb9ff747-b7ac-4c80-9c9c-f352a2c96d73'].BBFormContainer .BBFormSubSectionHeading {
	font-size: 18px;
}
.newsletter-styles [data-bbox-part-id='cb9ff747-b7ac-4c80-9c9c-f352a2c96d73'].BBFormContainer .BBFormFieldContainer {
	text-align: center;
}
@media (min-width: 981px) {
	.newsletter-styles [data-bbox-part-id='cb9ff747-b7ac-4c80-9c9c-f352a2c96d73'].BBFormContainer .BBFormSectionHeading {
		font-size: 47px;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	.newsletter-styles [data-bbox-part-id='cb9ff747-b7ac-4c80-9c9c-f352a2c96d73'].BBFormContainer .BBFormSectionHeading {
		font-size: 38px;
	}
	.newsletter-styles [data-bbox-part-id='cb9ff747-b7ac-4c80-9c9c-f352a2c96d73'].BBFormContainer .BBFormSubSectionHeading {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.newsletter-styles [data-bbox-part-id='cb9ff747-b7ac-4c80-9c9c-f352a2c96d73'].BBFormContainer .BBFormSectionHeading {
		font-size: 34px;
	}
	.newsletter-styles [data-bbox-part-id='cb9ff747-b7ac-4c80-9c9c-f352a2c96d73'].BBFormContainer .BBFormSubSectionHeading {
		font-size: 15px;
	}
}

/*form fields*/
.newsletter-styles .BBFormContainer[data-bbox-part-id="cb9ff747-b7ac-4c80-9c9c-f352a2c96d73"] .BBFormTextbox {
	width: 100%;
	padding: 12px 5px;
}

/*button*/
.newsletter-styles .BBFormContainer[data-bbox-part-id="cb9ff747-b7ac-4c80-9c9c-f352a2c96d73"] .BBFormSubmitbutton {
	background-color: #fdbf01;
	border: 0;
	box-shadow: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 25px;
	padding: 0.3em 1em!important;
	font-family: 'Gotham'!important;
}
.newsletter-styles .BBFormContainer[data-bbox-part-id="cb9ff747-b7ac-4c80-9c9c-f352a2c96d73"] .BBFormSubmitbutton:hover {
	background-color: #6ca973;
}

/* ---------- Blog Module ---------- */
/*divi forces the images to be fullwidth -- this makes them at least theor original size so they aren't stretched*/
.et_pb_post a img {
  width: auto;
}

/* ---------- Location Categories ---------- */
.sb_cpt_term_list a:first-child {
	padding-right: 5px;
}
.sb_cpt_term_list a:not(first-child) {
	padding-left: 5px;
}

/* ---------- Theme My Login ---------- */

.tml {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.tml label {
	line-height: 1.3em;
	font-weight: 700;
}

.tml .tml-rememberme-wrap label {
	font-weight: inherit;	
}

.tml input, 
.tml textarea, 
.tml select {
	margin: 0.5em 0;
	width: 100%;
}

.tml input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.tml textarea, 
.tml select {
	background-color: #eee;
	border: none;
	font-size: 14px;
	color: #999;
	padding: 16px !important;
	line-height: initial;
	height: initial;
}

/*Submit Button*/
.tml .tml-submit-wrap input {
	border-radius: 0px;
	font-size: 20px;
	background: #fdbf01;
	letter-spacing: 0px;
	padding: 0.3em 1em;
	border: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em !important;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-appearance:none;
	cursor: pointer;
	color: white !important;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
}

.tml .tml-submit-wrap input:hover {
	color: white !important;
	background: #ef4035 !important;
}

/*Remember Me - Input*/
.tml-login .tml-rememberme-wrap {
	text-align: left;
}
.tml-login .tml-rememberme-wrap input {
	margin: auto;
	width: auto;
}

.tml p,
.tml .tml-action-links {
	padding: 0 !important;	
}

.tml-profile .tml-form-table th, 
.tml-profile .tml-form-table td {
	max-width: 100% !important;
}

.tml .error, 
.tml .message {
	color: #333;
	padding: 0.5em !important;
}

/* add icons to TML profile list items, based on URL apparently */
.tml.tml-user-panel ul.tml-user-links {
	padding-left: 0;
	text-align: center;
}
.tml.tml-user-panel ul.tml-user-links li {
	display: inline-block;	
}
.tml.tml-user-panel ul.tml-user-links li a {
	display: block;
	position: relative;
	padding: 0.5em 1em 0.5em 2.25em;
	color: white;
	background: #74c55e;
	margin-right: 0.25em;
	margin-left: 0.25em;
	font-size: 18px;
}
@media (max-width: 980px) {
	.tml.tml-user-panel ul.tml-user-links li a {
		font-size: 16px;
	}
}
@media (max-width: 640px) {
	.tml.tml-user-panel ul.tml-user-links li a {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.tml.tml-user-panel ul.tml-user-links {
		text-align: left;
	}
	.tml.tml-user-panel ul.tml-user-links li {
		display: block;	
	}
	.tml.tml-user-panel ul.tml-user-links li a {
		font-size: 12px;
		margin-left: 0;
		margin-right: 0;
	}
}
.tml.tml-user-panel ul.tml-user-links li a:hover {
	background: rgba(116, 197, 94, 0.75);
}
.tml.tml-user-panel ul.tml-user-links li a::before {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	font-family: 'FontAwesome';
    content: '\f105';
    display: block;
    color: #f4c900;
    font-size: inherit;
	width: 1.5em;
	text-align: center;
}
.tml.tml-user-panel ul.tml-user-links li a:hover::before {
	color: #2c2672;
}
.tml.tml-user-panel ul.tml-user-links li a[href*="/lostpassword"]::before {
    content: '\f084';
}
.tml.tml-user-panel ul.tml-user-links li a[href*="/logout"]::before {
    content: '\f08b';
}
.tml.tml-user-panel ul.tml-user-links li a[href*="/wp-admin"]::before {
    content: '\f0e4';
}
.tml.tml-user-panel ul.tml-user-links li a[href*="/wp-admin/profile.php"]::before {
    content: '\f007';
}

/* -- END Theme My Login -- */

/* ---------- Fixed Button --------- */

#fs-side-button {
  position: fixed;
  z-index: 999999;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -60px;
  top: 300px;
}

#fs-side-button a {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	color: #000000;
	background-color: #fdbf01;
	display: block;
	width: 175px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	white-space: nowrap;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	transition: all 0.3s ease;
	box-shadow: 0 0 7px rgba(0,0,0,.1)
  /*box-shadow: 0 0 0 4px #002157;*/
  ;
}

#fs-side-button a:hover {
  color: #000000;
  background-color: #6ca973;
  /*box-shadow: 0 0 0 4px #c6a84f;*/
}

/* hide the fixed contact button based on page ID # */
/*Donate*/
body.page-id-42 #fs-side-button,
/*Test Map*/
body.page-id-1878 #fs-side-button {
  display: none;
}
/*Resources*/
body.page-id-1026 #fs-side-button {
  display: none;
}
/*Posts*/
body.single-post #fs-side-button {
	display: none;
}

@media (max-width: 980px) {
  #fs-side-button {
    display: none;
  }
}

/* ---------- Timeline Slider ---------- */
/* -- timeline button -- */
.timeline-slider .wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button,
.timeline-slider .wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title:hover .wpostahs-main-title button {
	background: #fdbf01;
}
.timeline-slider .wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
	border-color: #fdbf01;
}

/* -- current date on slider -- */
.timeline-slider .wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current {
	color: #fdbf01;
}

/* -- title -- */
.timeline-slider h2 {
	color: #6ca973;
}

/* -- content -- */
.timeline-slider .wpostahs-slider-design-2 .wpostahs-centent {
	padding: 0;
}

/* -- nav dots -- */
.timeline-slider .slick-dots {
	display: none!important;
}

/* -- arrows -- */
/*next arrow*/
.timeline-slider .wpostahs-slick-slider button.slick-next,
.timeline-slider .wpostahs-slick-slider button.slick-next:hover,
.timeline-slider .wpostahs-slick-slider button.slick-next:focus {
	background-color: #ffffff!important;
}
/*previous arrow*/
.timeline-slider .wpostahs-slick-slider button.slick-prev,
.timeline-slider .wpostahs-slick-slider button.slick-prev:hover,
.timeline-slider .wpostahs-slick-slider button.slick-prev:focus {
	background-color: #ffffff!important;
}

/* ---------- Divi Overlays ---------- */
/*close button*/
.overlay-container .overlay-close {
	background-color: #ef4035;
	padding: 5px;
}
.overlay-container .overlay-close:after {
	display: none;
}
@media (min-width: 768px) {
	/* horizontally and vertically centers content*/
	.overlay-hugeinc.open,
	.overlay-hugeinc{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/* ---------- Print-O-Matic ---------- 
.printomatic {
    float: left;
}
.printomatictext:hover {
	text-decoration: none;
}*/

/* ---------- Print, PDF, Email by PrintFriendly - Plugin ---------- */
.printfriendly a {
	display: flex;
	padding: .3em 1em!important;
	color: #fff!important;
	background: #fdbf01;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.7em!important;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.printfriendly a:hover {
	background: #6ca973;
}

/*print icon*/
.printfriendly a img {
	width: 30px;
	height: 30px;
}

/* ---------- Blog & Posts ---------- */
/*styles the 'read more' link to look like a button*/
a.more-link {
	margin-top: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 1px;
	background: #fdbf01;
	padding: 10px 30px;
	color: #ffffff!important;
	text-align: center;
	min-width: 175px;
	max-width: 215px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}

a.more-link:hover {
	background: #6ca973;
}

/* ---------- Dynamic User Directory ---------- */
#page-container .dir-listing-text {
	letter-spacing: normal;
}

/* ---------- Text Menus ---------- */
.fullwidth-menu-list ul {
	list-style-type: none;
	padding-bottom: 0;
}
.fullwidth-menu-list li {
	display: inline-block;
	word-wrap: break-word;
	position: relative;
}
.fullwidth-menu-list li:not(:last-child) {
    padding-right: 22px;
}
@media (min-width: 981px) {
	.fullwidth-menu-list a,
	.et_pb_fullwidth_menu a {
		font-size: 24px!important;
	}
}
.fullwidth-menu-list a {
	display: block;
	position: relative;
	padding-bottom: 29px;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.fullwidth-menu-list a:hover {
	opacity: .7;
	text-decoration: none!important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
@media (min-width: 981px) {
	.fullwidth-menu-list ul li:not(:first-child)::before,
	.et_pb_fullwidth_menu .menu-item:not(:first-child)::before {
		content: "|";
		color: #fff;
		position: absolute;
		left: 0px;
		font-size: smaller;
		top: -1px;
	}
}

/* ---------- Sidebar ---------- */
#sidebar h4 {
	font-size: 18px;
}

/* ---------- Gallery ---------- */
/*hides lightbox image name*/
.mfp-title {
	display: none;
}

/* ---------- Map Key ---------- */
.map-key h4 {
	padding-bottom: 0;
}
.map-key .et_pb_blurb_container {
	vertical-align: middle;
}

/* ---------- History Slider ---------- */
.wpostahs-slider-nav-content h2 {
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
	font-weight: bold!important;
}

/* ---------- Staff Images ---------- */
.staff-image:before {
	display: block;
	float: right;
	margin-bottom: 10px;
	content: '';
	width: 109px;
	height: 88px;
	background-image: url('/wp-content/uploads/leaf-icon.png');
	background-repeat: no-repeat;
	background-position: center;
}

.staff-image img,
.staff-image .et_overlay {
	border-radius: 50%;
	overflow: hidden;
}

/* ---------- Staff Member ---------- */
#page-container .staff-member .staff-member-contacts p {
	padding-bottom: 5px;
	line-height: 1.3em;
}

/* ---------- Gravity Forms ---------- */

/* ----- Checkbox ----- */
#page-container .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
	margin-top: 0;
	margin-right: 6px;
}

#jetpack_protect_answer {
	width: 50px!important;
}

/* ---------- Content Views Pro ---------- */
/*Glossary Letters*/
@media (max-width: 980px) and (min-width: 768px) {
	.pt-cv-gls-menu li a {
		padding: 5px 12px;
	}
}
@media (max-width: 767px) {
	.pt-cv-gls-menu li a {
		padding: 5px 8px;
	}
}
/*Adds scroll*/
.pt-cv-page {
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #f4f4f4;
	padding: 10px 0px;
}
/*custom fields*/
.pt-cv-custom-fields {
	margin-top: 5px;
}
/*custom field name*/
.pt-cv-ctf-name {
	min-width: 75px;
	margin-right: 5px;
	font-weight: bold;
}

/* ---------- Image Captions ---------- */
.wp-caption p.wp-caption-text {
    padding: 0 4px 0;
    font-size: 10px;
    line-height: 1.5em;
}

.wp-caption {
	padding: 4px;
}

.wp-caption.alignright {
	margin-left: 15px;
}

/* Button Hover edits */
.red-button{
	background-color: #ef4035!important;
}


/* -- THESE CAME FROM CUSTOM CSS AREA. Not sure why they were there instead of here -- */

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
    display: inline-block;
    margin-top: 20px;
    background-color: #6ca973!important;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button.et_pb_button_two{
	display: inline-block;
    margin-top: 20px;
    background-color: #ef4035!important;
}

/* April 2019 mothers day pop up "x" out icon change */

#cboxContent {
    background: rgba(0,0,0,0)!important;
    overflow: hidden;
}

#cboxClose {
    position: absolute;
	top: 10px;
    right: 10px;
    background: url(/wp-content/uploads/x_close_2.png) no-repeat 0!important;
    width: 55px!important;
    height: 25px!important;
    text-indent: -9999px;
	z-index: 2;
}

/* -- END CUSTOM CSS FROM CUSTOM CSS AREA -- */

/* -- Tweak Theme Builder Post content -- */

body.single-post .et_pb_module.et_pb_post_content > .et-l > .et_builder_inner_content > .et_pb_section:first-child {
	padding-top: 0;
}
body.single-post .et_pb_module.et_pb_post_content > .et-l > .et_builder_inner_content > .et_pb_section:last-child {
	padding-bottom: 0;
}

body.single-post .et_pb_module.et_pb_post_content > .et-l > .et_builder_inner_content > .et_pb_section > .et_pb_row {
	max-width: 100%;
	width: 100%;
}
body.single-post .et_pb_module.et_pb_post_content > .et-l > .et_builder_inner_content > .et_pb_section > .et_pb_row:only-child {
	padding-top: 0;
	padding-bottom: 0;
}

a.form-button {
    background: #fdbf01!important;
    color: #fff!important;
    text-shadow: none!important;
    text-transform: uppercase!important;
    padding: 10px 20px!important;
	font-weight: bold!important;
}

a.form-button:hover {
    background: #6ca973!important;
    color: #fff!important;
}

div#gform_confirmation_message_4 {
    text-align: left!important;
}
