/* .page-id-3512 .min-80 {
    min-height: 0;
    padding: 0 0 0 0;
}

.main-container{
    padding-top: 0;
}
.main-content{
    width: 100%;
    max-width: 1006px !important;
    margin: 20px auto;
    font-weight: 600;
} */

.main-b{
    justify-self: center;
}

.main-btn2, a.main-btn2{
    justify-self: center;
}

@media (max-width: 1025px) {
    a.main-btn2.transition.openchair-widget.booknow, a.main-btn2.transition.callus{
        margin-left: 0 !important;
        position: relative !important;
        bottom: 0 !important;
        right: 0 !important;
        z-index: 10 !important;
        height: 45px !important;
    }
}

/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_1 {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background-image: url(/wp-content/themes/charlie-child/images/brick.webp);
    background-size: cover;
    background-position: center;
}

.cta_welcome_1 .container {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: min(100%, 1500px);
}

.cta_welcome_1 .welcome-top-title * {
    margin: 0;
}

.cta_welcome_1 .welcome-top-title h2 {
    font-family: var(--font-family-main);
    font-size: var(--h1-font-size);
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
    text-transform: var(--heading-text-transform-normal);
    margin: var(--text-margin-normal);
}

.cta_welcome_1 .welcome-top-title h3 {
    color: var(--black);
    font-family: var(--font-family-secondary);
    font-size: var(--h4-font-size);
    line-height: var(--line-height-normal);
    letter-spacing: var(--heading-letter-spacing-normal);
}

.cta_welcome_1 p a,
.cta_welcome_1 .welcome p a:visited {
    color: var(--black);
    font-weight: bold;
}

.cta_welcome_1 .welcome-button a {
    margin: 0 auto;
}

.cta_welcome_1 .welcome-content p {
    margin: 0;
}

/* cta_welcome_1_css
---------------------------------------------------------- */
.cta_welcome_11 {
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background-color: var(--white);
}

.cta_welcome_11 .container1 {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    width: min(100%, 1500px);
    margin: 0 auto;
}

.cta_welcome_11 .welcome-top-title1 * {
    margin: 0;
}

.cta_welcome_11 .welcome-content1{
    width: min(100%, 1000px);
    margin: 0 auto;
}

.cta_welcome_11 .welcome-top-title1 h1 {
    color: #F47B42;
    text-align: center;
    font-family: Italianno;
    font-size: 144px;
    font-style: normal;
    font-weight: 400;
    line-height: 130px; /* 90.278% */
}

.cta_welcome_11 .welcome-top-title1 h2 {
    color: #666363;
    text-align: center;
    font-family: "Dancing Script";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px; /* 122.222% */
}

.cta_welcome_11 p{
    color: #666363;
text-align: center;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 36px; /* 200% */
}

.cta_welcome_11 p a,
.cta_welcome_11 .welcome p a:visited {
    color: var(--black);
    font-weight: bold;
}

.cta_welcome_11 .welcome-button1 a {
    margin: 0 auto;
}

.cta_welcome_11 .welcome-content1 p {
    margin: 0;
}

/* MAIN WRAP
-----------------------------------*/

.main-wrap {
	padding: 50px 0 20px;
	text-align: center;
}

.main-wrap .container {
	max-width: 1400px;
}

.no-webp .main-wrap {
    background: url(/wp-content/themes/charlie-child/images/main-bg.jpg) center center no-repeat;
    background-size: cover;
    
}

.webp .main-wrap {
    background: url(/wp-content/themes/charlie-child/images/main-bg.webp) center center no-repeat;
    background-size: cover;
  
}

.main-wrap h1 {
	font-family: 'Italianno', sans-serif;
	font-size: 144px;
	line-height: 130px;
	color: #F47B42;
	margin-bottom: 0;
}

.main-wrap h2 {
	color: #666363;
	margin-bottom: 10px;
}

.main-content {
	width: 100%;
	max-width: 791px;
	margin: 20px auto;
	font-weight: 600;

}

.main-b {
	margin-top: 30px;
}

/* SHOWCASE SECTION
--------------------------------------*/

.help-section {
    position: relative;
}

.help-section .row {
	align-items: center;
}
.help-section .office-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
}
 .help-section .office-bg {
    background-image: url(/wp-content/themes/charlie-child/images/office.jpg);
}

.help-section .office-bg {
     background-image: url(/wp-content/themes/charlie-child/images/office.webp);
}
.help-section .brick-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 70%;
    height: 100%;
    position: absolute;
    right: 0;
}
 .help-section .brick-bg {
    background-image: url(/wp-content/themes/charlie-child/images/brick.jpg);
}

.help-section .brick-bg {
     background-image: url(/wp-content/themes/charlie-child/images/brick.webp);
}

.help-section > .container {
	max-width: 1850px;
	padding: 50px 0;
}
.t-content {
	color: #fff;
	font-weight: 600;
	text-align: center;
	width: 100%;
	max-width: 710px;
	margin: 30px auto 0;
}

.t-content h3 {
	color: #fff;
	margin-bottom: 20px;	
}

.top-title {
	margin-top: -50px;
	z-index: 1;
}

.top-title h5 {
	font-family: 'Italianno', sans-serif;
	font-size: 288px;
	line-height: 288px;
	color: #F47B42; 
}

.top-title h2 {
	/*font-family: 'Prata', sans-serif;*/
	color: #fff;
	font-size: 64px;
	line-height: 74px;
	margin-top: -65px;
    margin-left: 130px;
	margin-bottom: 50px;
}

.topic-title {
    position: absolute;
    left: 30%;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topic-info {
    z-index: 1;
}

.topic-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

/*.tl {
	display: flex;
	justify-content: flex-end;
    margin-right: 50px;
}*/

.selection {
	margin-bottom: 40px;
}

.t-content {
	display: none;
}

.selection {
	position: relative;
}

.select-img {
/*	width: 125px;
	height: 125px;*/
	width: 55px;
	height: 55px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	/*left: -62px;*/
	/*left: -55px;*/
	left: -45px;
    top: -4px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
}

.select-img img {
    width: 40px;
}

.selection:hover .select-img {
	transform: scale(1.05);
}

/*.selection .main-bt:hover {
	transform: scale(1.0);
}*/
.selection  .main-btn2 {
    min-width: 200px;
}

/* MAIN WRAP
-----------------------------------*/

.main-wrap {
	padding: 50px 0 20px;
	text-align: center;
}

.main-wrap .container {
	max-width: 1400px;
}

.no-webp .main-wrap {
    background: url(/wp-content/themes/charlie-child/images/main-bg.jpg) center center no-repeat;
    background-size: cover;
    
}

.webp .main-wrap {
    background: url(/wp-content/themes/charlie-child/images/main-bg.webp) center center no-repeat;
    background-size: cover;
  
}

.main-wrap h1 {
	font-family: 'Italianno', sans-serif;
	font-size: 144px;
	line-height: 130px;
	color: #F47B42;
	margin-bottom: 0;
}

.main-wrap h2 {
	color: #666363;
	margin-bottom: 10px;
}

.main-content {
	width: 100%;
	max-width: 791px;
	margin: 20px auto;
	font-weight: 600;

}

.main-b {
	margin-top: 30px;
}

/* SHOWCASE SECTION
--------------------------------------*/

.help-section {
    position: relative;
}

.help-section .row {
	align-items: center;
}
.help-section .office-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
}
 .help-section .office-bg {
    background-image: url(/wp-content/themes/charlie-child/images/office.jpg);
}

.help-section .office-bg {
     background-image: url(/wp-content/themes/charlie-child/images/office.webp);
}
.help-section .brick-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 70%;
    height: 100%;
    position: absolute;
    right: 0;
}
 .help-section .brick-bg {
    background-image: url(/wp-content/themes/charlie-child/images/brick.jpg);
}

.help-section .brick-bg {
     background-image: url(/wp-content/themes/charlie-child/images/brick.webp);
}

.help-section > .container {
	max-width: 1850px;
	padding: 50px 0;
}
.t-content {
	color: #fff;
	font-weight: 600;
	text-align: center;
	width: 100%;
	max-width: 710px;
	margin: 30px auto 0;
}

.t-content h3 {
	color: #fff;
	margin-bottom: 20px;	
}

.top-title {
	margin-top: -50px;
	z-index: 1;
}

.top-title h5 {
	font-family: 'Italianno', sans-serif;
	font-size: 288px;
	line-height: 288px;
	color: #F47B42; 
}

.top-title h2 {
	/*font-family: 'Prata', sans-serif;*/
	color: #fff;
	font-size: 64px;
	line-height: 74px;
	margin-top: -65px;
    margin-left: 130px;
	margin-bottom: 50px;
}

.topic-title {
    position: absolute;
    left: 30%;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topic-info {
    z-index: 1;
}

.topic-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

/*.tl {
	display: flex;
	justify-content: flex-end;
    margin-right: 50px;
}*/

.selection {
	margin-bottom: 40px;
}

.t-content {
	display: none;
}

.selection {
	position: relative;
}

.select-img {
/*	width: 125px;
	height: 125px;*/
	width: 55px;
	height: 55px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	/*left: -62px;*/
	/*left: -55px;*/
	left: -45px;
    top: -4px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
}

.select-img img {
    width: 40px;
}

.selection:hover .select-img {
	transform: scale(1.05);
}

/*.selection .main-bt:hover {
	transform: scale(1.0);
}*/
.selection  .main-btn2 {
    min-width: 200px;
}



/* COMMITTED SECTION
--------------------------------------*/

.committed-section {
	/*padding: 50px 0;*/
	padding: 50px 0 0 0;
	border-bottom: 65px solid #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


.committed-section .row {
	align-items: center;
}
.committed-section .container {
	max-width: 1820px;
}

.community-vid img {
    display: block;
}

 .committed-section {
    background-image: url('/wp-content/themes/charlie-child/images/brick.jpg');
}

.committed-section {
     background-image: url('/wp-content/themes/charlie-child/images/brick.webp');
}

.com-title h5 {
	font-family: 'Italianno', sans-serif;
	font-size: 257px;
	line-height: 270px;
	color: #F47B42;
	margin-bottom: 0;
}

.committed-section h2 {
	/*font-family: 'Prata', sans-serif;*/
	font-family: Oswald;
	color: #fff;
	font-size: 64px;
	line-height: 74px;
	margin-bottom: 20px;
}

.com-content {
	color: #fff;
	font-weight: 600;
	max-width: 710px;
	/*margin: 0 auto;*/
    margin: 0 auto 35px auto;
}

.con-b .main-btn2 {
	width: 100%;
	max-width: 264px;
	text-align: center;
}

.con-b {
	margin-top: 30px;
}

.show2-section {
    background: #666363;
    padding: 40px 0;
}

.show2-section .col-lg-6:nth-of-type(1) {
    padding-right: 20px !important;
}

.show2-section .col-lg-6:nth-of-type(2) {
    padding-left: 20px !important;
}

.show2-section .row {
    margin-bottom: 40px;
}

.show2-section .row.lastone {
    margin-bottom: 0;
}

.loc-info a[href*="contact-us"] {
    text-decoration: none;
}

/* RESPONSIVE 
-----------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1400px) {
}

@media only screen and (min-width: 980px) {
} 
@media (max-width: 1800px) {
	.com-title h5 {
		font-size: 197px;
		line-height: 199px;
	}
}

@media (max-width: 1500px) {
	.selection .main-bt {
		
		width: 280px;
		height: 76px;
		font-size: 25px;
		line-height: 34px;
		padding: 12px 0;
	
	}
	
/*	.select-img {
		width: 83px;
		height: 83px;
		padding: 10px;
		left: -57px;
	}*/
	
	.selection {
		margin-bottom: 30px;
	}
	
	.top-title h5 {
		font-size: 200px;
		line-height: 200px;
	}
	
	.top-title h2 {
		font-size: 48px;
		line-height: 58px;
		margin-bottom: 30px;
	}
	
	.slick-prev {
		left: -90px;
	}
	
	.slick-next {
		right: -90px;
	}
}

@media (max-width: 1400px) {
	.com-title h5 {
		font-size: 167px;
		line-height: 167px;
	}
}

@media (max-width: 1300px) {
	.main-wrap h1 {
		font-size: 115px;
		line-height: 100px;
	}
	.topic-title {
	    /*left: 100px;*/
	    left: 210px;
	}
}
@media (max-width: 1200px) {
	.com-title h5 {
		font-size: 134px;
		line-height: 134px;
	}
}

@media (max-width: 1025px) {
    .topic-title {
        position: static;
    }
    .office-bg {
        display: none;
    }
    .help-section .brick-bg {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
	.tl {
		justify-content: center;
		margin-left: 50px;
		margin-top: 30px;
	}
	.top-title {
		margin-top: inherit;
	}
	.com-content {
		text-align: center;
	}
	.com-title h5 {
		font-size: 98px;
		line-height: 98px;
	}
	
	.com-content {
		margin: 0 auto 30px;
	}
	
	.show2-section .col-lg-6:nth-of-type(1) {
        padding-right: 0 !important;
        padding-bottom: 40px !important;
    }
    .show2-section .col-lg-6:nth-of-type(2) {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
	.main-wrap h1 {
		font-size: 70px;
		line-height: 64px;
	}
	
	.top-title h5  {
    	font-size: 93px;
		line-height: 90px;
	}
	
	.top-title h2 {
		font-size: 26px;
		line-height: 37px;
		margin-left: 71px;
		margin-top: -46px;
	}

	.com-title h5 {
		font-size: 70px;
		line-height: 64px;
	}
	
	.committed-section h2 {
		font-size: 38px;
		line-height: 48px;
	}

	.main-wrap {
		padding: 20px 0 20px;
		text-align: center;
	}
} 

@media all and (max-width: 600px) {
	
}

@media only screen and (max-width: 500px) {
	 .help-section .brick-bg {
		 background-image: url(/wp-content/themes/charlie-child/images/brickm.jpg);
	}

	.help-section .brick-bg {
		 background-image: url(/wp-content/themes/charlie-child/images/brickm.webp);
	}
	.selection .main-bt {
		
		width: 200px;
		height: 54px;
		font-size: 18px;
		line-height: 28px;
		padding: 8px 0;
	}
	
	.select-img {
		width: 70px;
		height: 70px;
		left: -52px;
		top: -10px;
	}
	
	 .committed-section {
		background: url(/wp-content/themes/charlie-child/images/brickm.jpg) center center no-repeat;
		background-size: cover;

	}

	.committed-section {
		background: url(/wp-content/themes/charlie-child/images/brickm.webp) center center no-repeat;
		background-size: cover;

	}


}


.footer-container {
    background-image: url(../images/brick.webp);
}


.show2-img.invis {
    background: url(/wp-content/themes/charlie-child/images/invisalign-show.jpg) center center no-repeat;
    background-size: cover;
}
.show2-img.invis {
    background: url(/wp-content/themes/charlie-child/images/invisalign-show.webp) center center no-repeat;
    background-size: cover;
}
.show2-img.braces {
    background: url(/wp-content/themes/charlie-child/images/braces-show.jpg) center center no-repeat;
    background-size: cover;
}
.show2-img.braces {
    background: url(/wp-content/themes/charlie-child/images/braces-show.webp) center center no-repeat;
    background-size: cover;
}
.show2-img.community {
    background: url(/wp-content/themes/charlie-child/images/community-show.jpg) center center no-repeat;
    background-size: cover;
}
.show2-img.community {
    background: url(/wp-content/themes/charlie-child/images/community-show.webp) center center no-repeat;
    background-size: cover;
}
.show2-img.exams {
    background: url(/wp-content/themes/charlie-child/images/exams-show.jpg) center center no-repeat;
    background-size: cover;
}
.show2-img.exams {
    background: url(/wp-content/themes/charlie-child/images/exams-show.webp) center center no-repeat;
    background-size: cover;
}
.show2-img.ceramic {
    background: url(/wp-content/themes/charlie-child/images/ceramic-show.jpg) center center no-repeat;
    background-size: cover;
}
.show2-img.ceramic {
    background: url(/wp-content/themes/charlie-child/images/ceramic-show.webp) center center no-repeat;
    background-size: cover;
}
.show2-img.pediatric {
    background: url(/wp-content/themes/charlie-child/images/pediatric-show.jpg) center center no-repeat;
    background-size: cover;
}
.show2-img.pediatric {
    background: url(/wp-content/themes/charlie-child/images/pediatric-show.webp) center center no-repeat;
    background-size: cover;
}
.show2-section .col-lg-6 {
	padding: 0 !important;
	margin: 0 !important;
}