/*
Theme Name: WhyHunger Theme
Description: WhyHunger Theme
Template: themify-ultra
Author: WhyHunger (whyhunger@gmail.com)
*/

/* Fonts */

@font-face {
    font-family: 'Nexa Script';
    src: url('/wp-content/themes/themify-ultra-child/fonts/nexascript_thin.ttf') format('truetype');
    font-weight: 100;
	font-style: normal;
}
@font-face {
    font-family: 'Nexa Script';
    src: url('/wp-content/themes/themify-ultra-child/fonts/nexascript_light.ttf') format('truetype');
    font-weight: 300;
	font-style: normal;
}
@font-face {
    font-family: 'Nexa Script';
    src: url('/wp-content/themes/themify-ultra-child/fonts/nexascript_regular.ttf') format('truetype');
    font-weight: 400;
	font-style: normal;
}
@font-face {
    font-family: 'Nexa Script';
    src: url('/wp-content/themes/themify-ultra-child/fonts/nexascript_bold.ttf') format('truetype');
    font-weight: 700;
	font-style: normal;
}
@font-face {
    font-family: 'Nexa Script';
    src: url('/wp-content/themes/themify-ultra-child/fonts/nexascript_heavy.ttf') format('truetype');
    font-weight: 800;
	font-style: normal;
}


/* hide Themify Builder "Edit" button */
.tf_box a.tb_turn_on,
.tf_box span.edit-button {
	display: none;
}

/* Common Styles */

.mobile {
	display: none;
}

.mt-0 { margin-top: 0; }
.mr-0 { margin-right: 0; }
.mb-0 { margin-bottom: 0; }
.ml-0 { margin-left: 0; }

.pt-0 { padding-top: 0; }
.pr-0 { padding-right: 0; }
.pb-0 { padding-bottom: 0; }
.pl-0 { padding-left: 0; }

.overflow-hidden {
	overflow: hidden;
}

.text-center {
	text-align: center;
}

.section-subheader {
	font-size: 12px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

body.page {
	background-position: 50% 0;
}

.max-570 {
	max-width: 570px;
}

.post-title {
	font-size: 47px;
    line-height: 55px;
	letter-spacing: 0;
}

.single #layout {
/* 	max-width: 800px; */
}
.single #layout .post-content {
	max-width: 600px;
	margin: 0 auto;
}
.single :is(.post-image,.post-meta,.post-title) {
	text-align: left;
}
.single .post .post-content .post-date-wrap .post-date {
	text-align: left;
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	margin-bottom: 16px;
}
.single .post .post-author {
	letter-spacing: 0.02em;
}
.single .post .post-image {
	margin-bottom: 40px;
	text-align: center;
}
.single .post .post-image img {
	width: 100%;
	max-width: 765px;
	border-radius: 8px;
}
.single .related-posts .post .post-image img {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.single .post .post-title a,
.single .post .post-title a:hover {
	color: #2C254A;
}

.standard-frame .mfp-iframe-scaler .mfp-iframe-wrapper {
	border-radius: 8px;
	overflow: hidden;
}

blockquote {
	margin: 0;
	padding: 0 0 0 65px;
	border: none;
	position: relative;
}
blockquote:before {
	content: "";
	display: block;
	background: url("/wp-content/themes/themify-ultra-child/img/quote.svg") no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 10px;
}

/* Headings */
h1 {
	margin-bottom: 25px;
}
h2, h3 {
	margin-bottom: 17px;
}
h4 {
	text-transform: none;
}

h1.font-type-2,
h2.font-type-2,
h3.font-type-2 {
	font-weight: bold;
	/*margin-left: -20px;*/
    font-family: 'Nexa Script', sans-serif;	
}

h1.font-type-2 {
	font-size: 78px;
	letter-spacing: 4px;
}

h2.font-type-2 {
	font-size: 58px;
	/*margin-left: -10px;*/
}

h3.font-type-2 {
}

h1.font-type-3,
h2.font-type-3,
h3.font-type-3,
h4.font-type-3 {
	font-family: "Roboto Slab";
}

body {
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	font-family: "Open Sans", sans-serif;
}

/* HEADER */

.fixed-header-on #headerwrap.fixed-header {
	position: fixed;
}

#header.pagewidth {
	padding: 10px 0;
	width: 1242px;
}

#headerwrap,
.transparent-header #headerwrap.fixed-header {
	background-color: #FFFAF2;
	box-shadow: 0px 4px 4px 0px #00000029;
}
.transparent-header #headerwrap {
	background-color: transparent;
	box-shadow: none;
}

.header-widget-full {
	height: 29px;
}

.fixed-header .header-widget-full {
    height: 0;
}

.header-widget-full .header-widget {
	min-height: auto;
	padding: 6px 10px;
}

.header-widget {
	font-size: 12px;
	line-height: 1.4;
}

#mobile-header-widget > .header-widget {
	background: none;
    background-color: #2c254a;
    font-weight: 400;
    line-height: 1.4em;
    text-align: center;
    color: #fffaf2;
	display: none;
	white-space: nowrap;
	padding: 6px 10px;
	transition: transform .4s, min-height .4s, height .4s;
}
.fixed-header #mobile-header-widget .header-widget {
	height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    transform: translateY(-100%);
}
#mobile-header-widget > .header-widget .widget {
	margin: 0;
}
#mobile-header-widget > .header-widget a {
	color: #fffaf2;
	min-width: 90px;
    display: inline-block;
	vertical-align: top;
}
#mobile-header-widget > .header-widget span {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 114px);
}

/* .transparent-header  */
#headerwrap:has(.mega-menu-item.mega-toggle-on) {
	background-color: #FFFAF2;
}

/* LOGO */

#site-logo {
	margin: 0;
	margin-right: 40px;
	height: 60px;
	padding-bottom: 7px;
}

#headerwrap:has(.mega-menu-item.mega-toggle-on) #site-logo .tf_sticky_logo {
	display: block !important;
}
#headerwrap:has(.mega-menu-item.mega-toggle-on) #site-logo .site-logo-image {
	display: none !important;
}
.transparent-header #headerwrap .whyhunger_logo2,
#headerwrap .site-logo-image {
	display: none;
}
.transparent-header #headerwrap .site-logo-image,
#headerwrap:has(.mega-menu-item.mega-toggle-on) #site-logo .whyhunger_logo2 {
	display: block;
}
.transparent-header #site-logo:has(.tf_sticky_logo) .whyhunger_logo2,
#headerwrap:has(.mega-menu-item.mega-toggle-on) #site-logo:has(.tf_sticky_logo) .whyhunger_logo2 {
	display: none !important;
}

/* MAIN NAVIGATION */

#headerwrap #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link,
#headerwrap #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link a.submenu-slider-item,
#headerwrap.fixed-header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link,
#headerwrap.fixed-header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link a.submenu-slider-item,
#headerwrap:has(.mega-menu-item.mega-toggle-on) #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link a.submenu-slider-item,
#headerwrap:has(.mega-menu-item.mega-toggle-on) #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
	color: #2C254A;
	letter-spacing: 0.02em;
}
.transparent-header #headerwrap.fixed-header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link a.submenu-slider-item,
.transparent-header #headerwrap.fixed-header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
	color: #2C254A;
}

.transparent-header #headerwrap #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link a.submenu-slider-item,
.transparent-header #headerwrap #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
	color: #FFFAF2;
}
.transparent-header #headerwrap #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:hover > a.mega-menu-link a.submenu-slider-item,
.transparent-header #headerwrap #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:hover > a.mega-menu-link {
	color: #FFED94;
}
#headerwrap #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:hover > a.mega-menu-link,
#headerwrap #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:hover > a.mega-menu-link a.submenu-slider-item,
#headerwrap.fixed-header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:hover > a.mega-menu-link,
#headerwrap.fixed-header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:hover > a.mega-menu-link a.submenu-slider-item,
#headerwrap:has(.mega-menu-item.mega-toggle-on) #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:hover > a.mega-menu-link a.submenu-slider-item,
#headerwrap:has(.mega-menu-item.mega-toggle-on) #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:hover > a.mega-menu-link {
	color: #9E2C36;
}

#header #main-nav-wrap {
	flex-grow: 1;
}

#header #mega-menu-main-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#header #mega-menu-main-nav > li:first-child,
#header #mega-menu-main-nav > li:last-child {
	margin-right: auto;
}

#header #mega-menu-wrap-main-nav #mega-menu-main-nav > li > ul.mega-sub-menu {
	top: 60px;
	box-shadow: 0px 4px 4px 0px #00000029;
	border-top: 1px solid #B5A9A1;
}

#header #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	margin: 0 0 0 2px;
}

#header #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	font-size: 20px;
	line-height: 1.8;
}

#header #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-sub-menu .menu {
	display: flex;
	flex-direction: row;
	gap: 20px;
	padding: 40px 0;
}

#header #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-sub-menu .menu > .menu-item {
	flex: 1 1 0px;
	margin-bottom: 0;
}

#header #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-sub-menu .menu,
#header #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-sub-menu .menu .sub-menu {
	list-style: none;
	margin: 0;
}

#header #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-sub-menu .menu > .menu-item {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.32;
	text-align: left;
}

#header #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-sub-menu .menu > .menu-item > a {
	font-family: "Roboto Slab";
}

#header #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-sub-menu .menu > .menu-item > a:after {
	content: "";
	display: block;
    padding-bottom: 12px;
    margin-top: 12px;
	border-top: 1px solid #2C254A;
}

#header #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
	padding: 0;	
}

#header #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-sub-menu .menu .sub-menu > .menu-item {
	margin-bottom: 12px;
	font-size: 12px;
    font-weight: 400;
    line-height: 1.36;
}

#header #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-sub-menu .menu .sub-menu > .menu-item a {
	font-weight: 400;
}

#header #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 0;
}

#header #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-column.mega-menu-side {
	background: #E9E2DA;
}

#header #mega-menu-main-nav .mega-menu-row:last-child {
	border-top: 1px solid #b5a9a1;
	padding: 10px 0;
	margin-top: 0;
}

#header #mega-menu-main-nav .mega-menu-row .mega-sub-menu {
	max-width: 1242px;
	margin: 0 auto;
}

#header #mega-menu-main-nav > .mega-menu-item > ul.mega-sub-menu > li.mega-menu-row ul.mega-sub-menu {
	display: flex;
	flex-direction: row;
}

#header #mega-menu-main-nav .mega-menu-row .row_inner {
	width: 100%;	
}

#header #mega-menu-main-nav .mega-menu-row .widget {
	margin: 0;
}

/* MAIN NAVIGATION ANIMATED MENU ITEM */

.submenu-slider {
	margin-left: -18px;
	display: inline-block;
	position: relative;
	height: 17px;
	overflow: hidden;
}
.submenu-slider-inner {
	display: flex;
	flex-direction: column;
	position: relative;
	transition: transform 0.5s ease-in-out;
}
.submenu-slider .submenu-slider-item {
	height: 25px;
	line-height: 25px;
	transition: none;
}
#mega-menu-item-41062 .mega-indicator {
	opacity: 0;
	transition: transform 0.5s;
	z-index: 100;
}

/* MAIN NAVIGATION MOBILE */
#main-mobile-nav-wrap {
	display: none;
}

/* BODY */

.wp-block-buttons .wp-block-button + .wp-block-button {
	margin-left: 12px;
}

.module.module-buttons.amplified-btn {
	margin: 0 auto;
}

.btn,
a.load-more-button,
.wp-block-buttons .wp-element-button,
#content .module-buttons .ui.builder_button {
	border: 1.5px solid #2C254A;
	border-radius: 8px;
	background-color: #2C254A;
	color: #FFFAF2;
	padding: 9px 13px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.02em;
	transition: .3s ease-in-out;
}

#content .module-buttons.amplified-btn a.ui.builder_button.tb_default_color {
	padding: 5px 50px;
	background: none;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	border: 1.5px solid #FFFFFF;
	border-radius: var(--tb_app_r,0) !important;
}

#content .module-buttons.amplified-btn a.ui.builder_button.tb_default_color:hover {
	border-color: #9b3039;
	background-color: #9b3039;
}

a.load-more-button:hover,
.wp-block-buttons .wp-element-button:hover,
#pagewrap .module-buttons .ui.builder_button:hover {
	background-color: #FFFAF2;
	color: #2C254A;
}
input[type=submit].wpcf7-submit,
.btn.btn-primary,
#pagewrap input[type=submit].btn-primary {
	background-color: #2C254A;
	border-color: #2C254A;
	color: #FFFAF2;
}
input[type=submit].wpcf7-submit:hover,
.btn.btn-primary:hover,
#pagewrap input[type=submit].btn-primary:hover {
	background-color: #FFFAF2;
	color: #2C254A;
	transform: none;
}

.btn.btn-secondary,
#pagewrap .module-buttons.btn-secondary .ui.builder_button,
#pagewrap input[type=submit].btn-secondary {
	background-color: #FFED94;
	border-color: #FFED94;
	color: #2C254A;
}

.btn.btn-secondary:hover,
#pagewrap .module-buttons.btn-secondary .ui.builder_button:hover,
#pagewrap input[type=submit].btn-secondary:hover {
	background-color: #2C254A;
	color: #FFED94;
	transform: none;
}

#pagewrap .module-buttons.btn-secondary-2 .ui.builder_button,
#pagewrap input[type=submit].btn-secondary-2 {
	background-color: #7FB9D0;
	border-color: #7FB9D0;
	color: #2C254A;
}

#pagewrap .module-buttons.btn-secondary-2 .ui.builder_button:hover,
#pagewrap input[type=submit].btn-secondary-2:hover {
	background-color: #FFFAF2;
	border-color: #FFFAF2;
	transform: none;
}

#pagewrap .btn-secondary-3 .ui.builder_button {
	font-size: 12px;
	font-weight: 700;
	line-height: 16.34px;
	letter-spacing: 0.02em;
	padding: 0px 0px 2px 0px;
	gap: 7px;
	color: #2C254A;
	border: none;
	border-radius: 0;
	transition: border-color .5s ease;
	text-transform: uppercase;
	background: none;
}
#pagewrap .btn-secondary-3 .ui.builder_button:hover {
	color: #9E2C36 !important;
	background: none !important;
}

#pagewrap .module-buttons.xlarge .ui.builder_button {
	font-size: 36px;
	line-height: 1.2em;
	padding: 30px 80px;
}
#pagewrap .module-buttons.large .ui.builder_button {
	padding: 20px 24px;
}

.wp-block-buttons .wp-element-button:hover,
#pagewrap .module-buttons .ui.builder_button:hover {
	color: #2C254A;
	background-color: #FFFAF2;
}

.wp-block-buttons .donate .wp-element-button,
#pagewrap .module-buttons #donate.ui.builder_button,
#pagewrap input[type=submit].btn-primary.donate {
	background-color: #808F1D;
	border-color: #808F1D;
}

.wp-block-buttons .donate .wp-element-button:hover,
#pagewrap .module-buttons #donate.ui.builder_button:hover,
#pagewrap input[type=submit].btn-primary.donate:hover {
	background-color: #FFFAF2;
	color: #808F1D;
}

.wp-block-buttons .find-food .wp-element-button {
	background-color: #9E2C36;
	border-color: #9E2C36;
}

.wp-block-buttons .find-food .wp-element-button:hover {
	background-color: #FFFAF2;
	color: #9E2C36;
}

input:read-only,
input:read-write,
select, 
textarea {
	padding: 10px 14px 10px 14px;
	border-radius: 8px;
	border: 1px solid #B5A9A1;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.36;
	padding: 9px 14px;
	letter-spacing: 0.02em;
	margin: 0;
	background-color: #FFFAF2;
	color: #5C5754;
	width: 100%;
	text-transform: uppercase;
}
input::placeholder {
	color: #5C5754;
	opacity: 1;
}
input::-ms-input-placeholder {
	color: #5C5754;
}

input:read-write.dark {
    background-color: #11474D;
	border-color: #FFFAF2CC;
	color: #FFFAF2CC;
}
input:read-write.dark::placeholder {
	color: #FFFAF2CC;
}
input::-ms-input-placeholder {
	color: #FFFAF2CC;
}

input[type=radio] {
	width: auto;
	padding: 0;
	line-height: 1em;
}

a.more-link {
	color: #2C254A;
	text-transform: uppercase;
	transition: border-color .5s ease;
	border-bottom: 1px solid #2C254A;
	font-size: 12px;
	font-weight: 700;
	line-height: 16.34px;
	letter-spacing: 0.02em;
}
a.more-link:hover {
	color: #2C254A;
	border-bottom: 2px solid #9E2C36;
}
.more-link:after {
	display: none;
}
a.link-light,
a.link-dark {
	font-size: 12px;
	font-weight: 700;
	line-height: 16.34px;
	letter-spacing: 0.02em;
	padding: 0px 0px 2px 0px;
	gap: 7px;
	color: #FFFAF2;
	border-bottom: 1px solid #FFFAF2;
	transition: border-color .5s ease;
	text-transform: uppercase;
}

a.link-light:hover {
	color: #FFFAF2;
	border-bottom: 2px solid #FFED94;
}

a.link-dark {
	color: #2C254A !important;
	border-color: #2C254A;
}

a.link-dark:hover {
	color: #2C254A;
	border-bottom: 2px solid #9E2C36;
}
a.download-file {
	position: relative;
	margin-left: 20px;
}
a.download-file::before {
	content: "";
	display: block;
	background:url("/wp-content/themes/themify-ultra-child/img/icon-pdf.svg") no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: -20px;
}

.module-image.rounded .image-wrap img {
	border-radius: 8px;
}
.module-image.image-top .image-content {
	position: absolute;
	bottom: 0;
	color: #FFFAF2;
	font-weight: 700;
	font-size: 11px;
	line-height: 15px;
	margin: 20px 30px;
	text-transform: uppercase;
}

.youtube-preview,
.youtube-preview-video {
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.youtube-preview {
	cursor:pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.youtube-preview:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,0,0,0.2);
	transition: opacity .3s ease-out;
	z-index: 10;
}
.youtube-preview:after {
	content: "";
	position: absolute;
	background:url("/wp-content/themes/themify-ultra-child/img/video-play.svg") no-repeat;
	width: 27px;
	height: 27px;
	opacity: 0;
	z-index: 20;
}
.youtube-preview:hover:before,
.youtube-preview:hover:after {
	opacity: 1;	
}
.youtube-preview-video {
	display: block;
}
.youtube-preview-video.youtube-preview-video_hide {
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	visibility: hidden !important;
	margin: 0 !important;
	display: table-column !important;
	background: 0 !important;
	content-visibility: hidden;
	overflow: hidden !important;
}
.youtube-preview.full-width:after {
	background:url("/wp-content/themes/themify-ultra-child/img/video-play-yellow.svg") no-repeat;
	width: 90px;
	height: 90px;
	opacity: 1;
}
.youtube-preview.full-width:hover:after {
	background:url("/wp-content/themes/themify-ultra-child/img/video-play-white.svg") no-repeat;
}

.widget .social-links a {
    font-size: 12px;
	line-height: 16px;
    text-transform: uppercase;
	padding: 10px 0;
}
.widget .social-links a:hover em {
	background: none;
}
.social-links .icon-small em {
	margin: 0;
	padding: 0 5px;
	height: 16px;
	vertical-align: top;
}
.social-links.vertical li {
	margin: 10px 0;
}

.wpcf7-not-valid-tip {
	color: #9E2C36;
	font-size: 12px;
	font-weight: 600;
}

.related-posts .post {
	background: #FFFEFC;
	border: 1px solid #E9E2DA;
	border-radius: 8px;
	overflow: hidden;
}
.related-posts .related-title {
	font-family: "Roboto Slab";
	text-transform: none;
	font-size: 31px;
	font-weight: 600;
	line-height: 41px;
	text-align: left;
	letter-spacing: 0;
}
.related-posts .post .post-image {
	margin-bottom: 0;
}
.related-posts .post-image img {
	border-radius: 0;
}
.related-posts .post-content {
	padding: 18px 20px;
}
.related-posts .post-meta {
    color: #B5A9A1;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	text-align: left;
}
.related-posts .post-meta a {
    color: #B5A9A1;
}

/* WIDGETS and MODULES */
.loops-wrapper.list-post .post-date-wrap {
	margin-top: 0 !important;
	width: auto !important;
	height: auto !important;
}
.loops-wrapper.list-post .post-date,
.single .post-content .post-date {
    display: block !important;
    background: none;
	width: auto;
	height: auto;
}
.loops-wrapper.list-post .post-date span,
.single .post-content .post-date span {
	display: inline-block !important;
	letter-spacing: 0;
	font-weight: 700;
	vertical-align: middle;
}
.loops-wrapper.list-post .post-date span.day {
/* 	font-size: 32px; */
/* 	line-height: 37px; */
}
.loops-wrapper.list-post .post-date span.month {
/* 	font-size: 19px; */
/* 	line-height: 25px; */
/* 	margin-left: 5px; */
}

.loops-wrapper.list-thumb-image .post {
	overflow: hidden;
	margin: 0;
}
.loops-wrapper.list-thumb-image .post-title {
	font-family: "Roboto Slab";
	font-size: 19px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0;
}
.loops-wrapper.list-thumb-image .post-title a {
/* 	color: #5C5754; */
	color: #2C254A;
}
.loops-wrapper.list-thumb-image .post-image {
	width: 30%;
	max-width: 30%;
	margin: 0;
}
.loops-wrapper.list-thumb-image .post-image img {
	border-radius: 0;
}
.loops-wrapper.list-thumb-image .post-content {
	padding: 18px 20px;
}
.artist.loops-wrapper.list-thumb-image .post-content {
	padding: 5px 17px;
}
.loops-wrapper.list-thumb-image .post-content .post-date {
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	color: #B5A9A1;
	margin-bottom: 10px;
}

.featured-event,
.featured-post,
.featured-podcast {
	overflow: hidden;
}
/* here */
.featured-event .loops-wrapper.list-thumb-image .post,
.featured-post .loops-wrapper.list-thumb-image .post,
.featured-podcast .loops-wrapper.list-thumb-image .post {
	display: flex;
    flex-direction: row;
	margin: 0;
}
.featured-event .loops-wrapper.list-thumb-image .post-image,
.featured-post .loops-wrapper.list-thumb-image .post-image,
.featured-podcast .loops-wrapper.list-thumb-image .post-image {
	flex: 1;
	width: 50%;
	max-width: 50%;
	margin: 0;
}
.featured-event .loops-wrapper.list-thumb-image .post-image img,
.featured-post .loops-wrapper.list-thumb-image .post-image img,
.featured-podcast .loops-wrapper.list-thumb-image .post-image img {
	border-radius: 0;
}
.featured-event .loops-wrapper.list-thumb-image .post-content,
.featured-post .loops-wrapper.list-thumb-image .post-content,
.featured-podcast .loops-wrapper.list-thumb-image .post-content {
	display: flex;
	flex: 1;
	padding: 0;
	border: 1px solid #E9E2DA;
    border-left: none;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.featured-event .loops-wrapper.list-thumb-image .post-content .post-content-inner,
.featured-post .loops-wrapper.list-thumb-image .post-content .post-content-inner,
.featured-podcast .loops-wrapper.list-thumb-image .post-content .post-content-inner {
	padding: 55px 60px;
}
.featured-event .loops-wrapper.list-thumb-image .post-content .post-content-inner,
.featured-post .loops-wrapper.list-thumb-image .post-content .post-content-inner {
	display: flex;
	flex-direction: column;
}
.featured-event .loops-wrapper.list-thumb-image .post-content .post-content-inner .entry-content,
.featured-post .loops-wrapper.list-thumb-image .post-content .post-content-inner .entry-content {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.featured-event .loops-wrapper.list-thumb-image .post-content .post-content-inner .entry-content .more-link-wrap,
.featured-post .loops-wrapper.list-thumb-image .post-content .post-content-inner .entry-content .more-link-wrap {
	margin-top: auto;
}
.featured-event .loops-wrapper.list-thumb-image .post-content .post-content-inner .entry-content p.more-link-wrap {
	margin: 0;
}
.featured-podcast .loops-wrapper.list-thumb-image .post-content {
	font-weight: 600;	
}
.featured-podcast .loops-wrapper.list-thumb-image .post-title a {
	font-family: "Roboto";
}
.featured-event .loops-wrapper.list-thumb-image .post-content .post-tag-wrap {
	color: #B5A9A1;
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.featured-event .loops-wrapper.list-thumb-image .post-content .event-meta {
	margin: 26px 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.featured-event .loops-wrapper.list-thumb-image .post-content .event-meta img {
	margin-right: 7px;
}
.featured-event .loops-wrapper.list-thumb-image .post-content .event-meta .event-meta-location {
	margin-right: 20px;	
}
.featured-event .loops-wrapper.list-thumb-image .post-content .post-date {
	color: #FFFAF2;
	font-family: "Roboto Slab";
	font-size: 19px;
	font-weight: 700;
	line-height: 25px;
	position: absolute;
	left: 40px;
	bottom: 10px;
}
.featured-post .loops-wrapper.list-thumb-image .post-content .post-date {
	padding-bottom: 0;
}

.hide-excerpt.module-post .entry-content > * {
    display: none;
}
.hide-excerpt.module-post .entry-content .more-link-wrap {
    display: block;
}

.loops-wrapper.list-large-image > .post {
	overflow: hidden;
	border-radius: 8px;
	display: flex;
	flex-direction: row;
}
.loops-wrapper.list-large-image > .post .post-image {
	margin: 0;
}
.loops-wrapper.list-large-image > .post .post-image img {
	border-radius: 0;
}
.loops-wrapper.list-large-image > .post .post-content {
	background-color: #FFFAF2;
	padding: 38px 40px;
	flex: 1;
}
.podcast.loops-wrapper.list-large-image > .post .post-content {
	padding: 38px 40px 0px 40px;
}
.loops-wrapper.list-large-image.podcast > .post .post-content {
	background-color: #FFFEFC;
}
.loops-wrapper.list-large-image.podcast > .post .post-content .post-date {
/* 	font-family: Open Sans; */
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	color: #B5A9A1;
}
.loops-wrapper.podcast > .post .post-content .more-link-wrap {
	display: none;
}

.loops-wrapper.podcast.list-thumb-image.boxed > .post .post-content {
	padding: 18px 20px 0px 20px;	
}
.loops-wrapper.podcast.list-thumb-image.boxed > .post .post-content .more-link-wrap {
	display: block;
	margin-top: 15px;
	margin-bottom: 0;
}
.loops-wrapper.list-large-image.podcast > .post .post-content .post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2em;
}
.loops-wrapper.list-large-image.podcast .post-image {
	width: 380px;
}
.tribe_events.loops-wrapper.list-large-image > .post .post-content .post-tag-wrap {
	color: #B5A9A1;
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.tribe_events.loops-wrapper.list-large-image > .post .post-content .post-date {
	color: #FFFAF2;
	font-family: "Roboto Slab";
	font-size: 19px;
	font-weight: 700;
	line-height: 25px;
	position: absolute;
	left: 30px;
	bottom: 20px;
}
.loops-wrapper.list-large-image > .post .post-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 37.5px;
	padding: 10px 0;
	letter-spacing: 0;
}
.loops-wrapper.list-large-image > .post .post-title a {
	color: #2C254A;
}
.loops-wrapper.list-large-image > .post .entry-content {
	font-size: 12px;
	font-weight: 400;
	line-height: 16.34px;
}


.artists .loops-wrapper.polaroid .post {
	text-align: left;
}
.artists .loops-wrapper.polaroid .post-image+.post-content {
	display: flex;
    align-items: end;
	padding: 14px 10px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	transition: .5s ease-in-out;
	transition-property: color, top, bottom, transform, height, min-height, background;
}
.artists .loops-wrapper.polaroid .post:hover .post-image+.post-content {
	background-color: rgba(0, 0, 0, .4);
}
.artists .loops-wrapper.polaroid .post-title {
	font-family: "Roboto Slab";
	font-size: 31px;
	font-weight: 600;
	line-height: 41px;
	text-align: left;
	margin-bottom: 0;
}
.artists .loops-wrapper.polaroid .post-image+.post-content a,
.artists .loops-wrapper.polaroid .post-image+.product-content a {
	color: #FFFAF2;
}
.artists .loops-wrapper.polaroid .post-image+.post-content :is(.post-date-wrap,.entry-content,.post-meta) {
	display: block;
}
.artists .loops-wrapper.polaroid .post-tag-wrap {
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	text-align: left;
	margin-bottom: 7px;
	text-transform: uppercase;
	opacity: 0;
	max-height: 0px;
	transition: .5s ease-in-out;
	transition-property: max-height, opacity;
}
.artists .loops-wrapper.polaroid .post:hover .post-tag-wrap {
	max-height: 200px;
	opacity: 1;
}
.artists .loops-wrapper.polaroid .post-content .more-link-wrap {
	max-height: 0px;
	opacity: 0;
	transition: .5s ease-in-out;
	transition-property: max-height, opacity;
}
.artists .loops-wrapper.polaroid .post:hover .post-content .more-link-wrap {
	max-height: 200px;
	opacity: 1;
}
.artists .loops-wrapper.polaroid .post-content .more-link {
	display: none;
}

.single.lightboxed #content {
	padding: 0;
}
.single.lightboxed #layout {
	max-width: 100%;
	width: 100%;
}

.artist-content {
    display: flex;
    flex-direction: row;
}
.artist-content .artist-photo {
    width: 35%;
    padding: 20px;
}
.artist-content .artist-info {
    width: 65%;
    padding: 20px;
}
.artist-content .artist-info .post-title{
	font-family: "Roboto Slab";
	font-size: 31px;
}
.artist-content .artist-info img, 
.artist-content .artist-info .wp-caption-text {
    display: none;
}

.stories .loops-wrapper.polaroid .post {
	text-align: left;
}
.stories .loops-wrapper.polaroid .post-image+.post-content {
	display: flex;
    align-items: end;
	padding: 10px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	transition: .5s ease-in-out;
	transition-property: color, top, bottom, transform, height, min-height, background;
}
.stories .loops-wrapper.polaroid .post:hover .post-image+.post-content {
	background-color: rgba(0, 0, 0, .4);
}
.stories .loops-wrapper.polaroid .post-image + .post-content .post-content-inner {
	background-color: rgba(0, 0, 0, .4);
	border-radius: 8px;
	text-align: left;
	padding: 10px;
	transition: .5s ease-in-out;
	transition-property: color, top, bottom, transform, height, min-height, background;
}
.stories .loops-wrapper.polaroid .post:hover .post-image + .post-content .post-content-inner {
	background-color: #FFFAF2;
	color: #2C254A;
}
.stories .loops-wrapper.polaroid .post-title {
	font-family: "Roboto Slab";
	font-size: 21px;
	font-weight: 600;
	line-height: 31px;
	text-align: left;
	margin-bottom: 0px;
}
.stories .loops-wrapper.polaroid .post:hover .post-title a {
	color: #2C254A;
}
.stories .loops-wrapper.polaroid .post-image+.post-content a,
.stories .loops-wrapper.polaroid .post-image+.product-content a {
	color: #FFFAF2;
}
.stories .loops-wrapper.polaroid .post-image+.post-content :is(.post-date-wrap,.entry-content,.post-meta) {
	display: block;
}
.stories .loops-wrapper.polaroid .post-content .entry-content {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	max-height: 0px;
	margin-top: 6px;
	opacity: 0;
	transition: .5s ease-in-out;
	transition-property: max-height, opacity;
}
.stories .loops-wrapper.polaroid .post:hover .post-content .entry-content {
	max-height: 200px;
	opacity: 1;
}
.stories .loops-wrapper.polaroid .post:hover .post-content .more-link-wrap a {
	color: #2C254A;
	border-bottom: 2px solid #9E2C36;
}

.events .loops-wrapper.polaroid .post {
	text-align: left;
}
.events .loops-wrapper:is(.overlay,.polaroid) .post:hover .post-image {
	transform: none;
}
.events .loops-wrapper.polaroid .post-image+.post-content {
	display: flex;
    align-items: end;
	padding: 10px 14px;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	transition: .5s ease-in-out;
	transition-property: color, top, bottom, transform, height, min-height, background;
}
.events .loops-wrapper.polaroid .post-content-inner {
	background: #FFFAF2;
	border-radius: 8px;
	padding: 10px 11px;
	transition: background .5s ease-in-out;
}
.events .loops-wrapper.polaroid .post:hover .post-content-inner {
	background: #FFFEFC;
}
.events .loops-wrapper.polaroid .post-content .post-date-wrap {
	position: absolute;
    top: 16px;
    left: 10px;
    font-family: "Roboto Slab";
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
    text-align: left;
    color: #FFFAF2;
}
.events .loops-wrapper.polaroid .post-title {
	font-family: "Roboto Slab";
	font-size: 19px;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
	margin-bottom: 6px;
}
.events .loops-wrapper.polaroid .post-title,
.events .loops-wrapper.polaroid .post-title a {
	color: #5C5754;
}
.events .loops-wrapper.polaroid .post:hover .post-title,
.events .loops-wrapper.polaroid .post:hover .post-title a {
	color: #2C254A;
}
.events .loops-wrapper.polaroid .post-image+.post-content :is(.post-date-wrap,.entry-content,.post-meta) {
	display: block;
}
.events .loops-wrapper.polaroid .post-content .more-link-wrap a {
	color: #2C254A;
}
.tribe_events.loops-wrapper.list-large-image .post-content .more-link,
.events .loops-wrapper.polaroid .post-content .more-link {
	display: none;
}

.loops-wrapper:is(.overlay,.polaroid) .post:hover .post-image {
	transform: none;
}

.resources .loops-wrapper .gutter-sizer {
	width: 24px;
}
.resources .loops-wrapper .post {
	width: calc(50% - 12px);
	margin-bottom: 24px;
}
.resources .loops-wrapper.grid2-thumb .post-tag-wrap {
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	text-align: left;
	color: #11474D;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.resources .loops-wrapper.grid2-thumb .post-image {
	width: 36%;
}
.resources .loops-wrapper.grid2-thumb .post-content {
	padding: 10px 20px;
}
.resources .loops-wrapper.grid2-thumb .post-content .more-link {
	display: none;
}
.resources .loops-wrapper.grid2-thumb .post-content .more-link-wrap.wh {
	margin-bottom: 5px;
}

.voices .loops-wrapper.list-thumb-image .post-tag-wrap {
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	color: #B5A9A1;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.loops-wrapper.grid4 .post-title {
	font-size: 18px;
	line-height: 24px;
}

.mega-menu-side .stories .loops-wrapper.boxed,
.mega-menu-side .events .loops-wrapper.polaroid {
	display: flex;
	flex-direction: row;
	gap: 10px;
	padding: 10px;
}
.mega-menu-side .stories .loops-wrapper.boxed:after,
.mega-menu-side .events .loops-wrapper.polaroid:after {
	display: none;
}
.mega-menu-side .stories .loops-wrapper.boxed .post,
.mega-menu-side .events .loops-wrapper.polaroid .post {
	margin: 0;
	flex: 1 1 0px;
}
.mega-menu-side .events .loops-wrapper.polaroid .post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.mega-menu-side .stories .loops-wrapper.boxed .post-image,
.mega-menu-side .events .loops-wrapper.polaroid .post-image {
	margin-bottom: 0;
}
.mega-menu-side .events .loops-wrapper.polaroid .post-content .post-date-wrap {
	font-size: 18px;
	line-height: 24px;
	top: 10px;
}
.mega-menu-side .events .loops-wrapper.polaroid .post .post-title {
	font-size: 16px;
	line-height: 22px
}
.mega-menu-side .events .loops-wrapper.list-post .post-date span {
	font-size: 14px;
}

.mega-menu-side .stories .loops-wrapper.boxed .post {
	border-radius: 8px;
	overflow: hidden;
	background: #FFFAF2;
}
.mega-menu-side .stories .loops-wrapper.boxed .post-image img {
	border-radius: 0;
}
.mega-menu-side .stories .loops-wrapper.boxed .post-content {
	background: #FFFAF2;
	padding: 18px 20px;
	text-align: left;
	min-height: 120px;
}
.mega-menu-side .stories .loops-wrapper.boxed .post-title {
	font-family: "Roboto Slab";
	font-size: 19px;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
	color: #2C254A;
}
.mega-menu-side .stories .loops-wrapper.boxed .post-title a {
	color: #2C254A;
}
.mega-menu-side .stories .loops-wrapper.boxed .post-meta {
	text-align: left;
}
.mega-menu-side .stories .loops-wrapper.boxed .post-author a {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.mega-menu-side .grassroots-action-network .module_column {
	padding: 20px;
}
.mega-menu-side .grassroots-action-network .module-text {
    background-color: #fffaf2;
    padding: 20px 24px;
    border-radius: 8px;
}
.mega-menu-side .grassroots-action-network .module-text p {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: #2C254A;
}

.module-post .post-filter {
	margin: 31px 0 48px 0;
	text-align: left;
}
.module-post .post-filter > li + li {
	margin-left: 14px;
}
.module-post .post-filter .cat-item-all.cat-item {
	display: inline-block;
	cursor: pointer;
	float: left;
	margin-right: 28px;
	margin-left: 0px;
	position: relative;
}
.module-post .post-filter .cat-item-all.cat-item:after {
    content: "";
    display: block;
    height: 16px;
    position: absolute;
    right: -14px;
    top: 7px;
    border-right: 2px solid #B5A9A1;
}
.module-post .post-filter .cat-item-all.cat-item,
.module-post .post-filter li > a {
	color: #5C5754;
	padding: 7px 12px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
	border-radius: 20px;
	border: 1px solid transparent;
	text-transform: uppercase;
}
.module-post .post-filter .cat-item-all.cat-item:hover,
.module-post .post-filter li > a:hover {
	background-color: #E9E2DA;
	border-color: #E9E2DA;
}
.module-post .post-filter .cat-item-all.cat-item.active,
.post-filter li.active a {
	background-color: transparent;
	border-color: #5C5754;
}
.module-post .post-filter .tf_ajax_sort {
	float: right;
	border-radius: 20px;
	border: 1px solid #5C5754;
}
.module-post .loops-wrapper.boxed.grid3 .post {
	box-shadow: none;
	border-radius: 8px;
	border: 1px solid #E9E2DA;
}
.module-post .loops-wrapper.boxed.grid3 .post:hover {
	border-color: #B5A9A1;
}
.module-post .loops-wrapper.boxed.grid3 .post:hover .post-content .post-date {
	color: #5C5754;
}
.module-post .loops-wrapper.boxed.grid3 .post .post-image {
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
	margin-bottom: 0;
}
.module-post .loops-wrapper.boxed.grid3 .post .post-image img {
	border-radius: 8px 8px 0 0;
}
.module-post .loops-wrapper.boxed.grid3 .post .post-content {
	padding: 18px 20px;
	text-align: left;
}
.module-post .loops-wrapper.boxed.grid3 .post .post-content .post-date {
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	color: #B5A9A1;
}
.module-post .loops-wrapper.boxed.grid3 .post-title {
	font-family: "Roboto Slab";
	font-size: 19px;
	font-weight: 700;
	line-height: 25px;
	padding: 10px 0;
	letter-spacing: 0;
}
.module-post .loops-wrapper.boxed.grid3 .post-title a {
	color: #2C254A;
}

.module-feature.layout-icon-left .module-feature-title {
	margin-top: 0;
	margin-bottom: 10px;
}
.module-feature.layout-icon-left .module-feature-image {
	margin-right: 30px;
}
.module-feature.layout-icon-left .module-feature-chart-html5 {
	width: 90px;
	height: 90px;
	border-radius: 0;
}
.module-feature.layout-icon-left .module-feature-chart-html5 img {
	border-radius: 0;
	object-fit: fill;
	height: auto !important;
}
.module-feature.layout-icon-left .module-feature-content .tb_text_wrap *:last-child {
	margin-bottom: 5px;
}

.module-feature.charity-navigator .module-feature-image {
	margin-right: 20px;
}

.module.module-accordion ul.module-accordion {
	background-color: #FFFEFC;
	border-radius: 8px;
	border: 1px solid #E9E2DA;
	padding: 0;
}
.module.module-accordion ul.module-accordion > li {
	border: none;
	padding: 20px 24px;
}
.module.module-accordion ul.module-accordion > li + li {
	border-top: 1px solid #E9E2DA;
}
.module.module-accordion ul.module-accordion > li .accordion-title {
	background-color: #FFFEFC;
	color: #2C254A;
	font-family: "Roboto Slab";
	font-size: 19px;
	line-height: 25px;
	font-weight: 700;
	padding-bottom: 10px;
}
.module.module-accordion ul.module-accordion > li .accordion-title a {
	padding: 0;
}
.module.module-accordion ul.module-accordion > li .accordion-title i {
    margin-inline-end: 13px;
}
.module.module-accordion ul.module-accordion > li .accordion-content {
    font-weight: 600;
	color: #2C254A;
	box-shadow: none;
	border-top: 1px solid #2C254A;
    margin: 0 0 0 34px;
    padding: 10px 0 0 0;
}

.module-tab.panel ul.tab-nav {
	display: flex;
	flex-direction: row;
	padding: 0;
	box-shadow: none;
	border: none;
	border-radius: 8px;
	overflow: hidden;
}
.module-tab.panel ul.tab-nav > li {
	flex-grow: 1;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: #E9E2DA;
	margin: 0;
	border: none;
}
.module-tab.panel ul.tab-nav > li.current {
	background: #FFFEFC;	
}
.module-tab.panel ul.tab-nav > li:hover {
	background: #FFED94;
}
.module-tab.panel ul.tab-nav > li.current a,
.module-tab.panel ul.tab-nav > li a {
	padding: 10px;
	width: calc(100% - 20px);
	color: #2C254A;
}
.module-tab.panel ul.tab-nav > li a {
	font-weight: 700;
}
.module-tab.panel ul.tab-nav > li.current a {
	font-weight: 800;
}
.module-tab.panel .tab-content {
	margin-top: 10px;
	background: #165F66;
	color: #FFFEFC;
	border: 1px solid #7FB9D0;
	border-radius: 8px;
}

.module-tab.minimal ul.tab-nav {
	display: flex;
	justify-content: center;
	flex-direction: row;
	padding: 0;
	box-shadow: none;
	border: none;
	border-radius: 8px;
	overflow: hidden;
}
.module-tab.minimal ul.tab-nav > li {
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.02em;
	font-weight: 600;
	text-transform: uppercase;
	background: #E9E2DA;
	margin: 0;
	border: none;
	border-radius: 0;
}
.module-tab.minimal ul.tab-nav > li:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.module-tab.minimal ul.tab-nav > li:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.module-tab.minimal ul.tab-nav > li.current {
	background: #FFFEFC;
	border: none;
}
.module-tab.minimal ul.tab-nav > li:hover {
	background: #FFED94;
}
.module-tab.minimal ul.tab-nav > li.current a,
.module-tab.minimal ul.tab-nav > li a {
	padding: 10px 46px;
	color: #2C254A;
}
.module-tab.minimal ul.tab-nav > li a {
	font-weight: 700;
}
.module-tab.minimal ul.tab-nav > li.current a {
	font-weight: 800;
}
.module-tab.minimal > .tab-content {
	padding-top: 58px;
}

.modal-style.style-1 {
	padding-top: 0;
}
.modal-style.style-1 .awsm-team-item {
	padding: 0 12px;
	margin-bottom: 24px;
}
.modal-style.style-1 .awsm-team-item-inner {
	background-color: #165F66;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
}
.modal-style.style-1 .awsm-team-item .awsm-content {
	color: #FFFAF2;
	padding: 18px 20px;
}
.modal-style.style-1 .awsm-team-item .awsm-personal-info h3 {
	font-family: "Roboto Slab";	
	margin-bottom: 7px;
}
.modal-style.style-1 .awsm-team-item .awsm-personal-info span {
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
}
.modal-style.style-1 .awsm-modal-items-main {
	max-width: 990px;
}
.modal-style.style-1 .awsm-modal-content {
	background-color: #165F66;
	padding: 20px;
	border-radius: 8px;
	color: #FFFAF2;
}
.modal-style.style-1 .awsm-image-main {
	max-width: 270px;
}
.modal-style.style-1 .awsm-image-main img {
	border-radius: 8px;
}
.modal-style.style-1 .awsm-modal-details {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	color: #FFFAF2;
}
.modal-style.style-1 .awsm-modal-details h2 {
	font-family: "Roboto Slab";	
	font-size: 31px;
	font-weight: 600;
	line-height: 41px;
	text-align: left;
	margin-bottom: 7px;
}
.modal-style.style-1 .awsm-modal-details h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	text-align: left;
	text-transform: none;
	margin-bottom: 27px;
}
.module-slider .tf_carousel_nav_wrap {
	margin-top: 40px;
}

.module-slider.slider-overlay .slide-image+.slide-content {
    background: #FFFAF2;
    color: #2C254A;
    margin: 40px 40px 87px 40px;
    width: calc(100% - 80px);
    border-radius: 8px;
    padding: 16px 10px 16px 115px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
	min-height: 100px;
}
.module-slider.slider-overlay .slide-title,
.module-slider.slider-overlay .slide-title a {
	font-family: "Roboto Slab";
	font-size: 19px;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
	color: #2C254A;
}
.module-slider.slider-overlay .tf_carousel_nav_wrap {
	justify-content: start;
	margin-top: 0;
    position: absolute;
	bottom: 35px;
	left: 40px;
	z-index: 100;
	max-width: 200px;
}
.module-slider.slider-overlay .tf_carousel_bullets .tf_carousel_bullet {
	color: #FFFAF2;	
}
.module-slider.slider-overlay .post-date {
	position: absolute;
	left: 30px;
	top: 15px;
	font-family: Roboto Slab;
	font-size: 24px;
	font-weight: 700;
	line-height: 43px;
	text-align: center;
	width: 55px;
}

.module-slider.history-slider.slider-agency .slide-inner-wrap {
	align-items: center;
}
.module-slider.history-slider.slider-agency .slide-content {
	background: #FFFEFC;
	border: 1px solid #B5A9A1;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	margin-left: -34px;
	max-width: 346px;
    z-index: 10;
}
.module-slider.history-slider.slider-agency .slide-title {
	color: #9E2C36;
	font-family: "Nexa Script";
	font-size: 58px;
	font-weight: 600;
	line-height: 63px;
	text-align: left;
	margin-bottom: 13px;
}
.module-slider.history-slider.slider-agency .tf_carousel_nav_wrap {
	margin-top: 44px;
}
.module-slider.history-slider.slider-agency .tf_carousel_bullets .tf_carousel_bullet {
	background: #FFFAF2;
	border-width: 1.5px;
	border-color: transparent;
	width: 14px;
	height: 14px;
	margin: 0 9px;
}
.module-slider.history-slider.slider-agency .tf_carousel_bullets :is(.tf_carousel_bullet:hover,.selected) {
	border-color: #FFED94;
	background: none;
}
.module-slider.history-slider.slider-agency .tf_carousel_nav_wrap :is(.carousel-prev,.carousel-next):before {
	width: 6px;
	height: 6px;
}
.module-slider.history-slider.slider-agency .tf_carousel_nav_wrap :is(.carousel-prev,.carousel-next) {
	margin-right: 20px;
	margin-left: 20px;
	padding: 9px;
}
.module-slider.solution-slider.slider-agency .slide-inner-wrap {
	align-items: stretch;
}
.module-slider.solution-slider.slider-agency .slide-image {
	margin-bottom: 0;
}
.module-slider.solution-slider.slider-agency .slide-content {
	background-color: #FFFEFC;
	border: 1px solid #E9E2DA;
	border-radius: 8px;
	padding: 55px 66px;
	/*max-width: 334px;*/
    margin-left: 23px;
}
.module-slider.solution-slider.slider-agency .tf_carousel_bullets .tf_carousel_bullet {
	background: #2C254A;
	border-width: 1.5px;
	border-color: transparent;
	width: 14px;
	height: 14px;
	margin: 0 9px;
}
.module-slider.solution-slider.slider-agency .tf_carousel_bullets :is(.tf_carousel_bullet:hover,.selected) {
	border-color: #2C254A;
	background: none;
}

#sb_instagram #sbi_images {
	gap: 32px !important;
}
#sb_instagram #sbi_images .sbi_item {
	border-radius: 8px;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
    padding: 9px 13px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    transition: .3s ease-in-out;
	background-color: #FFED94;
    border-color: #FFED94;
    color: #2C254A;
    border-radius: 8px;
}
#sb_instagram #sbi_load .sbi_load_btn:hover,
#sb_instagram .sbi_follow_btn a:hover {
    background-color: #2C254A;
    color: #FFED94;
    transform: none;
	box-shadow: none;
}

/* SIGNUP FORM */

#homepage-signup-form-footer {
	display: none;
	max-height: 40px;
    overflow: hidden;
}
.signup {
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
}
p.disclaimer {
	color:#999999;
	font-size:13px !important;
	line-height:17px !important;
}
.disclaimer a {
	transition:color 0.3s ease;
	color:#9fac3d;
}
.disclaimer a:hover {
	transition:color 0.3s ease;
	color:#a0343e;
}

/* SIGNUP FORM - Form */
.ngp-form {
	max-width: 100% !important;
	width: 100%;
}
#ways-to-help-signup-form .ngp-form form,
#header-signup-form .ngp-form form,
#footer-signup-form .ngp-form form {
    display: flex;
    flex-direction: row;
}
.at-inner {
	background: none !important;
}
#ways-to-help-signup-form .at-title,
#ways-to-help-signup-form .at-markup,
#ways-to-help-signup-form .at-legend,
#header-signup-form .at-title,
#header-signup-form .at-markup,
#header-signup-form .at-legend,
#footer-signup-form .at-title,
#footer-signup-form .at-markup,
#footer-signup-form .at-legend {
	display:none;
}
.at small.info {
	margin-top: 0 !important;
	color: #2c244a !important;
}
.at small.info a {
	color: #9E2C36 !important;
}
#ways-to-help-signup-form .at-fieldset,
#ways-to-help-signup-form .at-form-submit,
#ways-to-help-signup-form .at-form-submit .at-submit,
#ways-to-help-signup-form .at-text,
#header-signup-form .at-fieldset,
#header-signup-form .at-form-submit,
#header-signup-form .at-form-submit .at-submit,
#header-signup-form .at-text,
#footer-signup-form .at-fieldset,
#footer-signup-form .at-form-submit,
#footer-signup-form .at-form-submit .at-submit,
#footer-signup-form .at-text {
	border-radius: 0px;
	padding: 0px;
	margin: 0;
}
#ways-to-help-signup-form .at-text.EmailAddress input,
#header-signup-form .at-text.EmailAddress input,
#footer-signup-form .at-text.EmailAddress input {
	font-family: 'Open Sans', sans-serif;
	border-radius: 8px;
	padding: 9px 14px;
	margin: 0;
	background-color: #11474D;
    border-color: #FFFAF2CC;
    color: #FFFAF2CC;
	font-size: 12px;
    font-weight: 700;
    line-height: 1.36;
	letter-spacing: 0.02em;
	height: auto;
}
#ways-to-help-signup-form .at-text.EmailAddress input,
#header-signup-form .at-text.EmailAddress input{
	background-color: #FFFAF2;
	border: 1px solid #B5A9A1;
	color: #5C5754;
}
#footer #footer-signup-form .at-text.EmailAddress input {
	background-color: #FFFAF2;
	border: 1px solid #B5A9A1;
	color: #5C5754;
}
#footer-signup-form .at-text.EmailAddress input::placeholder {
	color: #FFFAF2CC;
}
#footer #footer-signup-form .at-text.EmailAddress input::placeholder {
	color: #5C5754;
}
#ways-to-help-signup-form .at-text.EmailAddress input::placeholder,
#header-signup-form .at-text.EmailAddress input::placeholder{
	color: #5C5754;
}
.at-text.EmailAddress input:hover {
	color: black;
}
.at-text {
	font-size:0 !important;
}
.at-form-submit {
	margin-left: -14px !important;
}
#ways-to-help-signup-form .at .btn-at-primary,
#header-signup-form .at .btn-at-primary,
#footer-signup-form .at .btn-at-primary {
	background-color: #FFED94;
    border-color: #FFED94;
    color: #2C254A;
	border-radius: 8px;
	padding: 9px 14px;
	font-size: 12px;
    font-weight: 700;
    line-height: 1.36;
	letter-spacing: 0.02em;
}
#ways-to-help-signup-form .at .btn-at-primary,
#header-signup-form .at .btn-at-primary {
	background-color: #2C254A;
    border-color: #2C254A;
    color: #FFFAF2;
}
#footer-signup-form .at .btn-at-primary:hover {
    background-color: #2C254A;
    color: #FFED94;
    transform: none;
}
#ways-to-help-signup-form .at .btn-at-primary:hover,
#header-signup-form .at .btn-at-primary:hover {
	background-color: #FFFAF2;
    color: #2C254A;
    transform: none;
}

/* SIGNUP FORM - Message */
.content.thankYou {
	width: 100%;
}
.contributions {
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	width: 100%;
}
/* SIGNUP FORM - Media Queries */
@media only screen and (max-width: 361px) {
	.at-text.EmailAddress input{ 
		font-size:15px;
		padding:5px;
	}
}
@media only screen and (min-width: 480px) {	
	.at-text.EmailAddress input {
/* 		font-size:18px !important; */
	}
	.at .btn-at-primary {
/* 		font-size:20px !important; */
	}
}
@media only screen and (min-width: 600px) {
	.at-fieldset {
		min-width: 75% !important;
		width: 100%;
	}
	.at-form-submit {
/* 		width:25%; */
	}
}

/* FOOTER */

#footer a:not(.wp-element-button) {
	color: #fffaf2;
}

#footer.pagewidth {
	width: 1152px;
}

#footer-logo {
	margin-top: -125px;
	margin-bottom: 125px;
	margin-left: -25px;
}

#footer .footer-left-wrap .widgettitle {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0px;
	font-size: 19px;
	text-transform: none;
	text-align: left;
	color: #FFFAF2;
}

#footer .footer-widgets-wrap {
	padding-bottom: 16px;
}

#footer .footer-widgets .widget {
	margin-bottom: 18px;
}

#footer .footer-widgets .widgettitle {
	margin-bottom: 16px;
}

#footer .footer-widgets .wp-block-buttons {
	display: inline;
}

#footer .footer-widgets .wp-block-buttons>.wp-block-button {
	display: inline-block;
	margin: 0;
}

#footer .footer-widgets .wp-block-buttons .wp-block-button + .wp-block-button {
	margin-left: 12px;
}

#footer .footer-widgets {
	display: flex;
	gap: 32px;
}

#footer .footer-widgets:after {
	display: none;
}

#footer .footer-widgets .col4-1 {
	max-width: 160px;
	margin-left: 0;
}

#footer .footer-widgets .col4-1.first {
	margin-left: 0;
}

#footer .footer-widgets .col4-1:nth-of-type(4) {
	max-width: 274px;
	flex-grow: 1;
}

.footer-horizontal-left .footer-left-wrap, .footer-left-col .main-col {
	width: 20%;
}

.footer-horizontal-left .footer-right-wrap, .footer-left-col .section-col {
	width: 73.5%;
	margin-left: 6.5%;
}

#footer .footer-widgets .menu, #footer .footer-widgets .sub-menu {
	padding-left: 0;
	margin: 0;
}

#footer .footer-widgets .menu .menu-item {
	list-style: none;
	font-size: 16px;
	line-height: 1.36;
	font-weight: 600;
	padding: 7px 0 0 0;
	margin-bottom: 16px;
}

#footer .footer-widgets .menu .menu-item a {
	font-weight: 600;
}

#footer .footer-widgets .menu .menu-item .sub-menu {
	padding-top: 2px;
}

#footer .footer-widgets .menu .menu-item .sub-menu .menu-item {
	font-size: 12px;
	line-height: 1.36;
	font-weight: 400;
	padding: 7px 0 0 0;
	margin-bottom: 0px;
}

#footer .footer-widgets .menu .menu-item .sub-menu .menu-item a {
	font-weight: 400;
}

#footer .footer-widgets .themify-social-links .widgettitle {
	margin-bottom: 10px;
}

#footer .footer-widgets .themify-social-links .social-links li em {
	padding: 0;
	margin-right: 10px;
}

#footer .footer-widgets .themify-social-links .social-links .social-link-item {
	margin: 0;
}

/* FOOTER TEXT */

#footer .footer-text {
	font-size: 12px;
	line-height: 1.4;
	border-top: 1px solid #FFFAF2;
	padding: 30px 0 0 0;
}

#footer .footer-text-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#footer .footer-text a {
	font-weight: 400;
}

/* SINGLE POST */

.single-post.fixed-header-enabled #headerwrap,
.single-tribe_events.fixed-header-enabled #headerwrap,
.single-storytelling.fixed-header-enabled #headerwrap,
.single-podcast.fixed-header-enabled #headerwrap {
	position: fixed;
}

.single-post #content,
.single-tribe_events #content,
.single-storytelling #content {
	padding-top: 0;
}
.single-podcast #content {
	padding-top: 160px;
}
.single-post .post-content a 
.single-tribe_events .post-content a,
.single-storytelling .post-content a {
	font-weight: 700;
	color: #808F1D;	
}
.single-tribe_events a.button.large.rounded.shortcode {
	text-align: center;
}
.single-post .post-content img,
.single-tribe_events .post-content img,
.single-storytelling .post-content img {
	border-radius: 8px;
}
.single-post-title {
    background-image: url(/wp-content/themes/themify-ultra-child/img/single-post-image.jpg);
    background-size: cover;
    position: relative;
}
.single-post .single-post-title {
	background-position: center;
}
.single-tribe_events .single-post-title {
    background-image: url(/wp-content/themes/themify-ultra-child/img/single-event-image.jpg);
	background-position: center;
}
.single-podcast .single-post-title {
	height: 640px;
	margin-bottom: -640px;
    background-image: url(/wp-content/uploads/2024/10/d4f65b57839994acb8ea5adfaa78128d.jpeg);
	background-position: center;
}
.single-podcast .podcast-previous {
    max-width: 830px;
    margin: 0 auto;
	border-top: 1px solid #B5A9A1;
	padding-top: 25px;
}
.single-podcast .podcast-previous > h3 {
	margin-bottom: 30px;
}
.single-podcast .podcast-previous .loops-wrapper.list-large-image > .post {
	margin: 0;
	text-align: left;
	border: 1px solid #E9E2DA;
}
.single-podcast .podcast-previous .post .post-date,
.single-podcast .podcast-previous .post .post-date span {
	vertical-align: baseline;
}

.single-post-title-inner-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}
.single-post-title-inner-frame {
    height: 150px;
    width: 100%;
    position: absolute;
    background-image: url(/wp-content/uploads/2024/10/frame-botom-white.svg);
    bottom: 0px;
}
.single-post-title-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 300px 8px 200px 8px;
    color: #FFFEFC;
    position: relative;
}
.single-post-title-inner .post-date {
	font-weight: bold;
}
.single-post-title-inner .post-title a {
    color: #FFFEFC;
}

.single-post .post-footer {
    padding-top: 20px;
	border-top: 1px solid #B5A9A1;
	max-width: 760px;
    margin: 50px auto;
    margin-bottom: 100px;
}

/* Specific page CSS */

.page-id-44197 #body:before,
.page-id-44200 #body:before,
.home #body:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1100px;
    background-image: url(https://2025.whyhunger.org/wp-content/uploads/2024/12/homepage-overlay-2.png);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 1;
}

#themify_builder_content-40969 .module_row.tb_first .tb_row_frame_top {
	background-position: 50% 30px;
    background-size: 2500px 120px;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1260px) {
	#themify_builder_content-40969 .module_row.tb_first .tb_row_frame_top {
		background-size: 180% 120px;
	}
}
@media screen and (max-width: 1024px) {
	#themify_builder_content-40969 .module_row.tb_first .tb_row_frame_top {
		background-size: 1900px 120px;
		background-position: -400px;
	}
}

#themify_builder_content-40969 .tb_fullwidth_video video {
	object-position: top;
}

.page-id-41855 #themify_builder_content-41855 .tb_navw603 {
	background-position: 50% 60px;
}
/*.module_row.get-involved-follow > .row_inner {*/
/*	width: 100%;*/
/*	max-width: 1270px;*/
/*}*/

.module.module-slider.partnership-slider .tf_swiper-container .tf_swiper-wrapper {
	align-items: center;
}

#pagewrap .podcast-extra {
	background-color: #165F66;
	border-radius: 8px;
	margin: 35px 0;
	padding: 10px 20px;
}
#pagewrap .podcast-extra.btn-secondary-3 .ui.builder_button,
#pagewrap .podcast-loop-extra.btn-secondary-3 .ui.builder_button {
	margin-right: 24px;
}
#pagewrap .podcast-extra.btn-secondary-3 .ui.builder_button {
	color: #FFFAF2;
}
#pagewrap .podcast-extra.btn-secondary-3 .ui.builder_button:hover {
	color: #FFED94 !important;
}
#pagewrap .podcast-extra.btn-secondary-3 .ui.builder_button em ,
#pagewrap .podcast-loop-extra.btn-secondary-3 .ui.builder_button em {
    margin-right: 8px;
    vertical-align: text-top;
}

#pagewrap #tribe-events-pg-template {
	max-width: 100%;
	padding: 0;
}
#pagewrap #tribe-events-content {
	max-width: 760px;
	margin: 0 auto;
}
#pagewrap #tribe-events-footer {
	border-color: #B5A9A1;
	padding-top: 20px;
	margin-top: 50px;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
	font-size: 12px;
	width: 230px;
}

.tribe-common .tribe-common-c-btn-border, 
.tribe-common a.tribe-common-c-btn-border {
	color: #2C254A;
	background-color: #FFFAF2;
	border-color: #2C254A;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, 
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within {
	background-color: #2C254A;
	color: #FFFAF2;
}
.tribe-events-meta-group a {
	color: #FFFEFC;
}
.tribe-events-meta-group a:hover {
	color: #9E2C36;
}
.tribe-events-event-meta.primary,
.tribe-events-event-meta.secondary {
	width: 100%;	
}
.tribe-events-meta-group-details {
	background-color: #165F66;
	border-radius: 8px;
	color: #FFFEFC;
	padding: 40px;
	margin-bottom: 25px;
}

.tribe-events-meta-group-details .tribe-events-start-date,
.tribe-events-meta-group-details .tribe-events-end-date,
.tribe-events-meta-group-details .tribe-events-start-time,
.tribe-events-meta-group-details .tribe-events-end-time {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	vertical-align: super;
	margin-left: 18px;
}
.tribe-events-meta-group-details dl dd {
	margin-bottom: 25px;
}
.tribe-events-event-categories-label,
.tribe-events-event-categories {
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	vertical-align: super;
	margin-left: 18px;
}

.tribe-events-single-event-title {
	color: #2C254A;
}

.get-involved-animation:before,
.get-involved-animation:after {
	content: "";
    display: block;
    position: absolute;
	top: 0px;
	transition: 0.3s ease-in-out;
}
.get-involved-animation:before {
	top: -30px;
	left: -130px;
	width: 450px;
    height: 560px;
	background: url("/wp-content/themes/themify-ultra-child/img/get-involved-left.svg") no-repeat;
}
.get-involved-animation:after {
	top: -10px;
	right: -210px;
	width: 370px;
    height: 510px;
	background: url("/wp-content/themes/themify-ultra-child/img/get-involved-right.svg") no-repeat;
}
.get-involved-animation:hover .module-text {
	transform: scale(1.5);	
}
.get-involved-animation:hover:before {
	left: -25px;
	top: -60px;
	transform: rotate(12deg);
}
.get-involved-animation:hover:after {
	right: -50px;
	top: -50px;
	transform: rotate(-11deg);
}

.so-widget-sow-image .widget-title {
    font-size: 12px;
    line-height: 18px;
    text-align: left !important;
    padding: 16px 0;
    font-weight: 400;
}

#footerwrap .get-in-touch {
	display: block;
	font-size: 12px;
	line-height: 1.36
}
#footerwrap .get-in-touch .widgettitle {
	margin-bottom: 16px;	
}
#footerwrap .get-in-touch .address,
#footerwrap .get-in-touch .email,
#footerwrap .get-in-touch .phone,
#footerwrap .get-in-touch .ein,
#footerwrap .get-in-touch .copy {
	display: block;
}
#footerwrap .get-in-touch .phone {
	margin-bottom: 120px;
}
#footerwrap .get-in-touch .address img,
#footerwrap .get-in-touch .email img,
#footerwrap .get-in-touch .phone img,
#footerwrap .get-in-touch .ein img {
	vertical-align: top;	
}
#footerwrap .get-in-touch .address > div,
#footerwrap .get-in-touch .email > div,
#footerwrap .get-in-touch .phone > div,
#footerwrap .get-in-touch .ein > div {
	display: inline-block;
	margin: 0 0 10px 0;
	padding-left: 8px;
}

#footerwrap .get-in-touch.mobile,
#footer .footer-widgets .footer-donate-mobile,
#footer .social-widget .widget .footer-donate-mobile {
	display: none;
}

/* Press Contact Info */
.module.stories-and-articles .post-filter .contact-info {
	display: flex;
	align-items: center;
	background: #E9E2DA;
	border-radius: 8px;
	color: #2C254A;
	font-size: 12px;
	clear: both;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease; /*, visibility 0.3s ease;*/
	height: 0;
}
.module.stories-and-articles .post-filter .contact-info h4 {
	margin: 0;
	flex: 1;
}
.module.stories-and-articles .post-filter .contact-info a {
	text-transform: none;
	padding: 0;
	font-size: inherit;
	letter-spacing: 0;
}
.module.stories-and-articles ul.post-filter:has(.cat-item-1610.active) .contact-info {
	opacity: 1;
	visibility: visible;
	margin: 20px 0 0 0px;
	padding: 33px 40px;
	height: auto;
}

/* Press Logo */
.press-logo img {
    height: 50px;
    padding: 10px;
}

@media screen and (max-width: 1100px) {
	#site-logo {
		margin-right: 20px;
	}
	#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
		padding: 0 5px;
	}
	
	.loops-wrapper.list-thumb-image .post-title {
		font-size: 14px;
		line-height: 16px;
	}
	.loops-wrapper.list-thumb-image .post-content {
		padding: 10px 20px 5px 20px;
	}
	.loops-wrapper.list-thumb-image .post-content .post-date {
		margin-bottom: 5px;
	}
}

/* Tablet Landscape */
@media screen and (max-width: 1024px) {
	html body {
		font-size: 14px;
	}
	
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.social-widget.mobile {
		display: inline-block;
	}
	
	#headerwrap .header-icons {
		top: initial;
		transform: none;
	}
	#headerwrap .header-icons #menu-icon {
		margin-top: 19px;
	}
	
	#mobile-header-widget > .header-widget {
		display: block;
		padding: 4px 10px;
	}
	
	#headerwrap, 
	.transparent-header #headerwrap.fixed-header {
		background: none;
		box-shadow: none;
	}
	#headerwrap.fixed-header:before {
		display: none;
	}
	#header #site-logo {
		margin: 0 0 0 10px;
	}
	.transparent-header #site-logo .site-logo-image {
		display: block !important;
		transition: .3s;
		width: 130px;
	}
	.fixed-header #site-logo img:not(.tf_sticky_logo) {
		max-height: none;
		width: 130px;
	}
	.transparent-header #site-logo .tf_sticky_logo {
		display: none !important;
	}
	
	#main-mobile-nav-wrap {
		display: block;
	}
	#mega-menu-wrap-main-nav {
		display: none;
	}
	#mobile-menu.sidemenu {
		background: #11474D;
		color: #FFFAF2;
	}
	#mobile-menu.sidemenu .navbar-wrapper {
		max-width: 240px;
		margin: 0 auto;
	}
	
	.mobile-menu-visible #mobile-menu.sidemenu:before {
		display: none;
	}
	
	#headerwrap #menu-icon {
		padding: 9px 5px;
		margin-top: 22px;
	}
	#headerwrap #menu-icon .menu-icon-inner {
		width: 27px;
		height: 19px;
		border-width: 3px;
	}
	#headerwrap #menu-icon .menu-icon-inner:after, 
	#headerwrap #menu-icon .menu-icon-inner:before {
		border-width: 3px;
	}
	
	.tf_close:after, .tf_close:before {
		width: 3px;
	}
	#headerwrap #header #menu-icon-close {
		right: 3.5%;
		top: 13px;
		font-size: 28px;
		padding: 10px;
	}
	
	#headerwrap #mobile-menu .header-widget {
		display: none;
	}
	
	#menu-mobile-menu,
	#menu-mobile-menu ul, 
	#menu-mobile-menu li {
		margin: 0;
		list-style: none;
	}
	
	#menu-mobile-menu .menu-item a {
		color: #FFFAF2;
	}
	
	#menu-mobile-menu > .menu-item {
		font-size: 12px;
		font-weight: 700;
		line-height: 16.34px;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		margin-bottom: 32px;
	}

	#menu-mobile-menu .sub-menu {
		margin-top: 14px;
	}
	
	#menu-mobile-menu .sub-menu .menu-item {
		font-family: "Roboto Slab";
		font-size: 19px;
		font-weight: 700;
		line-height: 25px;
		margin-bottom: 8px;
		text-transform: none;
	}
	
	#pagewrap h1 {
		font-size: 40px;
		line-height: 48px;
	}
	#pagewrap h1.font-type-2 {
		font-size: 48px;
		margin-left: 0;
	}
	#pagewrap h2 {
		font-size: 34px;
		line-height: 46px;
	}
	#pagewrap h2.font-type-2 {
		font-size: 41px;
	}
	#pagewrap h3 {
		font-size: 26px;
		line-height: 30px;
	}
	#pagewrap h4 {
		
	}
	#pagewrap h5 {
		
	}
	
	.module_row .row_inner .module_row .row_inner {
		max-width: 100%;
	}
	

	#pagewrap .module-post.resources .loops-wrapper .post-title,
	#pagewrap .loops-wrapper.list-large-image .post-title,
	#pagewrap .module-post .loops-wrapper.boxed.grid3 .post-title,
	#pagewrap .events .loops-wrapper.polaroid .post-title,
	#pagewrap .loops-wrapper.list-thumb-image .post-title {
		font-size: 19px;
	    line-height: 25px;
	}
	
	#footer .main-col,
	#footer .section-col {
		width: 100%;
		margin: 0;
	}
	#footer-logo {
		margin-left: -10px;
		margin-bottom: 60px;
	}
	#footer .footer-widgets {
		display: block;
	}
	#footer .footer-widgets .col4-1 {
		width: 50%;
		max-width: none;
	}
	#footer .footer-widgets .col4-1:nth-of-type(4) {
		width: 100%;
		max-width: none;
	}
	
	#footer-signup-form .at-fieldset,
	#ways-to-help-signup-form .at-fieldset {
		min-width: 82%;
	}
	
	#footerwrap .get-in-touch .phone {
		margin-bottom: 55px;
	}
	
	#footerwrap .get-in-touch.desktop,
	#footer .footer-widgets .footer-donate-desktop,
	#footer .social-widget .widget .footer-donate-desktop {
		display: none;
	}
	#footerwrap .get-in-touch.mobile,
	#footer .footer-widgets .footer-donate-mobile,
	#footer .social-widget .widget .footer-donate-mobile {
		display: block;
	}
	
	.footer-widgets .col4-1:nth-child(odd) {
		clear: none;
	}
	
	#footer .signup {
		max-width: none;
	}
}

@media screen and (max-width: 900px) {
	#pagewrap .loops-wrapper.list-large-image > .post {
		display: block;
	}
	#pagewrap .loops-wrapper.list-large-image .post-image {
		float: none;
		max-width: 100%;
	}
	#pagewrap .tribe_events.loops-wrapper.list-large-image > .post .post-content .post-date {
		top: 20px;
	}
	
	#pagewrap .loops-wrapper.list-large-image.podcast .post-image {
		width: 100%;
	}
}

/* Tablet Portrait & Mobile */
@media screen and (max-width: 768px) {
	.max-570 {
		max-width: 768px;
	}
	
	#tribe-events-content {
		padding: 0 40px;
	}
	#tribe-events-content .tribe-events-meta-group {
		margin-right: 0;
	}
	
	#pagewrap .loops-wrapper.list-thumb-image .post-image,
	#pagewrap .resources .loops-wrapper.grid2-thumb .post-image {
		width: 100%;
		max-width: 100%;
		float: none;
	}
	#pagewrap .loops-wrapper.list-thumb-image .post-title {
		margin-top: 10px;
	}
	#pagewrap .loops-wrapper.list-thumb-image .post-content {
		padding: 18px 20px;
	}
	
	#pagewrap .module-slider.slider-overlay .slide-title,
	#pagewrap .module-slider.slider-overlay .slide-title a,
	#pagewrap .resources .loops-wrapper.grid2-thumb .post-title,
	#pagewrap .resources .loops-wrapper.grid2-thumb .post-title a {
		font-size: 17px;
		line-height: 22px;
	}
	
	.featured-event .loops-wrapper.list-thumb-image .post,
	.featured-post .loops-wrapper.list-thumb-image .post,
	.featured-podcast .loops-wrapper.list-thumb-image .post {
		display: block;
	}
	.featured-event .loops-wrapper.list-thumb-image .post-content,
	.featured-post .loops-wrapper.list-thumb-image .post-content,
	.featured-podcast .loops-wrapper.list-thumb-image .post-content {
		border: 1px solid #E9E2DA;
		border-top: none;
		border-radius: 0;
		border-bottom-right-radius: 8px;
		border-bottom-left-radius: 8px;
	}
	
	.noutrish-people .module_subrow div.module_column {
		display: block;
		margin-bottom: 20px;
	}
	.noutrish-people .module_subrow div.module_column .module-image {
		width: 35%;
		height: 100%;
		float: left;
	}
	.noutrish-people .module_subrow div.module_column .module-image:after {
		display: none;
	}
	.noutrish-people .module_subrow div.module_column .module-fancy-heading,
	.noutrish-people .module_subrow div.module_column .module-text {
		width: 63%;
		display: inline-block;
	}
	.noutrish-people .module_subrow div.module_column .module-fancy-heading .sub-head {
		line-height: 20px;
	}
	
	#pagewrap .social-links.vertical li {
		display: inline-block;
		margin: 10px 5px;
	}
	
	#pagewrap .module-tab.minimal ul.tab-nav > li.current a, .module-tab.minimal ul.tab-nav > li a {
		padding: 10px;
	}
	
	#pagewrap .module-slider.history-slider.slider-agency .slide-image {
		width: auto;
	}
	#pagewrap .module-slider.history-slider.slider-agency .slide-image img {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	#pagewrap .module-slider.history-slider.slider-agency .slide-content {
		margin-left: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		max-width: calc(100% - 122px);
	}
	
	#pagewrap .themify_builder_content-42834 .tb_rtth131.module-image img {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;	
	}
	#pagewrap .themify_builder_content-42834 .tb_etrd950.module-text {
		margin-top: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	
	#pagewrap .social-links .social-link-item {
		padding: 10px 0;
	}

	.single-post .post-content .alignleft,
	.single-post .post-content .alignright {
		float: none !important;
		display: block;
		margin: 10px 0;
	}
}

@media screen and (max-width: 680px) {
	#pagewrap .module-slider.solution-slider.slider-agency .slide-content {
		padding: 40px;
		max-width: calc(100% - 82px);
		margin: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	#pagewrap .module-slider.solution-slider.slider-agency .slide-image {
		width: auto;
		max-width: none;
	}
	#pagewrap .module-slider.solution-slider.slider-agency .slide-image img {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.module.stories-and-articles .post-filter .contact-info {
		display: block;
	}
}

.single-publications .post-date-wrap.post-date-inline {
	display: none;
}

.social-widget .wp-block-buttons .wp-block-button__link {
	width: auto;
}