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

.map-section {
	width: 100%;
	height: min(17vw,325px);
	position: relative;
}
.map-section .map-link {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
}
.map-section .map-link:hover {
	filter: brightness(0.9);
}
.loaded .map-section .map-link {
	background-image: url('/wp-content/themes/charlie-child/images/map2.webp');
}
@media (max-width: 600px) {
	.map-section {
		height: 325px;
	}
	.map-section .map-link {
		background-size: auto;
		background-position: 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;
	}
}
