/*!
Theme Name: club_623_training
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: club_623_training
*/
section.block-map-google{
    position: relative;
}
.row-map-content{
    position: absolute;
    background-color: var(--themeWhite);
    top: 50%;
    transform: translateY(-50%);
    left: calc((100vw - 1440px) / 2 - 15px);
    padding: 30px 30px;
    border-radius: 10px;
    border: 1px solid rgba(133, 133, 133, 0.40);
    max-width: 480px;
    box-shadow: 0px -4px 10px 0px rgba(28, 27, 31, 0.10);
}
section.block-map-google h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
    display: flex;
    color: var(--themeFontColor);
    gap: 12px;
}
section.block-map-google h2::before {
    content: url(../../img/svg/monogram-black.svg);
    display: block;
}
#contact-map{
    width: 100%;
    height: 75vh;
}
.map-content h3{
    color: var(--themePrimaryColor);
    font-family: 'garetheavy';
    font-size: 18px;
    font-style: normal;
    line-height: 100%;
    text-transform: uppercase;
    margin: 20px 0 10px;
}
.map-content ul{
    margin: 0;
    padding: 0 0 0 1em;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.map-content p, .map-content li, .map-content span {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 0;
}
section.block-map-google span.index-animation.apparition{
    display: none!important;    
}
/* RESPONSIVE */

@media only screen and (max-width: 1600px) {
    .row-map-content{
        left: calc((100vw - 1200px) / 2 - 15px);
    }
}
@media only screen and (max-width: 1279px) {
    .row-map-content{
        left: calc((100vw - 1140px) / 2 - 15px);
    }
}
@media only screen and (max-width: 992px) {
    .row-map-content {
        left: calc((100vw - 720px) / 2 - 15px);
        max-width: 420px;
    }
}
@media only screen and (max-width: 768px) {
    .links-ways-container h3 {
        margin-bottom: 20px;
    }
    .links-ways-content ul li {
        line-height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .row-map-content {
        left: calc((100vw - 540px) / 2 - 15px);
        max-width: 420px;
    }
}
@media only screen and (max-width: 575px) {
    .row-map-content {
        left: 15px;
        max-width: calc(100% - 30px);
        padding: 20px 20px;
    }
    .map-content p, .map-content li, .map-content span {
        font-size: 15px;
    }
    section.block-map-google h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 420px) {
    .top-contact-page .wp-block-column:not(:first-child) {
        padding: 0 0;
    }
}
