/*
Theme Name:   Starter 1
Author:       DentalQore
Author URI: https://dentalqore.com/
Template:     charlie
Description:  Child theme for DentalQore Website Platform - can be edited 
Version: 2.0
*/
@import url('css/footer.css');

.container {
    max-width: 100%;
    padding: 0 150px;
}

p + .button-wrap {
    margin: 0;
}

.muted-bg {
    background: #fbfbfb;
}

.formatted-hours tr:first-of-type {
    display: none;
}

/* MAP
-----------------------------------------------*/
.no-webp .map {
    background-image: url(./images/map.jpg);
}
.webp .map {
    background-image: url(./images/map.webp);
}

.map {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    width: 100%;
    display: block;
}

.map .external-link {
    display: none;
}

/* RESPONSIVE
-----------------------------------------------*/
@media (max-width: 1600px) {
    .container {
        padding: 0 100px;
    }
}

@media (max-width: 1200px) {
    .container {
        padding: 0 50px;
    }
}

@media (max-width: 600px) {
    .container {
        padding: 0 25px;
    }
}
