/**
Theme Name: WV Church Child Theme
Author: Big Heart Creative
Author URI: http://bigheartcreative.com
Description: A beutiful theme based on Astra, for churches in the West Virginia Conference of the UMC.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: church-theme-1
Template: astra
*/

/* Header */
.ast-header-break-point .ast-mobile-header-wrap .ast-flex.inline-on-mobile {
    justify-content: flex-end;
}

.ast-header-break-point .main-header-menu {
    border-top: none;
}

.ast-header-break-point .main-header-menu > .menu-item:last-child a {
    padding-right:0;
}

.site-logo-img .astra-logo-svg {
    height:90px;
    width:auto;
}

.ast-site-title-wrap h1,
.ast-site-title-wrap p {
    font-weight: 600;
}

/*Body*/
.site-content .entry-header {
    border-bottom: 1px solid #eaeaea;
}

.site-content .entry-header .entry-title {
    text-align: center;
    padding-top:1rem;
    padding-bottom:1rem;
}


/* Footer */
footer.site-footer {
    background-image: url(/wp-content/themes/church-theme/images/mountains.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}

footer .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

footer .footer-links a {
    color: white;
    padding-left:20px;
}

footer .site-footer-section:first-child {
    justify-content: flex-start;
}

footer .site-footer-section:last-child {
    justify-content: flex-end;   
}

footer .wp-block-social-links {
    margin-right:20px;
    gap: 10px !important;
}

footer .social {
    display: flex;
    flex-direction: row;
}

@media only screen and (max-width: 920px) {
    footer .social {
        margin-bottom: 20px;
    }
}

footer .social a {
    background-color: #1d73be;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:10px
}

footer .social .facebook::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f39e";
    color: white;
}
footer .social .youtube::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f167";
    color: white;
}
footer .social .twitter::before {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
    color: white;
}

footer .site-footer-section>* {
    margin-bottom: 0;
}

footer .site-footer-focus-item {
    width: auto;
}

footer .ast-footer-row-tablet-stack .wp-block-social-links,
footer .ast-footer-row-mobile-stack .wp-block-social-links,
footer .ast-footer-row-tablet-stack .social,
footer .ast-footer-row-mobile-stack .social {
    justify-content: center;
}

/* Embla Carousel*/
.embla {
    overflow: hidden;
}
.embla__container {
    display: flex;
    margin-left: -20px;
}
.embla__slide {
    position: relative;
    min-width: 33%;
    padding-left: 20px;
    text-align: center;
}
@media only screen and (max-width: 920px) {
    .embla__slide { 
        min-width: 100%;
    }
}
.elementor-editor-active .ast-container > .wv_feed {
    display: none;
}

.embla__slide__inner {
    position: relative;
    overflow: hidden;
}

.wvc-title {
    border-bottom: 5px solid var(--ast-global-color-2);
    font-weight: 600;
    padding: 1rem 0;
}

.wvc-title a {
    text-decoration: none !important;
}

.wvc-description {
    padding: 1rem 0;
}

/* Elements */
.button {
    text-transform: uppercase;
    font-family: var(--e-global-typography-accent-font-family);
    padding: 12px 24px;
    background-color: var(--ast-global-color-2);
    text-decoration: none !important;
}

.button:hover {
    background-color: #6c9856;
    border-color: #6c9856;
}

.is-style-wide {
	min-width:100%;
}

.wp-block-separator {
    border-top: 3px solid;
    border-bottom: 3px solid;
    margin-bottom: 0;
}


/* Advanced Sermons Pro styling - Alex Mac, LLC - 11-18-2022 */

.ast-container {
    flex-direction: column !important;
}