/*
Theme Name:   Charlie Child
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');

/* REMOVE THE FOLLOWING CSS ONLY IF YOU HAVE AUTHORIZED THE DOMAIN WITH MVT */
/* .video-container {
	display: none !important;
} */

.contentarea strong,
.contentarea b {
    font-weight: 700;
}

img {
    max-width: 100%;
}

p {
    margin: 0 0 15px;
}

video {
    width: 100%;
}

svg.external-link {
    display: none;
}

/* MAIN
------------------------------------- */
.row.contentsection {
    padding: 30px 0;
}

.page-header {
    margin: 5px 0;
    padding: 0;
    border: 0;
}

/* All page styles */

a.map-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: min(80vw, 507px);
    width: 100%;
    display: block;
    position: relative;
}
.loaded a.map-section {
    background-image: url('./images/mapbg.webp');
}

/* BOTTOM
------------------------------------- */

/* RESPONSIVE
---------------------------------------------------------- */
@media only screen and (min-width: 980px) {
    .container {
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 20px;
    }
}

@media (max-width: 1025px) {
}

@media all and (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}
