/*
 Theme Name:   Grace-church Child
 Theme URI:    http://gracechurch.ancorathemes.com/
Description: Grace-church is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com
 Template:     grace-church
 Version:      1.0
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain:  grace-church
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.scheme_light, body.scheme_light, .scheme_light:where(.editor-styles-wrapper) {
	    --theme-color-text_link: #69aa95;
}

.vbox-overlay {
	z-index: 10240;
	display: none !important;
}

.mfp-bg {
    background-color: black;
}

.post_header_single .post_meta.post_meta_categories a:not(.post_sponsored_label) {
	background-color: var(--theme-color-text_link);
}

.cc-unclickable {
	pointer-events: none;
}

:root {
	    --theme-font-p_font-family: area-variable, sans-serif;;
	
}

.scheme_dark, body.scheme_dark, .scheme_dark:where(.editor-styles-wrapper) {
	--theme-color-alter_bg_color: #69aa95;
}


    @media (max-width: 479px) {
        .menu_mobile .sc_layouts_logo img {
            width: 200px;
        }
    }


.menu_mobile .menu_mobile_inner a, .menu_mobile .menu_mobile_inner .menu_mobile_nav_area li:before {
    color: white;
}