/*
 Theme Name:     The Simple Child
 Theme URI:      http://thesimple.ellethemes.com
 Description:    The Simple Child Theme
 Author:         Ellethemes
 Author URI:     http://www.ellethemes.com
 Template:       the-simple
 Version:        1.0.0
*/

@import url("../the-simple/style.css");

@media only screen and (max-width: 766px) {
    .mepa-container {
        margin-bottom: 1em;
    } 
}


/* logo acquisti in rete pa */
img.mepa {
    display: block;
    margin: auto;
    height: 150px;
}

/* whatsapp */
.whatsapp-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 33px;
    bottom: 15px;
    z-index: 10;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #25d366;
}
.whatsapp-button a {
    display: block;
}
.whatsapp-button svg {
    display: block;
    width: 35px; 
    height: 35px; 
}
.whatsapp-button  path {
    fill: #ece5dd;
}

.catalog p {
    text-align: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}


.map-container {
    position: relative;
    bottom: 15px;
    width: 100%;
    height: 500px; /* custom height */
    overflow: hidden; /* hidden black banner */
}

.map-container iframe {
    position: absolute;
    top: -70px; /* Adjust according to the height of the black bar */
    left: -5px;
    bottom: 700px;
    width: calc(100% + 5px);
    height: calc(100% + 80px); /* Compensate for the upward shift */
}


.light .odometer {
    font-weight: bold;
    color: #a01d20 !important;
}

.light .animated_counter h3 {
    font-weight: bold;
}
#sp-wp-carousel-free-id-7023.sp-wpcp-7023 .wpcp-swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #a01d20;

}
.wpcp-carousel-section .wpcp-swiper-dots .swiper-pagination-bullet {
    margin-bottom: 0px;
}
.top_nav {
    background-color: rgb(110,110,112)	 !important;
    color: white !important;
}