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

/* REMOVE THE FOLLOWING CSS ONLY IF YOU HAVE AUTHORIZED THE DOMAIN WITH MVT */
.video-container {
	display: none !important;
}

/* Review Widget */
.review_widget {
	position: fixed;
	bottom: 10px;
	left: 10px;
	max-width: 380px;
	width: 100%;
	z-index: 9;
	display: none;
}
.review_widget .review_container {
	width: 100%;
}
.review_widget .review_slide {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #0000008e;
	padding: 12px;
	margin: 10px;
	position: relative;
}
.review_widget .review_wrap {
	width: 100%;
	display: flex;
	gap: 10px;
}
.review_widget .review_icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
.review_widget .review_icon.vanessa_icon {
	background-image: url(./images/vanessa_icon.webp);
	width: 40px;
	height: 40px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 20px;
	place-self: center;
}
.review_widget .review_icon span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #4195A5;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
.review_widget .review_icon.angela_icon span {
	background-color: #7e57c2;
    font-size: 20px;
}
.review_widget .review_icon.michael_icon span {
	background-color: #0288d1;
    font-size: 18px;
}
.review_widget .review_icon.shawn_icon span {
	background-color: #f4511e;
    font-size: 18px;
}
.review_widget .review_icon.karla_icon span {
	background-color: #01579b;
    font-size: 18px;
}
.review_widget .review_icon.rich_icon span {
	background-color: #8d6e63;
    font-size: 18px;
}
.review_widget .review_box {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.review_widget .review_top {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}
.review_widget .review_stars {
	display: flex;
	gap: 5px;
	align-items: flex-end;
}
.review_widget .review_stars svg {
	display: block;
}
.review_widget .review_content {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	transition: max-height 0.4s ease-in-out;
}
.review_widget .review_content.collapsed {
	max-height: 3em;
}
.review_widget .review_content p {
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: clamp(14px, 1.5vw, 16px);
}
.review_widget .review_content.expanded p {
	-webkit-line-clamp: unset;
	line-clamp: unset;
	overflow: visible;
}
.review_widget .review_box .review_name {
    font-weight: 700;
    font-size: clamp(18px, 1.5vw, 20px);
}
.review_widget .close_review {
    position: absolute;
    bottom: 10px;
    right: 16px;
	cursor: pointer;
}

.contentarea strong,
.contentarea b {
	font-weight: 700;
}

img {
	max-width: 100%;
}

p {
	margin: 0 0 15px;
}

.test-button {
    background-color: rgb(233, 233, 233);
	border-radius: 10px;
	transition: all .2s ease-in;
}

.test-button:hover {
    transform: scale(1.1);
}

.test-block {
	width: 350px;
	height: 200px;
	margin: 10px;
	border-radius: 40%;
	overflow: hidden;
}

.test-block .inside-block {
	width: 100%;
	height: 100%;
	background-color: #e9e9e9;
	border-radius: 20px;
}

/* Forms
------------------------------------- */
#home-form .form-success {
	display: none;
}
#home-form .form-success.sent {
	border: 2px solid #3DB9A0;
	margin: 0 auto;
	background-color: #F5FFFF;
	display: block;
	padding: 10px 15px;
}

.form-appointment-modal .location-row {
	display: none;
}
   

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

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

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