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

/* -- COLORS -- */

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

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

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

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

.tertiary, 
.tertiary h1, .tertiary h2, .tertiary h3, .tertiary h4, .tertiary h5, .tertiary h6, .tertiary li, .tertiary a,
h1.tertiary, h2.tertiary, h3.tertiary, h4.tertiary, h5.tertiary, h6.tertiary, li.tertiary, a.tertiary, p.tertiary {
	color: #e4debe;
}
.customCommonField .ginput_total {
  width: 150px !important;
}
/* background colors */
.bg-white, a.bg-white {background-color: #fff;}
.bg-black, a.bg-black {background-color: #000;}
.bg-primary, a.bg-primary {background-color: #32a709;}
.bg-secondary, a.bg-secondary {background-color: #daf238;}
.bg-tertiary, a.bg-tertiary {background-color: #e4debe;}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

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

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

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

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

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

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

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

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

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

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

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

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

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

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

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

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

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

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

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

/* - end mobile menu toggling elements - */

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

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

/* -- END HEADER -- */


/* -- FOOTER -- */



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

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

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

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

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

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

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

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

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

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

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

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

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

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

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

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

/* -- END DIVI HACKS -- */


/* -- PASSWORD PROTECTED -- */

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

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

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

/* -- END PASSWORD PROTECTED -- */


/* -- TESTIMONIALS PLUGIN -- */

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

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

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

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

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

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

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

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

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

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

/* -- END HELPERS -- */

/* -- BLOG -- */

/* H2 tags */
h2 {
	font-style: bold;
	margin-top: 12pt;
}

/* H3 tags */
h3 {
	margin-top: 12pt;
	font-size: 15pt;
	font-style: italic;
}

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

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

/* -- END BLOG -- */

/* --- CUSTOM CODE - FRESHYSITES --- */

/* -- GENERAL-- */
body {
    font-weight: 400;
}

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

/* default background color */
#main-content {
	background-color: #000000;
}

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

::-moz-selection {
    background-color: #54b2e9;
    color: #fff;
}

::-o-selection {
    background-color: #54b2e9;
    color: #fff;
}

::-ms-selection {
    background-color: #54b2e9;
    color: #fff;
}

::-webkit-selection {
    background-color: #54b2e9;
    color: #fff;
}

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

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

/* green bold text */
.green-bold strong {
	color: #007788;
}

@media (max-width: 980px) {
	.green-bold.footer strong {
		color: #fff;
	}
}

/* -- DIVI Toggle icons -- */
.et_pb_toggle_title:before {
	content: "\f078";
}

.et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\f078";
	color: #000 !important;
}


/* widgets */
.et_pb_widget a,
#left-area .post-meta a {
	color: #fff;
}

/* -- BLOG MODULE -- */
.et_pb_blog_grid .et_pb_post {
	background-color: transparent;
}

.et_pb_blog_grid .et_pb_post h2.entry-title,
.et_pb_posts .et_pb_post h2.entry-title {
	padding-bottom: 0;
}

.et_pb_blog_grid .et_pb_post .post-meta,
.et_pb_posts .et_pb_post .post-meta {
	margin-bottom: 0;
    padding-bottom: 10px;
}

/* -- HEADER -- */
/* social media */
.et-menu-nav ul.et-menu .social-icon a {
	border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
	transition: all 0.3s ease-in-out !important;
}

.et-menu-nav ul.et-menu .social-icon a:hover {
    border: 2px solid #54b2e9;
	opacity: 1;
}

.et-menu-nav ul.et-menu .social-icon a i {
	margin-top: 9px;
}

/* bible */
.et-menu-nav ul.et-menu .social-icon a .fa-address-book:before {
	content: url(/wp-content/uploads/bible.svg);
}

/* button */
.et-menu-nav ul.et-menu li.menu-btn a {
	border: 2px solid #fff;
	padding: 10px 25px;
	transition: all 0.3s ease-in-out;
}

.et-menu-nav ul.et-menu li.menu-btn a:hover {
	background-color: #fff;
	color: #000 !important;
	opacity: 1;
}

/* primary menu */
.custom-primary-menu .et-menu-nav ul.et-menu li {
	padding-left: 20px !important;
    padding-right: 20px !important;
}
.custom-primary-menu.et_pb_menu .nav li ul.sub-menu a:hover {
	color: #54b2e9 !important;
	opacity: 1;
}

.main-search .dipl_ajax_search_field_wrap {
	display: flex;
    width: 90%;
    margin: auto;
}

.main-search .dipl_ajax_search_results_wrap {
	background-color: #007788;
}

.main-search .dipl_ajax_search_results {
    width: 91%;
    margin: auto;	
}

@media (max-width: 980px) {
	.main-search .dipl_ajax_search_results .dipl_ajax_search_items .dipl_ajax_search_item .dipl_ajax_search_item_image,
	.main-search .dipl_ajax_search_results .dipl_ajax_search_items .dipl_ajax_search_item .dipl_ajax_search_item_excerpt {
		display: none;
	}	
	
	.main-search .dipl_ajax_search_results .dipl_ajax_search_items .dipl_ajax_search_item .dipl_ajax_search_item_image+.dipl_ajax_search_item_content {
		width: 100%;
	}
}

.main-search.et_pb_search .et_pb_searchsubmit,
.et-db #et-boc .et-l .main-search.et_pb_search .et_pb_searchsubmit {
	background-image: url(/wp-content/uploads/search-teal.svg);
	background-repeat: no-repeat;
	background-size: 18px;
    background-position: center;
	background-color: #fff;
	color: transparent;
	padding: 0;
	width: 43px;
}

#reveal {
	z-index: 3;
	width: 100%;
	position: absolute;
}

/* row */
.menu-row .col-2 {
	margin: auto 0 0 0;
}

@media (max-width: 980px) {
	.menu-row .col-1 {
		width: 25% !important;
		margin-bottom: 20px !important;
	}
	
	.et-db #et-boc .et-l .custom-header .et_pb_row.menu-row .col-2,
	.et-db #et-boc .et-l .et_pb_row.menu-row .col-2 {
		width: 75% !important;
		margin: auto !important;
	}	
	
	.et-db #et-boc .et-l .custom-header .et_pb_row.menu-row,
	.et-db #et-boc .et-l .et_pb_row.menu-row {
		display: flex;
	}
}

@media (min-width: 981px) {
	body.home header {
		position: absolute;
		width: 100%;
	}	
}

@media (min-width: 1150px) and (max-width: 1635px) {
	.custom-header .menu-row .col-2 .custom-primary-menu .et-menu-nav ul.et-menu li {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}	
}

@media (min-width: 981px) and (max-width: 1149px) {
	.custom-primary-menu .et-menu-nav ul.et-menu li {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}

@media (max-width: 980px) {
	body .custom-header .menu-row {
		width: 91%;
	}	
	
	body .custom-header.about .menu-row {
		padding-left: 4.5% !important;
		padding-right: 4.5% !important;
		width: auto !important;
	}
}

@media (min-width: 768px) and (max-width:980px) {
	.home header .custom-header {
		margin-top: -178px;
	}
	.home header .custom-header {
		    position: fixed !important;
	    padding: 0px !important;
	    z-index: 10010;
	    width: 100%;
	    left: 0px;
	    top: 0px;
	    bottom: auto;
	    margin-top: 0px;
	}
}

@media (max-width: 767px) {
	.home header .custom-header {
		margin-top: -178px;
	}
	.home header .custom-header {
		    position: fixed !important;
	    padding: 0px !important;
	    z-index: 10010;
	    width: 100%;
	    left: 0px;
	    top: 0px;
	    bottom: auto;
	    margin-top: 0px;
	}
}

@media (min-width: 768px) and (max-width:980px) {
	.custom-header.about {
		margin-top: -10px;
	}
}

@media (max-width: 767px) {
	.custom-header.about {
		margin-top: -10px;
	}
}

/* mobile - fixed */
.has_et_pb_sticky .et_pb_sticky--top.menu-row .col-1 {
	margin-bottom: 10px !important;
}

body header .has_et_pb_sticky .et_pb_sticky--top.menu-row,
body header .has_et_pb_sticky .custom-header .et_pb_sticky--top.menu-row {
	width: 100% !important;
	left: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media (max-width: 980px) {
	body .custom-header .menu-row {
		width: auto;
	}
}

/* -- HOME -- */
/* slider */
@media (min-width: 981px) {
	.home-slider .et_pb_slide_description {
		padding: 73vh 8% 8% 8%;
	}
	
	.home-slider .et_pb_slides .et_pb_slider_container_inner {
		vertical-align: bottom;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.home-slider .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
		padding-top: 300px;
	}
}

@media (max-width: 767px) {
	.home-slider .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
		padding-top: 200px;
	}
}


/* dots */
.home-slider.et_pb_slider .et-pb-controllers a {
	border: 1px solid #fff;
	background-color: #fff;
	opacity: 1;
	width: 12px;
    height: 12px;
}

.home-slider.et_pb_slider .et-pb-controllers a.et-pb-active-control {
	background-color: transparent;
}

.home-slider.et_pb_slider .et-pb-controllers a:hover {
	background-color: transparent;
}


/* buttons */
body #page-container .et_pb_section .home-slider.et_pb_slider .et_pb_slide .et_pb_button_wrapper .et_pb_button {
	padding: .1em 2.0em!important;
}

/* first button */ 
body #page-container .et_pb_section .home-slider.et_pb_slider .et_pb_slide .et_pb_button_wrapper a.et_pb_button:first-child {
	background-color: #283676;
	border-color: #283676;
	/*padding: .1em 2.0em!important;*/
}

body #page-container .et_pb_section .home-slider.et_pb_slider .et_pb_slide .et_pb_button_wrapper a.et_pb_button:first-child:hover {
	background-color: #fff;
	border-color: #fff !important;
	color: #000;
	padding: .1em 2.5em!important;
}

/* second button width */
body #page-container .et_pb_section .home-slider.et_pb_slider .et_pb_slide .et_pb_button_wrapper a.et_pb_button.db_pb_button_2 {
	/*padding: .1em 2.0em!important;*/
}

body #page-container .et_pb_section .home-slider.et_pb_slider .et_pb_slide .et_pb_button_wrapper a.et_pb_button.db_pb_button_2:hover {
	border-color: #fff !important;
	padding: .1em 2.5em!important;
}

/* hide second button on mobile */
/*@media (max-width: 767px){
	body #page-container .et_pb_section .home-slider.et_pb_slider .et_pb_slide .et_pb_button_wrapper a.et_pb_button:first-child {
		display: none !important;
	}
}*/

/* BLOG MODULE */
/*blog image aspect ratio landscape 16:9*/
.pa-blog-image-16-9 .entry-featured-image-url,
.blog-row .audio .dp-dfg-image-link {
  padding-top: 56.25%;
  display: block;
}

.pa-blog-image-16-9 .entry-featured-image-url img,
.blog-row .audio .dp-dfg-image-link img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: fill;
}

.et_pb_blog_grid article .post-meta a {
	color: #fff;
}

.et_pb_blog_grid article.et_pb_post {
	padding: 0;
}

.et_pb_blog_grid .et_podcasts_content, 
.et_pb_blog_grid .et_main_video_container, 
.et_pb_blog_grid .et_pb_post .et_pb_slider, 
.et_pb_image_container {
	margin: 0;
}

/* blog category icons */
.et_overlay.et_pb_inline_icon:before, 
.et_pb_inline_icon {
	opacity: 1;
	z-index: 2;
	border: 0px solid #e5e5e5;
	top: 5px;
    left: 10px;
    margin: 0;
}

.et_pb_blog_grid article.et_pb_post .et_pb_image_container a:hover {
	    opacity: 0.9;
}

/* videos */
article.category-videos .et_overlay.et_pb_inline_icon:before,
article.category-videos .et_pb_inline_icon:before,
article.youtube .et_pb_inline_icon:before,
.ts_search_result.video .ts_search_result_image:before,
.et_overlay.et_pb_inline_icon::before,
.et_pb_inline_icon::before
{
	content: url(/wp-content/uploads/video-icon-png.png);
}

.ts_search_result.video .ts_search_result_image:before,
.ts_search_result.article .ts_search_result_image:before,
.ts_search_result.audio .ts_search_result_image:before,
.ts_search_result.commentary .ts_search_result_image:before {
	position: relative;
    top: 53px;
    margin-left: 20px;
}

/* responsive */
@media (max-width: 900px) {
.ts_search_result.video .ts_search_result_image:before,
.ts_search_result.article .ts_search_result_image:before,
.ts_search_result.audio .ts_search_result_image:before,
.ts_search_result.commentary .ts_search_result_image:before {
		position: relative;
		top: 56px;
    	display: block;
	}	
}

/*

@media (min-width: 769px) and (max-width: 900px) {
.ts_search_result.video .ts_search_result_image:before,
.ts_search_result.article .ts_search_result_image:before,
.ts_search_result.audio .ts_search_result_image:before,
.ts_search_result.commentary .ts_search_result_image:before,
	.blog-row .audio .dp-dfg-item .dp-dfg-overlay .et_overlay.et_pb_inline_icon:before {
    	right: 114px;
	}	
}

@media (min-width: 385px) and (max-width: 768px) {
.ts_search_result.video .ts_search_result_image:before,
.ts_search_result.article .ts_search_result_image:before,
.ts_search_result.audio .ts_search_result_image:before,
.ts_search_result.commentary .ts_search_result_image:before,
	.blog-row .audio .dp-dfg-item .dp-dfg-overlay .et_overlay.et_pb_inline_icon:before {
    	right: 130px;
	}	
}

@media (max-width: 384px) {
.ts_search_result.video .ts_search_result_image:before,
.ts_search_result.article .ts_search_result_image:before,
.ts_search_result.audio .ts_search_result_image:before,
.ts_search_result.commentary .ts_search_result_image:before,
	.blog-row .audio .dp-dfg-item .dp-dfg-overlay .et_overlay.et_pb_inline_icon:before {
    	left: 0;
	}	
}
*/

/* podcasts */
article.category-podcasts .et_overlay.et_pb_inline_icon:before, 
article.category-podcasts .et_pb_inline_icon:before,
article.podcast .et_pb_inline_icon:before,
.ts_search_result.audio .ts_search_result_image:before,
.blog-row .audio .dp-dfg-item .dp-dfg-overlay .et_overlay.et_pb_inline_icon:before {
	content: url(/wp-content/uploads/headphones-icon-png1.png);
}

.blog-row .audio .dp-dfg-overlay {
	display: block;
}

.blog-row .audio .dp-dfg-item {
	padding: 0;
	margin-bottom: 0;
}

.blog-row .audio .dp-dfg-skin-default .dp-dfg-image {
	margin: 0 0 30px 0;
}

.blog-row .audio .dp-dfg-skin-default .dp-dfg-overlay {
	margin: 0;
}

/* articles */
article.category-articles .et_overlay.et_pb_inline_icon:before, 
article.category-articles .et_pb_inline_icon:before,
.ts_search_result.article .ts_search_result_image:before,
.ts_search_result.commentary .ts_search_result_image:before {
	content: url(/wp-content/uploads/article-icon-png3.png);
}

/* revised english version section */
body #page-container .et_pb_section .et_pb_button_module_wrapper a.custom-btn {
	padding: 0.3em 3.1em!important;
}

/* podcast page - logos */
@media (max-width: 767px) {
	.podcast-logos .et_pb_column {
		width: 47.25% !important;
		margin-right: 5.5%;
	}	
}

/* teal slant */
@media (min-width: 981px) {
	.slant-img::after {
		content:url(/wp-content/uploads/transparent-teal-slant.png);
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		height: 650px;
	}	
}

.slant-img .et_parallax_bg {
	background-position: center left;
}

@media (min-width: 2010px) and (max-width: 2250px) {
	.slant-img .content-col {
		padding-left: 200px;
	}
}

@media (min-width: 2251px) and (max-width: 2350px) {
	.slant-img .content-col {
		padding-left: 250px;
	}
}


@media (min-width: 2351px) and (max-width: 2470px) {
	.slant-img .content-col {
		padding-left: 300px;
	}
}

@media (min-width: 2471px) and (max-width: 2665px) {
	.slant-img .content-col {
		padding-left: 400px;
	}
}

@media (min-width: 2666px) and (max-width: 2950px) {
	.slant-img .content-col {
		padding-left: 500px;
	}
}

@media (min-width: 2951px) {
	.slant-img .content-col {
		padding-left: 600px;
	}
}

@media (min-width: 1367px) and (max-width: 1600px) {
	.slant-img .et_parallax_bg {
		background-position: 30% 100%;
	}
	
	.slant-img::after {
		right: -200px;
	}
}

@media (min-width: 1025px) and (max-width: 1366px) {
	.slant-img .et_parallax_bg {
		background-position: 30% 100%;
	}
	
	.slant-img::after {
		right: -300px;
	}
	
	.slant-img .content-col {
		padding-left: 70px;
		padding-right: 50px;
	}
}

@media (min-width: 981px) and (max-width: 1024px) {
	.slant-img .et_parallax_bg {
		background-position: 30% 100%;
	}
	
	.slant-img::after {
		right: -400px;
	}
	
	.slant-img .content-col {
		padding-left: 70px;
		padding-right: 50px;
	}
}

@media (max-width: 980px) {
	.slant-img .et_parallax_bg {
		background-position: center;
	}
}


/* indigo slant */
.slant-slider .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
	margin-bottom: 30px;
}

.slant-slider.et_pb_slider .et-pb-controllers a {
	border: 1px solid #fff;
	background-color: #fff;
	opacity: 1;
	width: 12px;
    height: 12px;
}

.slant-slider.et_pb_slider .et-pb-controllers a.et-pb-active-control {
	background-color: transparent;
}

.slant-slider.et_pb_slider .et-pb-controllers a:hover {
	background-color: transparent;
}

.slant-slider .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
	padding: 13% 0;
}

.slant-slider.et_pb_slider .et_pb_slides .et_pb_container {
    max-width: 1120px;
    width: 100%;
}

@media (min-width: 981px) and (max-width: 1439px) {
	.slant-slider.et_pb_slider .et_pb_slides .et_pb_container {
		width: 88%;
	}	
}

@media (min-width: 768px) and (max-width: 980px) {
	.slant-slider.et_pb_slider .et_pb_slides .et_pb_slide {
		padding: 0 11%;
	}	
}

@media (min-width: 981px) {
	.slant-slider .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
		width: 30%;
	}	
	
	.slant-slider .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
		padding: 190px 0;
	}
}

@media (max-width: 767px) {
	.slant-slider .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
		padding: 80px 0;
	}
	
	.slant-slider .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
		margin-bottom: 10px;
	}
	
	.slant-slider .et_pb_slide_description .et_pb_button_wrapper a.et_pb_button {
		white-space: nowrap;
	}
}

.slant-slider.virtual .et_pb_slide_description {
	-webkit-animation-name: none;
    animation-name: none;
}

@media (max-width: 767px) {
	.slant-slider.virtual .et_pb_slides .et_pb_slide {
		padding: 0 20%;
	}
	
	.slant-slider.virtual .et_pb_slides .et_pb_slide h2 {
		font-size: 24px;
	}
}

/* subscribe form */
body .subscribe-form .gform_wrapper ul.gform_fields li.gfield input.large,
body .subscribe-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .subscribe-form .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
	border: 2px solid #fff;
    background-color: transparent;
	color: #fff !important;
	font-size: 16px;
	padding: 10px;
	margin-top: 0;
}

body .subscribe-form .gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #fff;
}
body .subscribe-form .gform_wrapper .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
  color: #fff;
}
body .subscribe-form .gform_wrapper .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
  color: #fff;
}
body .subscribe-form .gform_wrapper.gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
  color: #fff;
}

body .subscribe-form .gform_wrapper .gform_footer input.button, 
body .subscribe-form .gform_wrapper .gform_page_footer input.button, 
body .subscribe-form div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
	border-color: #fff;
	color: #000;
}

body .subscribe-form .gform_wrapper .gform_footer input.button:hover, 
body .subscribe-form .gform_wrapper .gform_page_footer input.button:hover, 
body .subscribe-form div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover {
	border-color: #fff;
	color: #fff;
	background-color: transparent;
	border-radius: 0;
}

body .subscribe-form .gform_wrapper li.gfield_error,
body .subscribe-form .gform_wrapper li.gfield_error div.ginput_container {
	margin-top: 0;
}


body .subscribe-form .gform_wrapper .gform_body,
body .subscribe-form .gform_wrapper .gform_footer {
	position: absolute;
}

@media (max-width: 980px) {
	body .subscribe-form .gform_wrapper .gform_body {
		position: relative;
	}	

	body .subscribe-form .gform_wrapper .gform_footer {
		position: absolute;
		top: -27px;
	}
	
	/*
	body .subscribe-form .gform_wrapper .gform_footer button.button {
		padding-top: 22px !important;
	}*/
	
	
	body .subscribe-form .gform_wrapper .gform_footer button.button {
		padding-top: 0 !important;
	}
	
	body .subscribe-form .gform_validation_error .gform_footer button.button {
		padding-top: 56px !important;
	}
}

@media (min-width: 445px) and (max-width: 766px) {
	body .subscribe-form .gform_validation_error .gform_footer button.button {
		padding-top: 74px !important;
	}	
}


@media (max-width: 444px) {
	body .subscribe-form .gform_validation_error .gform_footer button.button {
		padding-top: 93px !important;
	}	
}

body .subscribe-form .gform_wrapper .gform_footer {
	margin: 0;
	right: -8px;
    width: 50px;
    top: 7px;
}

body .subscribe-form .gform_wrapper .gform_footer button.button {
	border: none;
	padding-top: 14px;
	background: transparent;
	cursor: pointer;
}

body .subscribe-form .gform_wrapper .gform_footer button.button:hover {
	color: transparent;
}

body .subscribe-form .gform_wrapper form .gform_footer span {
	margin-left: -40px;
	color: transparent;
}

body .subscribe-form .gform_wrapper form .gform_footer span:after {
 	color: #fff;
 	content: "\f1d9";
 	font-family: 'ETmodules';
 	font-size: 20px;
 	z-index: 100;
	margin-right: 20px;
}

body .subscribe-form .gform_validation_error .gform_footer button.button {
	padding-top: 7px;
}


/* error message */
body .subscribe-form .gform_wrapper div.validation_error {
	text-align: left;   
	margin-bottom: 0;
}

body .subscribe-form .gform_wrapper div.validation_error h2.gform_submission_error {
	font-size: 14px; 
}

.subscribe-follow-row .green-bold {
	white-space: normal;
}

@media (min-width: 1380px) and (max-width: 1570px) {
	.subscribe-follow-row .green-bold p {
		font-size: 16px;
	}	
}

@media (min-width: 1290px) and (max-width: 1379px) {
	.subscribe-follow-row .green-bold p {
		font-size: 15px;
	}	
	
	body .subscribe-form .gform_wrapper div.validation_error h2.gform_submission_error {
		white-space: nowrap;
		font-size: 13px;
	}
	
	body .subscribe-form .gform_legacy_markup_wrapper .description, 
	body .subscribe-form .gform_legacy_markup_wrapper .gfield_description, 
	body .subscribe-form .gform_legacy_markup_wrapper .gsection_description, 
	body .subscribe-form .gform_legacy_markup_wrapper .instruction {
		font-size: 13px;
	}
}

@media (min-width: 1045px) and (max-width: 1289px) {
	.subscribe-follow-row .green-bold p {
		font-size: 19px;
		white-space: normal;
	}	
	
	body .subscribe-form .gform_wrapper div.validation_error h2.gform_submission_error {
		white-space: normal;
		font-size: 13px;
	}
	
	body .subscribe-form .gform_legacy_markup_wrapper .description, 
	body .subscribe-form .gform_legacy_markup_wrapper .gfield_description, 
	body .subscribe-form .gform_legacy_markup_wrapper .gsection_description, 
	body .subscribe-form .gform_legacy_markup_wrapper .instruction {
		font-size: 13px;
	}
}

@media (min-width: 981px) and (max-width: 1044px) {
	.subscribe-follow-row .green-bold p {
		font-size: 18px;
		white-space: normal;
	}	
	
	body .subscribe-form .gform_wrapper div.validation_error h2.gform_submission_error {
		white-space: normal;
		font-size: 13px;
	}
	
	body .subscribe-form .gform_legacy_markup_wrapper .description, 
	body .subscribe-form .gform_legacy_markup_wrapper .gfield_description, 
	body .subscribe-form .gform_legacy_markup_wrapper .gsection_description, 
	body .subscribe-form .gform_legacy_markup_wrapper .instruction {
		font-size: 13px;
	}
}

@media (max-width: 980px) {
	body .subscribe-form .gform_wrapper li.hidden_label .ginput_container>*,
	body .subscribe-form.gform_wrapper .top_label div.ginput_container {
		margin-top: 0;
	}
}


/* social media */
.footer-social-links .et-menu-nav ul.et-menu li.menu-btn {
  display: none;
}

@media (max-width: 980px) {
	.et-db #et-boc .et-l .footer-social-links .et_pb_menu__wrap .et_mobile_nav_menu,
	.et-db #et-boc .et-l .footer-social-links .et_pb_menu__wrap .et_pb_menu__menu li.menu-btn {
		display: none;
	}
	.et-db #et-boc .et-l .footer-social-links .et_pb_menu__wrap .et_pb_menu__menu {
		display: block;
	}
	
	.et-db #et-boc .et-l .footer-social-links.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
		-webkit-box-pack: start;
    	-ms-flex-pack: inherit;
    	justify-content: start;
	}
	
	.subscribe-follow-row .et_pb_column {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.footer-social-links .et-menu-nav .et-menu li.social-icon a {
		font-size: 15px;
		width: 33px;
    	height: 33px;
	}
	
	.footer-social-links .et-menu-nav .et-menu li.social-icon {
		padding-left: 6px;
    	padding-right: 6px;
	}
}

@media (min-width: 981px) and (max-width: 1283px) {
	.footer-social-links {
		padding-right: 0 !important;
	}
	
	.footer-social-links ul li {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}

/* -- FOOTER -- */
#footer-info a {
	font-weight: normal;
}

#footer-widgets .footer-widget li {	
	padding-left: 0;
}

#footer-widgets .footer-widget li:before {	
	content: none;
}

#footer-widgets {
	padding: 3% 0 0;
}

#footer-bottom {
	padding-bottom: 25px;
}

#footer-bottom .container {
	display: flex;
}

#footer-bottom .container #footer-info {
	text-align: center;
    margin: auto;
}

#footer-widgets .footer-widget {
	margin-bottom: 2%;
}

/* buttons */
body #footer-widgets .footer-widget .et_pb_button_module_wrapper.footer-btns .et_pb_bg_layout_light.first-btn.footer-btn-2 {
	margin-bottom: 15px;
	padding-left: 25px !important;
	padding-right: 25px !important;
}


body #footer-widgets .footer-widget .et_pb_button_module_wrapper.footer-btns .et_pb_bg_layout_light.footer-btn-2 {
	padding-left: 34px !important;
	padding-right: 34px !important;
}

body #footer-widgets .footer-widget .et_pb_button_module_wrapper.footer-btns .et_pb_bg_layout_light.footer-btn-2:hover {
	border-color: #fff !important;
	color: #007788 !important;
}

body #footer-widgets .footer-widget .et_pb_button_module_wrapper.footer-btns .et_pb_button:after {
	content: none;
}

@media (min-width: 1075px) and (max-width: 1245px) {
	body #footer-widgets .footer-widget .et_pb_button_module_wrapper.footer-btns .et_pb_bg_layout_light {
		font-size: 17px;
	}
	
	body #footer-widgets .footer-widget .et_pb_button_module_wrapper.footer-btns .et_pb_bg_layout_light.footer-btn-1 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	body #footer-widgets .footer-widget .et_pb_button_module_wrapper.footer-btns .et_pb_bg_layout_light.footer-btn-2 {
		padding-left: 29px !important;
		padding-right: 29px !important;
	}
}

@media (min-width: 981px) and (max-width: 1074px) {
	body #footer-widgets .footer-widget .et_pb_button_module_wrapper.footer-btns .et_pb_bg_layout_light {
		font-size: 17px;
	}
	
	body #footer-widgets .footer-widget .et_pb_button_module_wrapper.footer-btns .et_pb_bg_layout_light.footer-btn-1 {
		padding-left: 15px !important;
		padding-right: 15px !important;
		margin-right: 5px;
	}
	
	body #footer-widgets .footer-widget .et_pb_button_module_wrapper.footer-btns .et_pb_bg_layout_light.footer-btn-2 {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
}

/* footer on tablet and mobile */
@media (max-width: 980px) {
	#et-main-area #main-footer {
		background-color: #000;
		padding-bottom: 15px;
	}

	#main-footer #footer-widgets .footer-widget:nth-child(2),
	#main-footer #footer-widgets .footer-widget:nth-child(3),
	#footer-bottom {
		display: none;
	}	
}

/* - full width bottom footer - */
#footer-bottom .container,
#main-footer .container {
	width: 62%;
	max-width: 90%;
}

@media (max-width: 767px) {
	#footer-bottom .container,
	#main-footer .container {
		width: 65%!important;
		max-width: 90%;
	}	
}

@media (max-width: 980px) {
	#main-footer {
		border-top: 1px solid #fff;
	}
	
	#footer-widgets {
		padding: 6% 0;
	}
}

/* post changes after adjusting the margins */
/* main menu */
@media (min-width: 1335px) and (max-width: 1635px) {
	.custom-primary-menu .et-menu-nav ul.et-menu li {
		padding-left: 10px;
    	padding-right: 10px;
	}
}

@media (min-width: 1210px) and (max-width: 1334px) {
	.custom-primary-menu .et-menu-nav ul.et-menu li {
		padding-left: 10px;
    	padding-right: 10px;
	}
	
	.custom-primary-menu .et-menu-nav ul.et-menu li a {
		font-size: 16px;
	}
}

@media (min-width: 120px) and (max-width: 1209px) {
	.custom-primary-menu .et-menu-nav ul.et-menu li {
		padding-left: 4px;
    	padding-right: 4px;
	}
	
	.custom-primary-menu .et-menu-nav ul.et-menu li a {
		font-size: 15px;
	}
}

/* width adjustment */
@media (min-width: 981px) and (max-width: 1440px) {
	.slant-slider.et_pb_slider .et_pb_slides .et_pb_slide {
		background-position: 30%;
	}
}

/* footer buttons */
@media (min-width: 1630px) and (max-width: 1798px) {
	body #footer-widgets .footer-widget .et_pb_button_module_wrapper.footer-btns .et_pb_bg_layout_light.footer-btn-1 {
		margin-right: 10px;
	}	
	
	body #footer-widgets .footer-widget .et_pb_button_module_wrapper.footer-btns .et_pb_bg_layout_light {
		font-size: 18px;
	}
}

@media (min-width: 1530px) and (max-width: 1629px) {
	body #footer-widgets .footer-widget .et_pb_button_module_wrapper.footer-btns .et_pb_bg_layout_light.footer-btn-1 {
		margin-right: 10px;
	}	
	
	body #footer-widgets .footer-widget .et_pb_button_module_wrapper.footer-btns .et_pb_bg_layout_light {
		font-size: 16px;
	}
}

@media (min-width: 981px) and (max-width: 1529px) {
	body #footer-widgets .footer-widget .et_pb_button_module_wrapper.footer-btns .et_pb_bg_layout_light.footer-btn-1 {
		margin-right: 0;
		margin-bottom: 10px;
	}	
	
	body #footer-widgets .footer-widget .et_pb_button_module_wrapper.footer-btns .et_pb_bg_layout_light {
		font-size: 16px;
	}
}

/* - DIVI FILTERGRID - */
/* pagination */
body .et_pb_section .dpdfg_filtergrid .dp-dfg-pagination .pagination .pagination-item a {
	border: 0;
	letter-spacing: 4px;
	padding: 10px;
}

body .et_pb_section .dpdfg_filtergrid .dp-dfg-pagination .pagination .pagination-item.next-posts {
	padding-left: 15px;
}

body .et_pb_section .dpdfg_filtergrid .dp-dfg-pagination .pagination .pagination-item.previous-posts {
	padding-right: 15px;
}

body .et_pb_section .dpdfg_filtergrid .dp-dfg-pagination .pagination .pagination-item.active a {
	font-weight: 900;
}

body .et_pb_section.dpdfg_filtergrid .dp-dfg-pagination {
	padding-top: 35px;
}

/* filters */
body .dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-dropdown-tag {
	background-color: #007788;
}

/* video pagination */
.custom-grid-alternative.dpdfg_filtergrid .dp-dfg-pagination {
	padding-top: 0;
}

/* books and articles pagination */
.custom-grid-books.dpdfg_filtergrid .dp-dfg-pagination,
.custom-grid-alt.dpdfg_filtergrid .dp-dfg-pagination {
	padding-top: 60px;
}


/* - PODCAST PAGE - */
.page-title-row.podcast {
	position: absolute;
    z-index: 2;
}

/* listing */
.custom-grid.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item {
	padding: 40px 30px 15px 60px;
	transition: all 0.3s ease-in-out;
}

/* listing overlay icon */
.custom-grid.dpdfg_filtergrid article.category-podcasts .et_overlay.et_pb_inline_icon:before, 
.custom-grid.dpdfg_filtergrid article.category-podcasts .et_pb_inline_icon:before,
.custom-grid.dpdfg_filtergrid article.type-podcast .et_pb_inline_icon::before {
	content: url(/wp-content/uploads/podcast-play.png);
	top: 20px;
    left: auto;
    margin: 0;
    right: 15px;
}

/* hover */
.custom-grid.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item:hover {
	background-color: #007788;
}

/* excerpt */
.custom-grid.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-content {
	width: 89%;
}


/* search */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
	letter-spacing: 1px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  	color: #fff;
	letter-spacing: 1px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  	color: #fff;
	letter-spacing: 1px;
}

.custom-grid.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-input {
	width: 17em;
}

/* search icon */
#et-boc .et-l .custom-grid.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon, 
.custom-grid.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-icon, 
.et-l .custom-grid.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon {
	color: #f9f9f9;
	width: 3em;
}

#et-boc .et-l .custom-grid.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon::before, 
.custom-grid.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-icon::before, 
.et-l .custom-grid.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon::before {
	content: "\f002";
	z-index: 3;
    color: #000;
    left: 8px;
    position: relative;
}

/* tags prefix */
.custom-grid.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-meta .terms::before {
	content: 'Topics:';
	display: inline-block;
	margin-right: 6px;
}

/* layout postions */
.custom-grid.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-header {
	order: 2;
	width: 77%;
	letter-spacing: 1px;
}

.custom-grid.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-custom-content {
	order: 3;
	padding: 0;
	letter-spacing: 1px;
	width: 100%;
}

.custom-grid.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-content {
	order: 4;
}

.custom-grid.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper {
	order: 5;
	width: 100%;
}

.custom-grid.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-meta {
	order: 6;
	letter-spacing: 1px;
}

@media (max-width: 619px) {
	.custom-grid.dpdfg_filtergrid .dp-dfg-container {
		display: block;
	}
	
	.custom-grid.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item {
		padding: 40px 15px 15px 15px;
	}
	.custom-grid.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items {
		margin-top: 15px;
	}
}

/* - PODCAST SINGLE PAGE - */
.et_pb_module.podcast-teacher-name {
	float: left;
	margin-right: 15px;
	display: flex;
}

.et_pb_module.podcast-teacher-name::after {
	content:'|';
	display: inline-block;
	margin-left: 15px;
}

/* episode listing */
.podcast-episode-listing .dp-dfg-skin-default article .dp-dfg-header {
	padding-bottom: 0 !important;
	padding: 0;
}

.podcast-episode-listing article::before {
	content: url(/wp-content/uploads/2021/04/play-icon-seminars.svg);
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 4px;
	color: #000;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
	opacity: 0;
}


.podcast-episode-listing article:hover::before {
	opacity: 1;
}

.podcast-episode-listing article:hover {
	background: #1d3e51;
}

/* content */
.podcast-content .podcast_meta {
	font-size: 14px;
	padding-bottom: 20px;
}

/* subscribe */
.subscribe-btn {
	padding: 15px;
}

.subscribe-btn .et_pb_toggle_title {
	padding-right: 0;
}

/* - CONNECT - */
.custom-full-width-header .header-content-container .header-content a.et_pb_button {
	margin-top: 55px;
	margin-right: 0;
}

/* Connect Form */
body .connect-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .connect-form .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type=text],
body .connect-form .gform_wrapper select {
	background-color: transparent;
	border: 2px solid #fff;
	font-size: 18px;
	letter-spacing: 1px;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	color: #fff;
}

body .connect-form .gform_wrapper select {
	color: #fff;
}

body .connect-form .gform_wrapper select option {
	color: #000;
}

body .connect-form .gform_footer {
	text-align: center;
}

body .connect-form .gform_wrapper .gform_footer input.button {
	color: #fff !important;
	background-color: transparent !important;
	border-width: 2px !important;
	border-color: #fff !important;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out !important;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
	margin-top: 30px !important;
	text-align: center !important;
}

body .connect-form .gform_wrapper .gform_footer input.button:hover {
	color: #007788 !important;
	border: 1px solid #fff !important;
	background-color: #fff !important;
}


/* - ABOUT PAGE - */

/* team section */
@media (max-width: 767px) {
	.team-section .et_pb_row.team-row .et_pb_column {
		margin-bottom: 50px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.team-section .et_pb_row.team-row .et_pb_column {
		width: 31.5%;
		margin-right: 2.5%;
	}
	
	.team-section .et_pb_row.team-row .et_pb_column:last-child {
		margin-right: 0;
	}
}

/*Ccore Beliefs section */
body #page-container .et_pb_section .et_pb_button_module_wrapper a.custom-btn.alt {
	padding: 0.3em 2.1em!important;
}

@media (max-width: 767px) {
	body #page-container .et_pb_section .et_pb_button_module_wrapper a.custom-btn.alt {
		padding: 0.3em 1.1em!important;
	}
}

@media (min-width: 981px) {
	.slant-img.core-beliefs::after {
		content:url(/wp-content/uploads/transparent-teal-slant.png);
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		height: 504px;
	}	
}

@media (min-width: 2000px) and (max-width: 2250px) {
	.slant-img.core-beliefs .content-col {
		padding-left: 200px;
	}
}

@media (min-width: 2251px) and (max-width: 2350px) {
	.slant-img.core-beliefs .content-col {
		padding-left: 250px;
	}
}

@media (min-width: 2351px) and (max-width: 2470px) {
	.slant-img.core-beliefs .content-col {
		padding-left: 300px;
	}
}

@media (min-width: 2471px) and (max-width: 2665px) {
	.slant-img.core-beliefs .content-col {
		padding-left: 400px;
	}
}

@media (min-width: 2666px) and (max-width: 2950px) {
	.slant-img.core-beliefs .content-col {
		padding-left: 500px;
	}
}

@media (min-width: 2951px) {
	.slant-img.core-beliefs .content-col {
		padding-left: 600px;
	}
}

@media (min-width: 1367px) and (max-width: 1600px) {
	.slant-img.core-beliefs .et_parallax_bg {
		background-position: 30% 100%;
	}
	
	.slant-img.core-beliefs::after {
		right: -200px;
	}
}

@media (min-width: 1025px) and (max-width: 1366px) {
	.slant-img.core-beliefs .et_parallax_bg {
		background-position: 30% 100%;
	}
	
	.slant-img.core-beliefs::after {
		right: -300px;
	}
	
	.slant-img.core-beliefs .content-col {
		padding-left: 70px;
		padding-right: 50px;
	}
}

@media (min-width: 981px) and (max-width: 1024px) {
	.slant-img.core-beliefs .et_parallax_bg {
		background-position: 30% 100%;
	}
	
	.slant-img.core-beliefs::after {
		right: -400px;
	}
	
	.slant-img.core-beliefs .content-col {
		padding-left: 70px;
		padding-right: 50px;
	}
}


/* alignment */
.cta-boxes-row .et_pb_column {
	display: flex;
}

.cta-boxes-row .et_pb_column .et_pb_promo {
	margin: auto !important;
}

.cta-boxes-row .et_pb_column .et_pb_button {
	width: 208px;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.cta-boxes-row .et_pb_column .et_pb_button {
		width: auto;
	}
}

/* - REVISED ENGLISH VERSION PAGE - */
/* teal slant */
@media (min-width: 981px) {
	.slant-img-left::after {
		content:url(/wp-content/uploads/transparent-teal-slant-left.png);
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		height: 650px;
	}	
}

.slant-img-left .et_parallax_bg {
	background-position: center right;
}

.slant-img-left {
	display: flex;
}

.slant-img-left .et_pb_row.custom-slant {
	margin: auto;
}
/*
@media (min-width: 2431px) and (max-width: 2550px) {
	.slant-img-left .content-col {
		padding-right: 350px;
	}
	
	body #page-container .et_pb_section.slant-img-left .two-img-row a.et_pb_button {
		font-size: 13px;
		margin-bottom: 10px;	
	}	
	
	body #page-container .et_pb_section.slant-img-left .two-img-row .et_pb_column {
		width: 100%;
	}
}

@media (min-width: 2301px) and (max-width: 2430px) {
	.slant-img-left .content-col {
		padding-right: 300px;
	}
	
	body #page-container .et_pb_section.slant-img-left .two-img-row a.et_pb_button {
		font-size: 13px;
		margin-bottom: 10px;	
	}	
	
	body #page-container .et_pb_section.slant-img-left .two-img-row .et_pb_column {
		width: 100%;
	}
}

@media (min-width: 2101px) and (max-width: 2300px) {
	.slant-img-left .content-col {
		padding-right: 200px;
	}
	
	body #page-container .et_pb_section.slant-img-left .two-img-row a.et_pb_button {
		font-size: 13px;
	}	
}
*/
@media (min-width: 2701px) {
	.slant-img-left .content-col {
		padding-right: 350px;
	}
	
	body #page-container .et_pb_section.slant-img-left .two-img-row .et_pb_column {
		width: 100%;
	}
	
	body #page-container .et_pb_section.slant-img-left .two-img-row a.et_pb_button {
		margin-bottom: 10px;	
	}
}

@media (min-width: 2501px) and (max-width: 2700px) {
	.slant-img-left .content-col {
		padding-right: 200px;
	}
	
	body #page-container .et_pb_section.slant-img-left .two-img-row .et_pb_column {
		width: 100%;
	}
	
	body #page-container .et_pb_section.slant-img-left .two-img-row a.et_pb_button {
		margin-bottom: 10px;	
	}
}

@media (min-width: 2351px) and (max-width: 2500px) {
	.slant-img-left .content-col {
		padding-right: 100px;
	}
}

@media (min-width: 2006px) and (max-width: 2350px) {
	.slant-img-left .content-col {
		padding-right: 30px;
	}
}

@media (min-width: 2005px) {
	/* teal slant */
	.slant-img-left::after {
		content:url(/wp-content/uploads/2021/05/transparent-teal-slant-left-large.png);
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		height: 650px;
	}	
}

@media (min-width: 1925px) and (max-width: 2005px) {
	.slant-img-left .content-col {
		padding-right: 60px;
	}
}

@media (min-width: 1925px) {
	.slant-img-left .two-img-row a.et_pb_button {
		white-space: nowrap;
	}	
}

@media (min-width: 1110px) and (max-width: 1399px) {
	.slant-img-left::after {
		left: -260px;
	}
	
	.two-img-row a.et_pb_button {
		white-space: nowrap;
	}
}

@media (min-width: 981px) and (max-width: 1109px) {
	.slant-img-left::after {
		left: -383px;
	}
}

@media (max-width: 981px) {
	.slant-img-left .et_parallax_bg {
		background-position: center;
	}	
}

/* faq */
.et_pb_row .et_pb_accordion .et_pb_toggle {
	margin-bottom: -1px;
}

.faq h3.et_pb_toggle_title::after {
	content: 'Q';
	font-weight: bold;
	font-size: 20px;
	float: left;
    margin-right: 10px;
}

.faq .et_pb_toggle_content::before {
	content: 'A';
	font-weight: bold;
	font-size: 20px;
	float: left;
    margin-right: 10px;
}

/* - RESOURCES - */
.btns-160px {
	width: 180px;
}

/* blurbs */
.blurb-row .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon-circle-border {
	border: 2px solid;
}

/* custom icon */
.custom-icon-blurb .et_pb_image_wrap {
	border: 2px solid #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: flex;
}

.custom-icon-blurb .et_pb_image_wrap img {
	margin: auto;
    width: 37px;
	border-radius: 0;
}

/* book slider */
.custom-divi-carousel .dica-item .dica-item-content .item-subtitle {
	font-weight: 400;
}

@media (min-width: 768px) {
	.custom-divi-carousel .dica-item .dica-image-container {
		margin: auto;
	}	
}

.custom-divi-carousel .dica-item .dica-item-content {
	padding-top: 20px;
}


@media (min-width: 1400px) {
	.custom-divi-carousel .dica-item .dica-item-content {
		padding-left: 62px;
	}

.custom-divi-carousel .dica-container .swiper-container #the-gift .et_pb_module_inner .dica-item div.dica-item-content {
	padding-left: 80px !important;
	}
}

@media (min-width: 1260px) and (max-width: 1399px) {
	.custom-divi-carousel .dica-item .dica-item-content {
		padding-left: 17%;
	}
	
	.custom-divi-carousel .dica-container .swiper-container #the-gift .et_pb_module_inner .dica-item div.dica-item-content {
		padding-left: 21% !important;
	}
}

@media (min-width: 1080px) and (max-width: 1259px) {
	.custom-divi-carousel .dica-item .dica-item-content {
		padding-left: 13%;
	}
	
	.custom-divi-carousel .dica-container .swiper-container #the-gift .et_pb_module_inner .dica-item div.dica-item-content {
		padding-left: 18% !important;
	}
}

@media (min-width: 981px) and (max-width: 1079px) {
	.custom-divi-carousel .dica-item .dica-item-content {
		padding-left: 2%;
	}
	
	.custom-divi-carousel .dica-container .swiper-container #the-gift .et_pb_module_inner .dica-item div.dica-item-content {
		padding-left: 9% !important;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.custom-divi-carousel .swiper-buttton-container .swiper-button-next, 
	.custom-divi-carousel .swiper-buttton-container .swiper-button-prev {
		font-size: 53px !important;
		height: 53px !important;
		width: 53px !important;
	}
}

@media (max-width: 767px) {
	.custom-divi-carousel .swiper-buttton-container .swiper-button-next, 
	.custom-divi-carousel .swiper-buttton-container .swiper-button-prev {
		font-size: 40px !important;
		height: 40px !important;
		width: 40px !important;
	}
}

/* seminars slider */
@media (min-width: 768px) and (max-width: 980px) {
	.seminar-carousel .swiper-buttton-container .swiper-button-next, 
	.seminar-carousel .swiper-buttton-container .swiper-button-prev {
		font-size: 53px !important;
		height: 53px !important;
		width: 53px !important;
	}
}

@media (max-width: 767px) {
	.seminar-carousel .swiper-buttton-container .swiper-button-next, 
	.seminar-carousel .swiper-buttton-container .swiper-button-prev {
		font-size: 40px !important;
		height: 40px !important;
		width: 40px !important;
	}
}

/*
.custom-blog-carousel .dgbc_carousel_wrapper .dgbc_post_item .content-wrapper {
	padding-top: 20px;
}

.custom-blog-carousel .dgbc_carousel_wrapper .dgbc_post_item .post-content {
	padding-top: 10px;
	color: transparent;
}

.custom-blog-carousel .dgbc_carousel_wrapper .dgbc_post_item .post-content p {
	color: #fff !important;
}

@media (min-width: 981px) {
	.custom-blog-carousel.dgbc_blog_carousel .arrow-outside .swiper-button-prev {
		left: -115px;
	}

	.custom-blog-carousel.dgbc_blog_carousel .arrow-outside .swiper-button-next {
		right: -115px;
	}	
}

@media (min-width: 768px) and (max-width: 980px) {
	.custom-blog-carousel.dgbc_blog_carousel .arrow-outside .swiper-button-prev, 
	.custom-blog-carousel.dgbc_blog_carousel .arrow-outside .swiper-button-next {
		font-size: 53px !important;
		height: 53px !important;
		width: 53px !important;
	}
	
	.custom-blog-carousel.dgbc_blog_carousel .swiper-container {
		width: 65%;
	}
	
	.custom-blog-carousel.dgbc_blog_carousel .arrow-outside .swiper-button-prev {
		left: 60px !important;
	}

	.custom-blog-carousel.dgbc_blog_carousel .arrow-outside .swiper-button-next {
		right: 60px !important;
	}
}

@media (max-width: 767px) {
	.custom-blog-carousel.dgbc_blog_carousel .arrow-outside .swiper-button-prev, 
	.custom-blog-carousel.dgbc_blog_carousel .arrow-outside .swiper-button-next {
		font-size: 40px !important;
		height: 40px !important;
		width: 40px !important;
	}
	
	.custom-blog-carousel.dgbc_blog_carousel .swiper-container {
		width: 65%;
	}
	
	.custom-blog-carousel.dgbc_blog_carousel .arrow-outside .swiper-button-prev {
		left: 0 !important;
	}

	.custom-blog-carousel.dgbc_blog_carousel .arrow-outside .swiper-button-next {
		right: 0 !important;
	}
}*/

/* seminar icons 
.custom-blog-carousel .dgbc_carousel_wrapper.has_overlay .dgbc_post_item .dg-post-thumb>a:after {
	opacity: 1;
	z-index: 2;
	border: 0px solid #e5e5e5;
	top: 10px;
    left: 20px;
    margin: 0;
	-webkit-transform: translate(0);
    transform: translate(0);
}

.custom-blog-carousel .dgbc_carousel_wrapper.has_overlay .dgbc_post_inner_wrapper:hover .dg-post-thumb>a:after {
	-webkit-transform: translate(0);
    transform: translate(0);
}

.custom-blog-carousel .dgbc_carousel_wrapper.has_overlay .dgbc_post_item .dg-post-thumb>a:after {
	content: url(/wp-content/uploads/video-icon-png.png);
}*/


/* indigo slant */
@media (min-width: 981px) {
	.slant-img-left-indigo::after {
		content:url(/wp-content/uploads/transparent-indigo-slant.png);
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		height: 650px;
	}	
}

.slant-img-left-indigo .et_parallax_bg {
	background-position: 75% 100%;
}

.slant-img-left-indigo {
	display: flex;
}

.slant-img-left-indigo .et_pb_row.custom-slant {
	margin: auto;
}

@media (min-width: 1110px) and (max-width: 1399px) {
	.slant-img-left-indigo::after {
		left: -260px;
	}
	
	.two-img-row a.et_pb_button {
		white-space: nowrap;
	}
}

@media (min-width: 981px) and (max-width: 1109px) {
	.slant-img-left-indigo::after {
		left: -383px;
	}
}

/* - VIRTUAL GROUPS - */
@media (min-width: 981px) {
	body.page-id-1717 header .et_builder_inner_content {
		z-index: 1;
	}

	.virtual-groups-section {
		margin-top: -80px;
	}
}

.days h2::after {
	content: '';
    background: #fff;
    width: 126px;
    height: 2px;
    display: block;
    text-align: center;
    margin: 10px auto;
}

@media (max-width: 980px) {
	.teal-cta .et_pb_column {
		margin-bottom: 10px;
	}	
}

/* Did you miss last group CTA */
.last-group-cta .et_pb_promo_description {
	padding-bottom: 50px;
}

/* dots */
.testimonial-slider .et-pb-controllers a {
	opacity: 1;
	border: 1px solid #fff;
	width: 9px;
	height: 9px;
}

.testimonial-slider .et-pb-controllers .et-pb-active-control {
	background-color: transparent !important;
    border: 1px solid #fff;
	width: 9px;
	height: 9px;
}

.testimonial-slider .et_pb_slide_content {
	margin-top: 25px;
}

.testimonial-slider .et_pb_slider_container_inner .et_pb_slide_title span {
	font-size: 30px;
    top: 5px;
    position: relative;
}

/* Newsletter Form */
body .newsletter-form .gform_wrapper ul.gform_fields li.gfield input.large,
body .newsletter-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .newsletter-form .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
	border: 2px solid #fff !important;
    background-color: transparent;
	color: #fff !important;
	font-size: 16px;
	padding: 10px;
}

body .newsletter-form .gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #fff;
}
body .newsletter-form .gform_wrapper .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
  color: #fff;
}
body .newsletter-form .gform_wrapper .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
  color: #fff;
}
body .newsletter-form .gform_wrapper.gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
  color: #fff;
}

body .newsletter-form .gform_wrapper .gform_footer input.button, 
body .newsletter-form .gform_wrapper .gform_page_footer input.button, 
body .newsletter-form div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
	border-color: #283676;
	background-color: #283676;
	color: #fff;
	padding-left: 40px;
	padding-right: 40px;
	letter-spacing: 2px;
}

body .newsletter-form .gform_wrapper .gform_footer input.button:hover, 
body .newsletter-form .gform_wrapper .gform_page_footer input.button:hover, 
body .newsletter-form div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover {
	border-color: #fff;
	color: #283676;
	background-color: #fff;
	border-radius: 0;
}

body .newsletter-form .gform_wrapper .gform_footer {
	text-align: center;
}

@media (max-width: 980px) {
	body .newsletter-form .gform_wrapper li.hidden_label .ginput_container>*,
	body .newsletter-form .gform_wrapper .top_label div.ginput_container {
		margin-top: 0;
	}
}

/* Hide duplicate post type on resources page */
.resources-template-default .entry-title {
	display:none;
}

/* - VIDEO PAGE - */
.custom-grid-alternative .dp-dfg-container .dp-dfg-search {
	margin-bottom: 0;
}

#et-boc .et-l .custom-grid-alternative .dp-dfg-skin-default.dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-image {
	padding-bottom: 20px;
}



/* search */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.custom-grid-alternative.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-input {
	width: 17em;
}

/* search icon */
#et-boc .et-l .custom-grid-alternative.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon, 
.custom-grid-alternative.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-icon, 
.et-l .custom-grid-alternative.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon {
	color: #f9f9f9;
	width: 3em;
}

#et-boc .et-l .custom-grid-alternative.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon::before, 
.custom-grid-alternative.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-icon::before, 
.et-l .custom-grid-alternative.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon::before {
	content: "\f002";
	z-index: 3;
    color: #000;
    left: 8px;
    position: relative;
}

@media (max-width: 619px) {
	.custom-grid-alternative.dpdfg_filtergrid .dp-dfg-container {
		display: block;
	}
	
	.custom-grid-alternative.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item {
		padding: 0 15px 15px 15px;
	}
	.custom-grid-alternative.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items {
		margin-top: 15px;
	}
}

/* VIDEO SINGLE PAGE */
@media (min-width: 981px) {
	.video-content .et_pb_row .col-1 {
		width: 60.25%;
	}

	.video-content .et_pb_row .col-2 {
		width: 34.25%;
	}	
}

/* TOPICS PAGE */
.topics-page, .topics-page .et_pb_row  {
	padding:0 !important;	
}
.topics {
	width:75%;
	margin: 0 auto;
	-moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
}

.topics a {
	color:white;
}

.topics a:hover {
	color:white;
	text-decoration:underline;
}

.letter_box {
	display:inline-block;
	width:100%;
	padding: 7% 13%;
	margin: 4% 2%;
}

h2.topics-letter {
	border-bottom: white 1px solid;
	padding:0;
	margin-bottom:10px;
}

.letter_box {
	background-color:#1d3e52;
	transition: 0.3s all ease-in-out;
}

.letter_box:hover {
	background-color:#197788;
}

.alpha-nav {
	margin: 15px auto;
	text-align:center;
	font-size:1.2em;
	overflow-wrap:break-word;
}

.alpha-nav a,.alpha-nav-mobile a {
	margin:9.5px;
	color:#ffffff;
	padding:5px 0;
}

.alpha-nav-mobile a {
	display:block;
	color:#54b2e9;
}

.alpha-nav a:hover {
	text-decoration:underline;
}

.alpha-nav-mobile-btn {
	display:inline-block;
	min-width:100px;
	cursor:pointer;
}

.alpha-nav-mobile-btn i {
	vertical-align:middle;
}

.alpha-nav-mobile-ddc, .alpha-nav-mobile {
	display:none;
}

.alpha-nav-mobile {
	position:relative;
        height:50px;
	margin: 5% auto 1% auto;
    	width: 85%;
	text-align:right;
}

.alpha-nav-mobile-container {
	position:absolute;
	right:0;
}

.alpha-nav-mobile-ddc {
	padding: 1%;
	color:#82c0c7;
	background: #f9f9f9;
	min-width:98%;
	text-align:center;
	transition: all 0.3s ease-in-out;
}

.alpha-nav-mobile-btn:hover ~ .alpha-nav-mobile-ddc, .alpha-nav-mobile-ddc:hover {
	display: block;
}

.alpha-nav-mobile-btn-txt {
	margin-right:10px;
}

.alpha-nav-mobile-btn-txt::after {
	font-family: ETmodules;
	content: "3";
	font-size: 2em;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -.5em;
}
.topics_resources_nav {
	margin: 2% 12% 2% 64%;	
}

@media (max-width: 1050px) {
        .topics {
                width:85%;
        }
}

@media (max-width: 800px) {
	.topics {
	        -moz-column-count: 1;
        	-webkit-column-count: 1;
        	column-count: 1;
		width:85%;
	}
	.letter_box {
		margin:4% auto;
		width:100%;
	}
	.alpha-nav {
		display:none;
	}
	.alpha-nav-mobile {
		display:block;
	}
	.topics-page .stf_filter {
		display:block !important;	
	}
}
/* dropdown short code */

.stf_filter {
	position:relative;
	margin:5% auto 0 auto;
	height:50px;	
}

.topics-page .stf_filter {
	margin:20px 35%;	
}

.stf_filter_dd_title {
	font-size:1.2em;
	padding:10px;	
}

.stf_filter_down::after {
	font-family: ETmodules;
    content: "3";
    font-size: 2em;
    float:right;
    vertical-align:middle;
}

.stf_filter_up::after {
	font-family: ETmodules;
    content: "2";
    font-size: 2em;
    float:right;
    vertical-align:middle;
}

.stf_filter_container {
	width:100%;
	border:1px solid #e2e2e2;
	text-align:left;
	color:#ffffff;
	cursor:pointer;
	position:absolute;
	z-index:100000000;
}

.stf_filter_dd_contents {
	display:none;
	background:#ffffff;
	max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;	
}

.stf_filter_dd_contents ul {
	margin-top:40px;
	padding:0% !important;	
	color:#666;
	font-size:0.9em;
}
.stf_filter_art_dd ul {
	margin-top:0;	
}
.stf_filter_dd_contents input {
	display:none;	
}

.stf_filter_dd_item {
	display:block;
	padding:0.75%;
	color: #000;
}

.stf_filter_dd_item:hover {
	background-color:#e2e2e2;
}

.stf_filter_dd_input {
	width: 95%;
    line-height: 31px;
    border-right: 0;
    padding: 6px;
    border-left: 0;
    font-size: 1.2em;
    position: absolute;
}
.stf_filter ::placeholder {
  color: #fff;
  font-size:0.9em;
  opacity: 1; /* Firefox */
}

.stf_filter :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
 font-size:0.9em;
}

.stf_filter ::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
 font-size:0.9em;
}

.stf_filter_dd_contents input.stf_filter_dd_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000;
 font-size:0.9em;
}

.stf_filter_dd_contents input.stf_filter_dd_input::-ms-input-placeholder { /* Microsoft Edge */
 color: #000;
 font-size:0.9em;
}

.stf_filter_dd_contents input.stf_filter_dd_input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #000;
 font-size:0.9em;
}
	
#stf_topics_search {
	width: 100%;
    font-size: 1.1em;
    padding: 15px 5px;
    border: 1px solid #fff;
	background: #000;
}
.stf_topics_search_button {
	background: #fff;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 0;
    border: solid #fff 1px;
    cursor: pointer;
	color: #000;
}

input#stf_topics_search {
	color: #fff;
}

@media (max-width: 1000px) {
	.topics-page .stf_filter {
		margin:5% auto 0 auto;	
	}
	.topics-dd-container .et_pb_column {
		margin:0 auto !important;	
	}
	.stf_filter_dd_input {
		width:100%;	
	}
	.topics-page .et_pb_column .et_pb_module {
		margin-bottom:0;	
	}
	.stf_topics_search_button {
		margin:0px;	
	}
	.stf_filter_dd_item {
	    padding: 7px 0 7px 23px;
	    font-size: 1.5em;
	}
}
/* pagination quantity */
.search_result_pag_container {
	text-align: center;
}

#stf_number_of_results {
	display:inline-block;
	font-size:1em;
	margin:10px auto;
	color: #fff;
    background: #000;
}
/* pagination */
.search_result_pag {
	display:inline-block;	
}
.search_result_pag .navigation .nav-links {
	font-size: 20px;
}

.search_result_pag .navigation .nav-links span,
.search_result_pag .navigation .nav-links a.page-numbers {
	padding: 10px;	
}

.search_result_pag .navigation .nav-links a.page-numbers,
.et-db #et-boc .et-l .search_result_pag .navigation .nav-links a.page-numbers {
	color: #fff;
}

.search_result_pag .navigation .nav-links a.next,
.search_result_pag .navigation .nav-links a.prev {
	letter-spacing: 4px;
    padding: 10px;
}

.search_result_pag .navigation .nav-links a.next::after,
.search_result_pag .navigation .nav-links a.prev::before {
	font-family: 'ETModules';
	width: 45px;
	margin: 0;
	display: inline-block;
	text-align: center;
	top: 0;
	left: 0;
	color: #fff;
	/* set font size helps make icon sharper */
	font-size: 14px;
	font-weight: normal;
}

.search_result_pag .navigation .nav-links a.next::after {
	content: '\f054';
}

.search_result_pag .navigation .nav-links a.prev::before {
	content: '\f053';
}

.search_result_pag .navigation .nav-links span.current {
	font-weight: 900;
}

/*--  SEARCH RESULTS PAGE --*/

/* using divi filtergrid */
.search-results-filter-grid .dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-dropdown-label {
	background-color: transparent;
}

body .dpdfg_filtergrid.search-results-filter-grid .dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-dropdown-tag {
	background-color: transparent;
}

.search-results-filter-grid .dp-dfg-container .dp-dfg-filters-dropdown-layout {
	margin: auto;
    width: 336px;
	display: block;
}

@media (max-width: 439px) {
	.search-results-filter-grid .dp-dfg-container .dp-dfg-filters-dropdown-layout {
		width: auto;
	}	
}


/* if using the default search results */
/*
.search_result {
	margin:0 auto 40px auto;	
}

.search_result_image {
	max-width:22%;
	display:inline-block;
	vertical-align:middle;	
	margin-right:8%;
}
.search_result_postinfo {
	max-width:70%;
	display:inline-block;
	vertical-align:middle;	
}

.search_result_postinfo h2 {
	text-transform:uppercase;	
}

.search_result_details {
	text-transform:uppercase;	
}

.search_result_pag {
	margin: 0 auto;
    text-align: center;
    font-size: 1.2em;
    border-top: 1px white solid;
    padding-top: 15px;	
}

.search .page-title-row {
	display:none;	
}
@media (max-width: 900px) {
	.search_result_image,.search_result_postinfo {
		display:block;
		max-width:100%;	
	}
}
*/

/* Topics subpage */

.ts_search_result {
    display: inline-block;
    width: 29.6667%;
    vertical-align: top;
}

.ts_search_result:not(:nth-child(3n)) {
    margin: 0 5.5% 3% 0;	
}
@media (min-width: 981px) {
	.ts_search_result .ts_search_result_image img {
		object-fit: cover;
		width: 100%;
		height: 200px;	
	}	
}

.ts_post_title_link h2 {
	font-size: 1em;
    margin: 28px auto 0px auto;
    font-weight: 800;	
}
.ts_search_result_excerpt {
	margin-top:20px;
	font-size:0.9em;
}
@media (max-width: 900px) {
	.ts_search_result {
		margin:3% auto;
		width:99%;
	}
	.ts_search_result_image {
		border-top: 1px white solid;
		padding-top:15px;
		text-align:center;
	}
}
/* ARTICLES PAGE */

/* listing */
.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item {
	padding: 0;
	transition: all 0.3s ease-in-out;
	display: block;
}

.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item figure.dp-dfg-image {
	float: right;
}

.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item figure.dp-dfg-image img {
	width: 570px;
}

.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container {
	display: block;
}

.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-search {
	padding-bottom: 60px;
	float: none;
	margin-right: 20px;
}

.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items {
	clear: both;
}

.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-header {
	padding-top: 80px;
    padding-left: 100px;
    padding-right: 590px;
}

.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-meta,
.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-content,
.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper {
	padding-left: 100px;
    padding-right: 590px;
}

.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper {
    padding-top: 30px;
}

/* book of the bible dropdown */
.custom-grid-alt.dpdfg_filtergrid .dp-dfg-filters .dp-dfg-filters-dropdown .dp-dfg-dropdown-label {
	background: transparent;
	font-size: 20px;
	padding: .5em 1em;
	letter-spacing: 1px;
}

.custom-grid-alt.dpdfg_filtergrid .dp-dfg-filters .dp-dfg-filters-dropdown {
	width: 356px;
}

/* read button */
body #page-container .et_pb_section .custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper .et_pb_button {
	padding-right: 60px !important;
    padding-left: 60px !important;
}

/* hover */
.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item:hover {
	background-color: #283676;
}

/* excerpt */
.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-content {
	width: 95%;
}

.custom-grid-alt.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-input {
	width: 17em;
}


/* search icon */
#et-boc .et-l .custom-grid-alt.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon, 
.custom-grid-alt.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-icon, 
.et-l .custom-grid-alt.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon {
	color: #f9f9f9;
	width: 3em;
}

#et-boc .et-l .custom-grid-alt.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon::before, 
.custom-grid-alt.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-icon::before, 
.et-l .custom-grid-alt.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon::before {
	content: "\f002";
	z-index: 3;
    color: #000;
    left: 8px;
    position: relative;
}

@media (max-width: 619px) {
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container {
		display: block;
	}
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items {
		margin-top: 15px;
	}
}

@media (min-width: 1281px) and (max-width: 1366px) {
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item figure.dp-dfg-image img {
		width: 530px;
	}
	
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-header {
		padding-top: 50px;
	}
}

@media (min-width: 1100px) and (max-width: 1280px) {
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item figure.dp-dfg-image img {
		width: 490px;
	}

	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-header {
		padding-top: 30px;
    	padding-left: 50px;
    	padding-right: 460px;
}

	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-meta,
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-content,
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper {
		padding-left: 50px;
		padding-right: 460px;
	}
}


@media (min-width: 981px) and (max-width: 1099px) {
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item figure.dp-dfg-image img {
		width: 385px;
	}

	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-header {
		padding-top: 30px;
    	padding-left: 30px;
    	padding-right: 410px;
}

	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-meta,
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-content,
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper {
		padding-left: 30px;
		padding-right: 410px;
	}
	
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper {
		padding-top: 15px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item figure.dp-dfg-image img {
		width: 100%;
	}
	
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item figure.dp-dfg-image {
		float: none;
	}

	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-header {
		padding-top: 50px;
    	padding-left: 50px;
    	padding-right: 50px;
}

	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-meta,
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-content,
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper {
		padding-top: 15px;
		padding-bottom: 50px;
	}
	
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-filters .dp-dfg-filters-dropdown {
		width: 100%;
	}
	
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-input {
		width: 13em;
	}
}

@media (max-width: 767px) {
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item figure.dp-dfg-image img {
		width: 100%;
	}
	
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item figure.dp-dfg-image {
		float: none;
	}

	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-header {
		padding-top: 20px;
    	padding-left: 20px;
    	padding-right: 20px;
}

	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-meta,
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-content,
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .et_pb_button_wrapper {
		padding-top: 15px;
		padding-bottom: 20px;
	}
	
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-filters .dp-dfg-filters-dropdown {
		width: 100%;
	}
	
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-input {
		width: auto;
	}
	
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-search {
		width: 100%;
		padding-bottom: 20px;
		-ms-flex-pack: left;
    	justify-content: left;
	}
	
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-container .dp-dfg-filters {
		width: 100%;
	}
	
	.custom-grid-alt.dpdfg_filtergrid .dp-dfg-filters .dp-dfg-filters-dropdown .dp-dfg-dropdown-label {
		font-size: 18px;
	}
}

/* ARTICLE INDIVIDUAL POST */
.article-title-module .et_pb_title_featured_container {
	padding-top: 50px;
}

.featured-quote a.inline-twitter-link {
	background: transparent;
	color: #fff;
}

.featured-quote a.inline-twitter-link .dashicons {
	display: block;
	margin: 20px auto auto;
}

.featured-quote a.inline-twitter-link .dashicons.dashicons-twitter:before {
	border: 2px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    padding: 8px;
    text-align: center;
}

@media (max-width: 767px) {
	.article-title-module .et_pb_title_featured_container {
		padding-top: 30px;
	}	
}

/* BOOKS PAGE */

/* listing */
.custom-grid-books.dpdfg_filtergrid .dp-dfg-container {
	display: block;
}

.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-search {
	padding-bottom: 60px;
	float: left;
	margin-right: 20px;
}

.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items {
	clear: both;
	row-gap: 6em;
}

.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item {
	padding: 0 1em 0 0;
}

.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-image img {
	width: 64%;
	margin: 0 0 0 12px;
}

body #page-container .et_pb_section .custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .et_pb_button_wrapper a.et_pb_button {
	padding-left: 0em !important;
}

/* - positions - */
/* image */
.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-image {
	order: 0;
	padding-bottom: 25px !important;
}

/* title */
.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-header {
	order: 1;
	padding-bottom: 0;
}

/* author name */
.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-meta {
	order: 2;
}

/* excerpt */
.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-content {
	order: 3;
	padding-top: 0;
}

/* read more */
.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .et_pb_button_wrapper {
	order: 4;
}

/* purchase */
.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-custom-content {
	order: 5;
	margin-top: 20px;
}

/* purchase button styling */
.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-custom-content .dp-dfg-custom-field .dp-dfg-custom-field-value a,
.purchase-button .sb_mod_acf_single_item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #fff;
	transition: all 0.3s ease-in-out;
	padding: 10px 30px;
}

.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-custom-content .dp-dfg-custom-field .dp-dfg-custom-field-value a:hover,
.purchase-button .sb_mod_acf_single_item a:hover {
	color: #283676;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #fff;
	background: #fff;
	padding: 10px 30px;
}

.purchase-button .sb_mod_acf_single_item {
	text-align: center;
}

/* book types dropdown */
.custom-grid-books.dpdfg_filtergrid .dp-dfg-filters .dp-dfg-filters-dropdown .dp-dfg-dropdown-label {
	background: transparent;
	font-size: 20px;
	padding: .5em 1em;
	letter-spacing: 1px;
}

.custom-grid-books.dpdfg_filtergrid .dp-dfg-filters .dp-dfg-filters-dropdown {
	width: 356px;
}


/* excerpt */
.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-content {
	width: 92%;
}

.custom-grid-books.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-input {
	width: 17em;
}

/* search icon */
#et-boc .et-l .custom-grid-books.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon, 
.custom-grid-books.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-icon, 
.et-l .custom-grid-books.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon {
	color: #f9f9f9;
	width: 3em;
}

#et-boc .et-l .custom-grid-books.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon::before, 
.custom-grid-books.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-icon::before, 
.et-l .custom-grid-books.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon::before {
	content: "\f002";
	z-index: 3;
    color: #000;
    left: 8px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 980px) {
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-container.dp-dfg-layout-grid .dp-dfg-items {
		grid-template-columns: repeat(auto-fill,minmax(40%,1fr));
	}
	
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-filters-dropdown-layout {
		grid-template-columns: repeat(1,1fr);
	}
	
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item figure.dp-dfg-image img {
		width: 100%;
		margin: 0;
	}
	
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item figure.dp-dfg-image {
		float: none;
	}
	
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-filters .dp-dfg-filters-dropdown {
		width: 100%;
	}
	
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-input {
		width: 13em;
	}
	
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item {
		padding: 10px;
	}
}

@media (max-width: 767px) {
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item figure.dp-dfg-image img {
		width: 90%;
    	margin: auto;
	}
	
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item {
		padding: 0;
	}
	
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items {
		padding-top: 30px;
	}
	
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items .dp-dfg-item figure.dp-dfg-image {
		float: none;
	}
	
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-filters .dp-dfg-filters-dropdown {
		width: 100%;
	}
	
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-input {
		width: 100%;
	}
	
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-search {
		width: 100%;
		padding-bottom: 20px;
		-ms-flex-pack: left;
    	justify-content: left;
	}
	
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-filters {
		width: 100%;
	}
	
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-filters .dp-dfg-filters-dropdown .dp-dfg-dropdown-label {
		font-size: 18px;
	}
}

@media (max-width: 619px) {
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-container {
		display: block;
	}
	.custom-grid-books.dpdfg_filtergrid .dp-dfg-container .dp-dfg-items {
		margin-top: 15px;
	}
}

/* SEMINAR INDIVIDUAL PAGE */
.seminar-listing .dp-dfg-layout-list article.dp-dfg-item {
	padding: 0 2em;
}

.seminar-listing .dp-dfg-skin-default .dp-dfg-item>div:last-of-type {
	padding-bottom: 5px;	
}

.seminar-listing article .dp-dfg-header::before {
	content: url(/wp-content/uploads/2021/04/play-icon-seminars.svg);
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 4px;
	left: -28px;
	color: #000;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
	opacity: 0;	
}

.seminar-listing article:hover .dp-dfg-header::before {
	opacity: 1;
}

.seminar-listing article:hover {
	background: #1d3e51;
}


.session-list ul li::before {
	content: url(/wp-content/uploads/2021/04/play-icon-seminars.svg);
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 4px;
	color: #000;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
	opacity: 0;
}


.session-list ul li:hover::before {
	opacity: 1;
}

.session-list ul li:hover {
	background: #1d3e51;
}

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

.session-list ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 !important;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* buttons */
@media (min-width: 1490px) {
	.et_pb_section .et_pb_row.seminars-buttons-row .col-1 {
		width: 27%;
	}	
}

@media (min-width: 1160px) and (max-width: 1489px) {
	.et_pb_section .et_pb_row.seminars-buttons-row .col-1 {
		width: 35%;
	}	
}

@media (min-width: 981px) and (max-width: 1159px) {
	.et_pb_section .et_pb_row.seminars-buttons-row .col-1 {
		width: 42%;
	}	
}

/* new specialty section layout */
/* back button */
.sm-back-blurb .et_pb_blurb_container {
	padding-left: 0;
}

.seminars-buttons-row .et_pb_toggle,
.seminars-buttons-row .et_pb_button_module_wrapper .et_pb_button {
	white-space: nowrap;
}

@media (min-width: 1200px) and (max-width: 1320px) {
	.seminars-buttons-row .et_pb_toggle.audio-files-toggle h3.et_pb_toggle_title ,
	.seminars-buttons-row .et_pb_button_module_wrapper .et_pb_button {
		font-size: 16px;
	}	
}

@media (min-width: 981px) and (max-width: 1199px) {
	.seminars-buttons-row .et_pb_column {
		width: 100% !important;
		margin-bottom: 20px;
	}
	
	.seminars-buttons-row .et_pb_toggle.audio-files-toggle h3.et_pb_toggle_title ,
	.seminars-buttons-row .et_pb_button_module_wrapper .et_pb_button {
		font-size: 16px;
	}	
	
	.seminars-buttons-row .et_pb_toggle.audio-files-toggle {
		width: 60%;
	}
}

@media (max-width: 660px) {
	.seminars-buttons-row .et_pb_column {
		width: 100% !important;
		margin-bottom: 20px;
	}
	
	.seminars-buttons-row .et_pb_toggle.audio-files-toggle h3.et_pb_toggle_title ,
	.seminars-buttons-row .et_pb_button_module_wrapper .et_pb_button {
		font-size: 16px;
	}	
}

@media (min-width: 480px) and (max-width: 660px) {
	.seminars-buttons-row .et_pb_toggle.audio-files-toggle {
		width: 60%;
	}
}

@media (max-width: 479px) {
	.seminars-buttons-row .et_pb_toggle.audio-files-toggle {
		width: 100%;
	}
}

/* - SEARCH RESULTS - */
/* resource types dropdown */
.custom-results.dpdfg_filtergrid .dp-dfg-filters .dp-dfg-filters-dropdown .dp-dfg-dropdown-label {
	background: transparent;
	font-size: 20px;
	padding: .5em 1em;
	letter-spacing: 1px;
}

.custom-results.dpdfg_filtergrid .dp-dfg-filters-dropdown-layout {
	display: block;
}

.custom-results.dpdfg_filtergrid .dp-dfg-filters .dp-dfg-filters-dropdown {
	width: 356px;
	float: right;
}

.custom-results.dpdfg_filtergrid .dp-dfg-filters .dp-dfg-filters-dropdown ul.dp-dfg-level {
	background: #fff;
}

.custom-results.dpdfg_filtergrid .dp-dfg-container {
	row-gap: 7em;
}

/* layout */
.custom-results.dpdfg_filtergrid .dp-dfg-layout-list .dp-dfg-item {
	grid-template-columns: minmax(300px,25%) 1fr;
    -ms-grid-columns: minmax(300px,25%) 1fr;
	column-gap: 6em;
}

.custom-results.dpdfg_filtergrid .dp-dfg-layout-list .dp-dfg-items {
	grid-row-gap: 6em;
}
/* resource subpage */
.resource-post-header .entry-title {
	display:block;	
}
.resource-post-container {
	padding:0 !important;	
}

/* - GRAVITY FORMS - */
/* general */
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .gform_wrapper textarea.textarea, 
body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
	background-color: transparent;
	border: 2px solid #fff !important;
}

body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_page_footer input.button, 
body div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
	border-color: #fff;
	background-color: transparent;
	border-radius: 0;
}

body .gform_wrapper .gform_footer input.button:hover, 
body .gform_wrapper .gform_page_footer input.button:hover, 
body div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover {
	border-color: #fff;
	border-radius: 0;
}

/* -- AUTHOR LISTING -- */
.recent-articles-blog .et_pb_post {
	margin-bottom: 10px;
}

.sidebar-menu .et_pb_menu__menu .et-menu-nav ul.et-menu {
	display: block;
}

.collapse-custom .collapseomatic_content {
	margin-left: 0;
}

.collapseomatic {
	border-bottom: 1px solid #fff;
	padding: 0 0 6px 0;
}

.colomat-hover {
	text-decoration: none;
}

@media (max-width: 980px) {
	.sidebar-menu .et_pb_menu__wrap {
		-webkit-box-pack: start;
    	-ms-flex-pack: start;
    	justify-content: flex-start;
	}	
	
	.sidebar-menu .et_pb_menu__wrap .et_pb_menu__menu {
		display: block;
	}
	
	.sidebar-menu .et_pb_menu__wrap .et_mobile_nav_menu {
		display: none;
	}
}

/* -- PRAYER PAGE -- */
body .teal-color-hover .gform_wrapper .gform_footer input.button:hover, 
body .teal-color-hover .gform_wrapper .gform_page_footer input.button:hover, 
body .teal-color-hover div.form_saved_message div.form_saved_message_emailform form input[type=submit]:hover {
	border-color: #fff;
	color: #007788;
	background-color: #fff;
	border-radius: 0;
}


/* -- SEMINAR PAGE -- */
.image-overlay {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.image-overlay .et_pb_image_wrap {
  width: 100%;
  height: auto;
}

.image-overlay .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .3s ease;
  background-color: transparent;
}

.image-overlay .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
  
.image-overlay .overlay .icon .icon-image {
   width: 80px;
   height: 80px;
}

@media (min-width: 768px) and (max-width: 980px) {
	.image-overlay .et_pb_image_wrap img {
  		width: auto;
	}
}

/* audio files toggle */
.audio-files-toggle {
	padding: 12px 20px;
	width: 80%;
}

/* related posts articles single page */
.related-grid .dp-dfg-items article .dp-dfg-image {
	margin-bottom: 30px;
}

.popup-btn.et_pb_button {
	color: #283676 !important;
	border-color: #283676;
}

.popup-btn.et_pb_button:hover,
body .popup-btn.et_pb_bg_layout_light.et_pb_button:hover {
	color: #fff !important;
	background-color: #283676 !important;
	border-color: #283676;
	padding: .3em 1em;
}

body .popup-btn.et_pb_button:after {
	display: none;
}

/* -- gravity forms - error -- */
body .gform_wrapper .gform_validation_errors,
body .gform_legacy_markup_wrapper div.validation_error,
body .subscribe-form .gform_wrapper div.validation_error {
	border: none;
	padding: 0;
}

body .gform_wrapper .gform_validation_errors h2,
body .gform_legacy_markup_wrapper div.validation_error h2 {
	padding-bottom: 0;
}

/* gravity form - Virtual Group Submit button */
body .virtual-groups-subscribe .gform_wrapper .gform_footer input.button {
	color: #fff;
	border-width: 1px;
	border-color: #fff;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	padding-left: 20px;
	padding-right: 20px;
}

/* -- resources page - app links */
a.app_store_variable,
a.app_store_variable_alt {
	color: #fff;
}

/* -- mobile search -- */
@media (max-width: 980px) {
	.custom-primary-menu .et_pb_menu__search-container--visible {
		display: none !important;
	}

	.custom-primary-menu .et_pb_menu__wrap--hidden {
		opacity: 1 !important;
		animation: none;
	}
	.custom-primary-menu .et_pb_menu__icon.et_pb_menu__search-button:hover, 
	.custom-primary-menu .et_pb_menu__icon.et_pb_menu__close-search-button:hover {
		color: #fff !important;
	}

	.custom-primary-menu .et_pb_menu__search-button:after {
		transform: rotate(265deg);
	}	
	
	.hide-search {
		display: none;
	}
	/*#reveal {
    	position: -webkit-sticky!important;
    	position: sticky;
    	top: 0;
	}*/
	.home #reveal {
    	z-index: 3;
    	width: 100%;
    	position: fixed;
    	margin-top: 178px;
	}
	#reveal {
    	z-index: 2;
	}
}

/* hide date on commentary resources */
.ts_search_result.commentary .ts_search_result_details {
	display:none;	
}

/* related posts on podcasts pages - posts without featured images */
.related-listing article:not(.has-post-thumbnail) figure {
	height: 50px;
}
/* related posts title is not displayed on resources posts */
.related-posts-section .entry-title {
	display:block !important;	
}

h3.et_pb_toggle_title {
	margin-top: auto!important;
}

.dp-dfg-item.youtube .dp-dfg-video-overlay {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	background-size: contain;
	background-repeat: no-repeat;
}

.dp-dfg-item.youtube .dp-dfg-video-overlay .et_pb_inline_icon {
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

article.category-podcasts .et_overlay.et_pb_inline_icon:before, article.category-podcasts .et_pb_inline_icon:before, article.podcast .et_pb_inline_icon:before, .ts_search_result.audio .ts_search_result_image:before, .blog-row .audio .dp-dfg-item .dp-dfg-overlay .et_overlay.et_pb_inline_icon:before,
.et_pb_blog_0 .et_overlay:before, .et_pb_blog_1 .et_overlay:before, .et_pb_blog_2 .et_overlay:before,
.dpdfg_filtergrid_1 .dp-dfg-overlay span.et_overlay:before, .dpdfg_filtergrid_3 .dp-dfg-overlay span.et_overlay:before,
.dpdfg_filtergrid_1 .dp-dfg-video-overlay span.et_overlay:before, .dpdfg_filtergrid_3 .dp-dfg-video-overlay span.et_overlay:before {
    transform: none;
 
    display: flex;
    justify-content: center;
    align-items: center;
}

.dpdfg_filtergrid_1 .dp-dfg-item, .dpdfg_filtergrid_1 .dp-dfg-overlay span.et_overlay, .dpdfg_filtergrid_3 .dp-dfg-item, .dpdfg_filtergrid_3 .dp-dfg-overlay span.et_overlay {

    top: 0;
    left: 0;
}

/* Prevent podcast title from overlapping play button */
.dp-dfg-header {
	width: 79% !important;
}
/* End Prevent podcast title from overlapping play button */

.ellipsis{
	font-weight: bold;
	font-size: 18px;
	color: white;
}
table.dataTable thead th{
	border-bottom: 1px solid #fff;
}

table.dataTable thead .sorting_asc {
	background: url("http://cdn.datatables.net/1.10.0/images/sort_asc.png") no-repeat center left;
}
table.dataTable thead .sorting_desc {
	background: url("http://cdn.datatables.net/1.10.0/images/sort_desc.png") no-repeat center left;
}
table.dataTable thead .sorting {
	background: url("http://cdn.datatables.net/1.10.0/images/sort_both.png") no-repeat center left;
}


.entry-content tr td, body.et-pb-preview #main-content .container tr td {
	border-top: 0!important;

}
.article_table th,tr,td, .article_table a{
	color: white!important;
	font-size:18px!important;
	font-weight:500!important;
	line-height: 1.3em!important;
}

table.dataTable thead .sorting_asc, .sorting_desc  {
	filter: brightness(2)!important;
}
#page-container .dataTables_wrapper .dataTables_paginate .paginate_button {
	color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	color: #8d8d8d !important;
}
.dataTables_wrapper .dataTables_filter input {
	color: white!important;
}
.dataTables_wrapper .dataTables_filter{
	color: #fff!important;
}
.entry-content table:not(.variations), body.et-pb-preview #main-content .container table {
	border: 0!important;
}
.article_table .entry-content tr td {
	border-top:0!important;
}

.divtable .dataTables_length {
	display:none!important;
}

.divtable .dataTables_wrapper .dataTables_filter {
	float: none!important;
	text-align: center;
	margin-bottom: 20px!important;
}

.article_table tbody tr {
	background-color: #fffcfc00!important;
}

.dataTables_wrapper .dataTables_filter input{
	padding: 0.5em 1em;
	line-height: 2em;
	font-size: 20px!important;
	width: 17em;
}

.dp-dfg-meta{
	width:100%!important;
}
/*
.dp-dfg-header{
width:100%!important;
}
*/
.filter-grid-list .dp-dfg-item{
	flex-direction: row-reverse!important;
}
div.dp-dfg-meta.entry-meta::before{
	display:none!important;
}
.dp-dfg-header:before{
	display:none!important;
}
table.indexed tr.indexed {
	counter-increment: rowNumber;
}
/* Print Button */ 
.print-button a {
	display: block;
	margin: auto;
	line-height: 1.7em;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.print-button img{
	margin-bottom: 8px;
}

/* Select what to print */
@media print {
	/*hide elements*/
	header,
	.et_pb_fullwidth_header,
	.et_pb_title_featured_container,
	#main-footer,
	.et_pb_scroll_top,
	.hide-print {
		display:none!important;
	}
	/* Column */
	.print-column {
		width: 100%!important;
	}
	/*title*/
	h1 {
		font-size: 18px!important;
		color: #000!important;
	}
	/*meta and content*/
	#page-container p.et_pb_title_meta_container, #page-container .et_pb_title_meta_container span, #page-container .et_pb_title_meta_container span a, #page-container .et_pb_title_meta_container a,
	#page-container .et_pb_post_content p, #page-container .et_pb_post_content a, #page-container .et_pb_post_content p a {
		font-size: 15px!important;
		color: #000!important;}
	/*print padding*/
	.print-padding-top {padding-top: 0px!important;}
	.print-padding-bottom {padding-bottom: 0px!important;}
	/*BG Colors*/
	body.custom-background, #page-container #main-content, #page-container .et_pb_section {
		background-color: rgba(0,0,0,0)!important;
	}
}

/*Proper Collapsable Mobile Menu*/

/*Style the icon's placeholder*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
	border-bottom: 0;
	text-align: center;
}
ul.et_mobile_menu > li.menu-item-has-children,
ul.et_mobile_menu > li.page_item_has_children,
ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}
.et_mobile_menu .menu-item-has-children > a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a {
	background-color: transparent;
}

/*Hide the Sub-menu*/
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}

/*Show the sub-menu when the + icon is clicked*/
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}

/*Create the opening/closing icon using the Divi's Icons*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
}

/*Set the opening icon for custom Tax Pages*/
body.single-product:not(.et-tb-has-template) ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-product_cat ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-project_category ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.single-product.et-db:not(.et-tb-has-template) #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-product_cat.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
body.tax-project_category.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	content: "+";
}

/*Set the opening icon for default WordPress Pages*/
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	content: "\4c";
}

/*Set the closing icon*/
ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.single-product:not(.et-tb-has-template) ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.single-product.et-db:not(.et-tb-has-template) #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.tax-product_cat ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.tax-product_cat.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.tax-project_category ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
body.tax-project_category.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after {
	content: '\4d';
}

/* ---------- Filter Grid - List ---------- */
.filter-grid-list .dp-dfg-items {
	grid-row-gap: 1em;
}
@media (min-width: 768px) {

	table.dataTable thead .sorting {
		min-width: 200px!important;
	}
	#headingDate{
		min-width: 115px!important;
		max-width: 150px!important;
	}

	#headingContributor {
		max-width: 200px!important;
	}

	.filter-grid-list .dp-dfg-item {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: space-evenly;
		align-items: flex-start;
		padding: 0;
	}
}
@media (max-width: 767px) {

	#headingDate {
		min-width:85px!important;
	}

	table.dataTable thead .sorting {
		padding-left: 17px!important;
	}
	.filter-grid-list.dpdfg_filtergrid .dp-dfg-container {
		display: block;
	}
	.filter-grid-list .dp-dfg-items {
		margin-top: 15px;
	}
	.filter-grid-list .dp-dfg-item {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: space-between;
		align-items: flex-start;
		padding: 0 0 2em;
		border-bottom: 1px solid #fff!important;
	}
	.filter-grid-list .dp-dfg-item:last-child {
		border-bottom-width: 0px!important;
	}
}
/* ----- Title ----- */
.filter-grid-list .dp-dfg-item .dp-dfg-header {
	order: 2;
}
/* ----- Meta ----- */
.filter-grid-list .dp-dfg-item .dp-dfg-meta {
	order: 1;
}
/* ----- Name ----- */
.filter-grid-list .dp-dfg-item .dp-dfg-custom-field {
	order: 3;
}
@media (min-width: 768px) {
	/*Title*/
	.filter-grid-list .dp-dfg-item .dp-dfg-header {
		padding: 0!important;
		width: 50%;
	}
	/*Meta*/
	.filter-grid-list .dp-dfg-item .dp-dfg-meta {
		padding: 2px 0 0!important;
		width: 15%;
	}
	/*Name*/
	.filter-grid-list .dp-dfg-item .dp-dfg-custom-field {
		padding: 0!important;
		width: 15%;
	}
}
/* ----- Labels ----- */
@media (min-width: 768px) {
	.filter-grid-list .dp-dfg-item:first-child .dp-dfg-header:before,
	.filter-grid-list .dp-dfg-item:first-child .dp-dfg-meta:before,
	.filter-grid-list .dp-dfg-item:first-child .dp-dfg-custom-field:before {
		display: block;
		font-size: 20px;
		line-height: 1.3em;
		font-weight: 700;
		margin-bottom: 20px;
		pointer-events: none;
	}
	/*Title*/
	.filter-grid-list .dp-dfg-item:first-child .dp-dfg-header:before {
		content: 'Title';
	}
	/*Meta*/
	.filter-grid-list .dp-dfg-item:first-child .dp-dfg-meta:before {
		content: 'Date';
	}
	/*Name*/
	.filter-grid-list .dp-dfg-item:first-child .dp-dfg-custom-field:before {
		content: 'Contributor';
	}
}
/* ----- Search ----- */
.filter-grid-list.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-input {
	width: 17em;
}
/* Search Icon */
#et-boc .et-l .filter-grid-list.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon, 
.filter-grid-list.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-icon, 
.et-l .filter-grid-list.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon {
	color: #f9f9f9;
	width: 3em;
}

#et-boc .et-l .filter-grid-list.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon::before, 
.filter-grid-list.dpdfg_filtergrid .dp-dfg-skin-default .dp-dfg-search-icon::before, 
.et-l .filter-grid-list.dpdfg_filtergrid .dp-dfg-skin-default .et-pb-icon.dp-dfg-search-icon::before {
	content: "\f002";
	z-index: 3;
	color: #000;
	left: 8px;
	position: relative;
}

/* ----- Post Tables ----- */
#page-container .dataTables_wrapper .dataTables_info, #page-container .dataTables_wrapper .dataTables_paginate {
	color: #fff !important;
}
#page-container .dataTables_wrapper .dataTables_paginate .paginate_button.current, #page-container .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #000 !important;
}
@media (max-width: 767px) {
	.dataTables_wrapper {
		max-width: 100%;
		overflow: scroll hidden;
	}
	/*Search*/
	.dataTables_wrapper .dataTables_filter input {
		width: auto;
		font-size: 15px!important;
	}
	/*Spacing*/
	table.dataTable thead th {
		padding: 10px 17px 10px 5px;
		width: 33%!important;
		font-size: 15px!important;
	}
	#headingDate {
		min-width: 100%!important;
	}
	table.dataTable tbody th, table.dataTable tbody td {
		padding: 5px 15px 5px 0;
		width: 33%!important;
		border-bottom: 1px solid #111!important;
		filter: brightness(2)!important;
	}
	table.dataTable tbody th, table.dataTable tbody td a {
		font-size: 15px!important;
	}
}



/* fix videos page */
#et-boc .et-l .custom-grid-alternative .dp-dfg-skin-default.dp-dfg-container .dp-dfg-items .dp-dfg-item .dp-dfg-image {
	height: 210px;
}

.dpdfg_filtergrid_1 .dp-dfg-video-overlay span.et_overlay {
	background-color: rgba(0,0,0,0) !important;
}

/* ---------- Search Results - 08/28/23 ---------- */
/* ----- Post ----- */
.ts_search_result {
	display: block !important;
	margin:3% auto !important;
	width:99% !important;
}
.ts_search_result:not(:nth-child(3n)) {
	margin: 3% auto !important;
}

/* ----- Featured Image ----- */
.ts_search_result_image {
	border-top: 1px white solid;
	padding-top:15px;
	text-align:center;
}
/* .ts_search_result .ts_search_result_image img {
	display: none !important;
} */



/* ------------ The Events Calendar ------------ */
#tribe-events-content a, #tribe-events-content p, #tribe-events-content span, #tribe-events-content li, #tribe-events-content h1, #tribe-events-content h2, #tribe-events-content h3, #tribe-events-content h4, #tribe-events-content h5, #tribe-events-content h6, #tribe-events-content abbr, #tribe-events-content dt, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev, .tribe-events .tribe-events-c-nav__today:focus, .tribe-events .tribe-events-c-nav__today:hover, .tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited, .tribe-events .tribe-events-calendar-month__calendar-event-title-link:visited, .tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link:visited, .tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title-link:visited, .tribe-events .tribe-events-calendar-day__event-title-link:visited {
	color: #fff;
}
.tribe-events-tooltip-theme a {
	color: #fff !important;
}
.tribe-events-content a, .tribe-common .tribe-common-anchor-thin-alt:active, .tribe-common .tribe-common-anchor-thin-alt:focus, .tribe-common .tribe-common-anchor-thin-alt:hover, .tribe-events .tribe-events-c-messages__message-list-item-link {
	border-bottom: 1px solid #007788;
	color: #fff;
}
.tribe-events-content a:hover {
	border-bottom: 1px solid #007788;
	color: #007788 !important;
}

/* ----- Meta Group ----- */
.tribe-events-meta-group {
	width: 100%;
}

/* ----- Share button ----- */
a.addtoany_share_save, a.addtoany_share_save:hover {
	border-bottom: none;
}

/* ----- Dropdown ----- */
.tribe-events-c-subscribe-dropdown__button, a.tribe-events-c-top-bar__today-button {
	border: 2px solid #fff !important;
	background-color: #000 !important;
	border-radius: 0px !important;
	color: #fff !important;
	text-transform: uppercase !important;
}
.tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events-c-subscribe-dropdown__button:hover, a.tribe-events-c-top-bar__today-button:hover {
	border: 2px solid #fff !important;
	background-color: #fff !important;
	border-radius: 0px !important;
	color: #000 !important;
}
.tribe-events-c-subscribe-dropdown__list, .tribe-events-tooltip-theme {
	background-color: #000 !important;
}
.tribe-events-c-subscribe-dropdown__list li:hover a {
	color: #000 !important;
}

/* ----- SVG Icon ----- */
.tribe-common .tribe-common-c-svgicon__svg-fill, .post-type-archive-tribe_events, .tribe-events .tribe-events-c-nav__prev:focus .tribe-events-c-nav__prev-icon-svg path, .tribe-events .tribe-events-c-nav__prev:hover .tribe-events-c-nav__prev-icon-svg path, .tribe-events button.tribe-events-c-nav__prev:focus .tribe-events-c-nav__prev-icon-svg path, .tribe-events button.tribe-events-c-nav__prev:hover .tribe-events-c-nav__prev-icon-svg path, .tribe-events .tribe-events-c-nav__next:focus .tribe-events-c-nav__next-icon-svg path, .tribe-events .tribe-events-c-nav__next:hover .tribe-events-c-nav__next-icon-svg path, .tribe-events button.tribe-events-c-nav__next:focus .tribe-events-c-nav__next-icon-svg path, .tribe-events button.tribe-events-c-nav__next:hover .tribe-events-c-nav__next-icon-svg path, .tribe-events .tribe-events-c-nav__next-icon-svg path, .tribe-events .tribe-events-c-nav__prev-icon-svg path {
	fill: #007788;
}
.tribe-common .tribe-common-c-svgicon--messages-not-found path, .tribe-common .tribe-common-c-svgicon--messages-not-found .tribe-common-c-svgicon__svg-stroke {
	stroke:#007788;
}

/* ----- Archive Page ----- */
.post-type-archive-tribe_events h1, .post-type-archive-tribe_events h2, .post-type-archive-tribe_events h3, .post-type-archive-tribe_events h4, .post-type-archive-tribe_events h5, .post-type-archive-tribe_events h6, .post-type-archive-tribe_events a, .post-type-archive-tribe_events p, .post-type-archive-tribe_events span, .post-type-archive-tribe_events li, .post-type-archive-tribe_events time {
	color: #fff;
}

/* ----- Dates ----- */
.tribe-events .tribe-events-calendar-month__day-date-daynum, .tribe-common .tribe-common-h7, .tribe-events .tribe-events-calendar-list__event-date-tag-weekday, .tribe-events .tribe-events-calendar-list__event-title-link {
	color: #fff !important;
}
.tribe-events .tribe-events-calendar-month__day-date-link, .tribe-events .tribe-events-calendar-month__day-date-link:focus, .tribe-events .tribe-events-calendar-month__day-date-link:hover, .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {
	color: #007788;
}

/* ----- Date Picker ----- */
.tribe-events-c-top-bar__datepicker-container .datepicker {
	background-color: #000 !important;
}
.tribe-events .datepicker .datepicker-switch:focus, .tribe-events .datepicker .datepicker-switch:hover, .tribe-events .datepicker .day, .tribe-events .datepicker .dow, .tribe-events .datepicker .datepicker-switch, .tribe-events .datepicker .past, .tribe-events .datepicker .month, .tribe-events .datepicker .year, .tribe-events .tribe-events-c-nav__next:focus, .tribe-events .tribe-events-c-nav__next:hover, .tribe-events .tribe-events-c-nav__prev:focus, .tribe-events .tribe-events-c-nav__prev:hover, .tribe-events .tribe-events-c-nav__next, .tribe-events .tribe-events-c-nav__prev {
	color: #fff !important;
}
.tribe-events .datepicker .datepicker-switch:active, .tribe-events .datepicker .datepicker-switch:focus, .tribe-events .datepicker .datepicker-switch:hover, .tribe-events .datepicker .next:active, .tribe-events .datepicker .next:focus, .tribe-events .datepicker .next:hover, .tribe-events .datepicker .prev:active, .tribe-events .datepicker .prev:focus, .tribe-events .datepicker .prev:hover, .tribe-events .datepicker .day.focused, .tribe-events .datepicker .day:focus, .tribe-events .datepicker .day:hover, .tribe-events .datepicker .month.focused, .tribe-events .datepicker .month:focus, .tribe-events .datepicker .month:hover, .tribe-events .datepicker .year.focused, .tribe-events .datepicker .year:focus, .tribe-events .datepicker .year:hover {
	color: #000 !important;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover, .tribe-events .datepicker .day.current, .tribe-events .datepicker .day.current.focused, .tribe-events .datepicker .day.current:focus, .tribe-events .datepicker .day.current:hover, .tribe-events .datepicker .month.current, .tribe-events .datepicker .month.current.focused, .tribe-events .datepicker .month.current:focus, .tribe-events .datepicker .month.current:hover, .tribe-events .datepicker .year.current, .tribe-events .datepicker .year.current.focused, .tribe-events .datepicker .year.current:focus, .tribe-events .datepicker .year.current:hover, .tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
	background-color: #007788 !important;
	color: #fff !important;
}

/* --------------- Event Templates --------------- */
.single-tribe_events #page-container .et_pb_row.page-title-row {
	width: 100% !important;
}
/* ----- Sidebar Event Details ----- */
#page-container .pa-event-details .decm-show-data-display-block {
	border-bottom: 2px dashed rgba(255,255,255,.1);
}
#page-container .pa-event-details span.decm_location a {
	color: inherit;
}
#page-container .pa-event-details span.decm_venue a,
#page-container .pa-event-details span.decm_organizer a {
	pointer-events: none;
	color: inherit;
}

/* ----- Label ----- */
#page-container .pa-event-details .ecs-detail-label {
	color: #54b2e9 !important;
}

/* ----- Upcoming Events ----- */
#page-container .pa-upcoming-events .ecs-event .act-post {
	background-color: #283676 !important;
}

#page-container .pa-upcoming-events.fs-upcoming-events .ecs-event .act-post {
	background-color: rgba(0,0,0,0) !important;
}

/* ---------- Inline Header and Button ---------- */
@media (min-width: 768px) {
	.custom-inline-button {
		position: absolute;
		top: -60px;
		right: 0;
	}
}

/* event time font color */
.post-type-archive-tribe_events time {
	color: #ffffff!important
}

/*move the toggle icon to the left*/
.pa-toggle-icon-left .et_pb_toggle_title:before {
	left: 0 !important;
}

/*adjust spacing on the left for the icon*/
.pa-toggle-icon-left .et_pb_toggle_title,
.pa-toggle-icon-left .et_pb_toggle_content {
	padding-left: 2em !important
}

/*move the accordion icon to the left*/
.pa-accordion-icon-left .et_pb_toggle_title:before {
	left: 0 !important;
}

/*adjust spacing on the left for the icon*/
.pa-accordion-icon-left .et_pb_toggle_title,
.pa-accordion-icon-left .et_pb_toggle_content {
	padding-left: 2em !important
}

/*add toggle icon to the open accordion*/
.pa-add-accordion-icon .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	content: "\e04f";
	color: #ffffff !important;
}

/** Social Links - Tiktok icon - RD 11092023
#menu-social-media-and-donate-button-1 li.et_pb_menu_page_id-5307766 a,
#menu-item-5307766 a {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out !important;
}

#menu-social-media-and-donate-button-1 li.et_pb_menu_page_id-5307766 a:hover,
#menu-item-5307766 a:hover {
    border: 2px solid #54b2e9;
    opacity: 1;
}
 */
#menu-social-media-and-donate-button-1 li.et_pb_menu_page_id-5307766 a svg,
#menu-item-5307766 a svg {
    fill: white !important;
    margin-top: 5px;
}

/* ---------- All Media Table ---------- */
#all_table_filter label {
	color: #fff;
}
@media (max-width: 1300px) and (min-width: 768px) {
	#page-container #all_table #headingDate,
	#page-container #all_table thead .sorting {
		min-width: initial !important;
		max-width: initial !important;
	}
}
/* ----- Dropdown Filter ----- */
.custom-media-type-filter-wrapper {
	z-index: 9999999;
}
select.custom-media-type-filter {
	background-color: #000;
	color: #fff;
	font-size: 20px!important;
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 12px 5px;
}
option.custom-media-type-filter-item {
	color: #666;
	font-size: 0.9em;
	background-color: #fff;
}
@media (max-width: 767px) {
	select.custom-media-type-filter {
		font-size: 15px !important;
		padding: 10px 5px;
	}
}
@media (max-width: 640px) {
	select.custom-media-type-filter {
		margin-top: 0.5em;
	}
}
/* ----- Positioning ----- */
@media (min-width: 455px) {
	.custom-media-table-all .divtable .dataTables_wrapper .dataTables_filter {
		text-align: left !important;
	}
	.custom-media-type-filter-wrapper {
		text-align: right;
		display: inline-block;
		position: absolute;
		right: 0;
	}
}
@media (max-width: 454px) {
	.custom-media-type-filter-wrapper  {
		text-align: center;
		margin-bottom: 0.5em;
	}
}

.youtube_videos .et_overlay.et_pb_inline_icon:before, .youtube_videos .et_pb_inline_icon {
	top:35px;
}

body.home .et_overlay.et_pb_inline_icon:before, body.home .et_pb_inline_icon {
    opacity: 1;
    z-index: 2;
    border: 0px solid #e5e5e5;
    top: 3px;
    left: 5px;
    margin: 0;
}

.page-id-5416420 .et_pb_section.et_pb_section_1_tb_header.et_pb_with_background.et_section_regular{display:none}
.page-id-5416420 .et_pb_section.et_pb_section_1_tb_footer.et_pb_with_background.et_section_regular{display:none}

/* ---------- Align Middle ---------- */
/* ----- More than one column ----- */
.align-middle .et_pb_row.et_pb_equal_columns {
	-webkit-align-items: center;
	align-items: center;	
}
/* ----- One Column ----- */
.align-middle-column {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


/* */

/* custom-donation-form */

.form-section .elementor-tab-content {
	padding: 30px !important;
}
  
.custom-donation-form .gf_step {
	padding: 10px 0 20px;
	border-radius: 10px;
}
  
.custom-donation-form span.gf_step_label {
	color: #fff !important;
}
  
.custom-donation-form .gf_step_number {
	border: 1px solid white !important;
	color: white !important;
}
  
.custom-donation-form .gf_step_completed .gf_step_number:after {
	display: none !important;
}
  
.custom-donation-form .gf_step_completed .gf_step_number {
	background-color: transparent;
}

.custom-donation-form .gf_step_active .gf_step_number {
	background-color: #204ce5;
}

.custom-donation-form .gfield_radio label {
	transition: 0.3s;
	width: 100%;
	padding: 10px 10px;
	text-align: center;
	border: 1px solid #fff;
	color: white;
	vertical-align: middle;
	border-radius: 10px;
	display: 100%;
	margin: 0;
}

.custom-donation-form input[type="radio"]:checked+label,
.custom-donation-form input[type="radio"] label {
	padding: 10px 10px !important;
}

.custom-donation-form .custom-radios-btns .gchoice {
	padding-inline-end: 5px !important
}


.custom-donation-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.custom-donation-form select,
.custom-donation-form .gfield--input-type-stripe_creditcard .StripeElement--card {
	background-color: #dbdbdb !important;
	color: #000000 !important;
	padding: 12px 12px 12px 12px !important;
	text-indent: 0px !important;
	border-style: solid !important;
	border-width: 0px 0px 3px 0px !important;
	border-radius: 10px 10px 10px 10px !important;
	font-family: "Roboto", Sans-serif !important;
	font-weight: 500 !important;
	box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.5) !important;
	height: 44px !important;
	line-height: 18px !important;
}

.custom-donation-form .gform_fields.top_label.form_sublabel_below.description_below {
	gap: 10px;
}

.donation-form .gform_confirmation_wrapper .gform_confirmation_message {
	background: transparent !important;
}


.custom-donation-form img.gform_ajax_spinner {
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
	width: 20px !important;
	height: 20px !important;
	margin-top: 8px !important;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.custom-margin-bottom {
	margin-bottom: 30px !important;
	border-top: 1px solid #fff !important;
	padding-top: 20px !important;
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px;
}

.mb20 {
	margin-bottom: 20px;
}


a.tooltip {
	background: #204ce5;
	width: 15px;
	line-height: 15px;
	border-radius: 50%;
	text-align: center;
	font-style: italic;
	font-family: auto;
	font-weight: bold;
}

.popup {
	display: none;
	position: fixed;
	padding: 15px;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	height: 380px;
	top: 50%;
	margin-top: -100px;
	background: #FFF;
	border: 5px solid #007788;
	z-index: 20;
	overflow: scroll;
	text-align: justify;
	border-radius: 10px;
	color: #000;
	line-height: normal;
}

#popup:after {
	position: fixed;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/* background: rgba(0, 0, 0, 0.5); */
	z-index: -2;
}

#popup:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/* background: #FFF; */
	z-index: -1;
}

.pop-up-content,
.pop-up-header {
	font-size: 12px;
	line-height: normal;
	color: #000;
	padding-bottom: 5px;
}

.pop-up-header {
   font-size: 14px;
   font-weight: bold;
}

.custom-donation-form .custom-radio-buttons .ginput_container .gfield_radio {
	display: inline-flex !important;
	flex-direction: row !important;
	gap: 15px !important;
	border: 2px solid #fff;
	align-items: center;
	padding: 10px 13px;
	border-radius: 50px;
	margin-top: 0px !important;
	margin-bottom: 30px !important;
}

.custom-donation-form .custom-radio-buttons {
	margin-top: 20px !important;
}

.custom-donation-form .custom-radio-buttons .gfield_radio .gchoice {
	padding: 0 !important;
}

.custom-donation-form .custom-radio-buttons .gfield_radio .gchoice label {
	padding: 10px 35px !important;
	border-radius: 33px !important;
	border: 1px solid transparent !important;
}

.custom-donation-form .custom-radio-buttons .gfield_radio .gchoice label:hover {
	border-color: #fff !important;
}

@media (max-width:991px) {
	.custom-donation-form .ginput_container.ginput_container_select,
	.donate__form input#input_23_40, 
	.donate__form input#input_23_35,
	.donate__form .gfield_price input[type="text"] {
		max-width: 125px;
		width: 100% !important; 
	}
	/* .custom-donation-form .gf_step_active {
	padding: 10px;
} */
	.custom-donation-form .gf_step{
		padding: 10px 0;
	}
	.donate__form .custom-margin-bottom{margin-bottom: 10px !important;}
	.donate__form .custom-radios-btns {
		margin: 12px 0 15px !important;
	}
}

@media (max-width:450px) {

	.donate__form .custom-donation-form .custom-radio-buttons .ginput_container .gfield_radio {
		justify-content: space-between;
		display: flex !important;
		gap: 10px !important;
	}
	.donate__form .custom-donation-form .custom-radio-buttons .gfield_radio .gchoice {
		width: 100%;
		display: block;
	}
	.custom-donation-form .custom-radio-buttons .gfield_radio .gchoice label {
		padding: 10px 12px !important;
		border-radius: 30px !important;
	}

}

/* Bugs D: 01-04-2024 */

body .gform_wrapper .custom-donation-form .gfield_description.gfield_validation_message {
	padding: 0 !important
}

body .gform_wrapper .custom-donation-form .gfield_error [aria-invalid=true] {
	border: none !important;
}

.custom-dropdown .pp-gf-select-custom::after {
	display: none;
}

.custom-dropdown .ginput_container_select {
	position: relative;
}

.custom-dropdown .ginput_container_select::before {
	content: "\f078";
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	font-size: .7em;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	top: 20px;
	right: .8em;
	transform: translateY(-45%);
	z-index: 2;
	color: #000;
}


@media (max-width: 639px) {
	.custom-radios-btns .gfield_radio {
		flex-direction: row !important;
		flex-wrap: wrap;
	}
}

.custom-donation-form .fee-section .gfield_description {
	color: #fff !important;
}


.custom-donation-form .custm-stripe-payment {
	background: #dbdbdb;
	padding: 20px;
	border-radius: 15px;
}

.custom-donation-form .custm-stripe-payment label {
	color: #30313d !important;
}


.custom-donation-form .cstm-input input {
	background-color: #dbdbdb !important;
}

.custom-donation-form .ginput_container.ginput_container_select {
	width: 80%;
}

.custom-donation-form .custom-dropdown .new-tooltip {
	position: absolute;
	left: 115px;
	top: -25px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: flex;
	font-style: italic;
	font-family: auto;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	background: #204ce5;
	font-size: 10px;
}

/* ============= 10-05-2024 New CSS Start =============  */
.custom-donation-form .custom-radios-btns .gfield_radio .gchoice label{
	width: 75px;
}
.custom-donation-form .conditional-text{
	color: #c02b0a;
	margin-top: 0;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
}
.gform-theme--foundation #field_13_4.gfield--width-two-thirds, .gform-theme--foundation #field_13_11.gfield--width-two-thirds, .gform-theme--foundation #field_13_13.gfield--width-two-thirds, .gform-theme--foundation #field_13_15.gfield--width-two-thirds{
	grid-column: span 9;
}

.custom-donation-form .fee-section {
	margin-top: 20px !important;
}
.custom-donation-form .total-fees{
	margin-top: 20px !important;
}

@media (max-width: 527px) {
	.gform-theme--foundation #field_13_19.gfield {
		grid-column: 1 / 8;
	}
	.gform-theme--foundation #field_13_4.gfield--width-two-thirds, .gform-theme--foundation #field_13_11.gfield--width-two-thirds, .gform-theme--foundation #field_13_13.gfield--width-two-thirds, .gform-theme--foundation #field_13_15.gfield--width-two-thirds {
		grid-column: span 12;
	}

	.gform-theme--framework #field_13_3.gfield--type-choice .gfield_checkbox, .gform-theme--framework #field_13_3.gfield--type-choice .gfield_radio {
		flex-direction: row;
	}
}

	/*17-05-2024*/
	header.et-l--header {
	z-index: 99;
}


#gform_13 .ginput_container_select select:hover,#gform_13 .ginput_container_select select:focus,
#gform_13 #input_13_27_6_container select:focus,
#gform_13 #input_13_27_6_container select:hover {
    background-image: none;
}


/*22-09-2025 - Site CSS Start*/



@media (max-width: 575px) {
	.et_pb_image_0_tb_header {
        width: 60%;
    }
}

/*22-09-2025 - Site CSS End*/
/* Search result page css  */
.search_result_sec .ts_search_result {
    display: flex !important;
    flex-direction: row;
    gap: 30px;
    border-top: 1px white solid;
    padding: 20px 0;
    margin: 0 !important;
}

.search_result_sec .ts_search_result_image {
    width: 400px;
    padding: 0;
    border-top: none;
}

.search_result_sec .ts_search_result_postinfo {
    max-width: calc(100% - 430px);
    line-height: normal;
	width: 100%;
}
.search_result_sec .ts_post_title_link h2{
	margin-top: 0;
}
.search_result_sec .ts_search_result .ts_search_result_image img{
	height: 100%;
}
.search_result_sec .ts_search_result_image a{
	display: flex;
}
@media (max-width: 991px) {
	.search_result_sec .ts_search_result_image{
		max-width: 300px;
	}
	.search_result_sec .ts_search_result_postinfo{
		max-width: calc(100% - 330px);
	}
}
@media (max-width: 767px) {
	.search_result_sec .ts_search_result_postinfo{
		text-align: center;
		max-width: 100%;
	}
	.search_result_sec .ts_search_result {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
	.search_result_sec .ts_search_result_excerpt{
		margin-top: 10px;
	}
}
/* Search result page css  */
@media (max-width: 1199px) {
	.dataTables_wrapper .dataTables_filter input{
		width: 150px;
	}
}
@media (max-width: 767px) {
	.dataTables_filter {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.dataTables_filter label {
		margin-left: 0 !important;
	}
	.author_list_col .dp-dfg-item figure {
		padding-bottom: 15px !important;
	}
}
@media (max-width: 600px){
	.author_list_col .dp-dfg-item.youtube .dp-dfg-image{
		height: auto !important;
		margin-bottom: 0 !important;
	}
}
@media (max-width: 454px) {
	.divtable .dataTables_wrapper .dataTables_filter{
		text-align: left !important;
	}
	.custom-media-type-filter-wrapper{
		display: flex;
		flex-direction: column;
		text-align: left;
	}
	.dataTables_filter label{
		display: flex;
		flex-direction: column;
	}
	.dataTables_wrapper .dataTables_filter input{
		width: 99%;
	}
	.footer-spacing .subscribe-follow-row{
		width: 80%;
	}
}
.author_list_col .dp-dfg-item {
	padding: 0;
}
.author_list_col .dp-dfg-item figure{
	margin: 0;
}
.dp-dfg-header h2.entry-title {
	margin-top: 0;
}
@media (max-width: 980px) {
	.et_pb_with_border{
		border-right-width: 0 !important;
	}
	.et-db #et-boc .et-l .footer-social-links .et_pb_menu__wrap{
		justify-content: center !important;
	}
	.et_pb_row_3.et_pb_row,
	.et_builder_inner_content .et_pb_section .subscribe-follow-row{
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.et_pb_section_4.et_pb_section,
	.et_pb_section_4_tb_body.et_pb_section
	{
		margin-right: 0 !important;
	}
	.footer-spacing {
		margin-right: auto !important;
	}
}
/* @media only screen and (max-width: 767px){
	.et_pb_row_3.et_pb_row,
	.et_builder_inner_content .et_pb_section .subscribe-follow-row{
		margin-left: auto !important;
		margin-right: auto !important;
	}
} */
/*23-09-2025 - Site CSS Start*/
/* .indent-remove .et_pb_toggle {
    padding: 20px 0;
}

.indent-remove .et_pb_toggle_content {
    padding-left: 0 !important;
} */


.kids-sub-frm .gform-body.gform_body .gfield--type-submit {
  align-items: center !important;
}
.kids-sub-frm .gform-body.gform_body .gfield--type-submit input#gform_submit_button_8 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.kids-sub-frm .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px !important;
}

.kids-sub-frm .gform_fields input#input_8_4 {
    margin: 0 !important;
}
.kids-sub-frm .gform_fields .gfield--type-email {
    width: 100%;
}

body .gform_wrapper .kids-sub-frm .gfield_description.gfield_validation_message {
    padding: 0px !important;
    width: max-content;
}
.kids-sub-frm .gfield--type-captcha.kids-captcha, .kids-sub-frm .gform-body.gform_body .gfield--type-submit {
    max-width: calc(50% - 10px);
}
@media (max-width: 980px) { 
	.kids-sub-frm .gform_fields {
		flex-direction: column;
	}
	.kids-sub-frm .gfield--type-captcha.kids-captcha, .kids-sub-frm .gform-body.gform_body .gfield--type-submit {
		max-width: 100%;
	}	
	.kids-sub-frm .gform-body.gform_body .gfield--type-submit {
		justify-content: center;
	}
}