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

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

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

.bg-cover {
	background-size: cover;
}

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

/* ANIMATIONS */


@keyframes swing {
	0% {
		transform: rotate(3deg);
	}

	100% {
		transform: rotate(-3deg);
	}
}

.loaded .map-section {
	background-image: url(../charlie-child/images/new-map.png)
}

.loaded.webp .map-section {
	background-image: url(../charlie-child/images/new-map.webp)
}

.map-section {
	height: 561px;

	z-index: 2;
	position: relative;
	margin-bottom: -125px;
	display: block;

}

.home .loaded.no-webp .monkey-bg {
	background-image: url(../charlie-child/images/footer-monkey-new.png)
}

.loaded.webp .monkey-bg {
	background-image: url(../charlie-child/images/footer-monkey-new.webp)
}

.monkey-bg {
	position: absolute;
	height: 0;
	padding-bottom: 22%;
	width: 17vw;
	background-size: cover;
	background-repeat: no-repeat;
	bottom: -9vw;
	left: 136px;
	background-position: center top;
}

.map-section .dr-flowers {
	margin-top: 0;
}

/* CONTENTAREA BACKGROUNDS */
.dr-folliage-wrapper {
	width: 100%;
}

.loaded .dr-flowers {
	background-image: url(../charlie-child/images/dr-follage-bg-new.png);
}

.loaded.webp .dr-flowers {
	background-image: url(../charlie-child/images/dr-follage-bg-new.webp);
}

.dr-flowers {
	width: 100%;
	height: 29vw;
	position: relative;
	margin-top: calc(-28vw / 2);
}

.loaded .dr-vine-bird {
	background-image: url(../charlie-child/images/dr-bird.png);
}

.loaded.webp .dr-vine-bird {
	background-image: url(../charlie-child/images/dr-bird.webp);
}

.dr-vine-bird {
	max-width: 609px;
	max-height: 243px;
	width: 26vw;
	height: 9vw;
	position: absolute;
	top: -5.3vw;
	left: 19%;
	z-index: 2;
}

.loaded .dr-vine-lizard {
	background-image: url(../charlie-child/images/dr-lizard.png);
}

.loaded.webp .dr-vine-lizard {
	background-image: url(../charlie-child/images/dr-lizard.webp);
}

.dr-vine-lizard {
	max-width: 747px;
	max-height: 318px;
	width: 45vw;
	height: 19vw;
	position: absolute;
	background-repeat: no-repeat;
	top: -5vw;
	z-index: 1;
	left: -58px;
}

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


@media (max-width: 1025px) {
	.map-section {
		height: 453.839px;
	}

	.loaded .map-section {
		background-image: url(../charlie-child/images/new-map.png)
	}

	.loaded.webp .map-section {
		background-image: url(../charlie-child/images/new-map.webp)
	}

	.map-section {
		margin: 0 0 -50px 0;
		background-position: bottom;
	}

	.monkey-bg {
		position: absolute;
		height: 356px;
		width: 273.31px;
		background-size: contain;
		background-repeat: no-repeat;
		bottom: 0;
		left: 126px;
		transform: translate(0, 40%);
	}
}

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

	.loaded .map-section {
		background-image: url(../charlie-child/images/map-new-t.png)
	}

	.loaded.webp .map-section {
		background-image: url(../charlie-child/images/map-new-t.webp)
	}

	.monkey-bg {
		left: 0;
		transform: translate(0%, 40%);
		width: 176.774px;
		height: 230.866px;
	}

	.map-section {
		height: 0;
		padding-bottom: 60%;
	}

	footer.footer-container .dr-flowers {
		margin-top: calc(-2vw / 2);
	}


}

@media (max-width: 600px) {
	.loaded .map-section {
		background-image: url(../charlie-child/images/map-new-m.png)
	}

	.loaded.webp .map-section {
		background-image: url(../charlie-child/images/map-new-m.webp)
	}
}