/*
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');
@import url('css/slick-theme.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%;
}

/*Modal*/
.modal {
	background-color: #1F3F47;
}
.modal.appointment-type{
	    max-width: 1200px;
}

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

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

/* BOTTOM
------------------------------------- */
.absolute {
	position: absolute;
	width: 100%;
}

.co_pad {
	padding: 0;
}

.bg-cover {
	background-position: center top;
	background-size: cover
}

.white-color,
.white-color *,
.white-color h2 {
	color: #fff;
}

.boy {
	font-family: 'Oooh Baby', sans-serif;
}

/*Map*/
.mapsection {
	height: 316px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.mapsection iframe {
	height: 100%;
	max-height: none;
}

.loaded .mapsection .map_bg {
	background-image: url(../charlie-child/images/map.jpg);
}

.webp .mapsection .map_bg {
	background-image: url(../charlie-child/images/map.webp);
}

.map_bg {
	text-align: center;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	cursor: pointer;
}

.map-title {
position: absolute;
    max-width: 1069px;
    background-color: #408697;
    padding: 10px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 4;
    bottom: -52px;
}
.map-title h2{
	text-transform: uppercase;
}
/* RESPONSIVE
---------------------------------------------------------- */
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1240px;
		margin: 0 auto;
		padding: 0 20px;
	}
}

@media screen and (max-width: 1025px) {
	.hidden-md-down {
		display: none !important;
	}
	.map-title{
		bottom: -38px;
	}
}

@media (max-width: 990px) {
	footer.footer-container .container.fo_wrap .fo_box{
		       max-width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
	}
}

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

@media screen and (min-width: 768px) {
    .reviews-badge {
        margin: 5em 1em;
        display: flex;
        vertical-align: middle;
        align-items: center;
        text-align: left;
    }
}

.reviews-badge {
    margin: 0.5em auto;
    color: #fff;
    text-align: center;
    display: none;
}

.reviews-badge .patients,
.reviews-badge img {
	max-width: 60px;
}

.reviews-badge div img {
    margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
    .reviews-badge div {
        margin-left: 8px;
    }
	
	.reviews-badge div img {
    	margin-left: -4px;
	}
}

.reviews-badge div * {
    display: block;
    color: #FFF !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.16px;
}