/* YAKIMA, ELLENSBURG, & LIBERTY LAKE PAGES
-----------------------------*/

/*BANNERAREA*/

.bannerarea {
    position: relative;
}

.bannerarea {
    background: url(/wp-content/themes/charlie-child/images/slideshow/1-girl.webp) no-repeat top right;
    background-size: cover;
    height: 780px;
    
    display: flex;
    justify-content: center;
}

.banner-c {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 1;
    background-color: rgb(0 0 0 / 45%);
    padding: 10px;
    border-radius: 5px;
}

.banner-info {
    max-width: 1000px !important;
    padding: 25px 100px;
}

.banner-info h1 {
    color: #ECECEC;
    text-shadow: 1px 1px 2px #000;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.banner-info span {
    color: #ECECEC;
    text-shadow: 1px 1px 2px #000;
    font-family: "Playfair Display";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 54px; /* 120% */
}

.banner-info p {
    color: #FAF9F8;
    text-shadow: 2px 1px 3px #000;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 136.364% */
}

#home-banner {
    min-height: unset !important;
    margin-top: 159px !important;
    overflow: unset !important;
}

@media (max-width: 1600px) {
    .banner-c {
         bottom: unset !important;
    }
}

@media (max-width: 1400px) {
    .banner-c {
         bottom: unset !important;
         
    }
}


@media (max-width: 1025px) {
    .bannerarea {
        background-position: right;
        padding: 100px 0 40px;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    #home-banner {
        margin-top: 0 !important;
    }
    
    .banner-c {
         display: block !important;
         top: clamp(7%, 16vw, 20%) !important;
    }
    
    .banner-c h2, .banner-c p, .banner-c .main-btn2 {
        display: block !important;
    }
    .banner-c .main-btn2 {
        max-width: 233px;
    }
    
    .banner-info {
        max-width: 100% !important;
        padding: 25px clamp(25px, 10vw, 100px);
    }
}

@media (max-width: 500px) {
    .bannerarea {
        background: url(/wp-content/themes/charlie-child/images/slideshow/1m-girl.webp) no-repeat top center;
        background-size: cover;
    }
    
    .banner-c {
         top: 3% !important;
    }
    
    .banner-info {
        padding: 20px 15px !important;
    }
}

.row.contentsection {
    padding: 0 !important;
}

/* IMPLANT SECTION
----------------------------------*/
.implant-section {
	padding: 150px 0;
	color: #fff;
}

.implant-section .container {
	max-width: 1400px;
}

.implant-section h2 {
	color: #FFDC84;
	margin-bottom: 20px;
}

.loaded.no-webp .implant-section {
	background: url(/wp-content/themes/charlie-child/images/implants-bg.jpg) top center no-repeat;
	background-size: cover;
}

.loaded.webp .implant-section {
	background: url(/wp-content/themes/charlie-child/images/implants-bg.webp) top center no-repeat;
	background-size: cover;
}

.implant-content p {
	max-width: 550px;
	margin-bottom: 20px;
}

.implant-b .main-btn3 {
	margin: 5px 20px;
}

.implant-section p a {
	color: #A5AB49;
}

/* INVISALIGN SECTION
-------------------------------------*/

.invisalign-section {
	padding: 120px 0;
}

.invisalign-section .container {
	max-width: 1600px;
}


.loaded.no-webp .invisalign-section {
	background: url(/wp-content/themes/charlie-child/images/invisalign-bg.jpg) top center no-repeat;
	background-size: cover;
}

.loaded.webp .invisalign-section {
	background: url(/wp-content/themes/charlie-child/images/invisalign-bg.webp) top center no-repeat;
	background-size: cover;
}

.invis-container {
    display: flex;
    align-items:center;
    
}

.invis-content {
	max-width: 550px;
	margin: 30px auto;
	color: #FAF9F8;
}

.invis-content h2 {
	color: #FFDC84; 
}

.invis-content p {
	margin: 20px 0;
}

/* SHOWCASE SECTION
-----------------------------------*/

.showcase-section {
	padding: 100px 0;
}

.showcase-section .container {
	max-width: 1400px;
}

.showcase-section h2 {
	margin-bottom: 40px;
	color: #FFDC84;
}

.showcase-section p {
    font-family: Raleway;
font-weight: 400;
font-size: 18px;
leading-trim: NONE;
line-height: 36px;
letter-spacing: 0px;
text-align: center;
color: #D8DADB;
}

.show-a {
	width: 100%;
	max-width: 376px;
	margin: 20px 20px
}

.show-box {
	width: 100%;
	max-width: 376px;
	height: 474px;
	position: relative;
	overflow: hidden;
	border-radius: 56px;
}


.loaded.no-webp .s1 {
	background: url(/wp-content/themes/charlie-child/images/show1-sameday.jpg) top center no-repeat;
	background-size: cover;
}

.loaded.webp .s1 {
	background: url(/wp-content/themes/charlie-child/images/show1-sameday.webp) top center no-repeat;
	background-size: cover;
}

.loaded.no-webp .s2 {
	background: url(/wp-content/themes/charlie-child/images/show2-emergency.jpg) top center no-repeat;
	background-size: cover;
}

.loaded.webp .s2 {
	background: url(/wp-content/themes/charlie-child/images/show2-emergency.webp) top center no-repeat;
	background-size: cover;
}

.loaded.no-webp .s3 {
	background: url(/wp-content/themes/charlie-child/images/show3-general.jpg) top center no-repeat;
	background-size: cover;
}

.loaded.webp .s3 {
	background: url(/wp-content/themes/charlie-child/images/show3-general.webp) top center no-repeat;
	background-size: cover;
}

.show-content {
	width: 100%;
	height: 89px;
	background: rgba(249, 167, 50, 0.78);
	bottom: 0;
	position: absolute;
	text-align: center;
	color: #fff;
	padding: 15px;
}

.show-title h4 {
	color: #fff;
	margin-top: 15px;
    margin-bottom: 25px;
}

.show-box:hover .show-content {
	height: 474px;
	padding-top: 75px;
}

.show-c {
	max-width: 301px;
	margin: 0 auto;
}

.show-c .lmb {
	font-size: 12px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 2.15px;
	text-transform: uppercase;
	border: 2px solid #fff;
	display: inline-block;
	border-radius: 76px;
	padding: 5px 13px;
}
.show-box:hover .show-c p {
	margin-bottom: 35px;
	color: #FAF9F8;
}

.show-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.show-b {
	margin-top: 50px;
}

.show-b a {
	margin: 5px 20px !important;
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1400px) {
}

@media only screen and (min-width: 980px) {
} 

@media (max-width: 1700px) {
	.invisalign-section {
		padding: 70px 0;
	}
}

@media (max-width: 1300px) {
	.invisalign-section {
		padding: 20px 0;
	}
}

@media (max-width: 1100px) {
	.invisalign-section {
		padding: 0px 0;
	}
}

@media (max-width: 1025px) {
	.implant-section {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 991px) {
	.main-wrap,
	.showcase-section {
		padding: 50px 0;
	}
	.invisalign-section {
		background: #645e54 !important; 
		text-align: center;
	}
	.invis-girl {
		display: block;
		width: 100%;
		height: 660px;
	}
	.loaded.no-webp .invis-girl {
		background: url(/wp-content/themes/charlie-child/images/invisalign-bgt.jpg) top center no-repeat;
		background-size: cover;
	}

	.loaded.webp .invis-girl {
		background: url(/wp-content/themes/charlie-child/images/invisalign-bgt.webp) top center no-repeat;
		background-size: cover;
	}
}



@media only screen and (max-width: 767px) {
	.implant-section {
		background: #645e54 !important; 
		text-align: center;
	}
	
	.implant-content p {
		max-width: inherit;
	}
	.implant-girl,
	.invis-girl {
		display: block;
		width: 100%;
		height: 600px;
	}
	
	.loaded.no-webp .implant-girl {
		background: url(/wp-content/themes/charlie-child/images/implants-bgt.jpg) top center no-repeat;
		background-size: cover;
	}

	.loaded.webp .implant-girl {
		background: url(/wp-content/themes/charlie-child/images/implants-bgt.webp) top center no-repeat;
		background-size: cover;
	}
	.loaded.no-webp .invis-girl {
		background: url(/wp-content/themes/charlie-child/images/invisalign-bgm.jpg) top center no-repeat;
		background-size: cover;
	}

	.loaded.webp .invis-girl {
		background: url(/wp-content/themes/charlie-child/images/invisalign-bgm.webp) top center no-repeat;
		background-size: cover;
	}
	.girl-pic {
		height: 400px;
	}
	.invis-container {
        flex-direction: column;
        margin-bottom: 30px;
    }
} 

@media all and (max-width: 600px) {
	.implant-girl,
	.invis-girl {
		height: 500px;
	}
	
	.girl-pic {
		height: 300px;
	}
}
 
@media only screen and (max-width: 500px) {
	.doc-a,
	.show-a {
		margin: 20px 0;
	}
	
	.doc-c p {
		line-height: 30px;
		padding: 0 10px;
	}
	.show-title h4 {
		font-size: 16px;
	}
	.show-box:hover .show-content {
		padding-top: 50px;
	}
	
	.implant-girl,
	.invis-girl {
		height: 400px;
	}
	.loaded.no-webp .implant-girl {
		background: url(/wp-content/themes/charlie-child/images/implants-bgm.jpg) top center no-repeat;
		background-size: cover;
	}

	.loaded.webp .implant-girl {
		background: url(/wp-content/themes/charlie-child/images/implants-bgm.webp) top center no-repeat;
		background-size: cover;
	}
}

@media only screen and (max-width: 400px) {
	.implant-girl,
	.invis-girl {
		height: 300px;
	}
}


/* YAKIMA PAGE
-----------------------------*/



/* ELLENSBURG PAGE
-----------------------------*/



/* LIBERTY LAKE PAGE
-----------------------------*/