/*
 Theme Name:     Modern ELCIC
 Theme URI:      http://www.modernearth.net/
 Description:    Theme for ELCIC based on the Born to Give parent theme.
 Author:         Modern Earth/Chris Flores
 Author URI:     http://www.modernearth.net/
 Template: 	 born-to-give
 Version:        1.0
*/

html, body {
	max-width: 100%;
	font-size: 16px;
}

/*
GRADIENT BG FOR BODY

.body {
	background: rgb(255,251,237);
	background: -moz-linear-gradient(180deg, rgba(255,251,237,1) 30%, rgba(255,255,255,1) 40%);
	background: -webkit-linear-gradient(180deg, rgba(255,251,237,1) 30%, rgba(255,255,255,1) 40%);
	background: linear-gradient(180deg, rgba(255,251,237,1) 30%, rgba(255,255,255,1) 40%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffbed",endColorstr="#ffffff",GradientType=1);
}
*/

/* Navbar */
.top-bar {
	font-size: 16px;
	line-height: 22px;
	color: white;
	padding: 10px 0;
	background-color: #9a1b38;
}

.top-bar a {
	color: white;
}

.top-bar a:hover, .top-bar a:active, .top-bar a:focus {
	color: white;
	text-decoration: underline;
}

.top-bar-info {
	padding: 0;
	margin: 0;
	list-style: none;
}

.top-bar-info li {
	display: inline-block;
	margin-right: 20px;
}

.top-bar-info > li:last-of-type {
	margin-right: 0;
}

.top-bar-info-item:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	margin-right: 10px;
}

.top-bar-info-item-phone:before {
	content: "\f879";
}

.top-bar-info-item-email:before {
	content: "\f0e0";
}

.top-bar-navigation {
	display: block;
	font-size: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.top-bar-navigation li {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	margin-right: 20px;
	vertical-align: middle;
}

.top-bar-navigation > li:last-of-type {
	margin-right: 0;
}

.top-bar-navigation li > a {
	color: white;
}

.top-bar-navigation li > a:hover, .top-bar-navigation li > a:active, .top-bar-navigation li > a:focus {
	color: white;
}

.top-bar-navigation li.top-bar-navigation-social > a:hover, .top-bar-navigation li.top-bar-navigation-social > a:active, .top-bar-navigation li.top-bar-navigation-social > a:focus, .top-bar-navigation li.current-menu-item > a {
	color: #FCEEC1;
}

.top-bar-navigation li.current-menu-item > a:hover, .top-bar-navigation li.current-menu-item > a:active, .top-bar-navigation li.current-menu-item > a:focus {
	color: #d8c893;
}

body .sticky-wrapper {
	height: initial !important;
}

body.header-style2 .site-header {
	padding: 10px 0;
	background: rgb(255,251,237);
	background: -moz-linear-gradient(180deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(255,251,237,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffbed",endColorstr="#ffffff",GradientType=1);
}

.navbar-col {
	display: table;
}

.navbar-col > div {
	display: table-cell;
	vertical-align: middle;
}

.navbar-logo > a {
	display: block;
}

body .dd-menu > li {
	font-size: 16.4px;
	float: none;
	vertical-align: middle;
}

body.header-style2 .dd-menu > li {
	margin-top: 0;
}

body .dd-menu > li.menu-item-donate {
	color: white;
	background-color: #8DC63F;
	border: none;
}

body .dd-menu > li.menu-item-donate:hover, body .dd-menu > li.menu-item-donate:active, body .dd-menu > li.menu-item-donate:focus {
	color: white;
	background-color: #73a72d;
}

body .dd-menu > li > a {
	letter-spacing: 0.1px;
	text-transform: none;
}

body .dd-menu > li.menu-item-donate > a {
	line-height: inherit;
	color: inherit;
}

body .dd-menu > li.menu-item-donate:hover > a, body .dd-menu > li.menu-item-donate:active > a, body .dd-menu > li.menu-item-donate:focus > a {
	color: inherit;
}

body .dd-menu > li > a > i {
	font-size: 12px;
	margin-left: 3px;
}

body .dd-menu > li > ul li {
	font-size: 16px;
	line-height: 22px;
}

body.header-style2 .search-module-trigger {
	margin-top: 0;
}

body #menu-toggle {
	margin-top: 0;
}

/* Search Bar */
.search-module-trigger.triggered .fa-search:before {
	content: "\f00d";
}

.search-module-opened {
	position: relative;
	right: initial;
	top: initial;
	max-width: initial;
	border: none;
}

.search-box-cont {
	padding: 30px 0;
	background-color: #383838;
}

.search-box-cont .form-control {
	height: initial !important;
	font-size: 18px;
	line-height: 24px;
	color: white;
	padding: 8px 14px;
	margin: 0;
	background-color: transparent;
	border: none;
}

.search-box-cont #searchform .btn {
	height: initial;
	font-size: 18px;
	line-height: 24px;
	color: white;
	text-shadow: none;
	padding: 8px 10px;
	margin-top: 0;
	margin-left: 15px;
	background-color: transparent;
	border: none;
}

.search-box-cont #searchform .btn:hover, .search-box-cont #searchform .btn:active, .search-box-cont #searchform .btn:focus {
	color: #FCEEC1;
}

/* Slider */
.slider {
	position: relative;
}

.slider-imgs-col {
	overflow: hidden;
}

.slider-imgs-cont {
	height: 100%;
}

.slider-imgs-slideshow {
	height: 100%;
}

.slider-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.slider-captions-controller {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.slider-captions-col {
	display: table;
}

.slider-captions-cont {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.slider-captions-slideshow {
	overflow: visible !important;
}

.slider-caption {
	color: white;
}

.slider-caption-title {
	color: #FCEEC1;
	margin-top: 0;
	margin-bottom: 16px;
}

.slider-caption-desc {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}

.slider-caption-desc > *:last-child {
	margin-bottom: 0;
}

.slider-pager {
	font-size: 20px;
	line-height: 26px;
	position: absolute;
}

.slider-pager-item:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	line-height: 16px;
}

.slider-pager-item {
	color: rgba(255, 255, 255, 0.7);
	padding: 6px;
	margin-right: 5px;
	cursor: pointer;
}

.slider-pager-item:last-of-type {
	margin-right: 0;
}

.slider-pager-item:hover, .slider-pager-item:active, .slider-pager-item:focus {
	color: rgba(255, 255, 255, 0.9);
}

.slider-pager-item.cycle-pager-active {
	color: #FCEEC1;
}

.slider-pager-item.cycle-pager-active:hover, .slider-pager-item.cycle-pager-active:active, .slider-pager-item.cycle-pager-active:focus {
	color: #d8c893;
}

/* Buttons */
.wp-block-themeisle-blocks-button-group > .wp-block-themeisle-blocks-button {
	margin-bottom: 0;
}

.wp-block-themeisle-blocks-button-group > .wp-block-themeisle-blocks-button:last-of-type {
	margin-right: 0 !important;
}

.btn, .wp-block-button.btn > a {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	border-radius: 4px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.wp-block-button.btn {
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 0;
}

.btn-elcic, .wp-block-button.btn.btn-elcic > a {
	color: white;
	background-color: #9a1b38;
}

.btn-elcic:hover, .btn-elcic:active, .btn-elcic:focus, .wp-block-button.btn.btn-elcic > a:hover, .wp-block-button.btn.btn-elcic > a:active, .wp-block-button.btn.btn-elcic > a:focus {
	color: white;
	background-color: #7f162e;
}

.wp-block-button.btn.btn-elcic {
	background-color: transparent;
}

.btn-elcic.btn-elcic-green, .wp-block-button.btn.btn-elcic.btn-elcic-green > a {
	color: white;
	background-color: #8DC63F;
}

.btn-elcic.btn-elcic-green:hover, .btn-elcic.btn-elcic-green:active, .btn-elcic.btn-elcic-green:focus, .wp-block-button.btn.btn-elcic.btn-elcic-green > a:hover, .wp-block-button.btn.btn-elcic.btn-elcic-green > a:active, .wp-block-button.btn.btn-elcic.btn-elcic-green > a:focus {
	color: white;
	background-color: #73a72d;
}

.wp-block-button.btn.btn-elcic-green {
	background-color: transparent;
}

.btn-elcic.btn-elcic-purple, .wp-block-button.btn.btn-elcic.btn-elcic-purple > a {
	color: white;
	background-color: #453bd0;
}

.btn-elcic.btn-elcic-purple:hover, .btn-elcic.btn-elcic-purple:active, .btn-elcic.btn-elcic-purple:focus, .wp-block-button.btn.btn-elcic.btn-elcic-purple > a:hover, .wp-block-button.btn.btn-elcic.btn-elcic-purple > a:active, .wp-block-button.btn.btn-elcic.btn-elcic-purple > a:focus {
	color: white;
	background-color: #231b9a;
}

.wp-block-button.btn.btn-elcic-purple {
	background-color: transparent;
}

.btn-elcic.btn-elcic-orange, .wp-block-button.btn.btn-elcic.btn-elcic-orange > a {
	color: white;
	background-color: #D67C1A;
}

.btn-elcic.btn-elcic-orange:hover, .btn-elcic.btn-elcic-orange:active, .btn-elcic.btn-elcic-orange:focus, .wp-block-button.btn.btn-elcic.btn-elcic-orange > a:hover, .wp-block-button.btn.btn-elcic.btn-elcic-orange > a:active, .wp-block-button.btn.btn-elcic.btn-elcic-orange > a:focus {
	color: white;
	background-color: #a05502;
}

.wp-block-button.btn.btn-elcic-orange {
	background-color: transparent;
}

/* Content */
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

/* Home Page */
.home .content {
	padding-top: 0;
	padding-bottom: 0;
}

.home .section-tiles {
	padding-top: 60px;
	padding-bottom: 40px;
}

.section-services .wp-block-themeisle-blocks-service {
	box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.05);
}

.section-services .wp-block-themeisle-blocks-font-awesome-icons {
	text-align: initial;
	margin-top: -72px;
}

.service-block-img {
	margin: 0;
}

.service-block-content {
	text-align: center;
	padding: 28px;
	background-color: white;
}

.service-block .wp-block-themeisle-blocks-font-awesome-icons-container {
	color: white;
	background-color: #9a1b38;
}

.service-block-green .wp-block-themeisle-blocks-font-awesome-icons-container {
	background-color: #8DC63F;
}

.service-block-purple .wp-block-themeisle-blocks-font-awesome-icons-container {
	background-color: #453bd0;
}

.service-block-orange .wp-block-themeisle-blocks-font-awesome-icons-container {
	background-color: #D67C1A;
}

.service-block-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 14px !important;
}

.wp-block-themeisle-blocks-button-group {
	margin-top: 28px;
}

.section-services .wp-block-themeisle-blocks-button-group {
	justify-content: initial;
}

h2.section-title {
	font-size: 34px;
	line-height: 40px;
	color: #9a1b38;
	margin-bottom: 16px;
}

.section-desc {
	font-size: 18px;
	line-height: 24px;
}

.section-mission .section-desc > a {
	color: #FCEEC1;
}

.section-mission .section-desc > a:hover, .section-mission .section-desc > a:active, .section-mission .section-desc > a:focus {
	color: #d8c893;
	text-decoration: underline;
}

.icon-links {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

.icon-links .kt-row-column-wrap {
	padding: 0;
}

/*
.icon-link a {
	color: white;
}

.icon-link a:hover, .icon-link a:active, .icon-link a:focus {
	color: rgba(255, 255, 255, 0.8);
}
*/

.icon-link {
	padding: 26px 34px;
	background-color: white;
	box-shadow: 0px 15px 25px -10px rgb(0 0 0 / 5%);
	border-radius: .25rem;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.icon-link:hover, .icon-link:active, .icon-link:focus {
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	-ms-transform: translate3d(0, -5px, 0);
	-o-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}

.icon-link-icon {
	margin-bottom: 16px;
}

.icon-link-icon a {
	color: #9a1b38;
}

.icon-link-icon a:hover, .icon-link-icon a:active, .icon-link-icon a:focus {
	color: #7f162e;
}

.icon-link-text {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
}

.icon-link-text a {
	color: #333333;
}

.icon-link-text a:hover, .icon-link-text a:active, .icon-link-text a:focus {
	color: #7f162e;
}

.icon-list-green .wp-block-themeisle-blocks-icon-list-item-icon {
	color: #8DC63F;
}

.icon-list-purple .wp-block-themeisle-blocks-icon-list-item-icon {
	color: #453bd0;
}

.icon-list-orange .wp-block-themeisle-blocks-icon-list-item-icon {
	color: #D67C1A;
}

.icon-list-green .wp-block-themeisle-blocks-icon-list-item-content > a {
	color: #333333;
}

.icon-list-green .wp-block-themeisle-blocks-icon-list-item-content > a:hover, .icon-list-green .wp-block-themeisle-blocks-icon-list-item-content > a:active, .icon-list-green .wp-block-themeisle-blocks-icon-list-item-content > a:focus {
	color: #73a72d;
}

.icon-list-purple .wp-block-themeisle-blocks-icon-list-item-content > a {
	color: #333333;
}

.icon-list-purple .wp-block-themeisle-blocks-icon-list-item-content > a:hover, .icon-list-purple .wp-block-themeisle-blocks-icon-list-item-content > a:active, .icon-list-purple .wp-block-themeisle-blocks-icon-list-item-content > a:focus {
	color: #231b9a;
}

.icon-list-orange .wp-block-themeisle-blocks-icon-list-item-content > a {
	color: #333333;
}

.icon-list-orange .wp-block-themeisle-blocks-icon-list-item-content > a:hover, .icon-list-orange .wp-block-themeisle-blocks-icon-list-item-content > a:active, .icon-list-orange .wp-block-themeisle-blocks-icon-list-item-content > a:focus {
	color: #a05502;
}

.section-mission-icons .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
	margin: 0 8px 0 0;
}

.section-mission-icons .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link:last-of-type {
	margin-right: 0 !important;
}

.section-mission-icons .wp-social-link a, .section-mission-icons .wp-social-link svg {
	color: #FCEEC1;
	fill: #FCEEC1;
}

.section-mission-icons .wp-social-link a:hover, .section-mission-icons .wp-social-link a:active, .section-mission-icons .wp-social-link a:focus, .section-mission-icons .wp-social-link svg:hover, .section-mission-icons .wp-social-link svg:active, .section-mission-icons .wp-social-link svg:focus {
	color: #d8c893;
	fill: #d8c893;
}

/* Tiles Block */
.tile-cont {
	margin-bottom: 30px;
}

.tile {
	border-bottom: 3px solid #9a1b38;
}

.tile:hover, .tile:active, .tile:focus {
	border-bottom: 3px solid #7f162e;
}

.tile-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.tile-image-overlay {
	background-color: rgba(255, 250, 232, 0.9);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.tile:hover .tile-image-overlay, .tile:active .tile-image-overlay, .tile:focus .tile-image-overlay {
	background-color: rgba(243, 234, 204, 0.9);
}

.tile-content:after {
	content: "";
	display: table;
	clear: both;
}

.tile-content-col {
	display: table;
	height: 100%;
	float: left;
}

.tile-content-main-col {
	width: calc(80% - 30px);
}

.tile-content-icon-col {
	width: 20%;
	margin-left: 30px;
}

.tile-content-col > div {
	display: table-cell;
	vertical-align: middle;
}

h3.tile-title {
	font-size: 30px;
	line-height: 36px;
	color: #9a1b38;
}

.tile:hover h3.tile-title, .tile:active h3.tile-title, .tile:focus h3.tile-title {
	color: #7f162e;
}

.tile-title > span {
	display: inline-block;
	width: calc(100% - 46px);
	vertical-align: middle;
}

.tile-content-icon {
	text-align: center;
}

.tile-content-icon-img {
	display: inline-block;
}

.tile-desc {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}

.tile-desc > *:first-child {
	margin-top: 0 !important;
}

.tile-desc > *:last-child {
	margin-bottom: 0 !important;
}

/* Recent Blog Posts Block */
.section-news .wp-block-kadence-posts {
	margin-top: 40px;
}

.wp-block-kadence-posts .entry .entry-header {
	margin-bottom: 12px;
}

.wp-block-kadence-posts .entry h2.entry-title {
	font-size: 26px;
	line-height: 32px;
}

.wp-block-kadence-posts .entry h2.entry-title > a {
	color: #9a1b38;
}

.wp-block-kadence-posts .entry h2.entry-title > a:hover, .wp-block-kadence-posts .entry h2.entry-title > a:active, .wp-block-kadence-posts .entry h2.entry-title > a:focus {
	color: #7f162e;
}

.wp-block-kadence-posts .entry .entry-summary {
	margin-bottom: 24px;
}

.wp-block-kadence-posts .entry .entry-summary > *:first-child {
	margin-top: 0 !important;
}

.wp-block-kadence-posts .entry .entry-summary > *:last-child {
	margin-bottom: 0 !important;
}

.wp-block-kadence-posts .entry .post-more-link {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: normal;
	font-weight: normal;
	text-transform: none;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #9a1b38;
	border: none;
	border-radius: 4px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.wp-block-kadence-posts .entry .post-more-link:hover, .wp-block-kadence-posts .entry .post-more-link:active, .wp-block-kadence-posts .entry .post-more-link:focus {
	color: white;
	background-color: #7f162e;
}

.wp-block-kadence-posts .entry .post-more-link > .kadence-svg-iconset {
	display: none !important;
}

/* Footer */
.site-footer {
	color: #333;
	background-color: #f5f5f5;
}

.footer-info-logos {
	margin-bottom: 34px;
}

.footer-info-logo {
	margin-bottom: 24px;
}

.footer-info-logo:last-of-type {
	margin-bottom: 0;
}

.footer-info-logo-intro {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 8px;
}

.footer-info-logo-link {
	display: block;
}

.footer-info-logo > img {
	display: block;
	height: auto;
}

.footer-info-logo-anglican img {
	max-width: 250px;
}

.footer-info-items {
	margin-bottom: 30px;
}

.footer-info-item {
	margin-bottom: 10px;
}

.footer-info-item:last-of-type {
	margin-bottom: 0;
}

.footer-info-item-address > span {
	font-weight: bold;
	color: #9a1b38;
}

.footer-info-item-detail {
	display: block;
	margin-bottom: 4px;
}

.footer-info-item-detail:last-of-type {
	margin-bottom: 0;
}

.footer-info-item-detail:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	margin-right: 10px;
	vertical-align: middle;
}

.footer-info-item-phone:before {
	content: "\f879";
}

.footer-info-item-email:before {
	content: "\f0e0";
}

.footer-info-item-fax:before {
	content: "\f1ac";
}

.footer-info-item-detail > a {
	color: #333;
}

.footer-info-item-detail > a:hover, .footer-info-item-detail > a:active, .footer-info-item-detail > a:focus {
	color: #333;
	text-decoration: underline;
}

.footer-info-socials {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer-info-social {
	display: inline-block;
	margin-right: 24px;
}

.footer-info-social:last-of-type {
	margin-right: 0;
}

.footer-info-social > a {
	font-size: 18px;
	line-height: 24px;
	color: #9a1b38;
}

.footer-info-social > a:hover, .footer-info-social > a:active, .footer-info-social > a:focus {
	color: #7f162e;
}

.site-footer .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer .menu li {
	margin-bottom: 10px;
}

.site-footer .menu li a {
	font-size: 16px;
	line-height: 22px;
	color: #333;
}

.site-footer .menu li a:hover, .site-footer .menu li a:active, .site-footer .menu li a:focus {
	color: #333;
	text-decoration: underline;
}

.site-footer-bottom {
	color: #333;
	background-color: #eaeaea;
}

.site-footer-bottom a {
	color: #333;
}

.site-footer-bottom a:hover, .site-footer-bottom a:active, .site-footer-bottom a:focus {
	color: #333;
	text-decoration: underline;
}

/* Media Queries */
@media only screen and (max-width: 374px) {
	/* Navbar */
	.top-bar-navigation {
		text-align: center;
	}
	
	.top-bar-menu-items {
		display: block;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 375px) {
	/* Navbar */
	.top-bar-navigation {
		text-align: right;
	}
	
	.top-bar-menu-items {
		display: inline-block;
		margin-right: 10px;
	}
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
	
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
	/* Navbar */
	.top-bar-info li {
		display: block;
		margin-right: 0;
	}
	
	.top-bar-navigation {
		text-align: center;
	}
	
	.top-bar-menu-items {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	/* Slider */
	.slider-col {
		height: 550px;
	}
	
	/* Home Page */
	.icon-links {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
	/* Navbar */	
	.top-bar-navigation:after {
		content: "";
		display: table;
		clear: both;
	}
	
	.top-bar-menu-items {
		float: left;
	}
	
	/* Slider */
	.slider-col {
		height: 450px;
	}
	
	/* Home Page */
	.icon-links {
		width: 80%;
	}
}

@media only screen and (max-width: 767px) {
	/* Navbar */	
	.top-bar-menu-items > li:last-of-type {
		margin-right: 0;
	}
	
	.search-module-trigger {
		margin-left: 0;
	}
	
	/* Slider */
	.slider-pager {
		bottom: 26px;
	}
	
	/* Buttons */
	.btn, .wp-block-button.btn > a {
		width: 100%;
		padding-left: 18px;
		padding-right: 18px;
	}
	
	.wp-block-button.btn {
		width: initial;
		padding-left: 0;
		padding-right: 0;
	}
	
	/* Home Page */
	.tile-content {
		margin-top: calc(100/1000 * 100%);
	}
	
	.section-mission .section-desc {
		width: 100%
	}
	
	/* Tiles Block */
	.tile-image-overlay {
		padding: 32px 36px;
	}
	
	/* Recent Blog Posts Block */
	.wp-block-kadence-posts .entry .post-more-link {
		width: 100%;
		padding-left: 18px;
		padding-right: 18px;
	}
	
	/* Footer */
	.site-footer .menu {
		column-count: 2;
		column-gap: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* Navbar */
	.top-bar-navigation:after {
		content: "";
		display: table;
		clear: both;
	}
	
	.top-bar-menu-items {
		float: left;
	}
	
	/* Slider */
	.slider-captions-cont {
		padding-bottom: 156px;
	}
	
	.slider-captions {
		width: 750px;
		padding: 0 15px;
		margin: 0 auto;
	}
	
	.slider-pager {
		width: 750px;
		padding: 0 15px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 100px;
	}
	
	/* Home Page */
	.section-mission .section-desc {
		width: 93%
	}
}

@media only screen and (min-width: 768px) {
	/* Slider */
	.slider-col {
		height: calc(100vh - 162px);
		min-height: 650px;
	}
	
	/* Buttons */
	.btn, .wp-block-button.btn > a {
		padding-left: 22px;
		padding-right: 22px;
	}
	
	.wp-block-button.btn {
		padding-left: 0;
		padding-right: 0;
	}
	
	/* Home Page */
	.tile-content {
		margin-top: calc(100/350 * 100%);
	}
	
	.section-mission .section-desc {
		margin: 0 auto;
	}
	
	.icon-links {
		width: 80%;
	}
	
	/* Tiles Block */
	.tile-image-overlay {
		padding: 38px 46px;
	}
	
	/* Recent Blog Posts Block */
	.wp-block-kadence-posts .entry .post-more-link {
		padding-left: 22px;
		padding-right: 22px;
	}
	
	/* Footer */
	.site-footer .menu {
		column-count: 3;
		column-gap: 30px;
	}
}

@media only screen and (max-width: 991px) {
	/* Navbar */
	.top-bar-info-col {
		text-align: center;
		margin-bottom: 10px;
	}
	
	/* Slider */
	.slider-captions-controller {
		width: 100%;
		background-color: rgba(154, 27, 56, 0.7);
	}
	
	/* Home Page */
	.services-col {
		margin-bottom: 30px !important;
	}
	
	.services-col:last-of-type {
		margin-bottom: 0 !important;
	}
	
	.wp-block-themeisle-blocks-advanced-columns.has-mobile-collapsedRows-layout > .innerblocks-wrap {
		flex-direction: column;
	}
	
	.icon-list-col {
		margin-bottom: 20px !important;
	}
	
	.icon-list-col:last-of-type {
		margin-bottom: 0 !important;
	}
	
	/* Footer */
	.footer-col {
		margin-bottom: 50px;
	}
	
	.footer-col:last-of-type {
		margin-bottom: 0;
	}
	
	.footer-copyright-cont, .footer-me-cont {
		text-align: center;
	}
	
	.footer-copyright-cont {
		margin-bottom: 24px;
	}
}

@media only screen and (min-width: 992px) {	
	/* Slider */
	.slider-captions-col {
		background-color: rgba(154, 27, 56, 0.7);
		padding-right: 60px;
	}
	
	.slider-captions-col:before {
		content: "";
		position: absolute;
		height: 100%;
		width: 100vw;
		background-color: rgba(154, 27, 56, 0.7);
		top: 0;
		left: -100vw;
	}
	
	.slider-pager {
		bottom: 26px;
	}
	
	/* Home Page */
	.services-col {
		flex-basis: 33.33333%;
	}
	
	.section-mission .section-desc {
		width: 86%
	}
	
	/* Footer */
	.footer-navigation-col {
		margin-top: 102px;
	}
	
	.footer-bottom-col {
		display: table;
	}
	
	.footer-copyright-cont, .footer-me-cont {
		display: table-cell;
		vertical-align: middle;
	}
	
	.footer-copyright-cont {
		text-align: left;
	}

	.footer-me-cont {
		text-align: right;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* Navbar */
	.top-bar-info-col {
		width: 46%;
	}
	
	.top-bar-navigation-col {
		width: 54%;
	}
	
	/* Slider */
	.slider-captions-col {
		width: 45%;
		padding-right: 40px;
	}
}

/* Navbar Breakpoint Fixes */
@media only screen and (max-width: 992px) {
	/* Navbar */
	#menu-toggle {
		display: block !important;
	}
	
	.navbar-desktop-menu {
		display: none !important;
	}
	
	.navbar-mobile-menu {
		top: 10px !important;
	}
	
	body .dd-menu > li.menu-item-donate {
		padding: 14px 20px;
		border-radius: 0;
	}
	
	body .dd-menu > li.menu-item-donate > a {
		padding-left: 0;
		border-bottom: none;
	}
}

@media only screen and (min-width: 993px) and (max-width: 1199px) {
	/* Navbar */
	.navbar-logo-col {
		width: 24%;
	}
	
	.navbar-menu-col {
		width: 76%;
	}
	
	body.header-style2 .dd-menu > li {
		font-size: 16px;
		margin-left: 18px;
	}
	
	body.header-style2 .dd-menu > li:first-of-type {
		margin-left: 0;
	}
	
	body .dd-menu > li.menu-item-donate {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	body.header-style2 .dd-menu > li > a {
		letter-spacing: 0px;
	}
}

@media only screen and (min-width: 993px) {
	/* Navbar */
	.navbar-desktop-menu {
		display: block !important;
	}
	
	.navbar-mobile-menu-col {
		display: none !important;
	}
	
	.smenu-opener {
		display: none !important;
	}
}

/* 2021-06-10 Brent Toderash, Gutenberg Block Tweaks */
.wp-block-themeisle-blocks-advanced-columns > .innerblocks-wrap {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.main-container p {
	max-width: 80ch;
}

#sidebar-col > li.widget {
	list-style-type: none;
}
/* hide slider blocks until they're shown by js */
.slider-captions-slideshow > .slider-caption-cont {
	visibility: hidden;
	display: none;
}

.wp-block-kadence-posts article.loop-entry .entry-content-wrap {
	padding: 1rem 2rem;
}
.single.single-post .hero-area > .page-banner {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.single.single-post #content-col {
	padding: 0 2rem;
}
.single.single-post .news-article {
	max-width: 80ch;
	margin: 0 auto;
}
.single.single-post .news-article > h1 {
	font-size: 2.2rem;
	line-height: 1.15;
}

.fa {
	font-family: FontAwesome !important;
}
body.header-style2 header.site-header {
	padding: 0;
}
.site-header > .container {
}
.section.section-slider.aligncenter {
	margin: 0 auto;
}

/* override event calendar style vars */
.tribe-events-calendar-list *,
.tribe-events-c-top-bar *,
.tribe-events-header * {
	font-family: Lato, sans-serif !important;
}
.tribe-common .tribe-common-h6,
.tribe-common .tribe-common-h5 {
	font-weight: 600 !important;
}
.tribe-events-c-subscribe-dropdown__button,
.tribe-events-c-search__button {
	background: #9a1b38 !important;
	border: 0 !important;
	color: #fff !important;
}
.tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events-c-search__button:hover {
	background: #7f162e !important;
}

