/*

@Author: Themezinho
@URL: http://www.themezinho.net

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


	// Table of contents //

		01. GOOGLE FONTS
		02. BODY
		03. HTML TAGS
		04. CUSTOM TAGS
		05. SECTIONS
		06. CONTENT
		07. ODOMETER
		08. EQUALIZER
		09. REVEAL EFFECT
		10. PAGE TRANSITION
		11. PRELOADER
		12. PAGE LOADED
		13. TEXT ROTATER
		14. PERSPECTIVE 
		15. SOCIAL BAR
		16. HEADER
		17. DROPDOWN
		18. SLIDER
		19. SLIDER FRACTION
		20. SLIDER BUTTONS
		21. SLIDER CONTENT
		22. SLIDER LINKS
		23. INT HERO
		24. ABOUT STUDIO
		25. WORKS
		26. WORKS FILTER
		27. WORKS FIGURE
		28. ICON FEATURES
		29. TEAM MEMBERS
		30. CLIENTS
		31. SIDE IMAGE CONTENT
		32. AWARDS
		33. JOURNAL
		34. CONTACT
		35. FOOTER
		36. SCROLL DOWN
		37. RESPONSIVE MEDIUM FIXES
		38. RESPONSIVE TABLET FIXES
		39. RESPONSIVE MOBILE FIXES



*/
/* GOOGLE FONTS */
@import url("https://fonts.googleapis.com/css?family=Fjalla+One|Poppins:300,400,600,800&display=swap");
/*FONT AWESOME */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
/* BODY */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');
* {
  outline: none !important;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 0px !important;
	overflow-x: hidden; /* Style added 9/18/20 as hot-fix for bleeding white-space */
}

.mobile-overlay {
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: .6;
    display: none;
    z-index: 999;
    position: absolute;
}
.mobile-overlay-block {
	display: block;
}

/* HTML ELEMENTS */
img {
  max-width: 100%;
	height: auto;
}

figure {
	width: 100% !important;
}
figure img {
	object-fit: cover;
}

h1.section-title {
	padding-left: 0px;
}


/* LINKS */
a {
	color: #21bbfc;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #0093f1;
}

/* CUSTOM CLASSES */
.bgimg {
  background-image: url('https://commonwealthbronx.org/wp-content/uploads/sites/126/2020/07/AdobeStock_211692453-1.jpeg');
  height: 100vh;
  background-position: center;
  background-size: cover;
}

.splash {
    background: rgba(255,255,255, 0.85);
    float: left;
    width: 100%;
    height: 100vh;
}

.info-container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.info-container img {
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.splash h1 {
    text-align: center;
    font-size: 25px;
    color: #38baff;
    margin-top: 20px;
	font-weight: 600;
}

.splash p {
	text-align: center;
}

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

/* Pre-Nav Bar */
.pre-nav {
	background-color: #fff !important;
	color: #6b6b6b;
	display: inline-block;
	margin-top: 0px !important;
	padding: 12px 0 !important;
	height: 50px !important;
	border-bottom: 1px solid #eaeaea;
}

.pre-nav a {
	color: #38bcff;
	font-weight: 600;
}

.pre-nav p {
	margin-bottom: 0px;
}

.pre-nav .phone {
	display: inline-block;
}

.pre-nav .address {
	display: inline-block;
	padding-left: 1.5em;
}

.pre-nav .social-list {
	display:inline;
}

.social-media i {
    width: 36px;
    height: 36px;
	color: #38bcff;
}

.social-media {
    list-style-type: none;
    margin: 0;
    padding: 0;
	float: right;
}

.social-media li {
	display: inline-block;
}

.social-media a:hover {
	font-weight: bold;
}

/* SITE NAVIGATION */
.header {
    position: relative;
    z-index: 9999;
    right: 0px;
    float: right;
}

.header nav ul {
    -webkit-font-smoothing: antialiased;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: right;
    z-index: 9999999;
    right: 0;
    top: 0;
    display: block;
}

.header nav a {
    color: #38baff;
    display: block;
    font-family: poppins,sans-serif;
    padding: 33px 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-transform: uppercase;
}

.header nav a:hover {
	color: #6b6b6b;
}

.nav-contact a:hover {
	color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.header nav a:active {
	text-decoration: underline;
}

.header nav li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}



@media screen and (min-width: 1200px){
	
	nav .dropdown-menu {
	display: none !important;
	position: absolute !important; 
	top: 70px !important;
	left: 10px;
}

.active-dropdown .dropdown-menu {
	border: none;
	min-width: 10em;
	max-width: 1000px;
	
}

.active-dropdown .dropdown-menu li:not(:last-child){
	border-bottom: 1px solid #ccc;
	width: 160px;

}

.active-dropdown .dropdown-menu a {
	padding: 1em;
	text-align:left;
}
}
	
.active-dropdown .dropdown-menu {
	display: block !important;
}

.active-dropdown {
	opacity: 1 !important;
}
	
nav ul li:hover > ul {
	display:inherit;
}

/* First Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none !important;
	display:list-item;
	position: relative !important;
}

/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

.nav-container {
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background: #fff;
	margin-top: 0px;
}

.logo {
    position: absolute;
    z-index: 1;
    max-width: 180px;
}

.logo img {
	margin-top: 12px;
}

.nav-contact a {
    background: #38baff;
    position: relative;
    top: 18px;
    margin-left: 30px;
	border-color: #38baff;
	border-radius: 2.25rem;
    padding: 1rem 2.25rem !important;
    color: #fff!important;

}

.row-divider {
	padding: 50px 0;
    border-top: 1px solid #ccc;
}

.mobile-divider {
	padding-top: 50px;
    border-top: 1px solid #ccc;
}

@media screen and (min-width: 991px) {
	.mobile-divider {
	border-top: none;
	}
}

.our-history {
	padding-bottom: 50px;
}

/* Mobile Menu */

.showing {
    display: block;
}
.menu {
    float: right;
	text-transform: uppercase;
    font-size: 24px;
    position: relative;
    top: 30px;
}

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

.mobile {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #fff;
	height: 100vh;
	width: 40vw;
	color: #38bcff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	text-align: center;
	/* display: none; */
	transform: translatex(120%);
	transition: transform 500ms;
}

.mobile a {
	text-decoration: none;
}

.mobile .nav-contact a {
	margin: 0;
}

.mobile .sliding-panel-close {
	float: left;
    position: absolute;

    font-size: 2rem;
    color: grey;
    padding: 5px;
    right: 20px;
    top: -40px;
}

.mobile-menu-background {
	width: 100vh;
	height: 100vh;
	background-color: transparent;
}




@media screen and (max-width: 767px) {
	.mobile {
		transform: translatex(120%);
	}
	
	.hero-text {
    transform: translateY(0px) !important;
}
	
	.hero-text h1 {
		font-size: 2em !important;
	}
	
	.hero-text p {
		font-size: 1em;
	}
	.gallery-row {
		text-align: center;
	}
}


.mobile .sliding-panel-close:hover {
	opacity: .7;
	cursor: pointer;
}

.mobile-items {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 2rem;
}


.open {
	display: flex !important;
	transform: translatex(0);
}

.mobile-nav .menu {
	border: none;
    background-color: transparent;
}

.mobile-nav .fas {
	color: #38bcff;
}

ul.contact-info {
	list-style: none;
	float: right;
    padding-left: 0px;
    padding-top: 13px;
	margin-top: 100px;
	width: 100%;
}

ul.contact-info li {
	float: left;
    border-right: 1px solid var(--primary-purple);
	width: 100%;
    border: none;
    text-align: center;
}

.mobile-menu ul {
	display: block;
	text-align: center;
}

.mobile-menu .dropdown-menu {
	display: none;
}

.mobile-menu .active-dropdown .dropdown-menu {
	position: relative;
    width: 100%;
	top: -5px;
	font-size: 20px;
}

.mobile-menu .active-dropdown .dropdown-menu li {
	width: 100%;
}

.mobile-menu ul li a {
	font-size: 16px;
	line-height: 38px;
	padding: 0 20px;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,.2);
	width: 100%;
}

.mobile-menu ul li a:hover {
	color: #fff;
	background-color: #38bcff;
	cursor: pointer;
	
}

.mobile-menu .nav-contact a {
	position: inherit;
	border: none;
	border-radius: 0 !important;
	padding: inherit !important;
	background-color: none;
}

.mobile-menu {
	display: block;
	width: 100%;
	height: calc(100vh - 50px);
	top: 50px;
    left: 0;
    transition: 0.2s;
    position: absolute;
}

.mobile-contact {
	display:block;
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.body-open {
	overflow: hidden;
}

.body-content {
	display: inline-block;
	width: 100%;
}

.testimony-container {
    display: block;
}

.body-content h2, .body-content h4, .body-content h5, .body-content h6 {
	margin: 12px 0;
}

@media screen and (max-width: 991px) {
	.dropdown-menu {
    margin: 0px;
    padding: 0px;
    border: none;
}
	.mobile-menu .active-dropdown .dropdown-menu li {
    background: #f5f5f5;
}
	
	.pre-nav .address {
    display: none;
	}
	
	.col-md-6, .col-md-12 {
		margin: 8px 0;
	}
	
	.btn-primary, .btn-secondary {
		width: 100%;
	}
	
	.row {
		margin-bottom: 20px !important;
		margin-top: 0px !important;
	}
	
	.row-break {
		margin-bottom: 0px !important;
		margin-top: 40px;
	}
	
	.row-break .icon {
    	max-width: 10% !important;
	}
	
	.event-date {
	    padding: 0 !important;
	}
	
	.home-collage {
		display: none;
	}
	
	.copyright {
		font-size: 12px;	
	}
	
	.img-wrapper img {
	height: 300px;
    object-fit: cover;
	}
	
	.history-button {
		margin-bottom: 1rem !important;
	}
	
	.donate-background {
		text-align:center; 
	}
	
	.donate-button {
		width: 100%;
	}
	
	.donate-background h2 {
		margin: .5rem 0;
	}
	
	.donate-background {
		padding: 30px 0 !important;
	}
	.gallery-row img {
		height: 150px !important;
	}
	
	.resources-interior {
		text-align: center;
	}
	
	.resources-interior h2 {
		margin-top: 20px;
	}
	
	.resource-icon {
    	max-width: 300px;
		max-height: 200px;
	}
	
	.hero-text .container p {
	  overflow: hidden;
	  display: -webkit-box;
	  -webkit-line-clamp: 3;
	  -webkit-box-orient: vertical;
		margin-bottom: 0;

	}
	
	
}

@media screen and (max-width: 767px) {
	.footer .container {
		text-align: center;
	}
	.footer-bar {
		text-align:center;
	}
	.event-date {
		display: none;
	}
	
	.event-thumbnail {
		margin-bottom: .5rem;
	}
	
	.footer-bar .social-media {
		padding: 12px 0 0 0;
    	float: none;
	}
	.footer-bar .social-list {
		display: block !important;
	}
	
	.social-list {
		display: none !important;
	}
	
	.gallery-row img {
    	width: 300px !important;
		height: 300px !important; 
	}
}

@media screen and (min-width: 768px) {
	.event-date-mobile {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	.header {
		display: none !important;
	}
	.mobile {
		width: 85vw;
		z-index: 99999;
	}
	
	.collage-text {
		font-size: 24px !important;	
	}
	
	.blog-icons {
		font-size: 12px;
	}

}

@media screen and (min-width: 1200px) {
	.mobile-nav {
		display: none;
	}
	.mobile {
		display: none;
	}
	
	.event-date-mobile {
		display: none;
	}
}

/* Footer */
.footer {
	background-color: #232323;
	color: #fff;
}

.footer .footer-main-row {
	padding: 24px 0 0 0;
}

.footer .row {
	margin: 0px !important;
}

.footer h6 {
	font-weight: 600;
}

.footer p, .footer li {
	font-size: .75rem;
	margin-bottom: 0;
}

.footer i {
	color: #38bcff;
}

.footer-logo {
	max-width: 75%;
}

.footer-blog-title {
	font-size: 1rem;
	text-transform: uppercase;
}

.footer-blog-info {
	padding: 0;
}

.footer-bar {
	background-color: #141414;
}

.footer-bar .social-list {
	margin: 12px 0;
}

.footer-bar .copyright {
	color: #939393;
}

.footer-contact {
	list-style: none;
	padding: 0;
}

.footer-posts .footer-post-thumbnail {
	padding-left: 0px;
}

#menu-footer-primary {
	padding: 0 15px !important;
	list-style: none;
}

#menu-footer-primary li {
	line-height: 2;
}

#menu-footer-primary a {
	color: #939393;
	text-transform: uppercase;
}

#menu-footer-primary a:hover {
	color: #21bbfc;
	text-decoration: none;
}

.footer .gform_wrapper .top_label .gfield_label {
	display: none;
}

.footer #input_1_3 {
	width: 100%;
	background-color: #fff;
    border: 1px solid #939393;
    border-radius: 4px;
    color: #232323;
	padding: 5px 6px;
	padding-right: 32px;
}

.footer .gform_wrapper .gform_footer {
	margin: 0px;
	position: relative;
}

#gform_submit_button_1 {
	position: absolute;
    float: right;
    bottom: 30px;
    right: 4px;
    font-size: .75rem;
    padding: 2px 4px;
    border-radius: 4px;
    background-color: #face2c;
    border-color: #face2c;
	font-weight: 600;
	text-transform: uppercase;
	color: #232323;
}

#gform_submit_button_1:hover {
	background-color: #E3A41E;
    border-color: #E3A41E;
}

.gform_validation_error #gform_submit_button_1 {
	bottom: 72px;
}

/* Body Content */
.page-header {
    width: 100%;
    height: 555px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background: #161619;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(.86,0,.07,1);
    -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
    transition-delay: .8s;
    background-size: cover!important;
    background-position: top!important;
}

.page-header .row {
	height: 100%;
}

.header-grid {
	max-height: 185px;
}

.header-grid .col-lg-6 {
	max-height: 185px;
}

.header-grid .col-lg-6 img {
	object-fit: cover;
	width: 100%;
    height: 185px;
}

.header-grid .col-lg-6:hover > img {
    opacity: .5;
}

.header-grid .col-lg-6:hover > .collage-text {
    opacity: 1;
    transition: .2s ease;
}

.header-grid .col-lg-6 .collage-text {
	font-size: 1.2rem;
}


#homepage-hero-text {
	text-align: center;
	color: #fff;
	z-index: 998;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#color-overlay {
	position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #face2c;
   opacity: 0.4;
}


.hero-text {
	text-align: center;
	color: #fff;
	z-index: 998;
}

.hero-text h1 {
	font-weight: bold;
	font-size: 3rem;
	text-shadow: 2px 2px 4px #888;
}

.hero-text p {
	font-size: 1.2em;
	font-weight: 600;
	text-shadow: 2px 2px 4px #888;
}

.hero-text a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0px;

}

.hero-text a:hover {
	text-decoration: none;
}

.hero-text .btn-primary {
	margin-bottom: 0px;
	border-radius: 2.25rem;
    padding: 1rem 2.25rem;
	margin-top: 1rem;
}

.btn-primary p {
	margin-bottom: 0px;
	font-size: 1em;
	text-shadow: none;
}

@media screen and (max-width: 991px) {

	
	#homepage-hero-text {
		text-align: center;
		bottom: auto;
		max-width: 850px;
		padding-left: 0px;
	}
	
	.hero-left {
		display: flex;
		justify-content: center;
		align-items: center;	
	}
	
	.page-header .row {
		margin-bottom: 0 !important;
	}
	
	.page-header {
		height: 60vh;
	}
	


}

@media screen and (max-width: 1199px) {
	.header-grid .col-lg-6 .collage-text {
    	font-size: 16px !important;
}	
}

/* End Header */

.row {
	margin-top: 40px;
	margin-bottom: 40px;
}

.row-break {
	text-align: center;
	margin-bottom: 20px;
}

.row-break h3 {
	display: inline-block;
	font-weight: bold;
}

.row-break .side-a {
	color: #38bcff;
	margin-right: 4px;
}

.row-break .side-b {
	color: #face2c;
	margin-left: 4px;
}

.row-break .icon {
	max-width: 6%;
	margin-bottom: 8px;
}

.row-break p {
	color: grey;
	font-style: italic;
	padding: 0px;
}

.separator {
	height: 2px;
	width: 4%;
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block;
	margin-top: 24px; 
	background: #38bcff;
}

.btn-primary {
    color: #fff;
    background-color: #38bcff;
    border-color: #38bcff;
	margin-bottom: 0px;
	border-radius: 2.25rem;
    padding: 1rem 2.25rem;
}

.btn-primary a {
	color: #fff;
}

.ccbc-button a {
	color: #fff;
	font-weight: 600;
}

.ccbc-button a:hover {
	text-decoration: none;
}

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

.img-wrapper img {
	width: 100%;
}

.event-date {
	padding: 0 20%;
}

.event-day {
	background-color: #face2c;
    text-align: center;
    color: #fff;
    border: 1px solid #face2c;
    border-radius: 2px;
}

.event-day h3 {
	font-weight: bold;
    padding: 6px;
	margin-bottom: 0;
	line-height: 1;
}

.event-month {
	background-color: #eaeaea;
    text-align: center;
    color: #face2c;
    border: 1px solid #eaeaea;
    border-radius: 2px;
}

.event-month p {
	font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
	padding: 4px 12px;
}

.event-thumbnail img {
	height: 150px;
    object-fit: cover;
	width: 100%;
}

.event-info h4 {
	font-size: 1.25rem;
    font-weight: 600;
}

.event-info p {
	font-size: 14px;
    color: #464B4F;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-icons ul {
	list-style: none;
    padding: 0;
}

.event-icons i {
	color: #464B4F;
	float: left;
}

.event-icons p {
	display: inline-block;
	padding-left: 4px;
    color: #000;
	margin-bottom: .5rem;
}

.event-separator {
	height: 1px;
	width: 100%;
	background: #464B4F;
	margin-bottom: 12px;
}

.event-more {
	display: inline-block;
	float: left;
}

.event-more i {
	color: #38bcff;
}

.event-social {
	display: inline;
}

.social-share {
	list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

.social-share li {
	display: inline-block;
}

.social-share i {
	width: 36px;
    height: 36px;
}

.event-cta {
	text-align:center; 
	margin-top: 1rem;
}

.worship-content h3 {
	font-weight: bold;
    color: #face2c;
}

.contact-map {
	text-align: center;
	overflow: hidden;
}

.map-cta {
	text-align: center;
	padding: 12px 0;
}

.map-cta .left-button {
	display: inline;
	text-align: right;	
}

.map-cta .right-button {
	display: inline-block;
	text-align: left;
}

.map-cta .row {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.btn-secondary {
	color: #fff;
    background-color: #face2c;
    border-color: #face2c;
    margin-bottom: 0px;
	border-radius: 2.25rem;
    padding: 1rem 2.25rem;
	font-weight: 600;
}

.btn-secondary p {
	margin-bottom: 0px;
}

.btn-secondary:hover {
	background-color: #E3A41E;
	border-color: #E3A41E;
}

.testimonial-headshot {
	text-align: center;

}

.testimonial-headshot img {
	width: 50%;
    object-fit: cover;
	border: 1px transparent #fff;
    border-radius: 50%;
	box-shadow: 0px 6px 8px #eaeaea;
}

.testimonial-info {
	margin-top: 1rem;
	text-align: center;
}

.testimonial-info h4 {
	text-transform: uppercase;
	font-size: 1.25rem;
}

.testimonial-info p {
	font-size: 1rem;
	color: #464B4F;
	padding: 0px 24px;
}

.home-collage ul {
    display: table;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.home-collage li {
    display: block;
    width: 20%;
    height: auto;
    text-decoration: none;
    list-style-type: none;
    float: left;
    border: none;
    position: relative;
    transition: .5s ease;
    background-color: #000000;
}

.home-collage img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.collage-text {
    color: #face2c;
    font-size: 36px;
	font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: .5s ease;
}

.home-collage li:hover > .collage-text {
    opacity: 1;
    transition: .2s ease;
}

.home-collage li:hover > img {
	opacity: .5
}

.blog-thumbnail {
	height: 240px;
    overflow: hidden;
}

.blog-attributes .row {
	margin: 0px;
}

.blog-attributes .event-date {
    padding: 12px 0;
    display: inline-block;
	float: left;
	width: 20%;
}

.blog-attributes p {
	display: inline-block;
	padding-right: .5em;
}

.blog-social {
	display: inline;
	float: left;
	width: 100%
}

.blog-social h4 {
	max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	margin-top: .5em;
}

.blog-icons {
	list-style-type: none;
    margin: 0;
	padding: 12px 0 0 0;
}

.pastor-headshot img {
	max-height: 550px;
    width: auto;
}

.pastor-icon {
	display: inline;
}

.comment-icon {
	display: inline-block;
}

.blog-icons i {
	color: #38bcff;
}

.blog-row .event-info {
	float: left;
	width: 100%
}

/* Donate Section */

.donate-background {
	background-color: #38bcff;
	    padding: 10px 0;
	color: #fff;
}

.donate-background h2 {
	color: #fff;
	font-weight: bold;
	
}

.donate-background .donate-button {
	background-color: #fff;
	border-color: #fff;
    border-radius: 2.25rem;
    padding: 1rem 2.25rem;
}

.donate {
	text-align: center;
	position: relative;
    top: 25%;
}

.donate-button {
	text-transform: uppercase;
	color: #6b6b6b;
	font-size: 1rem;
	font-weight: 600;
	vertical-align: middle;
	display:inline-block;
}

.donate-button:hover {
	text-decoration: none;
}

.row-bottom-divider {
	padding: 50px 0;
    border-bottom: 1px solid #ccc;
}

.donate-button-blue {
	text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    background-color: #38baff;
    border-color: #38baff;
    border-radius: 2.25rem;
    padding: 1rem 2.25rem !important;
}

.donate-button-blue:hover {
	text-decoration: none;
}

.more-section {
	text-align: center;
	padding: 1rem 0;
}

.more-section h2 {
	color: #38bcff;
}

.sub-row {
	margin-left: 0px;
	margin-right: 0px;
}

.event-body-text {
	padding: 2rem 0;
}

.footer .event-info {
	padding: 8px 0;
}

.footer .event-info p {
	font-size: .75em;
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.headshot-text-wrap {
	float: left;
    margin-right: 18px;
    margin-bottom: 18px;
	background-color: white;
	width: 280px;
    object-fit: cover;
	box-shadow: 0px 6px 8px #eaeaea;
	padding: 8px;
    border: 2px solid #face2c;
}

.testimony-container h1 {
	color: #38bcff;
}

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

.testimonial-thumbnail {
	background-color: white;
	padding: 8px;
    border: 2px solid #face2c;
	box-shadow: 0px 6px 8px #eaeaea;
	max-width: 130px;
    height: 150px;
    object-fit: cover;
}


@media screen and (max-width: 767px) {
	.headshot-text-wrap {
		float: none !important;
	}
	
	.testimony-container {
		text-align: center;
	}
	
	.testimony-container li {
		text-align: left;
	}
	
	.visit-row .col-sm-10 {
		text-align: center;
	}
	
	.heaven-items {
		margin: 1rem 0;
	}
	
	.testimonial-thumbnail-wrapper {
		padding: 2rem;
		border: 1px solid #ccc;
		border-radius: 6px;
	}
	
	#gform_submit_button_1 {
		position: static;
	}
}

@media screen and (min-width: 991px) {
	.nav-contact a {
		font-weight: 600;
	}
	
}

.footer-bar i {
	font-size: 1em;
}

.footer .gform_wrapper div.validation_error {
	display: none;
}

.footer .gform_wrapper li.gfield.gfield_error {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.footer .gform_wrapper .validation_message {
	color: #ce6e6e;
	font-weight: 400;
	font-size: 1em;
}

.footer .gform_confirmation_message_1 {
	color: #57bd57;
}

.bc-inner {
	padding: 20px; 
	background: #face2c; 
	float: left; 
	width: 100%; 
	margin-bottom: 50px;
}

#breadcrumbs span {
    color: #6b6b6b;
}

#breadcrumbs a {
    color: #464646;
}

.gform_footer input[type=submit] {
    color: #fff;
    background-color: #38bcff;
    border-color: #38bcff;
    margin-bottom: 0px;
    border-radius: 2.25rem;
    padding: 1rem 2.25rem;
    margin-top: 1rem;
    border: none;
	text-transform: uppercase;
    font-weight: 600;
}

.gform_footer input[type=submit]:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.gform_wrapper li.gfield.gfield_error {
	background-color: transparent;
	border-top: none;
   	border-bottom: none; 
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-top: 0;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border-style: inset;
    border-color: rgb(118, 118, 118), rgb(195, 195, 195);
	border-radius: 2px;
}

.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .validation_message, .gform_wrapper div.validation_error, .gform_wrapper .gfield_required, .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label {
	color: red;
}

.gform_wrapper div.validation_error {
	border-top: 2px solid red;
    border-bottom: 2px solid red;
}


/* Photo Gallery Styles */

.gallery-row img {
	width: 250px;
	height: 250px;
	object-fit: cover;
	margin-bottom: 30px;
	
}

.mfp-img {
	max-height: 650px !important;
}

.blog-item {
	margin-bottom: 30px;
}

/* Resources Styles */

.resource-icon {
    flex-wrap: wrap;
	padding: 16px;
    align-content: center;
}

.resources-icon-wrapper {
    text-align: center;
}

.resources-interior .row {
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
}

.resources-interior .row:last-of-type {
	border-bottom: none;
}

.ellipsis {
    color: #464B4F;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.interior-header {
	width: 100%;
    height: 35vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(.86,0,.07,1);
    -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
    transition-delay: .8s;
    background-position: center!important;
	background-size: cover !important;
}

.interior-header .hero-text {
	transform: initial;
	text-align: center;
	color: #fff;
	z-index: 1;
}

/* Donation Form */

#gform_wrapper_6 .validation_error {
	display: none;
}

/* Visit Us */

.sidebar ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar li {
	line-height: 4em;
	border-bottom: 1px solid #ccc;
}

.faq-section {
	margin-bottom: 40px;
}

.faq-section .accordion>.card {
	border: 1px solid #ccc;
	margin-bottom: 2em;
}

.faq-section a {
	color: #38bcff;
}

.visit-row {
	align-items: center;
}

.visit-row p {
	margin-bottom: 0;
}

.visit-icon {
	flex-wrap: wrap;
    align-content: center;
	width: 50px;
}

.accordion-button {
	width: 100%;
	text-align: left;
	color: #38bcff;
}

.icon-circle img {
    height: 40px;
    width: auto;
}

.contact-content {
	display: inline-block;
	width: 100%;
}


/* Color Palette:
Gold: #face2c
Blue: #38bcff
Black: #6b6b6b
*/