/* Theme Name: Second Chance Christian Ministries */
/* === Global === */
body {
	font-family: 'Roboto', sans-serif;
}
.btn,
.form .gform_button {
	display: inline-block;
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	font-family: sans-serif;
	box-shadow: inset 0 0 2px 0 rgba(255, 255, 255, 0.4), inset 0 0 3px 0 rgba(0, 0, 0, 0.4), inset 0 0 3px 5px rgba(0, 0, 0, 0.05), 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	padding: 12px 16px;
	font-size: 18px;
	line-height: 14px;
	position: relative;
}
.button:before,
.button:after {
	content: '';
	display: block;
	position: absolute;
	left: 2px;
	right: 2px;
	height: 3px;
}
.button:before {
	top: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.6);
}
.button:after {
	bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: rgba(0, 0, 0, 0.15);
	box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.15);
}
h1,
h2,
h3 {
	font-weight: 700;
}
h1 {
	font-size: 62px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 28px;
}
/* === Header/Nav === */
.c2a {
	padding: 6px 0;
}
.c2a .c2a-row {
	justify-content: flex-end;
	align-items: center;
	margin-right: 12px;
	font-size: 18px;
}
.social {
	justify-content: center;
	align-items: center;
}
.social .link {
	flex: 0 1 auto;
	line-height: 1;
	font-size: 18px;
}
.social .link a {
	padding: 2px 8px;
	display: block;
}
.social .link a[title='Facebook'] {
	height: 26px;
}
.primary-header .header-row {
	align-items: center;
	padding: 15px 0;
	column-gap: 10px;
	justify-content: space-around;
}
.primary-header .logo-col {
	flex: 0 1 380px;
}
.primary-header .nav-col {
	flex: 0 1 auto;
}
.main-nav .menu {
	justify-content: flex-end;
}
.main-nav .menu li {
	margin: 0;
}
.main-nav .menu li a {
	text-transform: uppercase;
	font-size: 16px;
	white-space: nowrap;
}
.banner-section .image img {
	width: 100%;
}
.banner-section .logo {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 3;
	max-width: 175px;
}
/* === Footer === */
.primary-footer .sitemap .menu {
	flex-direction: column;
}
.primary-footer .sitemap a {
	padding: 0 4px;
}
.primary-footer .footer-row {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 50px;
	justify-content: space-around;
	align-items: center;
}
.primary-footer .footer-row .logo {
	max-width: 300px;
}
.primary-footer .footer-row .logo-2 {
	max-width: 175px;
}
.primary-footer .contact-info {
	padding: 25px 0;
	font-size: 16px;
}
.primary-footer .contact-info .address {
	margin: 10px;
}
.primary-footer .license {
	font-weight: 700;
	margin: 3px 0;
}
.primary-footer .sitemap ul {
	-ms-align-items: flex-start;
	align-items: flex-start;
}
/* === Home Page === */
.banner-section {
	position: relative;
}
.banner-section .overlay-text {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.banner-section .overlay-image {
	position: absolute;
	top: 20px;
	right: 20px;
	max-width: 250px;
}
.main-section {
	margin: 50px 0;
	font-size: 18px;
}
.feature-section {
	margin: 50px 0;
}
.feature-section .features {
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
}
.feature-section .feature {
	flex: 0 1 calc(25% - 15px);
	max-width: calc(25% - 15px);
}
.feature-section .feature .heading {
	text-align: center;
	margin: 10px 0;
}
.feature-section .feature .image {
	position: relative;
}
.feature-section .feature .image .link {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
}
.content-section {
	margin: 50px 0;
}
.content-section .content-row {
	flex-wrap: wrap;
}
.content-section .image-col {
	flex: 0 1 70%;
	padding-right: 5px;
}
.content-section .content-col {
	flex: 1 1 30%;
	border: 2px solid;
}
.content-section .heading {
	border-bottom: 1px solid;
	margin: 10px 8px 30px;
	text-align: center;
}
.content-section .content {
	width: max-content;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2.4;
}
.content-section .image-toggle {
	display: none;
}
.content-section .image-toggle.active {
	display: block;
}
.projects-section {
	margin: 50px 0;
	height: 30vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: 100% auto;
	background-position: 50%;
	text-align: center;
}
.testimonials-section {
	margin: 50px 0;
}
.testimonials-section .heading {
	text-align: center;
}
.testimonials-section .testimonials {
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 50px;
	margin-bottom: 30px;
}
.testimonials-section .testimonial {
	flex: 0 1 calc(33.33% - 33.33px);
}
.testimonials-section .testimonial .heading-row {
	justify-content: space-around;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.testimonials-section .link {
	text-align: center;
}
/* === Interior Pages === */
.gallery-section {
	margin: 50px 0;
}
.gallery-section .sections-nav {
	column-gap: 50px;
	margin-bottom: 50px;
}
.gallery-section .sections-nav .section {
	cursor: pointer;
}
.gallery-section .sections-nav .heading {
	text-align: center;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 700;
}
.gallery-section .sections-content .heading {
	text-align: center;
	margin-top: 0;
}
.gallery-section .sections-content .section {
	display: none;
}
.gallery-section .sections-content .section.active {
	display: block;
}
.gallery-section .gallery {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 30px;
}
.gallery-section .gallery .col {
	flex: 0 1 calc(50% - 15px);
}
.contact-section {
	margin: 50px 0;
}
.contact-section .contact-row {
	column-gap: 50px;
	row-gap: 50px;
}
.contact-section .contact-row .col {
	flex: 0 1 calc(50% - 25px);
}
.contact-section .contact-row .col.col-right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 20px;
}
.contact-section .contact-info {
	border: 2px solid;
	padding: 20px 50px;
	column-gap: 30px;
	font-weight: 700;
}
.contact-section .contact-info h2 {
	margin: 15px 0;
}
.contact-section .contact-info .address {
	margin: 20px 0;
}
.contact-section .contact-info .phone span,
.contact-section .contact-info .fax span {
	display: inline-block;
	width: 4em;
}
.contact-section .contact-info .join-btn {
	margin-top: 16px;
}
.contact-section .contact-info .col {
	flex: 0 1 auto;
}
.contact-section .contact-info .col.logo-col {
	flex-basis: 80px;
}
.contact-section .map {
	border: 2px solid;
	display: flex;
}
.contact-section .map iframe {
	max-width: 100%;
	height: 300px;
}
.form .gform_wrapper {
	border: 2px solid;
}
.form h2 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
}
.form ul {
	display: block;
	margin: 0;
	padding: 0;
}
.form ul li {
	display: block;
}
.form label {
	display: none;
}
.form .gfield {
	padding: 0 30px 12px;
}
.form .gfield:nth-child(2) {
	margin-top: 50px;
}
.form .gform_button {
	width: auto;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}
.form .ginput_container label {
	display: block;
}
.form input,
.form textarea {
	display: block;
	width: 100%;
	padding: 6px 12px;
}
.form .gfield_checkbox {
	display: flex;
	justify-content: space-between;
	column-gap: 8px;
	row-gap: 4px;
}
.form .gfield_checkbox li {
	display: flex;
}
.form .gfield_checkbox input {
	flex: 0 1 auto;
	width: auto;
	margin-right: 5px;
}
.form .gfield_checkbox label {
	flex: 0 1 auto;
}
.form .ginput_container_address {
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
}
.form .ginput_container_address .ginput_full {
	flex: 0 1 100%;
	margin-bottom: 12px;
}
.form .ginput_container_address .address_city,
.form .ginput_container_address .address_state,
.form .ginput_container_address .address_zip {
	flex: 0 1 calc(33.33% - 5.33px);
}
.form .ginput_container_address label {
	display: none;
}
.form select {
	width: 100%;
	padding: 8px;
}
.home .contact-section .image-col {
	flex: 0 1 70%;
	padding-left: 5px;
}
.home .contact-section .content-col {
	flex: 1 1 30%;
}
/* === Media Queries === */
@media screen and (max-width: 1199px) {
	.primary-header .logo-col {
		flex-basis: 300px;
	}
	.main-nav .menu li a {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.feature-section .feature {
		flex-basis: calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
	.c2a {
		display: none;
	}
	.primary-header .header-row {
		justify-content: center;
	}
	.primary-header .logo-col {
		flex-basis: 380px;
	}
	.banner-section .overlay-image {
		display: none;
	}
	.content-section .image-col {
		flex-basis: 100%;
	}
}
@media screen and (max-width: 767px) {
	.feature-section .feature {
		flex-basis: 100%;
		max-width: 100%;
	}
	.banner-section .overlay-text {
		top: 100%;
		transform: translateX(-50%);
		position: relative;
	}
	.main-section {
		margin: 0 0 50px;
	}
	h1 {
		font-size: 48px;
	}
	.projects-section {
		height: 300px;
		background-size: auto 100%;
	}
	.testimonials-section .testimonial {
		flex-basis: 100%;
	}
	.banner-section .logo {
		max-width: 30vw;
	}
	.banner-section.ip .overlay {
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		bottom: auto;
	}
	.banner-section.ip .overlay h1 {
		margin: 0;
	}
	.form .gfield_checkbox {
		flex-direction: column;
		align-items: center;
	}
	.gallery-section .sections-nav {
		max-width: 300px;
		margin: 0 auto 20px;
	}
	.gallery-section .sections-nav .section {
		margin-bottom: 10px;
	}
}
/* New site styles */
html,
body {
	font-family: 'Poppins', sans-serif;
}
body {
	color: var(--color-five);
}
.btn {
	background-color: var(--color-two);
	font-size: 14px;
	padding: .75em 1em;
	box-shadow: none;
}
.btn:hover,
.btn:focus {
	background-color: var(--color-three);
	color: #fff;
}
.primary-header .header-row {
	justify-content: center;
	column-gap: 0;
}
.primary-header .logo-col {
	flex-basis: 320px;
	margin-right: 30px;
}
.primary-header .c2a {
	background-color: var(--color-one);
}
.primary-header .c2a .btn {
	padding: .55em 1em;
}
.primary-header .c2a .social a {
	font-size: 18px;
}
.primary-header .c2a a {
	color: #fff;
	font-size: 14px;
}
.primary-header .c2a a:hover,
.primary-header .c2a a:focus {
	color: var(--color-five);
}
.primary-header .c2a a:hover.btn,
.primary-header .c2a a:focus.btn {
	color: #fff;
}
.primary-header .c2a .c2a-row>.col {
	margin: 0 5px;
}
.primary-header .c2a .c2a-row>.col.link {
	margin-left: 20px;
}
.main-nav .menu {
	justify-content: center;
}
.main-nav .menu li a {
	font-size: 15px;
	padding: 10px 12px;
}
.menu-item-has-children .sub-menu {
	z-index: 5;
	background-color: var(--color-three);
}
.menu-item-has-children .sub-menu li a {
	padding: 5px 10px;
	color: #fff;
}
.menu-item-has-children .sub-menu li a:hover,
.menu-item-has-children .sub-menu li a:focus {
	color: var(--color-five);
}
.banner-section .overlay {
	position: static;
	transform: none;
	background-color: var(--color-one);
	color: #fff;
}
.banner-section .overlay h1 {
	font-weight: 400;
	margin: 0;
	font-size: 42px;
}
.feature-section .features {
	column-gap: 0;
	row-gap: 0;
}
.feature-section .feature {
	flex-basis: 25%;
	max-width: 25%;
}
.feature-section .feature .image {
	background: var(--color-four);
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0 0 3px var(--color-five);
	margin: 3px;
	overflow: hidden;
}
.feature-section .feature .image img {
	transition: all ease .3s;
}
.feature-section .feature .heading {
	color: var(--color-five);
	transition: all ease .3s;
	font-size: 22px;
}
.feature-section .feature a:hover .image img,
.feature-section .feature a:focus .image img {
	transform: scale(1.1);
}
.feature-section .feature a:hover .heading,
.feature-section .feature a:focus .heading {
	color: var(--color-two);
}
.content-section .link {
	margin-top: 20px;
	margin-bottom: 20px;
}
.content-section .heading {
	padding-bottom: 10px;
}
.content-section .content-col {
	background-color: var(--color-one);
	color: #fff;
	padding: 10px;
}
.content-section .content-col a:not(.btn) {
	color: #fff;
}
.content-section .content-col a:not(.btn):hover,
.content-section .content-col a:not(.btn):focus {
	color: var(--color-five);
}
.motto-section .motto-row {
	justify-content: center;
	align-items: center;
	text-align: center;
}
.motto-section .motto-row .col.image-col {
	margin-right: 20px;
}
.contact-section .content-col {
	background-color: var(--color-three);
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
}
.contact-section .content-col .link {
	margin: 20px 0;
}
.contact-section .content-col a {
	color: #fff;
}
.contact-section .content-col a:hover,
.contact-section .content-col a:focus {
	color: var(--color-one);
}
.contact-section .content-col a:hover.btn,
.contact-section .content-col a:focus.btn {
	background-color: var(--color-one);
	color: #fff;
}
.contact-section .heading {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	font-size: 28px;
}
.primary-footer {
	background-color: var(--color-one);
}
.primary-footer .footer-row {
	justify-content: center;
	align-items: flex-start;
	padding: 20px 0;
	column-gap: 0;
	flex-wrap: nowrap;
}
.primary-footer .footer-row .logo-col {
	flex: 0 1 auto;
	align-self: center;
}
.primary-footer .footer-row .logo-col img {
	max-height: 100px;
}
.primary-footer .footer-row .nav-col {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-left: 20px;
	flex: 1 0 auto;
}
.primary-footer .footer-row .nav-col .link {
	margin-bottom: 20px;
}
.primary-footer .footer-row .menu {
	display: flex;
	padding: 0;
	margin: 0;
	justify-content: space-between;
	width: 100%;
}
.primary-footer .footer-row .menu li {
	display: block;
}
.primary-footer .footer-row .menu li a {
	color: #fff;
	font-size: 16px;
	padding: 4px 4px;
	white-space: nowrap;
}
.primary-footer .footer-row .menu li a:hover,
.primary-footer .footer-row .menu li a:focus {
	color: var(--color-five);
}
.primary-footer .copyright {
	background-color: var(--color-five);
	padding: 8px 0;
}
/* IPs */
.heading-banner {
	background-color: var(--color-one);
	color: #fff;
	text-align: center;
}
.heading-banner h1 {
	margin: 0;
	padding: 20px;
	font-size: 42px;
	font-weight: 400;
}
.form .gfield:nth-child(1) {
	background-color: var(--color-three);
	padding: 0;
}
.form h2 {
	padding: 30px 0;
}
.form .gform_button {
	background-color: var(--color-two);
	border: none;
	transition: all ease .3s;
}
.form .gform_button:hover {
	background-color: var(--color-one);
}
.form .gform_wrapper {
	height: 100%;
}
.contact-section.contact-page .contact-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.contact-section.contact-page .contact-info {
	background-color: var(--color-three);
	color: var(--color-five);
	margin-bottom: 20px;
	padding: 20px 30px;
}
.contact-section.contact-page .contact-info .col.logo-col {
	flex-basis: 100px;
}
.contact-section.contact-page .content-col {
	color: var(--color-five);
	background: none;
	text-align: left;
}
.contact-section.contact-page .content-col a {
	color: var(--color-five);
}
.contact-section.contact-page .content-col a:hover, .contact-section.contact-page .content-col a:focus {
	color: #fff;
}
.contact-section.contact-page .content-col .donation-link {
	margin-top: 20px;
}
.contact-section.contact-page .map {
	height: 100%;
}
.contact-section.contact-page .map iframe {
	height: 100%;
	width: 100%;
}
.content-section.ip .content-row {
	align-items: flex-start;
}
.content-section.ip .image-col {
	flex-basis: 40%;
	margin-right: 50px;
	background-color: var(--color-four);
	border-radius: 3px;
	box-shadow: 0 0 3px var(--color-five);
	padding: 10px;
}
.content-section.ip .content-col {
	background: none;
	color: var(--color-five);
	border: none;
	padding: 0;
}
.gallery-section .gallery {
	column-gap: 0;
	row-gap: 0;
}
.gallery-section .gallery .col {
	flex-basis: calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gallery-section .gallery .col:nth-child(3n) {
	margin-right: 0;
}
.services-section .service {
	align-items: flex-start;
	margin-bottom: 30px;
}
.services-section .service .image-col {
	flex: 0 0 48%;
	margin-right: 50px;
	background-color: var(--color-four);
	border-radius: 3px;
	box-shadow: 0 0 3px var(--color-five);
	padding: 10px;
}
.services-section .service .content-col {
	flex: 0 1 auto;
}
.services-section .service .heading {
	margin-top: 0;
	font-size: 28px;
	margin-bottom: 20px;
}
.services-section .service:nth-child(even) .content-col {
	order: -1;
}
.services-section .service:nth-child(even) .image-col {
	margin-right: 0;
	margin-left: 50px;
}
.blog .date .time {
	margin-left: .5em;
}
.blog-section .blog {
	background: none;
}
.blog-section .blog:nth-child(odd) {
	background: none;
}
.blog-section .blog:nth-child(odd) .image-col {
	order: 0;
}
.banner img {
	width: 100%;
}
.payment {
	border: 1px solid #000;
	width: 300px;
	margin: 0 auto 20px;
	max-width: 100%;
}
.content-section .content-col .payment a:not(.btn) {
  padding: 15px 40px;
  color: var(--color-five);
  display: block;
  font-weight: 400;
}
.content-section .content-col .payment .heading {
  border-bottom: none;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 0;
}
.page-template-page-donation .content-section,
.text-section {
  font-size: 18px;
}

.service p {
  margin: 0 0 10px;
}
@media screen and (max-width: 1199px) {
	.primary-header .header-row {
		display: block;
	}
	.primary-header .header-row .logo-col {
		margin-bottom: 10px;
		margin-right: 0;
	}
	.primary-footer .footer-row .menu li a {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.primary-footer .footer-row {
		display: block;
	}
	.primary-footer .footer-row .nav-col {
		align-items: center;
		margin-left: 0;
	}
	.primary-footer .footer-row .nav-col .link {
		margin-top: 20px;
	}
	.primary-footer .footer-row .nav-col .menu {
		justify-content: center;
	}
	.feature-section .feature {
		flex-basis: 50%;
		max-width: 50%;
	}
	.home .contact-section .image-col {
		padding-left: 0;
	}
	.contact-section .contact-row .form {
		margin-bottom: 20px;
	}
	.contact-section.contact-page .map iframe {
		height: 400px;
	}
	.gallery-section .gallery .col {
		flex-basis: calc(50% - 15px);
	}
	.gallery-section .gallery .col:nth-child(n) {
		margin-right: 0;
	}
	.gallery-section .gallery .col:nth-child(odd) {
		margin-right: 30px;
	}
	.content-section.ip .image-col {
		margin-bottom: 20px;
	}
	.services-section .service:nth-child(n) .image-col {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.primary-footer .footer-row .nav-col .menu {
		display: block;
		text-align: center;
	}
	.feature-section .features {
		display: block;
	}
	.feature-section .feature {
		flex-basis: 100%;
		max-width: 100%;
	}
	.main-section {
		margin-top: 50px;
	}
	.gallery-section .gallery .col:nth-child(n) {
		margin-right: 0;
	}
}
