/*
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;
}

.hr-line {
	position: relative;
    display: flex;
    padding: 1em;
    align-items: center;
    justify-content: center;
}


.hr-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    right: calc(50% + 50px);
    transform: translateY(-50%);
    height: 3px;
    background-color: #CEAE8D;
}

.hr-line::after {
	content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    left: calc(50% + 50px);
    transform: translateY(-50%);
    height: 3px;
    background-color: #CEAE8D;
}

/* MAIN
------------------------------------- */
.row.contentsection {
	padding: 30px 0;
}

.page-header {
	margin: 5px 0;
	padding: 0;
	border: 0;
}

/* BOTTOM
------------------------------------- */

a.map-link {
    display: block;
}

a.map-link svg.external-link {
    display: none;
}

.map-section {
    height: 22vh;
    min-height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
	padding: 0 20px;
}

.loaded.no-webp .map-section,
.map-section {
	background-image: url(/wp-content/themes/charlie-child/images/map-bg.jpg);
}

.loaded.webp .map-section {
	background-image: url(/wp-content/themes/charlie-child/images/map-bg.webp);
}

.map-section p {
    font-family: 'Avenir', sans-serif;
    font-weight: 800;
    font-size: 25px;
    letter-spacing: 0.045em;
    color: var(--gray);
}

svg.external-link {
    display: none;
}

/* RESPONSIVE
---------------------------------------------------------- */
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1240px;
		margin: 0 auto;
		padding: 0 20px;
	}
}

@media (max-width: 1025px) {
	.hr-line::before {
		left: 20px;
	}
	.hr-line::after {
		right: 20px;
	}
	.map-section {
		height: 35vh;
		min-height: 280px;
	}
}

@media all and (min-width: 768px){
	.hidden-md-up {
		display: none !important;
	}
}
