/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/
:root {
    --ym-color-purple-400: #A60FD7;
    --ym-color-green-400: #21E71D;
    --ym-color-gray-500: #C4C7CC;
    --ym-color-gray-600: #B5B9C3;
    --ym-color-gray-900: #727680;
    --ym-color-yellow-400: #FFD600;
    --ym-color-yellow-500: #CCAB00;

    --ym-home-resources-bg-color: #000;
    --ym-home-events-bg: linear-gradient(45deg, #10BF9D, #FF0056);
    --ym-home-stories-bg: linear-gradient(45deg, #10BF9D, #FF0056);
    --ym-home-q-and-a-bg: linear-gradient(45deg, #10BF9D, #FF0056);
}

.ast-container {
	max-width: 100% !important;
}
.m-0 {
	margin: 0;
}
.p-0 {
	margin: 0;
}
.ast-container {
	padding: 0 ;
}
.site-content {
	margin: 0 !important;
}

.header_block {
    background-color: #000;
    margin-top: 90px;
    padding: 80px 20px;
}
.header_block .header_description {
    max-width: 432px;
}
.header_block h1 {
    color: #21E71D;
    font-size: 89px;
    line-height: 78px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.header_block p {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-2{
    width: 50%;
}


.stories_post .stories_item {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 150px;
    position: relative;
    -webkit-backface-visibility: hidden;
    transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -webkit-transform: skewY(-2deg);
    outline: 1px solid transparent;
    overflow: hidden;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.stories_post .stories_item .container {
    transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -webkit-transform: skewY(2deg);
}

.stories_post .stories_item .stories_content p {max-width: 329px;}

.stories_post .stories_item .stories_content h2 {
    font-size: 61px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 56px;
}

.stories_post .stories_item .stories_content p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: 700;
}

.stories_post .stories_item .stories_content h3 {
    color: #fff;
    font-size: 20px;
    line-height: 18px;
    font-weight: 400;
    padding: 20px 0 26px 0;
}

.stories_post .stories_item .stories_content a {
    color: #21E71D;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.stories_post .stories_item .stories_content .img_credit {
    margin-top: 60px;
}

.stories_post .stories_item .stories_content .img_credit p {
    font-size: 10px;
    font-weight: 400;
}
.stories_post {
    background-color: black;
}

.stories_post .more_stories {
    padding: 56px 0;
    text-align: center;
}

.stories_post .more_stories a {
    color: #21e71d;
    text-transform: uppercase;
    font-size: 39px;
}

.stories_post .more_stories a span img {margin-top: -8px;}

.section_stories {
    padding-top: 56px;
}

.stories_post_thubnail .post_thubnail {
    width: 360px;
}

.stories_post_thubnail .post_tag_content {
    width: 462px;
    padding-left: 30px;
    padding-top: 20px;
}

.stories_post_thubnail {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 36px;
}

.stories_post_thubnail .post_tag_content h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 26px;
    padding-bottom: 10px;
}

.stories_post_thubnail .post_tag_content h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 18px;
}

.stories_post_thubnail .post_thubnail img {
    border-radius: 20px;
}

.stories_post_thubnail .post_tag_content p {
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 0;
}
.stories_post_thubnail .post_tag_content h2 a {
    color: #fff;
}

/*Story Single page custom style*/
.single_post .single_banner {
    height: 640px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.single_post .single_banner p.img_credit {
    position: absolute;
    bottom: 0;
    left: 120px;
    color: #727680;
    font-size: 10px;
    font-weight: 400;
}
.single_post .single_banner .single_banner_container {
    position: relative;
    height: 100%;
}
@media(max-width: 480px) {
    .header_block {
        margin-top: 0;
        padding: 66px 20px 80px 20px;
    }
    .col-2 {
        width: 100%;
    }
    .container {
        max-width: 280px;
        margin: 0 auto;
    }
    .header_block h1 {
        text-align: left;
        padding-bottom: 15px;
        font-size: 64px;

    }
    .stories_post .stories_item {
        padding-top: 250px;
        padding-bottom: 150px;
        transform: skewY(-9deg);
        -ms-transform: skewY(-9deg);
        -webkit-transform: skewY(-9deg);
        background-position: center;
        padding-top: 299px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 65px;

    }
    .stories_post .stories_item .container {
        transform: skewY(9deg);
        -ms-transform: skewY(9deg);
        -webkit-transform: skewY(9deg);
    }
    .stories_post .stories_item .stories_content h2 {
        font-size: 34px;
        line-height: 37px;
    }
    .stories_post .stories_item .stories_content h3 {
        padding: 20px 0 14px 0;
    }
    .stories_post .stories_item .stories_content p {
        margin-bottom: 14px;
    }

    .section_stories .container {
        max-width: 100%;
        padding: 0 40px 0 10px;
    }
    .section_stories .row {
        display: block;
    }
    .stories_post_thubnail {
        padding-bottom: 40px;
    }
    .stories_post_thubnail .post_thubnail {
        width: 360px;
        max-width: 200px;
    }
    .stories_post_thubnail .post_tag_content {
        width: 462px;
        padding-left: 0;
        padding-top: 12px;
    }
    .stories_post .more_stories a {
        font-size: 23px;
    }
    .stories_post .more_stories a span img {
        width: 27px;
    }
    .stories_post .more_stories {
        padding: 36px 0 56px 0;
        text-align: center;
    }
    div#primary {
        background-color: black;
    }
}
/* STORIES PAGE */
#loadingDiv {
    text-align: center;
}
#loadingDiv img {
    width: 40px;
}
/* Q&A Page */
.section_qa .stories_post_thubnail .post_tag_content a {
    color: var(--ym-color-yellow-500);
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    display: block;
    padding-top: 14px;
}
.page-template-page-QandA .more_stories a {
    color: var(--ym-color-yellow-500);
}
.custom-post-data .section_qa .more_stories a {
    color: var(--ym-color-yellow-500);
}
.section_qa .stories_post_thubnail .post_tag_content h3 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 18px;
}

/* Events page custom style */
.calendar-list p {
    color: #A60FD7;
    font-size: 16px;
}
.stories_post_thubnail .post_tag_content h2.event_time,.stories_post_thubnail .post_tag_content h2.event_type {
    font-family: Trump Gothic Pro;
    font-weight: 700;
	padding-bottom: 0;
	line-height: 22px;
}
.single-events h3.event_type.event,.single-events h3.event_time.event {
    font-size: 25px;
    line-height: 27px;
    font-weight: 700;
    text-transform: inherit;
}
.input .search-by-keyword {
    margin-bottom: 20px;
}
.input input {
    width: 100%;
    padding: 12px 65px 12px 30px;
    border: none;
    border-radius: 40px;
    background-color: white;
    outline: none;
}
.custom-radio-btn {
    display: flex;
    width: 96px;
    height: 25px;
}
.custom-radio-btn .radio_btn {
    width: 50%;
    cursor: pointer;
}
.custom-radio-btn {
    display: flex;
    width: 96px;
    height: 25px;
    background-color: #fff;
    border-radius: 30px;
    margin: 0 13px;
    position: relative;
}
.calendar-list {
    display: flex;
}
.custom-radio-btn:before {content: "";position: absolute;left: 50%;transform: translate(-50%, 0);width: 25px;height: 100%;background-color: #000;border-radius: 20px;}
.custom-radio-btn.left-radio:before {
    left: 13px;
}
.custom-radio-btn.right-radio:before {
    right: -12px;
    left: unset;
}
.search-by-date {
    margin-bottom: 20px;
}
.input .search-by-keyword img,.input .search-by-location img {
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translateY(-41%);
    height: 22px;
    width: 22px;
    object-fit: contain;
    cursor: pointer;
}
.search-by-location {
    margin-bottom: 20px;
}
.see-calendar {
    display: block;
    padding: 10px 50px;
    border: 4px solid #A60FD7;
    margin-left: auto;
    width: 230px;
    cursor: pointer;
}
.see-calendar p {
    margin: 0;
    color: #A60FD7;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
}
.page-template-page-events .header_block {
    position: relative;
}
.wrapper .single_meta_data .single_meta_right a {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-family: Trump Gothic Pro;
    line-height: 18px;
}
.wrapper .single_meta_data .single_meta_right a span {
    padding-right: 11px;
}
.single_meta_right.mobile_only a {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-family: Trump Gothic Pro;
    justify-content: flex-end;
    line-height: 18px;
}
.single_meta_right.mobile_only a span {
    padding-right: 11px;
}
.post_tag_content h2 a {
    text-transform: uppercase;
}
.post_tag_content h2 {
    font-family: inherit;
}
h2.event_title {
    font-size: 89px;
    font-weight: 400;
    line-height: 78px;
    margin-bottom: 40px;
    color: #000;
    text-transform: uppercase;
}
.section_qa.section_event .stories_post_thubnail .post_thubnail {
    width: 50%;
}
.section_qa.section_event .stories_post_thubnail .post_tag_content h2 a {
    color: #000000;
    font-size: 61px;
    font-weight: 400;
    line-height: 56px;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: uppercase;
        font-family: Trump Gothic Pro;
}
.stories_post_thubnail .post_tag_content h2.event_date {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    color: #9CA1AD;
    text-transform: uppercase;    font-family: Trump Gothic Pro;
}
.section_qa.section_event .stories_post_thubnail .post_tag_content p {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.section_qa.section_event .stories_post_thubnail .post_tag_content a {
    color: #A60FD7;
}
.event_page .custom-post-data .more_stories {
    background-color: #EDEFF2;
}
.event_page .custom-post-data .more_stories a {
    color: #A60FD7;
}

@media (min-width: 922px) {
    .input .search-by-keyword,.input .search-by-location, .input .search-by-date,.input .calendar-list {
        width: 49%;
        position: relative;
    }
    .input {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media(max-width:480px) {
    .category  div#primary {
    background-color: #fff;
}
.single-resources .mobile_only {
    max-width: 280px;
    padding: 0;
    text-align: left;
}

.category-page .section_content.container {
    max-width: 100%;
    padding: 0 11px;
}
.tookit_file a.toolkit {
    font-size: 15px;
    display: block;
    text-align: center;
}
.tookit_file {
    display: block;
    margin: 0 auto 30px auto;
    padding: 0;
    max-width: 280px;
}
.category-page .category-post-thubnail .post_tag_content {
    padding-left: 0;
}

.category-page .more_stories a {
    font-size: 26px;
}
.category-page .header_block:after {
    transform: skewY(
-5deg);
    -ms-transform: skewY(-2deg);
    -webkit-transform: skewY(
-5deg);
    height: 50px;
    bottom: -38px;
}

.category-page .wrapper .single_meta_data {
    margin-top: 12px;
}
.section-left.prayer-image {
    width: 100%;
}

.section-right.prayer-content {
    width: 100%;
}
div#primary.resources_archive {
    background-color: #fff;
}
    .category-page .category-post-thubnail .post_thubnail {
        margin-bottom: 26px;
    }
    .page-template-page-resources .header_block h1 {
    color: #F97700;
}
    .single-resources .single_container .section_stories h2.related_title {
    color: #FF9533;
}

.single-resources .custom-post-data .more_stories a {
     color: #FF9533;
}
    .category-page .category-post-thubnail .post_tag_content p {
        margin-bottom: 10px;
    }
    .category-page .category-post-thubnail {
    padding-bottom: 90px;
}
    .category-page .wrapper .single_meta_data li:nth-child(1) {
    display: none;
}
    .resources_archive .header_block h1 {
    font-size: 51px;
    line-height: 45px;
}
    .category-page .single_meta_right.mobile_only {
    margin: 0;
}
    .category-page .more_stories {
    padding-top: 0px;
    padding-bottom: 0;
}
    .single_header {
    margin-bottom: 10px;
}
    .single-resources .single_post .wrapper .single_meta_data li:nth-child(1) {
    display: none;
}
    .ast-container {
    padding: 0 !important;
}
    /* Event custom style */
    .event_filter_section  .container {
    max-width: 100%;
    padding: 0 10px;
}

.input .search-by-keyword, .input .search-by-location, .input .search-by-date, .input .calendar-list {
    width: 100%;
    justify-content: center;
}

.input {
    justify-content: center;
}

.see-calendar {
    margin: 0 auto 30px auto;
}

.calendar-list p {
    color: #A60FD7;
    font-size: 16px;
}

.event_filter_section.section {
    padding-bottom: 0;
}

.section_event .container {
    padding: 0 10px;
}
.section_qa.section_event .stories_post_thubnail .post_thubnail {
    width: 100%;
    max-width: 100%;
}
.input .search-by-keyword, .input .search-by-location, .input .search-by-date, .input .calendar-list {
    position: relative;
}
}

/* POSTS CAROUSEL */
.custom-post-data.swiperslide {
    background-color: #EDEFF2;
    padding-bottom: 30px;
}
.postSwiper {
    padding-top: 56px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}
.postSwiper .slide-post-title {
    color: #000;
}
.postSwiper .slide-post-date {
    color: #9CA1AD;
}
.postSwiper .slide-post-read-more a {
    color: #1DBFE2;
}
.postSwiper .slide-post-excerpt {
    color: #000;
    padding-top:10px;
}
.parish_page .slide-post-image {
    overflow: hidden;
    text-align: center;
}
.parish_page .slide-post-image img {
    height: 240px;
    border-radius: 3%;
}
.parish_page .slide-post-item {
    width: 400px;
    text-align: left;
}
.parish_page .swiper-button-next {
    right: 20px;
}
.parish_page .swiper-button-prev {
    left: 20px;
}
.parish_page .swiper-button-prev {
    background-image: url(/wp-content/themes/astra-child/assets/images/blue2-slide-left-arrow.svg);
    width: 67px;
    height: 56px;
}
.parish_page .swiper-button-next {
    background-image: url(/wp-content/themes/astra-child/assets/images/blue2-slide-right-arrow.svg);
    width: 67px;
    height: 56px;
}
.parish_page .swiper-button-next:after, .parish_page .swiper-button-prev:after {
    content: "";
}
@media (max-width: 1200px) {
    .parish_page .swiper-button-next, .parish_page .swiper-button-prev {
        background-image: none;
    }
    .parish_page .swiper-button-next:after {
        content: 'next';
    }
    .parish_page .swiper-button-prev:after {
        content: 'prev';
    }
    .parish_page .swiper-button-next {
        right: 0px;
    }
    .parish_page .swiper-button-prev {
        left: 0px;
    }
}
@media (max-width: 600px) {
    .parish_page .slide-post-item {
        width: 300px;
    }
    .parish_page .slide-post-title {
        font-size: 40px;
        line-height: 40px;
    }
    .parish_page .swiper-button-next, .parish_page .swiper-button-prev {
        width: auto;
    }
}
/* EVENTS SEARCH NEIGHBORHOOD */
.event_page .locationdropdown {
    position: absolute;
    background-color: #FFF;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    left: 4%;
    z-index: 999;
}
.event_page .locationdropdown div {
    padding: 5px 10px;
    border-bottom: 1px #888 solid;
}
.event_page .locationdropdown div:hover {
    background-color: #EEE;
    cursor: pointer;
}
.postid-3987 .single_content a {
    line-break: anywhere;
    line-height: 40px;
}
.post-list-section .search-post-list-item .post_thubnail img {
    height: auto !important;
}