/*
Theme Name: Farah Child
Description: Child theme for the Farah. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>
Author: PeThemes
Author URI: http://pethemes.com
Template: farah
*/


/* =Theme customization starts here
-------------------------------------------------------------- */



#jw-map-wrapper{

    position:relative;
    width:100%;
    height:520px;

    overflow:hidden;


    background:#0f1115;

    box-shadow:
        0 20px 60px rgba(0,0,0,.25);

}

#jw-map{

    width:100%;
    height:100%;

    display:none;

}

#jw-map-placeholder{

    position:absolute;

    inset:0;

    display:flex;

    justify-content:center;

    align-items:center;

    overflow:hidden;

    background:
        radial-gradient(circle at top,#303645 0%,#171b23 45%,#0f1115 100%);

}

.jw-map-bg{

    position:absolute;

    inset:-100px;

    background:

        radial-gradient(circle,#3d4454 0%,transparent 45%),
        radial-gradient(circle,#2b3342 0%,transparent 35%),
        radial-gradient(circle,#212734 0%,transparent 30%);

    filter:blur(90px);

    opacity:.45;

    animation:jwGlow 12s linear infinite;

}

@keyframes jwGlow{

    0%{

        transform:translate(-40px,-20px);

    }

    50%{

        transform:translate(40px,20px);

    }

    100%{

        transform:translate(-40px,-20px);

    }

}

.jw-map-content{

    position:relative;

    z-index:5;

    text-align:center;

    max-width:480px;

    padding:50px;

}

.jw-map-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    margin:auto;

    margin-bottom:30px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.08);

}

.jw-map-content h3{

    color:#fff;

    margin:0;

    font-size:34px;

    font-weight:700;

}

.jw-map-content p{

    color:rgba(255,255,255,.72);

    margin:25px auto 0;

    line-height:1.8;

    font-size:17px;

}

#jw-load-map{

    margin-top:40px;

    padding:18px 42px;

    border:0;

    border-radius:999px;

    cursor:pointer;

    background:#ffffff;

    color:#111;

    font-size:16px;

    font-weight:600;

    transition:.25s;

}

#jw-load-map:hover{

    transform:translateY(-3px);

    box-shadow:

        0 15px 35px rgba(255,255,255,.20);

}

@media(max-width:768px){

    #jw-map-wrapper{

        height:420px;

    }

    .jw-map-content{

        padding:30px;

    }

    .jw-map-content h3{

        font-size:28px;

    }

}

