/*
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;
}

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

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

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

.started-section {
    padding: 140px 0 250px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: top center;
}
.no-webp.loaded .started-section {
    background-image: url(images/started-waves.png);
}
.webp.loaded .started-section {
    background-image: url(images/started-waves.webp);
}
.started-section h3 {
    margin-bottom: 30px;
}

.map-section {
    position: relative;
    z-index: 1;
}
.map img {
    display: block;
    margin: 0 auto;
    margin-top: -150px;
}

/* 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;
    }
}
@media (max-width: 600px) {
    .map img {
        width: 150%;
        max-width: 150%;
        transform: translateX(-17%);
    }
}
