/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 13, 2020, 10:22:36 AM
    Author     : dininurhayati
*/

.access-maps {
    margin: 2em 0 1em;
    max-width: 1280px;
}
.access-maps-about {
    margin: 0em 0 1em;
    max-width: 1280px;
}
.vogue-map img{
    margin: 0em 0 7px;
    width: 80%;
}
.vogue-map-about img{
    margin: 3em 0 7px;
    width: 80%;
}
.access-address h5 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #4f4e4e;
    line-height: 1.4em;
}
.access-address p {
    color: #4f4e4e;
}
.gallery-address .right-side p {
    margin-top: 10px;
    line-height: 1.8em;
}
.gallery-address .hz-line {
    border-bottom: 1px solid #e0dad7;
    display: block;
}
.gallery-address-wrap {
    margin: 0 auto;
}
.head .title {
    text-align: center;
}
.head .title h4 {
    font-size: 24px;
}
.head .title h4.btm {
    font-size: 16px;
}
.head h2.btm{
    margin: 2px;
    font-weight: 500;
}
.gal-access .wrap-desc-access {
    width: 85%;
}
.gal-access .right-side .hz-line {
    border-bottom: 1px dashed #e0dad7;
}
.wrap-desc-access .desc-row {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wrap-desc-access .desc-row p {
    /*display: inline-block;*/
    margin-top: 0;
    margin-bottom: 0;
}
.wrap-desc-access .desc-row img {
    margin-right: 1em;
}
.wrap-desc-access.part2 {
    margin: 4em 0;
}
.pad-left{
    padding-left: 1.5em;
}

/*maps css*/
#mapid {
    width: 100%;
    height: 375px;
}
#mapid-about {
    width: 48%;
    height: 600px;
    float: right; 
}
.mapstext-about{
    width: 50%;  
    float: left; 
    position: relative;
}
.pad-top{
    padding-top: 5px;
}
.pad-right{
    padding-right: .5em;
}
.pad-leftNone{
    padding-left: 0px !important;
}
iframe.maps-iframe {
    width: 100%;
}


@media screen and (max-width: 768px) {
    .gal-access .wrap-desc-access {
        width: 100%;
    }
    #mapid-about {
        width: 100%;
        height: 600px;
        float: right; 
    }
    .mapstext-about{
        width: 100% !important;;
    }
    .width-mapstext{
        width: 9.6667% !important;
    }
}
@media screen and (min-width: 64.063em){
    .width-mapstext{
        width: 16.6667% !important;
    }
}
@media screen and (max-width: 40.063em) {
    .vogue-map img{
        margin: 2em 0 1em;
        width: 100%;
    }
    .gallery-address-wrap {
        margin-bottom: 1em;
        margin-top: 0;
    }
    .gal-access {
        margin-top: .5em;
    }
    .pad-left{
        padding-left: 0.5em;
    }
    #mapid {
        width: 100%;
        height: 275px;
    }
    #mapid-about {
        width: 100%;
        height: 300px;
        float: right; 
        margin-top: 1em;
    }
    .wrap-desc-access.part2 {
        margin: 2em 0;
    }
    .width-mapstext{
        width: 16.6667% !important;
    }
}
/*wide screen*/
@media screen and (min-width: 1440px){
    #mapid-about {
        width: 48%;
        height: 600px;
        float: right; 
    }
    .width-mapstext{
        width: 10.6667% !important;
    }
}
/*ipad-pro*/
@media screen and (max-width: 1024px){
    .width-mapstext{
        width: 12.6667% !important;
    }
    .pad-top{
        padding-top: 2px;
    }
}
@media screen and (max-width: 1280px){
    .width-mapstext{
        width: 12.6667% !important;
    }
    .pad-top{
        padding-top: 2px;
    }
}