/**
Theme Name: South Side Christian
Author: Hemant
Author URI: https://github.com/hemant7405
Description: This is the child theme of the southsidechristian
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: south-side-christian
Template: astra
*/

/* Start Common Typography CSS Here */

h1{
    font-size: calc(44px + (85 - 34) * ((100vw - 320px) / (1920 - 320))) !important;
    line-height: calc(55px + (93 - 44) * ((100vw - 320px) / (1920 - 320))) !important;
}
h2{
    font-size: calc(28px + (54 - 28) * ((100vw - 320px) / (1920 - 320))) !important;
    line-height: calc(38px + (64 - 38) * ((100vw - 320px) / (1920 - 320))) !important;
}
h3{
    font-size: calc(24px + (42 - 24) * ((100vw - 320px) / (1920 - 320))) !important;
    line-height: calc(34px + (56 - 34) * ((100vw - 320px) / (1920 - 320))) !important;
}
h4{
    font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320))) !important;
    line-height: calc(30px + (36 - 30) * ((100vw - 320px) / (1920 - 320))) !important;
}
h5{
    font-size: calc(18px + (30 - 18) * ((100vw - 320px) / (1920 - 320))) !important;
    line-height: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320))) !important;
}
h6{
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320))) !important;
    line-height: calc(24px + (30 - 24) * ((100vw - 320px) / (1920 - 320))) !important;
}
p{
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))) !important;
    line-height: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320))) !important;
}
p.font-size-dif {font-size:20px !important;line-height:1.3em !important;}
/* End Common Typography CSS Here */

/* Start Header CSS Here */
header #ast-desktop-header .ast-main-header-wrap .ast-primary-header .site-primary-header-wrap .site-header-primary-section-right .ast-header-button-1 .ast-custom-button-link .ast-custom-button {
	text-align: center;
}
.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close:focus {
    outline: 0;
    border: 0;
}
.ast-menu-toggle:focus{
	outline: 0;
}
/* End Header CSS Here */


.blue-bg-area ul li,
.blue-bg-area ul li a {
    color: #fff;
}

.wp-block-list {margin-left: 0 !important;padding-left: 0 !important;list-style-position: inside !important;}
@media (max-width: 544px) {
    .wp-block-columns .wp-block-column:not(:last-child) {
       margin-bottom: 0px !important;
    }
}

/* Start Home Page CSS Here */
.marginBottom-content {
    margin-bottom: -450px !important;
}
.mtop-headingContentBox {
    background: #fff;
    border-radius: 15px;
}
.imgHeadingContent-box {
    background-color: #0359A7;
    border-radius: 15px;
    column-gap: 50px;
    align-items: center !important;
}
.home-bannerSeparator {
    border-width: 3px;
    border-radius: 200px;
}
.home-iconHeadingContentBox .iconHeadingContent-row {
    gap: 50px;
}
.home-iconHeadingContentBox .wp-block-uagb-info-box {
    column-gap: 30px;
}
/* End Home Page CSS Here */

/* Start Footer CSS Here */
.copyright-links {
    display: flex;
    gap: 24px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.copyright-links li {}

.copyright-links li a {
    position: relative;
    font-family: Proxima Soft,Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
}

.copyright-links li+li a::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #fff;
}
.ast-footer-copyright p{
	font-family: Proxima Soft,Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 12px !important;
	line-height: 14px !important;
}
/* End Footer CSS Here */

/* Start Contact Page CSS Here */
.contact-form-area {
    background-color: #F9F8F8;
    border-radius: 15px;
    box-shadow: 0px 4px 10px 0px rgb(23 31 50 / 13%) !important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
ul.contact-page-social {
    padding-left: 0;
}


/* End Contact Page CSS Here */
/* Start Our Team Page CSS Here */
.cmn-ourTeamSection .ourTeam-row .ourteam-box {
    padding: 35px 20px 25px;
    overflow: visible;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
/* End Our Team Page CSS Here */

/* Start Sitemap Page CSS Here */
.sitemap-box {
    padding: 35px 20px 25px;
    overflow: visible;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
.sitemap-box h3 {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #f1f1f1;
    padding-bottom: 15px;
}
.sitemap-box .sitemap-link {}
.sitemap-box .sitemap-link li {
    list-style: none;
    position: relative;
    margin: 10px 0;
}

.sitemap-box .sitemap-link li:before {
    background: #b4002d;
    border-radius: 100%;
    content: "";
    width: 8px;
    height: 8px;
    left: -20px;
    position: absolute;
    top: 7px;
}
.sitemap-box .sitemap-link a {
    color: #221F1F;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    transition: all 0.3s ease;
}

.sitemap-box .sitemap-link a:hover {
    color: #B4002D;
}
/* End Sitemap Page CSS Here */

/* Start Location Page CSS Here */
.location-col .location-box {
    box-shadow: 0px 19px 29px rgba(0, 0, 0, 0.07);
    padding: 0;
    background: #fff;
    border-radius: 15px;
    transition: 0.3s;
	height: 100% !important;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.location-col .location-box:before {
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 2px;
    content: "";
    right: 0;
    background: #0359a7;
    z-index: 2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    height: 100%;
    z-index: -1;
    border-radius: 15px;
}
.location-col .location-box:hover:before{
    width: 100%;
    right: auto;
    left: 0;
	border-radius: 15px;
}
.location-col .location-box .uagb-ifb-content {}

.location-col .location-box .uagb-ifb-content .uagb-ifb-desc {
    padding: 20px;
/*     background: #fff; */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: 0;
}
.location-col .location-box:hover .uagb-ifb-content .uagb-ifb-desc {
/*     background: #0359a7; */
    color: #fff;
}
.location-col .location-box .uagb-ifb-content img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	height: 265px !important;
    object-fit: cover;
    width: 100%;
}
/* End Location Page CSS Here */


.imageHeadingContent-row{
	padding: 0 !important;
}
.onlyHeadingContent-row{
	padding: 0 !important;
}
.dark a{
	color: #fff;
}
.light a{
	color: #000;
}
.light h2 a{
	color: #000 !important;
}
.onlyHeading h2 a{
	color: #000 !important;
}
.onlyHeading h2 a:hover{
	color: #ed461d !important;
}
/* feedback form css */
/*
.wpforms-form .wpforms-submit-container .wpforms-submit{
	background-color:var(--ast-global-color-0);
}
.wpforms-form .wpforms-submit-container .wpforms-submit:hover {
	background:none;
    color: var(--ast-global-color-5);
    background-color: var(--ast-global-color-2);
}
.gform_wrapper form input.gform_button.button {
    background-color: var(--ast-global-color-2) !important;
	font-weight:bold !important;
}
.gform_wrapper form input.gform_button.button:hover {
    background:none;
    color: var(--ast-global-color-5) !important;
    background-color: #0359a7 !important;
}
 .gform_wrapper select {
    height: 2.8em;
    border-width: 1px;
    border-style: solid;
	border-color: #686E77;
    padding: 0px 10px;
} */

.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea{
    border:1px solid #999999;
}

.gform_wrapper select{
	height:2.8em;
}

.gform_footer input[type="submit"] {
    background-color: var(--ast-global-color-2) !important;
	font-weight:bold !important;
	color:#ffffff;
	border-radius: 4px;
    padding: 15px 30px;
}
.gform_footer input[type="submit"]:hover {
    background:none;
    color: var(--ast-global-color-5) !important;
    background-color: #0359a7 !important;
}
.gform_wrapper.gravity-theme input[type="file"] {
    border: 1px solid #999999;
    padding: 8px;
    border-radius: 4px;
    max-width: 500px;
    background: #f9fafb;
}

.gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .gfield_repeater_cell label.gfield_label {
    display: inline-block;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 8px;
    padding: 0;
    color: #000 !important;
}

.gfield_repeater_item {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
	align-items: flex-end;
}

.gform_wrapper.gravity-theme .gfield_repeater_cell {
    margin-top: 8px;
    flex-basis: 49%;
}

.gform_wrapper.gravity-theme .gfield_repeater_cell input, select.gfield_select{
	width:100%;
}

.gform_wrapper.gravity-theme .gfield_repeater_buttons button.add_repeater_item, .gform_wrapper.gravity-theme .gfield_repeater_buttons button.remove_repeater_item {
    border-radius: 2px;
    background-color: #0359a7;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    padding: 17px 15px;
    line-height: 3px;
}
.gform_wrapper.gravity-theme .gfield_repeater_buttons button.remove_repeater_item {
    background-color: #ed461d;
	color: #ffffff;
	padding: 17px 8px;
}
.gform_wrapper.gravity-theme .gfield_repeater_buttons button.add_repeater_item:hover{
	background-color: #ed461d;
	color: #ffffff;
}

.gform_wrapper.gravity-theme .gfield_repeater_buttons {
    padding-top: 16px;
    display: block;
    width: 100%;
}

h3.gsection_title {
    font-size: 20px !important;
    color: #000000;
    margin-bottom: 0;
	margin-top:30px;
}
.gform_confirmation_message {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.gform_validation_errors .gform_submission_error {
    font-size: 1.2rem !important;
    line-height: 1.4rem !important;
}



/* Start Responsive CSS Here */
/*@media only screen and (min-width: 1200px){
	.cmn-inner-section-spacing{
		padding-top: 130px  !important;
		padding-bottom: 130px  !important;
	}
}*/

@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {

}
@media only screen and (min-width: 977px) and (max-width: 1199.98px) {
	.cmn-inner-section-spacing{
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.home-iconHeadingContentBox{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.home-contentGridBox-spacing{
		padding-top: 180px !important;
		padding-bottom: 80px !important;
	}
	.imgHeadingContent-box {
		column-gap: 25px;
	}
	.home-iconHeadingContentBox .wp-block-uagb-info-box {
		column-gap: 25px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1199.98px) {
	header .custom-logo-link img {
		max-width: 170px !important;
	}
	header #ast-desktop-header .ast-main-header-wrap .ast-primary-header .site-header-primary-section-center .main-header-menu > .menu-item >.menu-link {
		padding: 0 12px !important;
	}
	header #ast-desktop-header .ast-main-header-wrap .ast-primary-header .site-primary-header-wrap .site-header-primary-section-right .ast-header-button-1 .ast-custom-button-link .ast-custom-button {
		padding-left: 18px;
		padding-right: 18px;
	}
	.cmn-ourTeamSection .ourTeam-row {
		flex-wrap: wrap !important;
	}
	.cmn-ourTeamSection .ourTeam-row .ourteam-box{
		    flex-basis: 48% !important;
	}
}
@media only screen and (max-width: 976px){
	.cmn-inner-section-spacing{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.home-iconHeadingContentBox{
		padding-top: 50px !important;
		padding-bottom: 0 !important;
	}
	.home-contentGridBox-spacing{
		padding-top: 180px !important;
		padding-bottom: 50px !important;
	}
	.imgHeadingContent-box {
		column-gap: 25px;
		padding: 15px !important;
	}
	.imgHeadingContent-box .uagb-ifb-image-content {
		box-sizing: border-box;
		width: 100px;
	}
	.home-iconHeadingContentBox .wp-block-uagb-info-box {
		column-gap: 25px;
	}
	.cmn-inner-banner-spacing {
		min-height: 200px !important;
		padding-top: 30px !important;
		padding-bottom: 30px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.contactFormContent-section .uagb-container-inner-blocks-wrap {
		flex-wrap:  wrap !important;
	}
	.contactFormContent-section .uagb-container-inner-blocks-wrap .content-col {
		max-width: 100% !important;
		padding: 0 !important;
	}
	.contactFormContent-section .uagb-container-inner-blocks-wrap .contact-form-area {
		max-width: 100% !important;
	}
}
@media only screen and (max-width: 1024.98px){
	.offcanvas-logo {
		padding: 0 40px 0 15px;
	}
}
@media only screen and (min-width: 922px) and (max-width: 1024.98px){
	.marginBottom-content {
		margin-bottom: -300px !important;
	}
	.cmn-ourTeamSection .ourTeam-row {
		flex-wrap: wrap !important;
	}
	.cmn-ourTeamSection .ourTeam-row .ourteam-box{
		    flex-basis: 48% !important;
	}
}
@media only screen and (max-width: 921.98px) {
	.marginBottom-content{
		margin-bottom: 0 !important;
		padding: 10px;
	}
	.mtop-headingContentBox{
		padding: 20px !important;
	}
	.marginBottom-content .wp-block-column:not(:last-child){
		margin-bottom: 0;
	}
	.home-banner-section {
		min-height: 550px !important;
	}
	.home-contentGridBox-spacing{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.imageHeadingContent-row{
		padding: 0 !important;
	}
	.imageHeadingContent-row .headingContent-col {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 921.98px) {
	.home-iconHeadingContentBox .iconHeadingContent-row {
		flex-wrap: wrap !important;
		column-gap: 20px;
		row-gap: 20px;
		justify-content: space-evenly;
	}

	.home-iconHeadingContentBox .iconHeadingContent-row .iconHeadingContent-col {
		flex-basis: 48% !important;
		flex-grow: inherit;
	}
	.imageHeadingContent-row {
		flex-wrap: wrap !important;
		row-gap: 30px !important;
	}

	.imageHeadingContent-row .image-col {
		flex-basis: 100% !important;
	}

	.imageHeadingContent-row .image-col img {
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
	.cmn-ourTeamSection .ourTeam-row {
		flex-wrap: wrap !important;
	}
	.cmn-ourTeamSection .ourTeam-row .ourteam-box{
		    flex-basis: 48% !important;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
	.home-iconHeadingContentBox .iconHeadingContent-row {
		flex-wrap: wrap !important;
		column-gap: 20px;
		row-gap: 40px;
		justify-content: space-evenly;
	}

	.home-iconHeadingContentBox .iconHeadingContent-row .iconHeadingContent-col {
		flex-basis: 48% !important;
		flex-grow: inherit;
	}
	.home-banner-section {
		min-height: 480px !important;
	}
	.imageHeadingContent-row {
		flex-wrap: wrap !important;
		row-gap: 20px !important;
	}

	.imageHeadingContent-row .image-col {
		flex-basis: 100% !important;
	}

	.imageHeadingContent-row .image-col img {
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
	.imgHeadingContent-box {
		padding: 30px !important;
	}
}
@media only screen and (max-width: 575px) {
	.home-banner-section {
		min-height: 480px !important;
	}
	.home-iconHeadingContentBox .iconHeadingContent-row {
		gap: 30px;
	}
	.imageHeadingContent-row {
		flex-wrap: wrap !important;
		row-gap: 20px !important;
	}

	.imageHeadingContent-row .image-col {
		flex-basis: 100% !important;
	}

	.imageHeadingContent-row .image-col img {
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
	.imgHeadingContent-box {
		padding: 30px !important;
	}
	.gform-theme--framework .gform_validation_errors .gform_submission_error {
		font-size: 1.2rem !important;
		line-height: 1.5rem !important;
	}
	.uagb-slick-carousel .slick-slide, .uagb-block-536251c5 .uagb-tm__content {
		height:auto !important;
	}
}
/* End Responsive CSS Here */
.is-style-fill a:hover {background: #ed461d !important;color: #fff !important;}
.link-color-in-black p a { color:#ed461d !important; }
.custom-global-btn a { margin-top:25px; }
.link_inside_heading h2 a { color: #0359a7 !important;}
.ast-footer-copyright a {color: #fff;}
.ast-footer-copyright a:hover {color: #ed461d;}
.ast-plain-container.ast-no-sidebar .entry-content > .alignfull, .ast-page-builder-template .ast-no-sidebar .entry-content > .alignfull {
    margin-left: calc( -50vw + 50% ) !important;
    margin-right: calc( -50vw + 50% ) !important;
    max-width: 100vw !important;
    width: 100vw !important;
}
.page-id-195 .site-below-footer-wrap {
    border-top: 0;
}