/*
 Theme Name:     Central Child
 Theme URI:      http://demo.qodeinteractive.com/central/
 Description:    Central Child Theme
 Author:         Qode Interactive
 Author URI:     http://www.qodeinteractive.com/
 Template:       central
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
.fancy-gallery.gallery-default {
    text-align: left !important;
    padding: 0 45px;
}

.iframe-gmap {
    width: 100%;
}
.gm-style .place-card-large {
    display: none;
}
.iframe-wrapper {
    margin-bottom: 45px;
    position: relative;
}
.iframe-wrapper::after {

    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(10,10,10,0.3);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;

}

@media screen and (max-width: 800px) {
	.fancy-gallery.gallery-default {
        text-align: center !important;
    }
}