/*
Theme Name: Crafto Child
Theme URI: https://crafto.themezaa.com/
Author: ThemeZaa
Author URI: https://www.themezaa.com/
Description: Child theme for Crafto theme
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Version: 1.0
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/
Text Domain: crafto-child
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, flexible-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
Template: crafto
*/

.select-arrow  {
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.09) !important;  
}

.wp-gr .wp-google-wr a {
    background-color: var( --e-global-color-secondary )!important;
}
.wp-gr .wp-google-wr a:hover {
    background-color: var( --e-global-color-primary )!important;
}

.wp-gr.wpac {
    --name-color: var( --e-global-color-secondary );
    --star-color: var( --e-global-color-primary );
    --text-color: var( --e-global-color-text );
    --slider-act-dot-color: var( --e-global-color-primary );
    --rev-color: #fff;
}

.wp-gr.wpac .wp-google-left img {
    filter: grayscale(1);
}

.wp-google-place .wp-google-left {
    display: none !important;
}

.wpac {
    font-family: inherit !important; 
}


@media only screen and (max-width: 525px) {
    .wp-google-place .wp-google-right {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        width: 100% !important;
    }

    .wp-gr.wpac .wp-google-name {
        font-size: 120% !important;
        margin-bottom: 10px !important;
    }
}