/*
Theme Name: Taylor Plastic Surgery Child
Theme URI: http://underscores.me/
Template: taylorplasticsurgery
Author: DLM (custom) &amp; Underscores.me (initial wordpress theme)
Author URI: https://dlmconversion.com/
Description: This theme was developed by DLM for ***. For more information, please visit our website at https://dlmconversion.com/
Version: 1.0.0.1658168225
Updated: 2022-07-18 18:17:05
*/

/* mobile menu stuff */
#responsive-menu {
	display: flex;
	gap: 4px;
	justify-content: right;
}

.responsive-menu-pro-inner, .responsive-menu-pro-inner:before, .responsive-menu-pro-inner:after {
	background-color: #ab9ac1;
}

@media screen and (min-width: 1024px) {
	#responsive-menu {
    	display: none;
	}
}

@media screen and (max-width: 1025px){
	#desktop-menu {
    	display: none;
	}
}
/* mobile menu stuff end */

/* detailed CANCER PAGE */
/* Banner image header start*/
header.header-area:not(.fixed) div.top-bar-top,
header.header-area:not(.fixed) div.top-bar-top {
    display: none;
}
.header-area.header-home.fixed .top-bar-top,
.header-area.header-home.fixed .top-bar-top {
    display: block;
}

.page-template-template-detailed-cancer-center .mob-sticky-button,
.page-template-template-skin-cancer-center .mob-sticky-button {
	display: none;
}
/* banner image header end */

@media screen and (max-width: 767px){
	.page-template-template-detailed-cancer-center .header-area .mob-sticky-button,
	.page-template-template-skin-cancer-center .header-area .mob-sticky-button {
			display: none;
	}
}

.patient-testimonial-img-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
}

.detailed-image-background {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-repeat: no-repeat;
	background-position: 35% 65%;
	background-attachment: fixed;
    background-size: 100%;
}
@media screen and (max-width: 1500px) {
	.detailed-image-background{
		background-size: cover;
	}
}
.detailed-banner, .detailed-image-background, .detailed-header-banner {
	height: 100vh !important;
	background-position: center;
}

.detailed-image-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
/*     top: -4%; */
    left: 0;
    color: #fff;
    background: url(../taylorplasticsurgery-child/assets/images/Taylor_Header-Overlay.png) no-repeat right center/cover;
}

.detailed-header-banner .banner-content-text h2 {
/* 	font-size: 50px; */
    color: #fff9e9;
/*     letter-spacing: 12px;
    text-transform: uppercase;
    font-family: 'Poppins light';
    line-height: 45px; */
}

@media screen and (max-width: 770px) {
	.detailed-header-banner .banner-content-text h2 {
		font-size: 26px;
	}
}

.why-choose-us-video {
	height:320px;
	padding: 20px 0 20px;
	margin-bottom: 25px;
	margin-top: 25px;
}

.why-choose-us-section {
	padding: 90px 0px 50px;
  position: relative;
}

.darker-section-text p {
	font-family: 'Poppins light';
    font-size: 18px;
    color: #fff9e9;
    /* font-style: italic; */
    letter-spacing: 1px;
    padding-bottom: 0px;
	line-height: 1.8;
}

.darker-section-text h3 {
	font-size: 30px;
    font-family: 'Poppins regular';
    color: #ab9ac1;
    letter-spacing: 7.5px;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 3px;
/*  white-space: nowrap; */
    margin-bottom: 15px;
    font-style: normal;
}

.darker-section-text ol {
	display: flex;
  	flex-direction: column;
  	gap: 15px;
}

.darker-section-text ol li {
	color: #fff9e9;
	font-family: 'Poppins light';
	line-height: 1.8;
}

.detailed-consultation-img-wrapper {
	position: relative;
    width: 100%;
    height: 500px;
    -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
}
@media screen and (max-width: 770px) {
	.detailed-consultation-img-wrapper {
		max-height: 350px;
	}
}
/* detailed CANCER PAGE end*/

/* Services Grid START*/
#services-grid-wrapper {
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
	margin: 60px -2px -2px 0;
	overflow:hidden;
}

#services-grid-wrapper>a {
/* 	flex: 0 0 33.3333%; */
	padding: 10px;
/* 	border-left: 1px solid #c8c8c8; */
	border-right: 1px solid #c8c8c8;
/*     border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(200, 200, 200); */
    border-bottom: 1px solid #c8c8c8;
/*     border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(200, 200, 200); */
    transition: background-color 0.4s ease;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	justify-content: space-around;
    padding: 30px 40px 40px 40px;
    margin-bottom: -1px;
}

#services-grid-wrapper> a:hover {
	background-color: rgba(200, 200, 200, 0.3);
}

#services-grid-wrapper p {
	font-family: 'Poppins semibold';
    font-size: 20px;
    /* color: #CADB6A; */
    color: #AB9AC1;
}

.center-content {
	text-align: center;
}

#services-grid-wrapper>*{
	width: 33.33%;
}

@media screen and (max-width: 840px) {
	#services-grid-wrapper>*{
		width: 100%;
		border-right: none;
	}
	#services-grid-wrapper>a {
		padding-top: 15px;
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	#services-grid-wrapper .learn-more-link {
		display:none;
	}
		#services-grid-wrapper>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

div.back-button {
	padding-bottom: 20px;
}

div.back-button a {
	font-family: 'Poppins semibold';
    font-size: 27.59px;
    /* color: #cadb6a; */
    color: #AB9AC1;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	cursor: pointer;
}

div.back-button a:hover {
	color: #156484;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* .procedure-details-section-grid {
	padding-top: 50px !important;
} */

.procedure-details-section {
	padding-top: 50px !important;
}
/* Services Grid END */

/* Meet the team start */
.meet-the-team-why-choose-us-section .video-overlay {
	top: -.01%;
}

.meet-the-team-why-choose-us-video {
/* 	position:absolute; */
	width:100%;
	height: 70vh;
    padding: 20px 0 20px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.staff-cards-container {
	display: flex;
	display: -ms-flex;
    display: -webkit-flex;
	flex-wrap: wrap;
	width: 100%;
	padding-left:10%;
	padding-right:10%;
}

.staff-card {
    max-width: 800px !important;
	margin:40px;
/*     margin-left:auto;
	margin-right:auto;   */
    flex-basis: calc(50% - 80px);
	background-color: white;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
    border-radius: 0px;
    background-size: cover;
    background-position: center center;
	flex-grow: 1;
}

@media screen and (min-width: 680px){
	.staff-card {
		flex-grow: 0;
	}
}

.staff-card img {
	box-shadow: 0px 2.76726px 2.21381px rgb(0 0 0 / 2%), 0px 6.6501px 5.32008px rgb(0 0 0 / 3%), 0px 12.5216px 10.0172px rgb(0 0 0 / 4%), 0px 22.3363px 17.869px rgb(0 0 0 / 4%), 0px 41.7776px 33.4221px rgb(0 0 0 / 5%), 0px 100px 80px rgb(0 0 0 / 7%);
	padding: 0px;
	margin: 0px;
}

.staff_card_details {
	padding: 20px;
	text-align: center;
}

.staff_card_details h1 {
	font-weight: bold;
    font-size: 2em;
    line-height: 1em;
	padding-bottom: 16px;
}
.staff_card_details h4 {
	font-weight: bold;
    font-size: 1.4em;
    line-height: 1em;
	padding-bottom: 16px;
}
/* Smaller font on smaller screens so flex items displays correctly */
@media screen and (max-width: 1200px){
	.staff_card_details h1 {
		font-size: 1.3em;
	}
	.staff_card_details h4 {
		font-size: 1em;
	}
	.staff-cards-container {
		padding: 0px;
	}
}

.staff_card_details summary {
/* 	text-decoration: underline; */
	font-family: 'Poppins semibold';
    font-size: 1.2em;
    color: #ab9ac1;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
/*     padding-right: 30px; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

details summary {
  cursor: pointer;
}

details summary > * {
  display: inline;
}

summary::marker {
  content: '\f138' ' ';
  /* Required for FA icons */
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}

/* Meet the team end */

/* Lift-Plump-Smooth-Body start */
#lift-plump-smooth-body > ul > li {
    width: 25%;
}

/* better p spacing */
div.inject-button-hover-inner-content p {
	line-height: 24px;
}

/* Lift-Plump-Smooth-Body end */

/* New Homepage Start */
@media screen and (min-width: 771px){
	#home-new-procedures > ul > li, #lift-plump-skin-cancer > ul > li  {
		width: 20%;
	}
	.page-id-3297 #home-new-procedures > ul > li, .page-id-3297 #lift-plump-skin-cancer > ul > li  {
		width: 25%;
	}
}

@media screen and (max-width: 771px){
	#home-new-procedures > ul > li, #lift-plump-smooth-body > ul > li, #lift-plump-skin-cancer > ul > li {
		width: 100%;
	}
}

#home-new-procedures, #lift-plump-skin-cancer {
	left: 0;
	margin-left: 0;
}

#home-new-procedures h3, #lift-plump-skin-cancer h3 {
	font-size: 1.6rem;
/* 	text-align:center; */
}
#home-new-procedures .list-header a, #lift-plump-skin-cancer .list-header a{
	font-size: 1.8rem;
	letter-spacing: 1px;
    color: #fff;
}
#home-new-procedures .list-header a:hover, #lift-plump-skin-cancer .list-header a:hover{
    color: #ab9ac1;
}
#home-new-procedures .inject-button-hover h3, #lift-plump-skin-cancer .inject-button-hover h3  {
    font-family: 'Poppins regular';
    text-transform: uppercase;
/*     font-size: 40px; */ /* overriden by h3 font-size above */

/*     position: relative;
    font-style: normal; */
}

/* New Homepage End*/

/* get connected social */
div.get-connected-social {
	background-color: #235063;
	padding: 30px 50px 20px 20px;
	width: auto;
	display: inline-flex;
}

/* get connected social END */
@media screen and (max-width: 767px) {
	.header-area .mob-sticky-button {
		display: none;
	}
}

/* MEGA MENU start */
span.mega-menu-description {
	display: none !important;
}

/* MEGA MENU end */

/* Fix some issues after removing sidebars */
section.procedure-details-section .mob-responsive-content {
	float: none;
}

.page-id-4060 img.alignright,.page-id-4060 img.alignleft,.page-id-4060 img.aligncenter,.page-id-4060 img.alignnone,.page-id-4060 .caption {
	display: block;
	height: auto;
	margin: 0 auto 1em;
	max-width: 100%;
}

/* default styles for img alignright,alignleft,aligncenter
unable to add to it sitewide, so just adding to the pages as needed*/
.page-id-4060 img.alignright,.page-id-4060 img.alignleft {
	float: none;
}

@media only screen and (min-width: 768px){
	.page-id-4060 img.alignright,.page-id-4060 img.alignleft {
		margin-bottom: 1em;
		max-width: 50%;
	}

	.page-id-4060 img.alignleft {
		float: left;
		margin-right: 1em;
	}
}

@media only screen and (min-width: 768px){
	.page-id-4060 img.alignright {
		float: right;
		margin-left: 1em;
	}

}

@media screen and (max-width: 991px){
	.page-template-template-team-of-pros.page-id-2897 .credentials-logos {
			display: block;
	}
}

.page-template-template-team-of-pros.page-id-2897 .patient-stories.first-dr .container{
	margin-top: 100px;
}

.page-template-template-team-of-pros.page-id-2897 .patient-stories.first-dr .container .col-md-6:first-of-type,
.page-template-template-team-of-pros.page-id-2897 .patient-stories.second-dr .container .col-md-6:first-of-type {
	margin-top: -73px;
}

.page-template-template-team-of-pros.page-id-2897 .patient-stories.second-dr {
	padding-top: 150px;
}

@media screen and (min-width: 768px){
	.page-template-template-team-of-pros.page-id-2897 .patient-stories.second-dr {
		margin-top: -40px;
		padding-top: 200px;
	}
}

.page-template-template-team-of-pros.page-id-2897 .patient-stories.second-dr h2{
	/* font-family: 'Italiana regular'; */
	font-size: 50px;
	line-height: 60px;
	color: #156484;
	text-transform: uppercase;
	letter-spacing: 9px;
	font-size: 35px;
	letter-spacing: 6px;
	line-height: 45px;
}

/* Voted Best Home Banner */
section.voted-best-banner {
	min-height: 450px;
	z-index: 1;
	position: relative;
	background-size: cover;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
@media screen and (min-width: 500px){
	section.voted-best-banner {
		min-height: 410px;
	}
}

@media screen and (min-width: 768px){
	section.voted-best-banner {
		min-height: 250px;
		display: flex;
	}
}
section.voted-best-banner .wrap-overlay {
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* background: rgba(202,219,106,0.7); */
	background: rgba(171, 154, 193, 0.7);
	position: absolute;
}

section.voted-best-banner .content {
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 15px;
}

@media screen and (min-width: 768px){
	section.voted-best-banner .content {
		text-align: left;
		display: flex;
    align-items: center;
    justify-content: center;
	}
	.voted-best-banner-image {
    margin-right: 15px;
	}
}

section.voted-best-banner .voted-best-banner-image img {
	height: auto;
	width: 186px;
	aspect-ratio: 173 / 173;
}

@media screen and (min-width: 768px){
	section.voted-best-banner .voted-best-banner-image img {
		/* height: 187px;
		width: 290px; */
		height: auto;
		width: 436px;
	}
}

section.voted-best-banner .voted-best-text {
	margin-bottom: 35px;
}
@media screen and (min-width: 768px){
	section.voted-best-banner .voted-best-text {
		margin-bottom: 0px;
	}
}

section.voted-best-banner .voted-best-text p {
	text-transform: uppercase;
	color: #156484;
	font-family: 'Poppins medium' , sans-serif;
	font-size: 24px;
	line-height: 41px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px){
	section.voted-best-banner .voted-best-text p {
		font-size: 36px;
	}
}

section.voted-best-banner .voted-best-text a.button {
	padding: 8px 50px;
	border: 2px solid #156484;
	text-transform: uppercase;
	color: #156484;
	font-family: 'Saira ExtraCondensed', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	border-radius: 0;
  background: transparent;
}

@media screen and (min-width: 768px){
	section.voted-best-banner .voted-best-text a.button {
		padding: 10px 80px;
	}
}

.home .locationa-area,
.page-template-template-skin-center .locationa-area {
	margin-top: 22px;
}

.common-footer-style h4, .common-footer-style .h4 {
	font-size: 22px!important;
}

@media screen and (min-width: 1400px){
	.common-footer-style h4, .common-footer-style .h4 {
		font-size: 30px!important;
	}
}

.footer-area .timing-hours.common-footer-style h4, .footer-area .timing-hours.common-footer-style .h4,
.footer-area .footer-middl.text-center h4, .footer-area .footer-middl.text-center .h4,
.footer-area .common-footer-style.location-part h4, .footer-area .common-footer-style.location-part .h4,
.common-footer-style.phone-area h4, .common-footer-style.phone-area .h4 {
	padding-bottom: 13px;
	font-family: 'Poppins Medium' , sans-serif;
	margin-bottom: 0;
	letter-spacing: 4px;
}

.footer-area .footer-middl.text-center h4 strong,
.footer-area .footer-middl.text-center .h4 strong {
	font-family: 'Poppins semibold';
	color: #ab9ac1;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 22px;
}
@media screen and (min-width: 1400px){
	.footer-area .footer-middl.text-center h4 strong,
	.footer-area .footer-middl.text-center .h4 strong {
		font-size: 30px!important;
	}
}

.footer-area .timing-hours.common-footer-style p{
	color:#fff;
	text-transform: uppercase;
	font-family: 'Poppins light' , sans-serif;
	padding-bottom: 0;
}

@media screen and (min-width: 1250px){
	.footer-area .timing-hours.common-footer-style p{
		font-size: 18px;
	}
}

.footer-area .footer-left {
	padding-top: 40px;
}

.footer-area .footer-social {
	padding-top: 20px;
}

.footer-area .footer-social ul li:first-of-type {
	padding-left: 0;
}

.footer-area .request-button a {
	margin-bottom: 10px;
}

.footer-area .common-footer-style.location-part p {
	padding-bottom:0;
	text-transform: uppercase;
}

.footer-area .common-footer-style.location-part p a,
.footer-area .common-footer-style.phone-area p a {
	font-family: 'Poppins light';
}

.footer-area .rating-txt p, .rating-txt a {
	font-family: 'Poppins light';
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}

@media screen and (min-width: 1250px){
	.footer-area .rating-txt p, .rating-txt a {
		font-size: 18px;
	}
}
.footer-area .rating-txt p{
	margin-bottom: 10px;
}

.footer-area .footer-middl.text-center a{
	position: relative;
	color:#fff;
	text-transform: uppercase;
	font-size:18px;
	font-family: 'Poppins semibold';
}

.footer-area .footer-middl.text-center a.middl-more:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -20px;
	background: url('assets/images/button-arrow-purple.png') no-repeat right center;
	width: 15px;
	height: 100%;
	content: '';
}

#dual-header-header{
	justify-content: flex-start!important;
}

.dual-header img {
	border: none!important;
}

@media screen and (max-width: 520px){
	#dual-header-header img {
			max-width: 155px!important;
	}
}

.header-inner .desktop-menu {
	padding-top: 30px!important;
}

@media screen and (min-width: 1100px){
	.desktop-menu,
	.header-inner .desktop-menu {
		padding-top: 30px!important;
	}
}

@media screen and (min-width: 1400px){
	header:not(.fixed) .desktop-menu,
	.header-inner .desktop-menu {
		padding-top: 45px!important;
	}
}

.sticky-logo-area .responsive-logo img {
	max-height: 65px;
}

#dual-header-footer img {
	max-height: 150px!important;
	margin-left: -35px;
	aspect-ratio: 200 / 101;
}

.page-id-2923 .testimonial-text:before,
.page-id-2923 .testimonial-text:after {
	display: none;
}

/* ====== Staff bio======================================== */
.staff-bio-section {
	padding: 50px 0;
}

@media only screen and (min-width: 1080px) {
	.staff-bio-section {
		padding: 100px 0;
	}
}

.staff-bio-section .single-staff {
	padding: 100px 0 50px;
	position: relative;
	min-height: 670px;
}

.staff-bio-section ul li::marker{
	display: none;
}

.staff-bio-section .accordion {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 1em;
  margin: 0;
  width: 100%;
	padding-inline-start: 0px!important;
}

@media only screen and (min-width: 1080px) {
  .staff-bio-section .accordion {
    margin-right: auto;
    margin-left: auto;
    max-width: 90%;
  }
}
.staff-bio-section .accordion > li {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0px !important;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .staff-bio-section .accordion > li {
    aspect-ratio: 739 / 644;
    width: calc(50% - 0.5em);
  }
}
@media only screen and (min-width: 768px) {
  .staff-bio-section .accordion > li:hover,
  .staff-bio-section .accordion > li:active {
    overflow-y: scroll;
		scrollbar-color: #fff rgb(255,255,255,0.1);
		scrollbar-width: thin;
  }
}

.staff-bio-section .accordion > li::before {
  content: none !important;
}
.staff-bio-section .accordion > li .accordion-container {
  background-color: #156484;
  margin-top: -105px;
  position: relative;
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media only screen and (min-width: 768px) {
  .staff-bio-section .accordion > li .accordion-container {
		background-color: rgb(21,100,132, 0.9);
    margin-top: 0;
    min-height: 100%;
    position: absolute;
    top: calc(100% - 105px);
    transition: all 0.4s;
  }
}
@media only screen and (min-width: 768px) {
  .staff-bio-section .accordion > li:hover .accordion-container,
  .staff-bio-section .accordion > li:active .accordion-container {
    top: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
}

.staff-bio-section .accordion img {
	width: 100%;
}

.staff-bio-section .accordion > li .accordion-header {
  height: 140px;
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

@media only screen and (min-width: 768px) {
	.staff-bio-section .accordion > li .accordion-header {
		height: 100px;
	}
}

@media only screen and (min-width: 768px) {
  .staff-bio-section .accordion > li:hover .accordion-header,
  .staff-bio-section .accordion > li:active .accordion-header {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1080px) {
  .staff-bio-section .accordion > li:hover .accordion-header,
  .staff-bio-section .accordion > li:active .accordion-header {
    height: 130px;
  }
}

.staff-bio-section .accordion > li div.accordion-slider {
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .staff-bio-section .accordion > li:hover div.accordion-slider,
  .staff-bio-section .accordion > li:active div.accordion-slider {
    height: calc(100% - 105px);
  }
}
@media only screen and (min-width: 1080px) {
  .staff-bio-section .accordion > li:hover div.accordion-slider,
  .staff-bio-section .accordion > li:active div.accordion-slider {
    height: calc(100% - 160px);
  }
}
.staff-bio-section .accordion > li div.accordion-slider .accordion-content {
  padding: 5px 22px 60px 22px;
  margin: 0;
}
@media only screen and (min-width: 768px) {

}

.staff-bio-section .accordion > li div.accordion-slider .accordion-content > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 690px;
}
.staff-bio-section .accordion > li div.accordion-slider .accordion-content * {
  color: #ffffff;
	font-size: 16px;
}
.staff-bio-section .accordion > li div.accordion-slider .accordion-content a {
  text-decoration: underline;
}
.staff-bio-section .accordion > li div.accordion-slider .accordion-content a:hover {
  color: #A5C3DE;
}
.staff-bio-section .accordion > li div.accordion-slider .accordion-content > div ul {
  text-align: center;
}
@media only screen and (min-width: 1080px) {
  .staff-bio-section .accordion > li div.accordion-slider .accordion-content > div ul.accordion-double-list {
    column-count: 2;
    margin: 25px 0;
  }
}
.staff-bio-section .accordion > li div.accordion-slider .accordion-content > div ul.accordion-double-list li {
  padding: 5px !important;
}
.staff-bio-section .accordion > li div.accordion-slider .accordion-content > div li::before {
  content: none !important;
}
.staff-bio-section .accordion > li div.accordion-slider .accordion-content .image-container {
  background-color: #ffffff;
  padding: 15px;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: space-around;
  margin-top: 1em;
}
.staff-bio-section .accordion > li div.accordion-slider .accordion-content .image-container img {
  height: auto;
  margin: 0;
  max-width: 45%;
}

.staff-bio-section .accordion > li .accordion-header h2 {
  color: #ab9ac1;
  text-align: center;
  position: relative;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	line-height: 1em;
	padding: 50px 34px 5px;
	margin: 10px auto;
}
@media only screen and (min-width: 768px) {
  .staff-bio-section .accordion > li .accordion-header h2 {
    padding: 20px 34px 0px;
  }
}
@media only screen and (min-width: 1080px) {
  .staff-bio-section .accordion > li .accordion-header h2 {
    font-size: 36px;
		padding: 18px 34px 0px;
  }
}

@media only screen and (min-width: 1080px) {
  .staff-bio-section .accordion > li:hover .accordion-header h2,
  .staff-bio-section .accordion > li:active .accordion-header h2 {
    padding: 35px 34px 0px;
  }
}

.staff-bio-section .subhdng {
	font-family: 'Poppins light';
	color: #fff;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 16px;
	font-size: 18px;
	text-align: center;
	padding-bottom: 22px;
	text-transform: uppercase;
}

@media screen and (min-width: 1080px){
	.staff-bio-section .subhdng {
		font-size: 22px;
	}
}

.staff-bio-section .accordion > li .accordion-header h2:before{
  content: url(assets/images/svg/accordion-arrow-closed.svg);
  width: 35px;
  height: 19px;
  position: absolute;
  left: calc(50% - 17.5px);
  bottom: 30px;
  transform: translate(0, 0) rotateX(180deg);
  transition: all 0.4s;
  -webkit-transform: translate(0, 0) rotateX(180deg);
  -moz-transform: translate(0, 0) rotateX(180deg);
  -ms-transform: translate(0, 0) rotateX(180deg);
  -o-transform: translate(0, 0) rotateX(180deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media only screen and (min-width: 768px) {
	.staff-bio-section .accordion > li .accordion-header h2:before{
		top: -17px;
		transform: translate(0, 0);
	}
}

@media only screen and (min-width: 768px) {
	.staff-bio-section .accordion > li .accordion-header h2:before{
		top: -21px;
		transform: translate(0, 0);
	}
}

@media only screen and (min-width: 768px) {
  .staff-bio-section .accordion > li:hover .accordion-header h2:before,
  .staff-bio-section .accordion > li:active .accordion-header h2:before {
    content: url(assets/images/svg/accordion-arrow-closed.svg);
    font-size: 30px;
    width: 35px;
    height: 19px;
    position: absolute;
    left: calc(50% - 17.5px);
    bottom: 0;
    transform: translate(0, 0) rotateX(180deg);
    /* transform: translate(0, -50%) rotateX(0deg); */
    transition: all 0.4s;
    -webkit-transform: translate(0, 0) rotateX(180deg);
    -moz-transform: translate(0, 0) rotateX(180deg);
    -ms-transform: translate(0, 0) rotateX(180deg);
    -o-transform: translate(0, 0) rotateX(180deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
		top: 15px;
  }
}

@media only screen and (min-width: 1080px) {
  .staff-bio-section .accordion > li:hover .accordion-header h2:before,
  .staff-bio-section .accordion > li:active .accordion-header h2:before {
		top: 22px;
	}
}

.staff-bio-section .accordion .h2-color{
	color:#ab9ac1!important;
	font-size: 26px!important;
}

.staff-bio-section .accordion ul.column-align-left {
	text-align: left!important;
	padding-inline-start: 8px;
}

.staff-bio-section .accordion ul.column-align-left li{
	line-height: 1.5em;
}

.staff-bio-section .accordion ul.column-align-left li::marker {
	content: '• ';
	font-size: 1.2em;
	color: #ab9ac1;
}

@media only screen and (min-width: 768px) {
	.staff-bio-section .accordion li.img-card.staff-susiereedrncans:hover {
		background: url(assets/images/susie.jpg) no-repeat;
		background-size: cover;
	}
	.staff-bio-section .accordion li.img-card.staff-susiereedrncans:hover img,
	.staff-bio-section .accordion li.img-card.staff-alexcookrn:hover img,
	.staff-bio-section .accordion li.img-card.staff-paytondougherty:hover img,
	.staff-bio-section .accordion li.img-card.staff-bailey:hover img {
		display: none;
	}
	.staff-bio-section .accordion li.img-card.staff-alexcookrn:hover {
		background: url(assets/images/alex.jpg) no-repeat;
		background-size: cover;
	}
	.staff-bio-section .accordion li.img-card.staff-paytondougherty:hover {
		background: url(assets/images/payton.jpg) no-repeat;
		background-size: cover;
	}
	.staff-bio-section .accordion li.img-card.staff-bailey:hover {
		background: url(assets/images/bailey.jpg) no-repeat;
		background-size: cover;
	}
}

a.button {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1em;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-family: 'Poppins light', sans-serif;
	background: #ab9ac1;
	color: #fff;
	padding: 9px 30px 11px;
	border-radius: 50px;
}

/* header banner */
.banner > div {
	/* To remove banner simply uncomment display: none; = if the banner is comment out on header it will break anchor links.
	if you want banner on comment it out*/
	/* display: none; */
}

.banner {
	/* background-color: #f7d7dc; */
	/* background: url(../taylorplasticsurgery-child/assets/images/banner-bg-oct2025.jpg) no-repeat center center/cover; */
	/* background needs to be blue when removing the banner */
	background: #ab9ac1;
	/* color: #156484; */
	color: #fff;
	padding: 10px;
		/* change to 0 when no banner */
	/* padding: 0px; */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 175px;
	/* change to 0 when no banner */
	/* height: 0px; */
	z-index: 2;
	position: relative;
	/* text-transform: uppercase; */
	font-family: 'Poppins bold', sans-serif;
	/* font-family:'Poppins',serif; */
	/* font-weight: bold; */
	align-content: center;
	letter-spacing: 0;
	line-height: 1em;
	text-align: center;
}
/* @media only screen and (min-width: 768px) {
	.banner {
		font-size: 20px;
	}
} */
.banner strong {
  font-family: 'Poppins Semibold';
}
.banner span {
	font-family:'Poppins',serif;
}

@media only screen and (min-width: 460px) {
	.banner {
		height: 150px;
		/* change to 0 when no banner */
		/* height: 0px; */
	}
}
@media only screen and (min-width: 768px) {
	.banner {
		flex-direction: row;
		height: 75px;
		/* change to 0 when no banner */
		/* height: 0px; */
		gap: 20px;
		padding: 10px 20px 10px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.banner {
		font-size: 18px;
		gap: 30px;
		padding-right: calc(180px + (50vw - (1380px / 2)));
    	padding-left: calc(180px + (50vw - (1380px / 2)));
	}
}

@media only screen and (min-width: 1700px) {
	.banner {
		/* height: 75px; */
		/* change to 0 when no banner */
		/* height: 0px; */
	}
}

.banner img {
	/* margin-right: 5px; */
	/* margin-left: 12.5px; */
	max-width: 50%;
	display: none;
}

@media only screen and (min-width: 768px) {
	.banner img {
		display: inline;
    /* margin-right: 50px; */
    /* margin-right: 20px; */
		/* max-width: 100%; */
		margin-top: -4px;
		height: 100%;
		width: auto;
	}
}

/* @media only screen and (min-width: 1000px) {
	.banner img {
    margin-right: 0px;
	}
} */

.banner .text {
	font-size: 14px;
	text-transform: uppercase;
    line-height: 1.1em;
    font-weight: 700;
    width: 100%;
}

@media only screen and (min-width: 768px) {
	.banner .text {
		margin-bottom: 0;
		text-align: left;
	}
}

@media only screen and (min-width: 1060px) {
	.banner .text {
		font-size: 20px;
		max-width: 520px;
	}
}

@media only screen and (max-width: 1059px) and (min-width: 768px) {
  .banner .text {
    max-width: 50vw;
  }
}

/* .banner span,*/
.banner .text a {
	/* color: #156484; */
	color: #ffffff;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	/* font-weight: 900!important; */
	/* font-family:'Poppins',serif; */
	text-transform: capitalize;
	cursor: pointer;
}

.banner .text span:after {
	content: none;
}

/* @media only screen and (min-width: 768px) {
	.banner .text span:after {
		content: '-';
		font-family: 'Poppins light', serif;
		padding-left: 5px;
		padding-right: 5px;
	}
} */

.banner .text a:hover {
	/* color: #156484; */
	color: #fff;
	text-decoration: none;
}

/* .banner .arrow {
	margin-left: 13px;
} */

@media only screen and (max-width: 767px) {
	.banner span,
	.banner span a {
		/* color: #156484;
		font-weight: 900!important; */
		font-family:'Poppins',serif;
		display: block;
		margin: 0 auto;
		text-align: center;
	}
}

.banner a.banner-button {
	/* border: 1px solid #ffffff; */
	padding: 6px 14px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 0;
	background: #156484;
	margin-top: 10px;
}

@media only screen and (min-width: 768px) {
	.banner a.banner-button {
		margin-top: 0;
	}
}

/* positioning for video background - change to 1080px if banner is added again */
@media only screen and (min-width: 1400px) {
	.video-background {
		top: calc(-100% + 120px) !important;
	}
}

/* .banner div:last-of-type {
	min-width: 175px;
} */

/* header adjusting for banner - uncomment if banner is added again */
.header-area.header-home .top-bar {
	position: absolute;
	width: 100%;
	left: 0px;
	padding: 12px 0px;
	z-index: 3;
	/* top: 52px; */
	top: 175px;
	/* change to 0 when no banner */
	/* top: 0; */
	transition: all 0.3s;
}

/* uncomment / adjust when banner is added again */
@media only screen and (min-width: 460px) {
	.header-area.header-home .top-bar {
		top: 150px;
	}
}
@media only screen and (min-width: 768px) {
	.header-area.header-home .top-bar {
		top: 75px;
	}
}

/* @media only screen and (min-width: 1700px) {
	.header-area.header-home .top-bar {
		top: 70px;
	}
} */

.header-area.header-home .top-bar.active {
	top: 0;
}

.fixed_header {
	padding-top: 130px!important;
}

.header-area.header-inner .top-bar {
	position: absolute;
	width: 100%;
	left: 0px;
	padding: 0px 0px;
	z-index: 3;
	top: 175px;
	/* change to 0 when no banner */
	/* top: 0; */
	transition: all 0.3s;
}

/* uncomment / adjust when banner is added again */
@media only screen and (min-width: 460px) {
	.header-area.header-inner .top-bar {
		top: 150px;
	}
}

@media only screen and (min-width: 768px) {
	.header-area.header-inner .top-bar {
		top: 75px;
	}
}

@media only screen and (min-width: 1700px) {
	.header-area.header-inner .top-bar {
		/* top: 70px; */
	}
}

.header-area.header-inner .top-bar.active {
	top: 0;
}

/* uncomment / adjust when banner is added again */
/* .site-content.site-content-inner {
	margin-top: 120px;
} */


.procedure-details-section .container:first-of-type .row {
	margin-top: 100px;
}

.page-template-template-team-of-pros .site-content.site-content-inner,
.page-template-template-skin-cancer-center .site-content.site-content-inner,
.page-template-template-skin-center .site-content.site-content-inner {
	margin-top: 0;
}

/* homepage socials */
.home section.instagram-section.homepage {
	margin-bottom: -50px;
}

.home section.real-ig-selfies .container{
	max-width: 1260px;
	margin: 0 auto;
}

.home section.real-ig-selfies .container .inner{
	padding: 40px 20px 40px;
}

@media only screen and (min-width: 768px) {
	.home section.real-ig-selfies .container .inner{
		padding: 60px 20px 60px;
		flex-grow: 1;
    flex-basis: 0;
	}
}

@media only screen and (min-width: 980px) {
	.home section.real-ig-selfies .container .inner{
		padding: 80px 20px 80px;
	}
}

section.socials-carousel {
  background: #F6F9FA;
	overflow: hidden;
	padding-bottom: 50px;
}

section.real-ig-selfies .heading{
	text-align: center;
	font-size: 22px;
	color: #ab9ac1;
	letter-spacing: 8px;
	font-family: 'Poppins light';
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 25px;
	line-height: 36px;
	font-style: normal;
	display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
	section.real-ig-selfies .heading{
		font-size: 24px;
	}
}

.real-ig-selfies .heading a {
  text-decoration: none !important;
}

section.real-ig-selfies .heading span{
	text-align: center;
	margin-bottom: 40px;
}

section.real-ig-selfies .instagram-heading .social ul{
	padding-left: 5px;
}

@media only screen and (min-width: 768px) {
	section.real-ig-selfies .instagram-heading .social ul{
		padding-left: 20px;
	}
}

section.real-ig-selfies .instagram-heading .social li,
section.real-ig-selfies .tiktok-heading .social li{
	display: none;
}

section.real-ig-selfies .instagram-heading .social li:first-of-type{
	display: block;
}

section.real-ig-selfies .tiktok-heading .social li:nth-of-type(4) {
	display: block;
}

section.real-ig-selfies .instagram-heading .social li i,
section.real-ig-selfies .tiktok-heading .social li i {
	/* color: #235063; */
	font-size: 40px;
}

#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > a.mega-menu-link {
	border-top: 0px solid #ab9ac1;
	border-left: 0px solid #ab9ac1;
	border-right: 0px solid #ab9ac1;
	border-bottom: 2px solid #ab9ac1;
}

@media screen and (max-width: 770px){
	.page-template-template-home .welcome-section.homepage h2 {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 7px;
	}
}

.page-template-template-home .welcome-section.homepage{
	padding: 120px 0px 0px;
	position: relative;
	overflow: hidden;
	background-position: top left;
	z-index: 1;
	background-size:cover;
	background-repeat:no-repeat;
}

@media only screen and (min-width: 768px) {
	.page-template-template-home .welcome-section.homepage{
		padding: 200px 0px 0px;
		position: relative;
		overflow: hidden;
		background-position: right top;
		z-index: 1;
		background-size:cover;
		background-repeat:no-repeat;
	}

}

.page-template-template-home .welcome-section.homepage .welcome-section-content {
	position: relative;
}

.page-template-template-home .welcome-section.homepage .welcome-section-content:before {
	position: absolute;
	top: -60px;
	left: 0px;
	right: 0;
	margin: 0 auto;
	border: 2px solid #ab9ac1;
	content: '';
	width: 90%;
	height: 52%;
	z-index: -1;
}

.page-template-template-home .welcome-section.homepage .welcome-text {
	background: #ffffff!important;
	padding: 37px 20px;
	margin-top: -6px;
	z-index: 2;
}


@media only screen and (min-width: 768px) {
	.page-template-template-home .welcome-section.homepage .welcome-text {
		padding: 37px 50px;
		margin-top: -116px;
	}
}

@media only screen and (min-width: 768px) {
	.page-template-template-home .welcome-section.homepage .content-welcome {
		position: relative;
		padding: 27px;
	}
}

@media screen and (max-width: 770px){
	.patient-stories-blog h3 {
		color: #ab9ac1;
		font-family: 'Poppins light';
		text-transform: uppercase;
		font-weight: 300;
		line-height: 36px;
		font-style: normal;
		margin-top: 5px;
		margin-bottom: 10px;
		letter-spacing: 3px;
	}
}

@media only screen and (min-width: 768px) {
	.page-template-template-home .welcome-section.homepage h3 {
		font-size: 34px;
		color: #ab9ac1;
		letter-spacing: 8px;
		font-family: 'Poppins light';
		text-transform: uppercase;
		font-weight: 300;
		margin-bottom: 25px;
		line-height: 36px;
		font-style: normal;
	}
}


/*================================================
=         FCS - Flexible Content - Start         =
=================================================*/
.page-template-page-fcs {
  text-align: left;
}

.page-template-page-fcs .fc-heading {
  margin-top: 0;
}

.page-template-page-fcs .text-light-color,
.page-template-page-fcs .text-light-color p {
  color: #ffffff;
}

.page-template-page-fcs .text-light-color h1, .page-template-page-fcs .text-light-color h2, .page-template-page-fcs .text-light-color h3, .page-template-page-fcs .text-light-color h4 {
  color: #AB9AC1;
  text-transform: uppercase;
	font-family: 'Poppins medium', sans-serif;
}

.page-template-page-fcs .text-light-color a {
  color: #ffffff;
  text-decoration: underline;
}

.page-template-page-fcs .text-light-color a.button {
  text-decoration: none;
  border-color: #ffffff;
}

.page-template-page-fcs .text-light-color ul li::marker {
  color: #AB9AC1;
}

.page-template-page-fcs .text-light-color .icon-img svg path {
  fill: #ffffff;
}

.page-template-page-fcs .text-dark-color {
  color: #235063 !important;
}

.page-template-page-fcs .text-dark-color h1, .page-template-page-fcs .text-dark-color h2, .page-template-page-fcs .text-dark-color h3, .page-template-page-fcs .text-dark-color h4 {
  color: #235063 !important;
	text-transform: uppercase;
  font-family: 'Poppins medium', sans-serif;
}

.page-template-page-fcs .text-dark-color p {
	color: #235063 !important;
}

.page-template-page-fcs .text-dark-color a {
  color: #235063 !important;
  text-decoration: underline;
}

.page-template-page-fcs .text-dark-color a.button {
  text-decoration: none;
  /* border-color: #235063 !important; */
  border: 1px solid #235063 !important;
	border-radius: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

.page-template-page-fcs .text-dark-color .icon-img svg path {
  fill: #235063;
}

.page-template-page-fcs .text-center {
  text-align: center;
}

.page-template-page-fcs .default-block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-page-fcs .fcs-overlay-dark, .page-template-page-fcs .default-block.fcs-overlay-dark {
  color: #fff;
}

.page-template-page-fcs .fcs-overlay-dark .fcs-overlay, .page-template-page-fcs .default-block.fcs-overlay-dark .fcs-overlay {
  background-color: #000;
}

.page-template-page-fcs .fcs-overlay-dark h1, .page-template-page-fcs .fcs-overlay-dark h2, .page-template-page-fcs .fcs-overlay-dark h3, .page-template-page-fcs .fcs-overlay-dark h4, .page-template-page-fcs .default-block.fcs-overlay-dark h1, .page-template-page-fcs .default-block.fcs-overlay-dark h2, .page-template-page-fcs .default-block.fcs-overlay-dark h3, .page-template-page-fcs .default-block.fcs-overlay-dark h4 {
  color: #ffffff;
}

.page-template-page-fcs .fcs-overlay-dark a, .page-template-page-fcs .default-block.fcs-overlay-dark a {
  color: #ffffff;
  text-decoration: underline;
}

.page-template-page-fcs .fcs-overlay-dark a.button, .page-template-page-fcs .default-block.fcs-overlay-dark a.button {
  text-decoration: none;
  border-color: #ffffff;
}

.page-template-page-fcs .fcs-overlay-dark .icon-img svg path, .page-template-page-fcs .default-block.fcs-overlay-dark .icon-img svg path {
  fill: #ffffff;
}

.page-template-page-fcs .fcs-overlay-light .fcs-overlay, .page-template-page-fcs .default-block.fcs-overlay-light .fcs-overlay {
  background-color: #fff;
}

.page-template-page-fcs .fcs-overlay-none > .fcs-overlay {
  display: none;
}

.page-template-page-fcs .fcs-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.page-template-page-fcs section.padding-top-0,
.page-template-page-fcs .fc-section.basic-content.padding-top-0 {
	padding-top: 0;
}

.page-template-page-fcs section.padding-bottom-0,
.page-template-page-fcs .fc-section.basic-content.padding-bottom-0 {
	padding-bottom: 0;
}

.page-template-page-fcs .fcs-intro-anchors .fcs-anchors {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  column-gap: 40px;
  row-gap: 15px;
	margin-bottom: 100px;
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .fcs-intro-anchors .fcs-anchors {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.page-template-page-fcs .fcs-intro-anchors.fc-section.basic-content.pb-0 {
    padding-bottom: 0;
}

.page-template-page-fcs .fcs-intro-anchors.mb-0 .fcs-anchors {
    margin-bottom: 0;
}

.page-template-page-fcs .fcs-intro-anchors .fcs-anchors li {
  width: 100%;
  padding: 0;
}

.page-template-page-fcs .fcs-intro-anchors .fcs-anchors li a {
  width: 100%;
	color: #235063;
	background: #ffffff;
	border: 2px solid #ab9ac1;
	border-radius: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 18px;
	padding: 13px;
}

.page-template-page-fcs .fcs-intro-anchors .fcs-anchors li a:hover {
	color: #ffffff;
	background: #ab9ac1;
}

.page-template-page-fcs .basic-block-section {
  display: block;
}

.page-template-page-fcs .flexible-hero-image {
  margin: 0;
  margin-top: 0;
  height: 57vw;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .page-template-page-fcs .flexible-hero-image {
    height: 37vw;
  }
}

.page-template-page-fcs .flexible-hero-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 60vw;
}

@media only screen and (min-width: 768px) {
  .page-template-page-fcs .flexible-hero-image img {
    height: 40vw;
  }
}

.page-template-page-fcs .split-full {
  padding: 0 !important;
	margin-bottom: 40px;
}

.page-template-page-fcs .split-full.fcs-split-text .split-container {
  flex-direction: column;
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-full.fcs-split-text .split-container {
    flex-direction: row;
  }
}

.page-template-page-fcs .split-full.fcs-split-image .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-full.fcs-split-image .split-container {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-full.fcs-split-image .split-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

.page-template-page-fcs .split-full.fcs-split-image .split-container > div {
  background-size: cover;
  background-position: center;
}

.page-template-page-fcs .split-full.inverse .split-container {
  flex-direction: column;
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-full.inverse .split-container {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-full.inverse .split-container:nth-of-type(even) {
    flex-direction: row;
  }
}

.page-template-page-fcs .split-full .split-container {
  display: flex;
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-full .split-container > div {
    width: 50%;
  }
}

.page-template-page-fcs .split-full .default-block {
  padding: 40px 20px;
}

@media only screen and (min-width: 768px) {
  .page-template-page-fcs .split-full .default-block {
    padding: 60px 40px;
  }
}

.page-template-page-fcs .split-full .default-block .fcs-default-content-wrap {
  max-width: 600px;
}

.page-template-page-fcs .split-full .split-image {
  min-height: 60vw;
}

@media only screen and (min-width: 768px) {
  .page-template-page-fcs .split-full .split-image {
    min-height: 45vw;
  }
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-full .split-image {
    min-height: 32vw;
  }
}

.page-template-page-fcs .split-full .split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-template-page-fcs .split-contained.fcs-split-text .split-container {
  flex-direction: column;
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-contained.fcs-split-text .split-container {
    flex-direction: row !important;
  }
}

.page-template-page-fcs .split-contained.fcs-split-image .split-container {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-contained.fcs-split-image .split-container {
    flex-direction: row;
  }
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-contained.fcs-split-image .split-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-contained.inverse .split-container {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-contained.inverse .split-container:nth-of-type(even) {
    flex-direction: row;
  }
}

.page-template-page-fcs .split-contained .section-intro {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-contained .section-intro {
    margin-bottom: 60px;
  }
}

.page-template-page-fcs .split-contained .split-container {
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-contained .split-container {
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-contained .split-container:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

.page-template-page-fcs .split-contained .default-block {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .page-template-page-fcs .split-contained .default-block {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-contained .default-block {
    width: 48%;
  }
}

.page-template-page-fcs .split-contained .split-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .split-contained .split-image {
    width: 48%;
    margin-bottom: 0;
  }
}

.page-template-page-fcs .split-contained .split-image img {
  width: 100%;
  height: auto;
}

.page-template-page-fcs .fcs-icons-section {
  background-size: cover;
}

.page-template-page-fcs .fcs-icons-section .icon-items {
  margin: 20px auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .page-template-page-fcs .fcs-icons-section .icon-items {
    margin: 40px auto;
  }
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .fcs-icons-section .icon-items {
    margin: 60px auto;
  }
}

.page-template-page-fcs .fcs-icons-section .icon-items li {
  margin-bottom: 20px;
  padding: 20px;
}

@media only screen and (max-width: 1059px) {
  .page-template-page-fcs .fcs-icons-section .icon-items li {
    width: 45% !important;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-page-fcs .fcs-icons-section .icon-items li {
    width: 100% !important;
  }
}

@media only screen and (min-width: 1060px) {
  .page-template-page-fcs .fcs-icons-section .icon-items li {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.page-template-page-fcs .fcs-icons-section .icon-items li:before {
  display: none;
}

.page-template-page-fcs .fcs-icons-section .icon-items li .icon-img {
  text-align: center;
}

.page-template-page-fcs .fcs-icons-section .icon-items li .icon-img img {
  max-width: 100%;
  height: auto;
}

.page-template-page-fcs .fcs-icons-section .icon-items li .icon-img svg {
  max-width: 100%;
  height: 150px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/*=============================================
=         FCS - Flexible Content - End      =
==============================================*/
.page-template-page-fcs .fc-section.basic-content,
.page-template-page-fcs .fcs-basic-content {
	padding: 30px 20px;
}

@media only screen and (min-width: 768px){
.page-template-page-fcs .fc-section.basic-content,
.page-template-page-fcs .fcs-basic-content {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 80px;
	padding-bottom: 80px;
	}
}

@media only screen and (min-width: 1322px){
.page-template-page-fcs .fc-section.basic-content,
.page-template-page-fcs .fcs-basic-content {
	padding-left: calc(40px + (50vw - (1322px / 2)));
	padding-right: calc(40px + (50vw - (1322px / 2)));
	padding-top: 100px;
	padding-bottom: 100px;
	}
}

.page-template-page-fcs h1 ,
.page-id-276 h1,
.page-id-260 h1,
.page-id-272 h1 {
	margin-bottom: 25px;
}

.page-template-page-fcs .facts-wrap ,
.page-id-276 .facts-wrap,
.page-id-272 .facts-wrap,
.page-id-42 .facts-wrap,
.page-id-254 .facts-wrap,
.page-id-260 .facts-wrap {
	background-color: #F7F7F7;
	padding: 25px;
	margin: 85px auto 100px;
	position: relative;
}

@media only screen and (min-width: 768px){
	.page-template-page-fcs .facts-wrap,
	.page-id-276 .facts-wrap ,
	.page-id-272 .facts-wrap ,
	.page-id-42 .facts-wrap ,
	.page-id-254 .facts-wrap ,
	.page-id-260 .facts-wrap {
		padding: 25px 25px 25px 160px;
	}
}

.page-template-page-fcs .facts-wrap:before,
.page-id-276 .facts-wrap:before ,
.page-id-272 .facts-wrap:before ,
.page-id-42 .facts-wrap:before ,
.page-id-254 .facts-wrap:before ,
.page-id-260 .facts-wrap:before {
	position: absolute;
	top: -30px;
	left: 0px;
	right: 0;
	margin: 0 auto;
	border: 2px solid #ab9ac1;
	content: '';
	width: 90%;
	height: 60%;
	z-index: -1;
}

.page-template-page-fcs .facts-wrap:after,
.page-id-276 .facts-wrap:after ,
.page-id-272 .facts-wrap:after ,
.page-id-42 .facts-wrap:after ,
.page-id-254 .facts-wrap:after ,
.page-id-260 .facts-wrap:after {
	position: absolute;
	bottom: -30px;
	left: 0px;
	right: 0;
	margin: 0 auto;
	border: 2px solid #ab9ac1;
	content: '';
	width: 90%;
	height: 60%;
	z-index: -1;
}

@media only screen and (min-width: 768px){
	.page-template-page-fcs .facts-wrap .facts-arrow ,
	.page-id-276 .facts-wrap .facts-arrow ,
	.page-id-272 .facts-wrap .facts-arrow ,
	.page-id-42 .facts-wrap .facts-arrow ,
	.page-id-254 .facts-wrap .facts-arrow ,
	.page-id-260 .facts-wrap .facts-arrow {
		position: relative;
	}

	.page-template-page-fcs .facts-wrap .facts-arrow:before ,
	.page-id-276 .facts-wrap .facts-arrow:before ,
	.page-id-272 .facts-wrap .facts-arrow:before ,
	.page-id-42 .facts-wrap .facts-arrow:before ,
	.page-id-254 .facts-wrap .facts-arrow:before ,
	.page-id-260 .facts-wrap .facts-arrow:before {
		content: '';
		position: absolute;
		width: 90px;
		height: 68px;
		top: 106px;
		left: -124px;
		background: url('assets/images/svg/arrows-right.svg') no-repeat;
		background-size: contain;
	}
}

.page-template-page-fcs .facts-wrap .title h2,
.page-id-276 .facts-wrap .title h2 ,
.page-id-272 .facts-wrap .title h2 ,
.page-id-42 .facts-wrap .title h2 ,
.page-id-254 .facts-wrap .title h2 ,
.page-id-260 .facts-wrap .title h2 {
	color: #AB9AC1;
	font-family: 'Poppins light', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
}

.page-template-page-fcs .facts-wrap .facts ul ,
.page-id-276 .facts-wrap .facts ul ,
.page-id-272 .facts-wrap .facts ul ,
.page-id-42 .facts-wrap .facts ul ,
.page-id-254 .facts-wrap .facts ul ,
.page-id-260 .facts-wrap .facts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page-template-page-fcs .facts-wrap .facts ul .hdng-bold ,
.page-id-276 .facts-wrap .facts ul .hdng-bold,
.page-id-272 .facts-wrap .facts ul .hdng-bold,
.page-id-42 .facts-wrap .facts ul .hdng-bold,
.page-id-254 .facts-wrap .facts ul .hdng-bold,
.page-id-260 .facts-wrap .facts ul .hdng-bold {
	color: #746F6F;
	font-size: 18px;
	font-family: "Poppins", serif;
	margin-right: 5px;
}

.page-id-260 .bnas {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0;
}

.page-id-260 .bnas img{
	display: flex;
	justify-content: center;
	align-items: center;
}












.page-template-page-fcs .ldg-cta {
	padding-top: 40px;
  padding-bottom: 40px;
}

.page-template-page-fcs .pink-hdg h2,
.page-template-page-fcs .pink-hdg h3,
.page-template-page-fcs h3.pink-hdg {
	color: #AB9AC1;
	text-transform: uppercase;
	font-family: 'Poppins medium', sans-serif;
}

.page-template-page-fcs p b,
.page-template-page-fcs p strong {
	font-family: 'Poppins bold', sans-serif;
}


.page-id-2430 .videos-grid,
.page-id-5309 .videos-grid {
	display: grid;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

@media only screen and (min-width: 768px){
	.page-id-2430 .videos-grid ,
	.page-id-5309 .videos-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.page-id-2430 .videos-grid .each-video,
.page-id-5309 .videos-grid .each-video {
	display: grid;
	justify-content: center;
}

.page-id-2430 .videos-grid .each-video a,
.page-id-5309 .videos-grid .each-video a {
	text-align: center;
}


.page-id-5283.page-template-page-fcs .fcs-intro-anchors .fcs-anchors {
	margin-bottom: 0;
}

@media only screen and (min-width: 1060px){
	.drs-container {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 30px;
	}
}

@media only screen and (min-width: 1300px){
	.drs-container {
    gap: 80px;
	}
}

section.drs-section.homepage .single-dr img {
	width: 100%;
	margin-bottom: 20px;
}

section.drs-section.homepage .single-dr h2 {
	font-family: 'Poppins semibold';
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	padding-bottom: 20px;
	font-size: 30px;
}

section.drs-section.homepage .single-dr h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #AB9AC1;
	width: 260px;
	height: 2px;
	margin: 0 auto;
}

section.drs-section.homepage .single-dr {
	margin-bottom: 60px;
}


.postid-5634 .rm-flyout,
.postid-5634 .banner {
	display: none;
}

.postid-5634 .header-area.header-inner .top-bar {
	top: 0;
}


/*=====================================================================
=            Responsive iFrames and wysiwyg Youtube videos            =
=====================================================================*/
.ytwrap {
  max-width: 800px;
  margin: 60px auto;
}

.ytvideo {
  background-size: cover;
}

.iframe-container,
.ytvideo {
  position: relative;
  height: 0;
  overflow: hidden;
}

.iframe-container iframe,
.ytvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  min-height: 0;
}

/* 16x9 Aspect Ratio */
.iframe-container-16x9,
.ytvideo {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-bottom: 75%;
}

/*=====  End of Responsive iFrames and wysiwyg Youtube videos  ======*/

.page-id-4060 .membership-logo img,
.page-id-540 .membership-logo img,
section.drs-section.homepage .single-dr .membership-logo img {
	max-width: 300px;
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.grecaptcha-badge{
	z-index: 100;
	margin-bottom: 60px;
}

.each-gallery ul li {
	position: relative;
}

.each-gallery ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url("assets/images/svg/watermark.svg") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
	width: 100%;
	height: 50%;
	opacity: 0.7;
	transform: translateY(50%);
}



/*=====================================================================
=            Responsive iFrames and wysiwyg Youtube videos            =
=====================================================================*/
.ytvideo {
  background-size: cover;
  max-width: 1000px;
  margin: 40px auto;
}

.iframe-container,
.ytvideo {
  position: relative;
  height: 0;
  overflow: hidden;
}

.iframe-container iframe,
.ytvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  min-height: 0;
}

/* 16x9 Aspect Ratio */
.iframe-container-16x9,
.ytvideo {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-bottom: 75%;
}

.custom-placeholder {
	margin-bottom: 40px;
  position: relative;
}

.ytvideo.clicked {
  background: none !important;
}

.ytvideo.clicked:after,
.custom-placeholder.clicked:after {
  display: none;
}

/* .ytvideo:after,
.custom-placeholder:after {
  content: '\f144';
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  position: absolute;
  font-size: 100px;
  font-weight: 700;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.5);
} */

.ytvideo:after,
.custom-placeholder:after {
  content: url(../taylorplasticsurgery-child/assets/images/svg/yt-arrow.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.custom-placeholder img {
  max-width: 100%;
}

/*=====  End of Responsive iFrames and wysiwyg Youtube videos  ======*/

.eapps-widget-toolbar {
	display: none !important;
}