/*
 Theme Name:     Dragon Clube Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Tema Dragon Paintball
 Author:         Bruno Cortes
 Author URI:     https://www.brunocortes.com.br
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

@media (min-width: 767px) {
    .home .map_wrapper .map_aspect_ratio {
    padding-top: 95vh !important;
    }
}

@media (max-width: 766px) {
    .home .map_wrapper .map_aspect_ratio {
    padding-top: 70vh !important;
    }
}

div#block-8 {
    margin-bottom: 1rem;
}

.cta-map {
	display:block;
    padding: 10px 20px;
    background-color: #9b2c11;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
}

.mfp-inline-holder .mfp-content {
    max-width: 600px;
}