/*
 Theme Name:   PBFA Child
 Description:  A child theme for Plant Based Foods Association based on the Divi theme
 Author:       Ana Hanzek
 Template:     Divi
 Version:      1.0.0
*/



/* GLOBAL DEFAULTS */

body {
	line-height: 1.4;
	font-weight: 400;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	/*padding-bottom: 0;*/
}

h1 {
    font-size: 42px;
    color: #0f5a2e;
    font-weight: 900;
}

h2 {
	font-size: 30px;
	font-weight: 900;
	color: #078736;
}

h3 {
	font-size: 20px;
	font-weight: 900;
	color: #e3dcab;
	text-transform: uppercase;
}

a {
	text-decoration: underline;
}

.entry-content {
	font-size: 18px;
}

.social-container {
	text-align: center;
	padding: 30px 0;
}

.social-container div {
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
	color: #e3dcab;
	display: block;
	margin-bottom: 5px;
}

.social-container .et-social-icon a:before {
	font-size: 40px;
}

.social-container .et-social-icons {
	float: none;
}

.social-container .et-social-icons li {
	border-bottom: 0;
	margin-left: 0;
	margin-right: 12px;
}

.social-container .et-social-icons li:last-of-type {
	margin-right: 0;
}

.social-container .et-social-icons li a {
	padding: 0;
	font-size: 46px;
}

.social-container .et-social-icons a:hover {
	color: #e3dcab;
}

.social-container .et-social-facebook a.icon:before {
	content: "\e0c1";
}

.social-container .et-social-twitter a.icon:before {
	content: "\e0c2";
}

.social-container .et-social-instagram a.icon:before {
	content: "\e0c8";
}

.social-container .et-social-linkedin a.icon:before {
	content: "\e0cb";
}

.raleway-strong {	
	font-family: "Raleway", sans-serif;
	font-weight: 900;
	color: #e3dcab;
	text-transform: uppercase;
}

.et_button_icon_visible .et_pb_button {
	border: 0;
	border-radius: 30px;
	padding: 5px 80px 5px 50px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 34px !important;
	display: inline-block;
	text-decoration: none;
	background: rgb(11,148,68);
	background: -moz-linear-gradient(top, rgba(11,148,68,1) 0%, rgba(5,96,104,1) 100%);
	background: -webkit-linear-gradient(top, rgba(11,148,68,1) 0%,rgba(5,96,104,1) 100%);
	background: linear-gradient(to bottom, rgba(11,148,68,1) 0%,rgba(5,96,104,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b9444', endColorstr='#056068',GradientType=0 );
	-webkit-box-shadow: 0px 2px 2px 0px #21451b;
	-moz-box-shadow: 0px 2px 2px 0px #21451b;
	box-shadow: 0px 2px 2px 0px #21451b;
}

.et_button_icon_visible .et_pb_button.et_pb_button_small {
	padding: 5px 60px 5px 35px;
	font-size: 16px;
	line-height: 26px !important;
}

.et_button_icon_visible .et_pb_button:after {
	background-image: url('img/pbfa-icon-white.png');
	background-size: contain;
	width: 40px;
	height: 40px;
	opacity: 1;
    margin: 0;
    content: "";
	right: 2px;
    top: 2px;
}

.et_button_icon_visible .et_pb_button.et_pb_button_small:after {
	width: 32px;
	height: 32px;
}

.et_pb_module .et_pb_button:hover,
.et_pb_button:hover {
	padding: 5px 80px 5px 50px;
	border: 0;
}

.et_pb_module .et_pb_button.et_pb_button_small:hover,
.et_pb_button.et_pb_button_small:hover {
	padding: 5px 60px 5px 35px;
}

.et_button_icon_visible .et_pb_button_white {
	background: #fff;
	color: #056839;
}

.et_button_icon_visible .et_pb_button_white:after {
	background-image: url('img/pbfa-icon-green.png');
}

.et_button_icon_visible .et_pb_button.et_pb_button_wide {
	width: 45%;
}

.et_button_icon_visible .et_pb_column_1_2 .et_pb_button.et_pb_button_wide {
	width: 90%;
}

#left-area ul,
.entry-content ul,
#main-content .container ul,
#left-area ol,
.entry-content ol,
#main-content .container ol {
	margin-left: 15px;
}

/* comments */

#trackbacks {
	display: none;
}

.comment-reply-title {
	color: #0f5a2e;
}

.form-submit .et_pb_button:hover {
	padding: 5px 80px 5px 50px;
	background: rgb(11,148,68);
    background: -moz-linear-gradient(top, rgba(11,148,68,1) 0%, rgba(5,96,104,1) 100%);
    background: -webkit-linear-gradient(top, rgba(11,148,68,1) 0%,rgba(5,96,104,1) 100%);
    background: linear-gradient(to bottom, rgba(11,148,68,1) 0%,rgba(5,96,104,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b9444', endColorstr='#056068',GradientType=0 );
}
/* comments end */

@media (max-width: 1000px) {
	
	.et_button_icon_visible .et_pb_button.et_pb_button_wide {
		width: 60%;
	}
	
}

@media (max-width: 767px) {
	
	h2 {
		font-size: 38px;
	}
	
	.et_button_icon_visible .et_pb_button.et_pb_button_wide {
		width: 100%;
	}
	
}

@media (min-width: 981px) {
	
	.et_right_sidebar #main-content .container:before {
		display: none;
	}
	
}

/* GLOBAL DEFAULTS END */


/* HEADER */

#top-header {
	background: -moz-linear-gradient(135deg, rgba(141,198,63,0.95) 0%,rgba(141,198,63,0.95) 26%,rgba(5,104,57,0.95) 44%,rgba(5,104,57,0.95) 100%);
	background: -webkit-linear-gradient(135deg, rgba(141,198,63,0.95) 0%,rgba(141,198,63,0.95) 26%,rgba(5,104,57,0.95) 44%,rgba(5,104,57,0.95) 100%);
	background: linear-gradient(135deg, rgba(141,198,63,0.95) 0%,rgba(141,198,63,0.95) 26%,rgba(5,104,57,0.95) 44%,rgba(5,104,57,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28dc63f', endColorstr='#f2056839',GradientType=1 );
}

#main-header {
	background: -moz-linear-gradient(135deg, rgba(141,198,63,0.95) 0%,rgba(141,198,63,0.95) 23%,rgba(5,104,57,0.95) 42%,rgba(5,104,57,0.95) 100%);
	background: -webkit-linear-gradient(135deg, rgba(141,198,63,0.95) 0%,rgba(141,198,63,0.95) 23%,rgba(5,104,57,0.95) 42%,rgba(5,104,57,0.95) 100%);
	background: linear-gradient(135deg, rgba(141,198,63,0.95) 0%,rgba(141,198,63,0.95) 23%,rgba(5,104,57,0.95) 42%,rgba(5,104,57,0.95) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28dc63f', endColorstr='#f2056839',GradientType=1 );
	z-index: 100001;
}

body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header,
body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
	top: 74px;
}

.et_header_style_left .logo_container {
	text-align: center;
}

#logo {
	max-height: 280%;
}

.et-fixed-header #logo {
	max-height: 200%;
}

#et-secondary-menu {
	margin: 12px 10px 8px;
}

#et-secondary-menu > ul > li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 14px;
	padding-bottom: 0;
	text-decoration: none;
}

.et_header_style_left #et-top-navigation {
	padding-top: 0 !important;
}

#et_search_icon:before {
	top: 6px;
	right: 14px;
	color: #e3dcab;
	font-size: 18px;
	font-weight: bold;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

#top-menu li {
	margin-bottom: 8px;
	padding-right: 0;
}

#top-menu a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 12px;
	-webkit-transition: none; 
	-moz-transition: none;
	transition: none;
}

#top-menu li li {
	padding: 0 10px;
	display: block;
}

#top-menu li li a {
	font-weight: 400;
	font-size: 16px;
	color: #056839;
	text-transform: none;
	border-bottom: 1px solid #ccc;
	width: auto;
	padding: 5px 20px 0;
}

#top-menu li li:last-child a {
	border-bottom: 0;
}

#main-header .nav li ul {
	border: 1px solid #999;
	border-top: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#top-menu .menu-item-has-children > a:first-child {
	padding-right: 25px;
}

#top-menu .menu-item-has-children > a:first-child:after {
	font-size: 22px;
	top: 15px;
	right: 5px;
}

#top-menu-nav > ul > li:hover {
	opacity: 1;
	background-color: rgba(255,255,255,0.95);
	border-radius: 5px;
}

#top-menu-nav > ul > li:hover > a {
	color: #056839;
	text-shadow: -0.06ex 0 #056839, 0.06ex 0 #056839;
}

#top-menu-nav > ul > li.menu-item-has-children:hover {
	border-radius: 5px 5px 0 0;
}

#top-menu-nav > ul > li > a:hover {
	opacity: 1;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
	padding-bottom: 15px !important;
}

#top-menu li.current-menu-item > a {
	text-shadow: -0.06ex 0 #fff, 0.06ex 0 #fff;
	color: #fff;
}

#top-menu li.current-menu-ancestor > a {
	color: #fff;
	text-shadow: -0.06ex 0 #fff, 0.06ex 0 #fff;
}

#top-menu li li.current-menu-item > a {
	font-weight: bold;
	color: #056839;
}

.nav li ul {
	left: -30px;
	border-top: 0;
	padding: 15px 0;
}

.et_pb_menu_visible #top-menu,
.et_pb_menu_hidden #top-menu {
	opacity: 1;
	-webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}

.et_search_outer {
	top: -36px;
}

.container.et_search_form_container.et_pb_search_visible {
	height: 42px !important;
}

.et-search-form input {
	background-color: #fff;
	padding: 0 10px;
	width: 100%;
	right: 0;
}

.et-search-form .icon_search {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	font-weight: bold;
	font-family: "ETmodules";
	width: 42px;
	height: 42px;
	background: grey;
	display: block;
	color: #fff;
}

.et-search-form .icon_search:after {
	content: "\55";
	display: block;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	position: absolute;
	top: 10px;
	left: 10px;
}

span.et_close_search_field {
	display: none;
}

.container.et_search_form_container.et_pb_search_form_hidden {
	height: 0 !important;
}

.et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover > ul,
.et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover > ul,
.container.et_search_form_container.et_pb_search_visible {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;	
}

@media (max-width: 980px) {

	.container {
		width: 90%;
	}
	
	.mobile-hide {
		display: none;
	}

}

@media (min-width: 981px) {	

	.et_header_style_left .logo_container {
		top: -52px;
		width: 220px;
		text-align: left;
	}
	
}

@media (min-width: 981px) and (max-width: 1200px) {
	
	#top-menu a {
		font-size: 14px;
		padding: 15px 0;
	}
	
}

@media (max-width: 1600px) {
	
	#main-header {
		background: -moz-linear-gradient(135deg, rgba(141,198,63,0.95) 0%,rgba(141,198,63,0.95) 23%,rgba(5,104,57,0.95) 41%,rgba(5,104,57,0.95) 100%);
		background: -webkit-linear-gradient(135deg, rgba(141,198,63,0.95) 0%,rgba(141,198,63,0.95) 23%,rgba(5,104,57,0.95) 41%,rgba(5,104,57,0.95) 100%);
		background: linear-gradient(135deg, rgba(141,198,63,0.95) 0%,rgba(141,198,63,0.95) 23%,rgba(5,104,57,0.95) 41%,rgba(5,104,57,0.95) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28dc63f', endColorstr='#f2056839',GradientType=1 );
		z-index: 100001;
	}
	
}

@media (max-width: 1200px) {
	
	#main-header {
		background: -moz-linear-gradient(135deg, rgba(141,198,63,0.95) 0%,rgba(141,198,63,0.95) 23%,rgba(5,104,57,0.95) 40%,rgba(5,104,57,0.95) 100%);
		background: -webkit-linear-gradient(135deg, rgba(141,198,63,0.95) 0%,rgba(141,198,63,0.95) 23%,rgba(5,104,57,0.95) 40%,rgba(5,104,57,0.95) 100%);
		background: linear-gradient(135deg, rgba(141,198,63,0.95) 0%,rgba(141,198,63,0.95) 23%,rgba(5,104,57,0.95) 40%,rgba(5,104,57,0.95) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28dc63f', endColorstr='#f2056839',GradientType=1 );
		z-index: 100001;
	}
	
}

/* mobile menu */

.mobile_nav_custom .select_page {
    display: none;
}

.et_header_style_left .mobile_menu_bar {
	padding-bottom: 0;
}

.mobile_nav_custom.closed #mobile-menu-container {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.mobile_nav_custom.opened #mobile-menu-container {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.mobile_nav_custom.opened .mobile_menu_bar {
	z-index: 10000;
}

.mobile_menu_bar:before {
	color: #fff;
	font-size: 70px;
	font-weight: bold;
}

.mobile_nav_custom.opened .mobile_menu_bar:before {
    content: "\4d";
	color: #fff;
	font-size: 70px;
	font-weight: bold;
}

#main-header #mobile-menu-container {
	display: block !important;
	height: 100vh;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	right: 0;
	position: fixed;
	overflow: auto;
	-webkit-transition: -webkit-transform 0.4s 0s;
	-moz-transition: -moz-transform 0.4s 0s;
	transition: transform 0.4s 0s;
	-overflow-scrolling:touch!important;
	-webkit-overflow-scrolling:touch!important;
	border: 0;
}

#mobile-menu-container .mobile-menu-scroller {
	height: 100vh;
}

#mobile-menu-container .mobile-menu-inner {
	background: linear-gradient(135deg, #49973c 0%, #056839 100%);
	margin-left: 10%;
	padding: 0 10px;
}

#mobile-menu-container .logo-menu {
	text-align: center;
	padding-top: 50px;
}

#mobile-menu-container .mobile-search {
	margin: 20px 20px 100px;
	text-align: center;
}

#mobile-menu-container .mobile-search input[type='search']{
	display: block;
	width: 100%;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #666;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #056839;
}

#mobile-menu-container .mobile-login {
	text-align: center;
	margin-bottom: 30px;
}

.et_mobile_menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.et_mobile_menu li:last-of-type {
	border-bottom: 0;
}

.et_mobile_menu li a {
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 35px;
	border-bottom: 0;
}

.et_mobile_menu .menu-item-has-children > a {
	font-weight: 700;
	background-color: transparent;
}

.et_mobile_menu li li {
	border-bottom: 0;
}

.et_mobile_menu li li a {
	font-weight: 400;
	text-transform: none;
	font-size: 14px;
	padding: 8px 35px;
}

#mobile-main-menu {
	margin-bottom: 50px;
}

#mobile-top-menu li {
	border: none;
}

#mobile-top-menu li a {
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	padding: 10px 35px;
	border-bottom: 0;
}

/* HEADER END */


/* FOOTER */

#main-footer {
	background: rgb(11,148,68);
	background: -moz-linear-gradient(-45deg,  rgba(11,148,68,1) 0%, rgba(5,96,104,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(11,148,68,1) 0%,rgba(5,96,104,1) 100%);
	background: linear-gradient(135deg,  rgba(11,148,68,1) 0%,rgba(5,96,104,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b9444', endColorstr='#056068',GradientType=1 );
}

#footer-widgets {
	padding-top: 30px;
}

#footer-widgets .et_pb_widget {
	float: none;
}

.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget {
	padding: 40px 40px 0;
	border-top: 1px solid #8dc63f;
	margin-right: 0;
	margin-bottom: 35px;
}

.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(3),
.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(4) {
	width: 100%;
}

.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(3) p,
.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(4) p {
	padding-bottom: 0;
    line-height: 1.4;
}

.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(3) a {
	text-decoration: underline;
	color: #fff;
}

.et_pb_newsletter_button_wrap {
	text-align: right;
}

.et_pb_newsletter_form .input,
.et_pb_newsletter_form input[type="text"],
.et_pb_newsletter_form input[type="password"],
.et_pb_newsletter_form p.et_pb_newsletter_field input[type="text"],
.et_pb_newsletter_form textarea,
.et_pb_newsletter_form p.et_pb_newsletter_field textarea,
.et_pb_newsletter_form select {
	border-radius: 0;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.et_pb_newsletter.et_pb_newsletter_layout_top_bottom .et_pb_newsletter_description {
	padding-bottom: 0;
}

#footer-widgets .footer-widget a.et_pb_newsletter_button {
	width: auto;
	padding: 5px 60px 5px 35px;
	font-size: 16px;
	line-height: 26px !important;
}

#footer-widgets .footer-widget a.et_pb_newsletter_button:after {
	background-image: url(img/pbfa-icon-white.png);
	background-size: contain;
	width: 32px;
	height: 32px;
	opacity: 1;
	margin: 0;
	content: "";
	display: block;
	right: 2px;
	top: 2px;
}

.et_pb_newsletter_button:after {
	display: none;
}

.et_pb_newsletter_success {
	text-align: left;
}

.et_pb_newsletter_success h2 {
	font-size: 20px;
}

#footer-widgets .footer-widget li {
	padding-left: 0;
}

#footer-widgets .footer-widget li:before {
	display: none;
}

#footer-widgets .social-container {
	text-align: left;
	padding: 0;
}

#footer-widgets .contact-info {
	display: flex;
	justify-content: space-between;
}

#footer-widgets .contact-item {
	padding-bottom: 20px;
}

#footer-widgets .footer-widget .menu {
	column-count: 2;
	column-gap: 100px;
}

#footer-widgets .footer-widget .menu > li {
	margin-bottom: 25px;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

#footer-widgets .footer-widget .menu > li > ul{
	-webkit-column-break-inside: avoid; 
	page-break-inside: avoid;
	break-inside: avoid;
}

#footer-widgets .footer-widget .menu > li > a {
	font-family: "Raleway", sans-serif;
	font-size: 20px;
	font-weight: 900;
	color: #e3dcab;
	text-transform: uppercase;
}

#footer-widgets .footer-widget .menu li li{
	margin-bottom: 0;
}

#footer-widgets .footer-widget .menu li li > a {
	text-decoration: underline;
}

#footer-bottom {
	background-color: transparent;
}

#footer-info {
	float: none;
	text-align: center;
	font-family: "Raleway", sans-serif;
	color: #fff;
}

#footer-info span {
	font-weight: 900;
	display: block;
}

#footer-info a {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	text-decoration: underline;
	color: #fff;
}

@media (min-width: 981px) {
	
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) {
		width: 67.583%;
		margin-right: 0;
		padding-left: 40px;
		padding-right: 70px;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
		width: 32.417%;
		padding-left: 20px;
		padding-right: 40px;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(3),
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(4) {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 980px) {
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) {
		width: 50% !important;
		margin-right: 0!important;
		padding-left: 20px;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
		width: 50% !important;
		margin-right: 0!important;
		padding-right: 20px;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(3) {
		width: 100% !important;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#footer-widgets .footer-widget .menu {
		column-count: 1;
	}
	
	#footer-widgets .et-social-icons {
		text-align: left;
	}
	
}

@media (max-width: 819px) {
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) {
		padding-left: 0;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
		padding-right: 0;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(3) {
		padding-left: 0;
		padding-right: 0;
	}	
}

@media (max-width: 767px) {
	
	#footer-widgets {
		display: flex;
		flex-direction: column;
		padding-bottom: 0;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(2) {
		order: 3;
		border-top: 0;
		margin-bottom: 20px !important;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 20px !important;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(3) {
		order: 2;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget {
		padding: 20px 10px 0;
	}
	
	.et_pb_newsletter_button_wrap {
		text-align: center;
	}
	
	#footer-widgets .contact-info {
		display: block;
	}
	
	#footer-widgets .footer-widget .menu > li {
		padding: 15px 0;
		border-bottom: 1px solid #056839;
		margin-bottom: 0;
	}
	
	#footer-widgets .footer-widget .menu > li > a {
		font-size: 26px;
	}
	
	#footer-widgets .footer-widget .menu > li:last-of-type {
		border-bottom: 0;
	}
	
	#footer-widgets .footer-widget .menu li ul {
		display: none;
	}
	
	#footer-widgets .social-container {
		text-align: center;
	}
	
	#footer-widgets .et-social-icons {
		text-align: center;
	}	
	
	#footer-bottom {
		padding-bottom: 15px;
	}
	
	#footer-info {
		font-size: 16px;
	}
	
	#footer-info span {
		font-size: 14px;
		padding-bottom: 5px;
	}	
	
}

/* FOOTER END */

/* SIDEBAR */

#sidebar .et_pb_widget {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

#sidebar .et_pb_widget:last-of-type {
	border-bottom: 0;
}

#sidebar .widgettitle {
	font-weight: 900;
	color: #666;
	text-transform: uppercase;
	padding: 0 10px 10px;
}

#sidebar ul {
	padding: 0 25px;
}

#sidebar ul li a {
	color: #056839;
	text-decoration: underline;
}

/* SIDEBAR END */

/* PAGINATION */

.wp-pagenavi {
	border-top: 0;
	text-align: left;
	margin-bottom: 0;
}

.wp-pagenavi a.page {
	border: 1px solid rgba(0,0,0,.1);
	margin: 4px;
	border-radius: 100%;
	border-color: transparent;
	background: transparent;
	color: #666;
	width: 32px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	padding: 0;
	text-align: center;
}

.wp-pagenavi span.current {
	margin: 4px;
	border-radius: 100%;
	background: #0b9444;
	color: #fff !important;
	width: 32px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	padding: 0;
	text-align: center;
}

.wp-pagenavi a:hover {
    background-color: transparent;
    color: #666 !important;
}

.wp-pagenavi a.page:hover {
    background-color: #0b9444;
    color: #fff !important;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	text-decoration: underline;
	color: #0b9444 !important;
}

.wp-pagenavi .previouspostslink:before {
    content: "<";
    display: inline-block;
    padding-right: 5px;
}

.wp-pagenavi .nextpostslink:after {
    content: ">";
    display: inline-block;
    padding-left: 5px;
}

.wp-pagenavi .first:before {
    content: "«";
    display: inline-block;
    padding-right: 5px;
}

.wp-pagenavi .last:after {
    content: "»";
    display: inline-block;
    padding-left: 5px;
}

/* PAGINATION END */


/* DIVI MODULES */

/* blog and event grid */
.et_pb_blog_grid .et_pb_post {
	border: none;
	padding: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.et_pb_blog_grid.event_grid .et_pb_post {
	margin-top: 100px;
}

.et_pb_blog_grid .et_pb_image_container {
	border: 2px solid #0b9444;
	margin: 0;
}

.et_pb_blog_grid.event_grid .et_pb_image_container {
	display: table;
	height: 170px;
	overflow: visible;
	max-height: none;
}

.et_pb_post .entry-featured-image-url {
	margin-bottom: 0;
}

.event_grid .et_pb_post .entry-featured-image-url {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.et_pb_blog_grid.event_grid .et_pb_image_container img {
	min-width: auto;
	max-width: 100%;
	max-height: 160px;
	object-fit: contain;
	padding: 10px;
}

.et_pb_post .cal-container {
	position: absolute;
	top: -70px;
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 15px;
	background: #fff;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(241,241,241,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(241,241,241,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(241,241,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
	-webkit-box-shadow: 0px 2px 2px 0px #666;
	-moz-box-shadow: 0px 2px 2px 0px #666;
	box-shadow: 0px 2px 2px 0px #666;
}

.et_pb_post .cal-month {
	font-size: 14px;
    font-family: "Raleway";
    font-weight: 900;
    text-transform: uppercase;
    background: green;
    padding: 7px;
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.et_pb_post .cal-date {
	font-size: 60px;
	line-height: 64px;
	font-weight: 800;
}

.et_pb_blog_grid h2 {
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	margin-top: 15px;
	margin-bottom: 2px;
	text-transform: none;
	font-weight: 600;
	font-size: 20px;
	color: #056839;
}

.et_pb_blog_grid h2 a {
	color: #056839;
}

.et_pb_post .post-meta {
	margin-bottom: 0;
	font-size: 16px;
}

.et_pb_post .post-content {
	flex: 1;
	position: relative;
	text-align: center;
}

.et_pb_post .post-content-inner {
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.et_pb_post.event .post-content-inner {
	margin-bottom: 0;
	padding-bottom: 0;
}

.et_pb_post.event .post-content-inner p {
	margin-top: 20px;
}

.et_pb_post .date-time {
	display: block;
	font-size: 18px;
	font-weight: 700;
}

.et_pb_post .venue {
	display: block;
	font-weight: 400;
}

.et_pb_post .location {
	display: block;
	font-weight: 400;
}

.more-link {
	position: absolute;
	left: calc(50% - 94px);
	bottom: 0;
	border-radius: 30px;
	padding: 5px 60px 5px 35px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	line-height: 26px !important;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	background: rgb(11,148,68);
	background: -moz-linear-gradient(top, rgba(11,148,68,1) 0%, rgba(5,96,104,1) 100%);
	background: -webkit-linear-gradient(top, rgba(11,148,68,1) 0%,rgba(5,96,104,1) 100%);
	background: linear-gradient(to bottom, rgba(11,148,68,1) 0%,rgba(5,96,104,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b9444', endColorstr='#056068',GradientType=0 );
	-webkit-box-shadow: 0px 2px 2px 0px #21451b;
	-moz-box-shadow: 0px 2px 2px 0px #21451b;
	box-shadow: 0px 2px 2px 0px #21451b;
}

.more-link:after {
	position: absolute;
	background-image: url('img/pbfa-icon-white.png');
	background-size: contain;
	width: 32px;
	height: 32px;
	opacity: 1;
    margin: 0;
    content: "";
	right: 2px;
    top: 2px;	
}

.et_pb_blog_grid.event_grid .size-1of3 .et_pb_post {
	margin-top: 80px;
}

.size-1of3 .et_pb_post .cal-container {
	top: -55px;
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
}

.size-1of3 .et_pb_post .cal-month {
    font-size: 10px;
}

.size-1of3 .et_pb_post .cal-date {
    font-size: 50px;
    line-height: 50px;
}

@media (min-width: 981px) {

	.et_pb_blog_grid .et_pb_image_container {
		overflow: visible;
		max-height: none;
	}
	
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
	.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
		width: 31.667%;
		margin-right: 2.5%;
	}

	.et_pb_blog_grid.cols-2 .et_pb_salvattore_content[data-columns]::before, 
	.et_pb_blog_grid_wrapper.cols-2 .et_pb_salvattore_content[data-columns]::before {
		content: "2 .column.size-1of2";
	}

	.et_pb_column .et_pb_blog_grid.cols-2 .column.size-1of2,
	.et_pb_column .et_pb_blog_grid_wrapper.cols-2 .column.size-1of2 {
		float: left;
		clear: none;
		width: 47.25%;
		margin: 0 5.5% 7.5% 0;
	}

	.et_pb_column .et_pb_blog_grid.cols-2 .column.size-1of2,
	.et_pb_column .et_pb_blog_grid.cols-2 .column.size-1of1,
	.et_pb_column .et_pb_blog_grid_wrapper.cols-2 .column.size-1of2,
	.et_pb_column .et_pb_blog_grid_wrapper.cols-2 .column.size-1of1 {
		margin-bottom: 0;
	}

	.et_pb_column .et_pb_blog_grid.cols-2 .column.size-1of2:nth-child(2n),
	.et_pb_column .et_pb_blog_grid_wrapper.cols-2 .column.size-1of2:nth-child(2n) {
		margin-right: 0;
	}

	.et_pb_column .et_pb_blog_grid.cols-2 .column.size-1of2:nth-child(2n+1),
	.et_pb_column .et_pb_blog_grid_wrapper.cols-2 .column.size-1of2:nth-child(2n+1) {
		clear: both;
	}

	.et_pb_blog_grid.event_grid.cols-2 .et_pb_image_container {
		height: 260px;
	}

	.et_pb_blog_grid.event_grid.cols-2 .et_pb_image_container img {
		padding: 0;
		max-height: 240px;
	}

}

@media (max-width: 767px) {
	
	.et_pb_blog_grid .et_pb_post {
		height: auto !important;
	}
	
	.home .et_pb_blog_grid .et_pb_post {
		display: none;
	}
	
	.home .et_pb_blog_grid .et_pb_post:first-of-type {
		display: block;
	}
	
	.more-link {
		position: relative;
		left: 0;
	}

}

@media (max-width: 479px) {
	
	.et_pb_post h2,
	.et_pb_blog_grid h2 {
		padding-bottom: 10px;
	}
}

/* testimonials */
.et_pb_testimonial {
	display: flex;
	align-items: flex-end;
	margin: 0 80px;
}

.et_pb_testimonial.et_pb_testimonial_no_bg {
	padding-top: 0;
}

.et_pb_testimonial_portrait {
	width: 150px !important;
	height: 150px !important;
	flex: none;
	margin-right: 0;
	background-size: contain;
	background-color: #fff;
}

.et_pb_testimonial_portrait,
.et_pb_testimonial_portrait:before {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.et_pb_testimonial_description {
	margin-left: 0 !important;
	padding-left: 30px;
	padding-top: 30px;
	font-size: 19px;
	background: url(img/quote1.png) top left no-repeat,	url(img/quote2.png) bottom right no-repeat;
}

.et_pb_testimonial .et_pb_testimonial_content p {
	padding-bottom: 0;
}

.et_pb_testimonial_author,
.et_pb_testimonial_meta {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
	margin: 0;
}

.et_pb_testimonial_author:before {
	content: "-";
	display: inline-block;
	padding-right: 5px;
}

.et_pb_testimonial_author:after {
	content: ", ";
	display: inline-block;
}

@media (max-width: 980px) {
	
	.et_pb_testimonial {
		margin: 0;
	}
	
}

@media (max-width: 767px) {
	
	.et_pb_testimonial {
		display: block;
	}
	
}

/* page titles */
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.et_pb_post_title {
	margin-bottom: 0;
}

.et_pb_title_container h1 {
	font-size: 42px;
}

/* breadcrumbs */
.breadcrumbs a {
	text-decoration: underline;
}

/* person */
.et_pb_team_member_description {
	font-size: 15px;
}

.et_pb_team_member h4 {
	font-weight: 900;
	color: #0f5a2e;
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 20px;
}

.et_pb_team_member p.et_pb_member_position {
	color: #078736;
	min-height: 48px;
	font-size: 18px;
}

.et_pb_member_social_links a {
	font-size: 20px;
}

/* DIVI MODULES END */

/* DIVI LIBRARY ITEMS */

.global-jeb,
.global-jb,
.global-je {
	font-size: 16px;
}

.global-jeb .et_pb_blog_grid .et_pb_post,
.global-jb .et_pb_blog_grid .et_pb_post,
.global-je .et_pb_blog_grid .et_pb_post {
	height: auto !important;
}

.global-jeb .et_pb_post .post-content-inner,
.global-jb .et_pb_post .post-content-inner
.global-je .et_pb_post .post-content-inner {
	margin-bottom: 0;
}

.global-jeb .et_pb_post .cal-container {
	top: -55px;
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
}

.global-jeb .et_pb_post .cal-month {
	font-size: 10px;
}

.global-jeb .et_pb_post .cal-date {
	font-size: 50px;
	line-height: 50px;
}

.global-je .et_pb_blog_grid.event_grid .et_pb_image_container {
	height: 285px;
}

@media (min-width: 981px) {

	.global-jeb .et_pb_row,
	.global-jb .et_pb_row {
		display: flex;
	}

	.global-jeb .et_pb_column_1_3 .et_pb_module,
	.global-jb .et_pb_column_1_3 .et_pb_module,
	.global-jb .et_pb_column_2_3 .et_pb_module,
	.global-je .et_pb_column_1_3 .et_pb_module,
	.global-je .et_pb_column_2_3 .et_pb_module {
		margin-bottom: 0;
	}
	
	.global-jeb .et_pb_blog_grid .et_pb_post {
		margin-top: 55px;
		margin-bottom: 10px !important;
	}
	
	.global-jb .et_pb_blog_grid .et_pb_post,
	.global-je .et_pb_blog_grid .et_pb_post {
		margin-bottom: 0 !important;
	}

	.global-jeb .et_pb_blog_grid.event_grid .et_pb_image_container {
		height: 191px;
	}
	
	.global-jb .et_pb_post .post-content {
		display: none;
	}
	
	.et_pb_gutters3 .global-jb .et_pb_column,
	.et_pb_gutters3 .global-je .et_pb_column,
	.et_pb_gutters3 .global-jeb .et_pb_column {
		margin-right: 2.5%;
	}
	
	.et_pb_gutters3 .global-jb .et_pb_column_2_3,
	.et_pb_gutters3 .global-je .et_pb_column_2_3 {
		width: 66.833%;
	}
	
	.et_pb_gutters3 .global-jeb .et_pb_column_1_3 {
		width: 31.667%;
	}
	
}

@media (min-width: 1200px) {
	
	.global-jb .et_pb_post .post-content {
		display: block;
	}
	
}

@media (max-width: 439px) {
	
	.global-jeb .et_pb_blog_grid.event_grid .et_pb_post {
		margin-top: 40px;
	}
	
}

/* DIVI LIBRARY ITEMS END */

/* HOMEPAGE */

.home .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	width: 85%;
	max-width: 820px;
}

/* HOMEPAGE END */

/* MEMBER PAGES */

.memberclicks-container h2 {
	padding: 30px 0;
}

.memberclicks-container p {
	padding-bottom: 1em !important;
}

.memberclicks-container a {
	text-decoration: underline;
}

.layout-row.organization {
	display: none;
}

.member-directory.pagination button {
	border-radius: 100%;
	border-color: transparent;
	background: transparent;
	color: #666;
}

.member-directory.pagination button.active,
.member-directory.pagination button:hover {
    background-color: #0b9444;
    color: #fff;
}

.member-directory.pagination button:first-of-type,
.member-directory.pagination button:last-of-type {
	border: none;
	text-decoration: underline;
	background: transparent;
	color: #0b9444;
}

.member-directory.pagination button:first-of-type:before {
	content: "<";
	display: inline-block;
	padding-right: 5px;
}

.member-directory.pagination button:last-of-type:after {
	content: ">";
	display: inline-block;
	padding-left: 5px;
}

/* MEMBER PAGES END */

/* BLOG/SEARCH PAGE */

body.blog #main-content .container,
body.search #main-content .container {
	padding-top: 0;
}

#left-area .et_pb_post .entry-featured-image-url {
	border: 2px solid #0b9444;
}

#left-area .entry-title {
	margin-top: 15px;
	margin-bottom: 2px;
	padding-bottom: 10px;
}

#left-area .entry-title a {
	display: block;
	line-height: 1.2;
	font-size: 20px;
	text-transform: none;
	color: #056839;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
}

#left-area .post-meta a {
	color: #056839;
	text-decoration: underline;
}

#sidebar .searchform,
#sidebar .search-form {
	text-align: center;
}

.widget_search input.search-field,
.widget_search input.searchsubmit {
    height: 40px !important;
    margin: 0;
    padding: 0.7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal !important;
}

.widget_search input#s,
.widget_search input.search-field {
	border-radius: 30px;
	padding: 10px 20px;
	width: 100%;
}

.widget_search input#searchsubmit,
.widget_search input.search-submit {
	position: static;
	width: auto;
	background-color: #0b9444;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	margin-top: 10px;
	border: 0;
}

.button_blog {
	margin-top: 25px;
}

@media (min-width: 981px) {
	
	#left-area {
		width: 70%;
	}
	
	.et_right_sidebar #left-area {
		padding-right: 30px;
	}
	
	.et_right_sidebar #sidebar {
		padding-left: 0;
	}
	
	#sidebar {
		width: 30%;
	}
	
}

/* BLOG PAGE END */

/* SINGLE POST PAGE */

.single-post h1 {
	text-transform: none;
}

/* SINGLE POST PAGE END */

/* CONTACT PAGE */

@media (min-width: 981px) {
	
	.contact-page .et_pb_contact_field textarea.et_pb_contact_message {
		min-height: 300px;
	}
	
}

/* CONTACT PAGE END */

/* JOIN US PAGES */

.joinus-text h2 {
	padding-bottom: 10px;
}

/* JOIN US PAGES END */
