/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/


/* map css */



#hero {
    position: relative;
    overflow: hidden;
    min-height: 600px;
}

    #hero video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        width: 100%;
        min-width: 100%;
        min-height: 100%;
    }

    #hero .map-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        transition: all 300ms ease;
    }


#map .map {
    min-height: 500px;
    z-index: 9;
}



    #map .map div[title="pulse_new_views"] {
        opacity: 1 !important;
        overflow: visible !important;
    }

        #map .map div[title="pulse_new_views"]::after {
            content: '';
            position: absolute;
            background-color: #c1f1ff;
            border-radius: 30px;
            -webkit-animation: pulse1 1s ease-in-out 5;
            animation: pulse1 1s ease-in-out 5;
            width: 30px !important;
            height: 30px !important;
            margin: -10px 0 0 -20px;
            -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
            opacity: 0;
        }

        #map .map div[title="pulse_new_views"] img {
            border: 1px solid #00b2e8;
            border-radius: 10px;
            z-index: 1 !important;
            width: 10px !important;
            height: 10px !important;
        }

    #map .map div[title="pulse_new_story"] {
        opacity: 1 !important;
        overflow: visible !important;
    }

        #map .map div[title="pulse_new_story"]::after {
            content: '';
            position: absolute;
            background-color: #EEC6C9;
            border-radius: 30px;
            -webkit-animation: pulse1 1s ease-in-out 5;
            animation: pulse1 1s ease-in-out 5;
            width: 30px !important;
            height: 30px !important;
            margin: -10px 0 0 -20px;
            -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
            opacity: 0;
        }

        #map .map div[title="pulse_new_story"] img {
            border: 1px solid #be00ce;
            border-radius: 10px;
            z-index: 1 !important;
            width: 10px !important;
            height: 10px !important;
        }

    #map .map div[title="pulse_jesus"] {
        opacity: 1 !important;
        overflow: visible !important;
    }

        #map .map div[title="pulse_jesus"]::after {
            content: '';
            position: absolute;
            background-color: #b7d2b2;
            border-radius: 30px;
            -webkit-animation: pulse1 1s ease-in-out 5;
            animation: pulse1 1s ease-in-out 5;
            width: 30px !important;
            height: 30px !important;
            margin: -10px 0 0 -20px;
            -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
            opacity: 0;
        }

        #map .map div[title="pulse_jesus"] img {
            border: 1px solid #127200;
            border-radius: 10px;
            z-index: 1 !important;
            width: 10px !important;
            height: 10px !important;
        }

    #map .map div[title="current_location"] {
        opacity: 1 !important;
        overflow: visible !important;
    }

        #map .map div[title="current_location"]::after {
            content: '';
            position: absolute;
            background-color: #ffc2c2;
            border-radius: 30px;
            -webkit-animation: pulse1 1s ease-in-out 5;
            animation: pulse1 1s ease-in-out 5;
            width: 30px !important;
            height: 30px !important;
            margin: -10px 0 0 -20px;
            -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
            opacity: 0;
        }

        #map .map div[title="current_location"] img {
            z-index: 1 !important;
        }

@-webkit-keyframes pulse1 {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulse1 {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}




#map .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
}

    #map .overlay.show-player {
        visibility: visible;
        display: block;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        opacity: 1;
        z-index: 9;
    }

    #map .overlay #intro-video {
        padding: 20px;
        position: relative;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        margin: 0px auto;
        max-width: 900px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        #map .overlay #intro-video .close-player {
            position: absolute;
            right: 0;
            background: #FFAE41;
            width: 30px;
            height: 30px;
            z-index: 9999;
            top: 0;
            border-radius: 50px;
            cursor: pointer;
        }

            #map .overlay #intro-video .close-player span::after {
                content: '';
                width: 15px;
                height: 1px;
                background: #fff;
                position: absolute;
                left: 7px;
                z-index: 9999;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                top: 14px;
            }

            #map .overlay #intro-video .close-player span::before {
                content: '';
                width: 15px;
                height: 1px;
                background: #fff;
                position: absolute;
                left: 7px;
                z-index: 9999;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                top: 14px;
            }

            #map .overlay #intro-video .close-player:hover {
                background-color: #d87034;
            }

    #map .overlay video {
        -webkit-box-shadow: 0px 0px 12px 0px #00000029;
        box-shadow: 0px 0px 12px 0px #00000029;
        outline: none;
        background-color: #000;
    }

#map .map-popup {
    position: relative;
    z-index: 999;
    width: 250px;
    padding: 15px;
}

    #map .map-popup h2 {
        text-transform: uppercase;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    #map .map-popup .g-address {
        font-size: 16px;
        line-height: 1.5;
    }

#marker .map-markers-info {
    position: absolute;
    top: 35%;
    right: 0;
    background: #fff;
    width: 200px;
    z-index: 9;
    color: #2b2b2b;
    -webkit-box-shadow: -5px 5px 10px #0c0c0c21;
    box-shadow: -5px 5px 10px #0c0c0c21;
    border-radius: 0px 0px 0px 3px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

    #marker .map-markers-info ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #marker .map-markers-info ul li {
            padding: 15px 20px;
            border-bottom: 1px solid #ececec;
            border-radius: 0px 0px 0px 3px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smooth: grayscale;
        }

            #marker .map-markers-info ul li:last-child {
                border-bottom: none;
            }

            #marker .map-markers-info ul li img {
                width: 15px;
                position: relative;
                top: -2px;
                display: inline-block;
                margin-right: 10px;
            }

    #marker .map-markers-info .open-close {
        background: #fff;
        width: 50px;
        height: 50px;
        position: absolute;
        left: -50px;
        top: 0;
        border-radius: 3px 0px 0px 3px;
        cursor: pointer;
        -webkit-box-shadow: -5px 5px 10px #0c0c0c21;
        box-shadow: -5px 5px 10px #0c0c0c21;
    }

        #marker .map-markers-info .open-close i {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            font-size: 16px;
            font-weight: bold;
        }

    #marker .map-markers-info.close-nav .open-close i::before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

#marker .close-nav {
    right: -200px !important;
}

#marker #options {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.298039);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.298039);
    border-radius: 2px;
    background: #fff;
    color: #666;
    position: absolute;
    padding: 10px;
    left: 10px;
    bottom: 25px;
    width: auto;
    z-index: 9;
}

    #marker #options #radiusInput {
        width: 50px;
        padding: 3px;
        position: relative;
        height: 25px;
        border-radius: 4px;
        border: 1px solid #9a9a9a;
    }

    #marker #options.label:not(:first-child) {
        margin-left: 15px;
    }

    #marker #options #unitSelector {
        font-family: Roboto, Arial, sans-serif;
        position: relative;
        background: unset;
    }

    #marker #options p {
        margin-top: 7px;
        color: #b3b3b3;
        margin-bottom: 0;
        font-size: 12px;
        text-align: center;
    }

    #marker #options select:focus,
    #marker #options input:focus {
        outline: none;
    }

#marker #map-marker-desc {
    background-color: #f2f2f2;
}

    #marker #map-marker-desc ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style-type: none;
        margin: 0;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

        #marker #map-marker-desc ul li {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 16%;
            flex: 0 1 16%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-left: 1px solid #dadada;
            padding: 8px 0px;
            font-weight: 300;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 0 !important;
        }

            #marker #map-marker-desc ul li:first-child {
                border-left: 1px solid transparent !important;
            }

                #marker #map-marker-desc ul li:first-child img {
                    width: 12px;
                }

            #marker #map-marker-desc ul li:last-child {
                border-right: none;
            }

            #marker #map-marker-desc ul li img {
                width: 12px;
                padding-right: 10px;
            }

    #marker #map-marker-desc .intro-play-btn {
        background: #FFAE41;
        padding: 5px 20px;
        color: #fff;
        border-radius: 2px;
        font-size: 16px;
        font-weight: 400;
    }

        #marker #map-marker-desc .intro-play-btn:hover {
            background-color: #9AC7A0;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

@media only screen and (max-width: 1240px) {
    #map-marker-desc ul li {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 30% !important;
        flex: 1 1 30% !important;
        background: #e4e4e4;
        margin: 5px 10px;
        min-height: 30px;
    }



    #map .overlay #intro-video .close-player {
        top: 10px;
        right: 10px;
    }
}

@media (min-width: 1240px) {
    div#map-marker-desc .container {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    a.view-map.m-t-24 {
        margin-top: 0px !important;
    }

    #map .overlay h1 {
        font-size: 30px;
    }

    #marker #map-marker-desc ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }

        #marker #map-marker-desc ul li:nth-child(2) {
            border-right: 1px solid #dadada;
        }
}

@media only screen and (max-width: 576px) {
    #marker #map-marker-desc ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden !important;
    }

        #marker #map-marker-desc ul li {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
            border: unset !important;
            padding: 10px 0px;
            width: 100%;
            margin-left: 0;
        }
}

@media only screen and (max-width: 769px) {
    .map-full-width .section_wrapper.mcb-section-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    #Top_bar .logo a {
        margin-left: 0px !important;
    }

    #Top_bar .logo {
        margin: 0px;
        text-align: left;
    }
}


@media only screen and (max-width: 1240px) {
    ul#menu-main-menu li#menu-item-83 a span {
        padding: 12px;
        margin-bottom: 10px !important;
    }

    ul#menu-main-menu li#menu-item-83 a {
        margin-bottom: 20px;
        margin-top: 15px;
    }
}

.map-section {
    margin: 0px;
    width: 100% !important;
}

.map-full-width .section_wrapper.mcb-section-inner {
    width: 100%;
    margin: 0px;
    max-width: 100%;
}

.widget_type_6 .left_col .count_text {
    display: none !important;
}

.widget_type_6 .left_col .count_num {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: Roboto, Arial, Tahoma, sans-serif !important;
    color: rgb(115, 126, 134) !important;
}

.widget_type_6 {
    background-color: transparent !important;
    border: none !important;
}
ul.tablecell_alignment li span.alignment{
	position: relative;
    left: 15px;
} 
