
/*
Theme Name: Layliev, John (laylievplasticsurgery.com)
Author: NKP Development Team
Description: NKP Medical responsive theme
Template: nkpv2
*/

/*---- Do Not Remove ----*/
@import url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/static/optimized/rev-adc64df/static.nkpmedical.com/unsemantic/css/nkp.min.css");

/* @import url(https://use.fontawesome.com/releases/v5.8.2/css/all.css); */
@import url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/static/optimized/rev-adc64df/static.nkpmedical.com/stellarnav/stellarnav.min.css");

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: AvenirLT, sans-serif;
}

h1, h2, h3, h4, h5 {
	/* font-family: 'Cormorant', serif; */
	font-family: AvenirLT, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}

header #banner .content h2 {
	font-family: "Cormorant", serif;
}

h1 {
	font-size: 68px;
	line-height: 1;
	margin-bottom: 15px;
}

h2 {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 15px;
}

h3 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}

a, a:visited, a:link {
	color: #000;
	text-decoration: none;
	outline: none;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
	font-weight: 600;
}

a:hover {
	color: #000;
	text-decoration: underline;
	outline: none;
}

ul, ol {
	clear: both;
}

ol {
	list-style: decimal;
}

ol li {
	padding-bottom: 20px;
}

p {
	/* font-family: "Heebo", sans-serif; */
	font-family: AvenirLT, sans-serif;
	font-weight: 300;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: none;
	display: inline-block;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.clr-l {
	clear: left;
}

.clr-r {
	clear: right;
}

.clr, .clear {
	clear: both;
}

.nodisp {
	display: none;
}

b, strong {
	font-weight: 700;
}

.relative {
	position: relative;
}

.white {
	color: #fff !important;
}

a.btn {
	text-decoration: none;
	outline: none;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

a.btn--dark {
	position: relative;
	color: #2b2b2b;
	text-decoration: none;
	text-transform: uppercase;
}

a.btn--dark:hover {
	color: #2b2b2b;
}

a.btn--dark:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #2b2b2b;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

a.btn--dark:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

a.btn--white {
	position: relative;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

a.btn--white:hover {
	color: #fff;
}

a.btn--white:before {
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #fff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

a.btn--white:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

a.btn-bg {
	width: 100%;
	text-align: center;
	display: block;
	font-size: 16px;
	padding: 20px 0;
	background: #000;
	border: 0px;
	color: #fff;
	text-transform: uppercase;
	clear: both;
	outline: none;
	margin: 2px auto;
}

a.btn-bg:hover {
	color: #06152b;
	background: #fff;
	border: 2px solid #06152b;
}

.btn-group {
	margin: 30px 0 80px;
}

.grid-container-wide {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 2110px;
}

.menu-item-86 a.dd-toggle {
	width: 0px !important;
}

/* NKP GLOBAL STYLES */
img {
	border: 0px;
}

.img-resp, .img-responsive {
	max-width: 100%;
	height: auto;
}

img.left, img.alignleft, .img-l {
	float: left;
	margin: 10px 30px 0px 0px;
}

img.right, img.alignright, .img-r {
	float: right;
	margin: 10px 0px 0px 30px;
}

iframe {
	width: 100%;
	height: 500px;
}

.embed-responsive {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}

.embed-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
}

input, select, textarea {
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.main-form {
	padding: 50px 15px;
	background-color: #f9f9f9;
}

.main-form h2 {
	font-size: 46px;
	text-align: center;
	margin-bottom: 20px;
}

.main-form input[type="text"], .main-form input[type="email"], .main-form input[type="tel"], .main-form input[type="url"], .main-form textarea {
	box-sizing: border-box;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #06152b;
	background-color: transparent;
	margin: 0 0 15px;
	padding: 15px;
}

.main-form input[type="text"]:focus, .main-form input[type="email"]:focus, .main-form input[type="tel"]:focus, .main-form textarea:focus {
	background: rgba(1, 105, 147, .4);
	color: #fff;
}

.main-form input[type="submit"], .main-form input[type="submit"][disabled] {
	width: 100%;
	height: 60px;
	font-size: 14px;
	background: #000;
	border: 0px;
	color: #fff;
	text-transform: uppercase;
	clear: both;
	outline: none;
}

.main-form input[type="submit"]:hover, .main-form input[type="submit"][disabled]:hover {
	color: #06152b;
	background: #fff;
	border: 2px solid #06152b;
}

.main-form textarea {
	height: 120px;
	font-family: sans-serif;
}

.main-form ::-webkit-input-placeholder {
	font-size: 14px;
	color: #06152b;
}

:-moz-placeholder {
	font-size: 14px;
	color: #06152b;
}

:-ms-input-placeholder {
	font-size: 14px;
	color: #06152b;
}

.main-form input:focus::placeholder {
	color: transparent;
}

.main-form span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.main-form .wpcf7-form-control-wrap.agree {
	display: inline-block !important;
	width: initial;
}

.main-form .agreement {
	margin-bottom: 30px;
}

.main-form .agreement a {
	color: #000;
}

.sb-form {
	padding: 50px 15px;
	background-color: #f9f9f9;
}

.sb-form h2 {
	font-size: 46px;
	text-align: center;
	margin-bottom: 20px;
}

.sb-form input[type="text"], .sb-form input[type="email"], .sb-form input[type="tel"], .sb-form input[type="url"], .sb-form textarea {
	box-sizing: border-box;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #06152b;
	background-color: transparent;
	margin: 0 0 15px;
	padding: 15px;
}

.sb-form input[type="text"]:focus, .sb-form input[type="email"]:focus, .sb-form input[type="tel"]:focus, .sb-form textarea:focus {
	background: rgba(1, 105, 147, .4);
	color: #fff;
}

.sb-form input[type="submit"], .sb-form input[type="submit"][disabled] {
	width: 100%;
	height: 60px;
	font-size: 14px;
	background: #000;
	border: 0px;
	color: #fff;
	text-transform: uppercase;
	clear: both;
	outline: none;
}

.sb-form input[type="submit"]:hover, .sb-form input[type="submit"][disabled]:hover {
	color: #06152b;
	background: #fff;
	border: 2px solid #06152b;
}

.sb-form textarea {
	height: 120px;
}

.sb-form ::-webkit-input-placeholder {
	font-size: 14px;
	color: #06152b;
}

:-moz-placeholder {
	font-size: 14px;
	color: #06152b;
}

:-ms-input-placeholder {
	font-size: 14px;
	color: #06152b;
}

.sb-form input:focus::placeholder {
	color: transparent;
}

.sb-form span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.sb-form .wpcf7-form-control-wrap.agree {
	display: inline-block !important;
	width: initial;
}

.sb-form .agreement {
	margin-bottom: 30px;
}

.sb-form .agreement a {
	color: #000;
}

.wpcf7-form-control-wrap {
	width: 100%;
	display: block !important;
}

.wpcf7-form-control-wrap.agree {
	display: inline-block !important;
}

.contact-form input.wpcf7-captchar {
	width: 135px;
}

select.wpcf7-form-control.wpcf7-select.form-control {
	width: 100%;
	height: 45px;
}

.ajax-loader {}

/* desktop view bxa gallery */
.patient-single {
	width: 50%;
}

.patient-single img {
	width: 96%;
	height: auto;
}

/* NKP GLOBAL STYLES */

/* header {position:absolute;top:0;left:0;width:100%;} */

/* header .bg {
    display: flex;
    align-items: center;
    justify-content: center;
}

header {
    overflow: hidden;
}

header .grid-container-wide {
    height: 840px;
} */
header .grid-container-wide.sub-page {
	height: 525px;
}

/* header .info {
    position: absolute;
    z-index: 15;
    bottom: 90px;
    right: 35px;
} */
header .info .social {
	/* border-right: 1px solid #5f5f5f; */
	display: flex;
	align-items: center;
	padding: 10px 10px 10px 0;
	margin-bottom: 5px;
}

header .info .social a {
	color: #000;
	margin: 0 10px 0 0;
	font-size: 18px;
}

header .info .social a.realselfIcon {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/rs-icon.png") center no-repeat;
	background-size: contain;
	text-decoration: none;
	font-size: 0;
}

header .info .social a.healthgrades {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/healthgrades_logo.svg") center no-repeat;
	text-decoration: none;
	font-size: 0;
}

header .info .social a.healthgrades.nitro-lazy {
	background-image: none !important;
}

header .info .social a.realselfIcon.nitro-lazy {
	background-image: none !important;
}

header .info .social a.ratemds {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/ratemds_logo.svg") center no-repeat;
	text-decoration: none;
	font-size: 0;
}

header .info .social a.ratemds.nitro-lazy {
	background-image: none !important;
}

/* header .info .flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
}

header .info .phone {
    font-size: 24px;
    line-height: 1;
    font-family: 'Cormorant', serif;
    padding-left: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}

header .info .address {
    font-size: 14px;
    line-height: 28px;
    text-align: right;
}

header #banner {
    height: 840px;
}

header #banner .content {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999
}

header #banner .content #logo {
    margin: 230px 0 50px;
}

header #banner .content h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 120px;
} */
header #banner-mobile .banner-bg {
	background: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/banner-mob-2.jpg") center bottom no-repeat;
	background-size: cover;
	height: 480px;
	margin-bottom: 2rem;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

header #banner-mobile .banner-bg.nitro-lazy {
	background-image: none !important;
}

.slide1 {
	background: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/slide-1v2.jpg") center no-repeat;
	background-size: cover;
	max-width: 2110px;
	height: 840px;
}

.slide1.nitro-lazy {
	background-image: none !important;
}

.slide2 {
	background: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/slide-2v2.jpg") center no-repeat;
	background-size: cover;
	max-width: 2110px;
	height: 840px;
}

.slide2.nitro-lazy {
	background-image: none !important;
}

/* tagline animation */
.tagline {
	/* position: relative;
    top: 50%; */
	width: 10.75em;
	border-right: 2px solid rgba(0, 0, 0, .75);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 3.5rem;
}

.anim {
	animation: typewriter 2s steps(44) 1s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter {
	from {
		width: 0;
	}
	
	to {
		width: 10.75em;
	}
}

@keyframes blinkTextCursor {
	from {
		border-right-color: rgba(0, 0, 0, .1);
	}
	
	to {
		border-right-color: rgba(0, 0, 0, 1);
	}
}

.banner-internal.generic {
	position: absolute;
	background: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/banner-internal-bg.jpg") center no-repeat;
	top: 0;
	left: 0;
	height: 525px;
	width: 100%;
	overflow: hidden;
}

.banner-internal.generic.nitro-lazy {
	background-image: none !important;
}

.banner-internal.face-procedures {
	position: absolute;
	background: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/face-procedure-sub.jpg") center no-repeat;
	top: 0;
	left: 0;
	height: 525px;
	width: 100%;
	overflow: hidden;
}

.banner-internal.face-procedures.nitro-lazy {
	background-image: none !important;
}

.banner-internal .content {
	margin: 200px 0 0 0px;
}

.nav-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

#nav {
	margin: 0 auto;
	-webkit-transition: none;
	transition: none;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#nav ul li {
	display: inline-block;
}

#nav ul li a {
	font-weight: 400;
	padding: .96em;
	color: #fff;
	background: none;
	text-decoration: none;
	text-transform: uppercase;
}

#sideNav-contain #sidebarMenu {
	height: 100%;
	position: fixed;
	z-index: 20;
	width: 500px;
	right: 0;
	-webkit-transform: translateX(500px);
	transform: translateX(500px);
	-webkit-transition: -webkit-transform 250ms ease-in-out;
	transition: -webkit-transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
	background: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0px 10px 30px 0px;
	box-shadow: rgba(0, 0, 0, .1) 0px 10px 30px 0px;
}

#sidebarMenu ul {
	background: #fff;
}

#sideNav-contain .sidebarMenuInner {
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

#sideNav-contain .sidebarMenuInner li {
	list-style: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px;
	cursor: pointer;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

#sideNav-contain .sidebarMenuInner li span {
	display: block;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
}

#sideNav-contain .sidebarMenuInner li a {
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}

#sideNav-contain .sidebarIconToggle {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 99;
	width: 105px;
	height: 25px;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 5px 0;
	position: relative;
}

#sideNav-contain .sidebarIconToggle .menu-text {
	float: left;
	font-family: "Cormorant", serif;
}

#sideNav-contain .spinner {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	height: 2px;
	background-color: #000;
	width: 45px;
	float: right;
}

#sideNav-contain .horizontal {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-top: 6px;
}

#sideNav-contain .diagonal.part-1 {
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#sideNav-contain .diagonal.part-2 {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-top: 6px;
}

#sideNav-contain input[type="checkbox"]:checked ~ #sidebarMenu {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

#sideNav-contain input[type=checkbox] {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

#sideNav-contain input[type=checkbox]:checked ~ .menu-open-toggle .sidebarIconToggle>.horizontal {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
}

#sideNav-contain input[type=checkbox]:checked ~ .menu-open-toggle .sidebarIconToggle>.diagonal.part-1 {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: 8px;
}

#sideNav-contain input[type=checkbox]:checked ~ .menu-open-toggle .sidebarIconToggle>.diagonal.part-2 {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -9px;
}

#sideNav-contain-sticky-wrapper {
	position: absolute;
	margin: 0 auto;
	z-index: 1002;
	left: 0;
	right: 0;
}

.menu-open-toggle {
	background: rgba(246, 246, 246, .47);
	display: inline-block;
	padding: 0 15px;
	margin: 0px 30px 0 0;
}

.stellarnav {
	position: absolute !important;
	padding: 20px;
	box-sizing: border-box;
	z-index: 15;
}

.stellarnav #menu-main-navigation {
	display: block !important;
}

.stellarnav .menu-toggle {
	display: none !important;
	visibility: hidden;
	color: #fff !important;
	background: rgba(4, 4, 6, .2);
	width: auto;
}

.stellarnav .close-menu {
	width: 100%;
}

.stellarnav .dd-toggle {
	padding: 15px !important;
	border-bottom: 0 !important;
	height: 47px;
}

.stellarnav .dd-toggle .fa-plus::before {
	content: "";
}

.stellarnav li a {
	color: #888;
}

.stellarnav>ul>li {
	display: block;
	text-align: left;
}

/* .stellarnav > ul > li.has-sub > .sub-menu {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: all 3s ease;
}
.stellarnav > ul > li.has-sub:hover > .sub-menu {
  overflow: hidden;
  height: auto;
  opacity: 1;
} */

/* .stellarnav > ul > li.has-sub:hover > .sub-menu {
  display: block;

  -webkit-animation: slide-down .5s ease-out;
  -moz-animation: slide-down .5s ease-out;
}

@-webkit-keyframes slide-down {
    0% { opacity: 0; -webkit-transform: translateY(-20%); }
  100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
    0% { opacity: 0; -moz-transform: translateY(-20%); }
  100% { opacity: 1; -moz-transform: translateY(0); }
} */

/* .stellarnav > ul > li.has-sub:hover > .sub-menu { display: block; } */
.stellarnav ul ul {
	top: auto;
	position: relative;
	text-align: left;
	background-color: #fff;
}

.stellarnav li.open>a.dd-toggle i {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.stellarnav li.no-link:hover>a {
	color: #000;
}

.stellarnav li.no-link>.dd-toggle {
	width: 100%;
	text-align: right;
}

.stellarnav li.no-link>.dd-toggle .fa-plus {
	padding-right: 19px;
}

.stellarnav>ul>li {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav ul {
	font-size: 16px;
	border-top: 0 !important;
}

.stellarnav ul li.open>a, .stellarnav ul li .current-menu-item>a {
	color: #000;
}

.stellarnav ul li a {
	border-bottom: 0 !important;
	padding: 12px 0 12px 15px !important;
	text-transform: uppercase;
	font-weight: 400;
}

.stellarnav ul li a:hover, .stellarnav ul li a:focus {
	color: #000;
}

.stellarnav ul li ul {
	font-size: 15px;
	background: transparent !important;
}

.stellarnav ul li ul .dd-toggle {
	height: 43px;
}

.stellarnav ul li ul li {
	margin-left: 20px !important;
}

.stellarnav ul li ul li a {
	border-bottom: 1px solid rgba(4, 4, 6, .15) !important;
	text-transform: capitalize;
	padding: 10px 0 10px 15px !important;
}

.stellarnav .dd-toggle {
	right: 50%;
}

.stellarnav>ul>li:hover a.dd-toggle {
	color: #000;
}

.stellarnav>ul>li:hover>a {
	color: #000;
}

.stellarnav.mobile>ul>li>a.dd-toggle {
	/* padding: 0; */
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 999;
	right: 0;
	height: 30px;
	width: 200px;
	text-align: left;
}

.stellarnav .dd-toggle i {
	position: absolute;
	margin: auto;
	top: 33%;
	left: 0 !important;
	-webkit-transition: transform .3s ease-out;
	-moz-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
}

/* #logo img { max-width: 40% !important; } */
.banner-internal.generic #logo img, .banner-bg #logo img, #banner #logo img, footer .grid-100.tac img {
	max-width: 190px !important;
}

.procedures {
	padding: 115px 0 100px;
	overflow: hidden;
}

.procedures .content {
	min-height: 868px;
	background: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/procedures-bg.jpg") center no-repeat;
}

.procedures .content.nitro-lazy {
	background-image: none !important;
}

.procedures .menu ul li {
	display: inline-block;
	color: #2b2b2b;
	line-height: 1;
	position: relative;
}

.procedures .menu li li {
	display: block;
}

.procedures .menu ul ul li a {
	opacity: .5;
}

.procedures .menu ul ul li a:hover {
	opacity: 1;
	transform: initial;
	transform-origin: initial;
}

.procedures .menu ul li a {
	font-size: 60px;
	line-height: 1;
	font-family: "Coromorant", serif;
	text-transform: uppercase;
}

.procedures .menu ul li ul li a {
	font-size: 18px;
	line-height: 25px;
	font-family: "Heebo", sans-serif;
	text-transform: uppercase;
}

.procedures .menu {
	width: 100%;
	z-index: 9900;
	position: absolute;
	top: -90px;
	left: 0;
}

.procedures .menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.procedures .menu li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.procedures .menu li a {
	padding: 10px 0;
	display: block;
	text-decoration: none;
	color: #2b2b2b;
	font-size: inherit;
	font-family: inherit;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.procedures .menu ul li a:hover {
	transform: scale(1.25);
	transform-origin: center;
}

.procedures .menu ul ul {
	padding-top: 100px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding-left: 80px;
	top: auto;
	width: 490px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	opacity: 0;
	background: rgba(221, 221, 221, .9);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.procedures .menu li:hover ul, .procedures .menu ul ul:hover {
	opacity: 1;
	min-height: 868px;
	margin-left: -100px;
	padding-right: 40px;
}

.procedures .menu ul ul.last {
	justify-content: flex-start;
}

.about-wrapper {
	height: 858px;
	max-width: 2110px;
	margin: auto;
	z-index: -1;
}

.about {
	position: relative;
	max-width: 2110px;
	margin: auto;
}

.about .bg-image {
	background-image: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/about-bg-blue.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	height: 85vw;
	min-height: 450px;
	position: relative;
}

.about .bg-image.nitro-lazy {
	background-image: none !important;
}

.about #text-slide {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

/* .about .grid-container {
    padding-bottom: 4rem;
} */
.about h1 {
	font-family: "Heebo", sans-serif;
	font-size: 52px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 25px;
	letter-spacing: 2px;
}

.about h1 span.bold {
	font-weight: bold;
}

.about h1 span.small {
	font-weight: bold;
	font-size: 28px;
}

.about h2 {
	font-family: "Heebo", sans-serif;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.about #text-slide .flex-viewport {
	height: 275px !important;
}

.about #text-slide ul li {
	font-family: "Heebo", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, .41);
	text-align: center;
	height: 300px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.about #text-slide ul li span.light {
	font-weight: 100;
}

.about .panel {
	background-color: rgba(255, 255, 255, .6);
	padding: 4rem 0;
}

.about .professional-logos {
	margin: 20px 0 20px 0;
	display: inline-block;
	width: 100%;
}

.about .content p {
	font-size: 15px;
	line-height: 34px;
}

.about-page-slider {
	text-align: center;
}

.about-page-slider img {
	max-width: 400px;
}

.professional-logos img {
	height: 50px;
	padding: 4px;
}

#main #content .drbadges img {
	max-height: 135px !important;
}

#procs-slider .flex-control-nav {
	position: absolute;
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	bottom: -50px;
	left: 15px;
	right: 0;
	height: 10px;
}

#procs-slider .flex-control-nav a {
	list-style: none;
	display: inline-block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background: #a7a7a7;
	text-indent: -9999px;
	cursor: pointer;
}

#procs-slider .flex-control-nav li {
	display: inline-block;
	margin: 0 20px 0 0;
}

#procs-slider .flex-control-nav li a.flex-active {
	background: #fff;
}

.testimonials {
	position: relative;
	min-height: 700px;
	overflow: hidden;
}

.testimonials h2 {
	margin-top: 60px;
	font-size: 76px;
	line-height: 86px;
}

.testimonials p {
	font-size: 14px;
	line-height: 34px;
}

.testimonials .doctor-patient {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 776px;
	padding-right: 15px;
	box-sizing: border-box;
}

.testimonials .doctor-patient img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.testimonials p strong {
	font-size: 18px;
	margin: 25px 0;
	display: inline-block;
}

.testimonials .reviews img {
	margin: 0 30px 40px;
}

.publications img {
	align-self: flex-start;
}

.publications-videos {
	padding: 100px 0 150px;
	box-sizing: border-box;
	min-height: 1060px;
	overflow: hidden;
}

.publications-videos h2 {
	font-size: 90px;
	line-height: 84px;
}

.publications-videos p {
	font-size: 14px;
	line-height: 34px;
	margin-top: 70px;
	margin-bottom: 80px;
}

.publications .flex {
	display: flex;
	min-height: 600px;
	flex-direction: column;
	justify-content: flex-end;
}

.publications .flex h2 {
	margin-bottom: 75px;
}

.videos .flex {
	display: flex;
	min-height: 600px;
	flex-direction: column;
	justify-content: flex-end;
}

.videos .flex h2 {
	margin-bottom: 55px;
}

.photo-gallery {
	padding-bottom: 80px;
	overflow: hidden;
}

.photo-gallery .flex {
	display: flex;
	flex-direction: column;
	height: 850px;
	justify-content: center;
}

.photo-gallery h2 {
	font-size: 128px;
	line-height: 1;
	margin-left: -5px;
	margin-bottom: 90px;
	color: #fff;
}

.photo-gallery .content-wrap {
	background: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/gallery-bg.jpg") center no-repeat;
	max-width: 2110px;
	height: 850px;
}

.photo-gallery .content-wrap.nitro-lazy {
	background-image: none !important;
}

.photo-gallery .content-wrap .content {
	padding-right: 50px;
}

.photo-gallery h1 {
	font-size: 128px;
	font-weight: 500;
}

.photo-gallery p {
	font-family: heebo, sans-serif;
	font-size: 14px;
	line-height: 34px;
	margin-bottom: 90px;
}

.insta .grid-container {
	padding-bottom: 100px;
}

.insta h3 {
	padding-bottom: 1rem;
}

.schedule {
	overflow: hidden;
}

.schedule-consultation {
	background-image: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/schedule-consult-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 800px;
}

.schedule-consultation.nitro-lazy {
	background-image: none !important;
}

.schedule-consultation .flex {
	display: flex;
	flex-direction: column;
	height: 800px;
	justify-content: center;
	align-items: center;
}

.schedule-consultation h1 {
	font-family: "Cormorant", serif;
	font-size: 112px;
	line-height: 98px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 145px;
	margin-top: 100px;
}

footer {
	color: #2b2b2b;
	padding: 90px 0 130px;
	overflow: hidden;
}

footer strong {
	font-weight: 500;
}

footer .border {
	border-right: 1px solid #e3e3e3;
}

footer img {}

footer h2 {
	font-size: 50px;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 30px;
}

footer p {
	font-size: 14px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 75px;
}

footer a {
	color: #2b2b2b;
}

footer .sitemap {
	font-weight: 300;
	float: left;
}

footer .sitemap a {
	text-transform: initial;
}

footer .copyright {
	font-weight: 300;
	float: right;
}

#main {
	margin: 85px 0;
	overflow: hidden;
}

#main > .grid-container {
	max-width: 2105px;
}

#main h1 {
	margin-bottom: 65px;
	font-weight: bold;
}

#main h1 .last-word {
	font-weight: 100;
}

#main h3 {
	font-size: 40px;
	text-align: center;
}

#main h3::after {
	content: "";
	background: #000;
	display: block;
	margin: 1rem auto 2rem;
	width: 45px;
	height: 2px;
}

#main p {
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 50px;
}

#main .p1, #main .p3 {
	font-size: 16px;
	font-style: italic;
}

#main #content img {
	padding-bottom: 2rem;
}

#main #content ul {
	list-style: disc;
	line-height: 2;
	margin-bottom: 30px;
	clear: both;
	font-style: italic;
	padding-left: 1em;
}

#main #content ul.children {
	padding-left: 2em;
}

#main #content ul.sub-menu {
	padding: 30px;
	background-color: #f3f3f3;
}

#main #content .relatedLinks ul {
	list-style: none;
	padding: 20px;
	background-color: #282828;
}

#main #content .relatedLinks li {
	box-sizing: border-box;
	border: 2px solid #fff;
	text-align: center;
	margin-bottom: 20px;
}

#main #content .relatedLinks a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-family: AvenirLT, sans-serif;
	font-size: 24px;
	line-height: 1;
	padding: 10px 0;
	display: block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#main #content .relatedLinks a:hover {
	transform: scale(1.25);
}

#main span.breadcrumb_last {
	font-weight: 500;
}

#main #content .slides {
	padding: 0px 0em;
}

#main #content .rating-value-item-txt img {
	margin-bottom: 0px;
	padding: 0px;
}

#main #content #nkp-testimonials-company {
	margin-bottom: 4rem;
}

#main #content #nkp-testimonials-company img {
	margin-bottom: 0px;
	padding: 0px;
}

#main #content #nkp-testimonials-company > span:first-of-type {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#main #content #nkp-testimonials-container .testimonial-author {
	background: transparent;
	font-size: 18px;
	margin-bottom: 10px;
}

#main #content .testimonial-entry .testimonial-content {
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 15px;
}

#main #content .testimonial-entry .testimonial-content p {
	margin-bottom: 10px !important;
}

#main #content .testimonial-entry .testimonial-content h3 {
	display: none !important;
}

#main #content .review-rating-stars, #main #content .rating-value {
	display: none;
}

#main #content .testimonial-entry {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

#main #content #nkp-testimonials-container {
	column-count: 2;
}

#main #content .flexslider h2 {
	font-size: 3rem !important;
}

#main #content .age-range {
	font-weight: 600;
	animation: blinkingText .2s;
	animation-iteration-count: 2;
	animation-delay: 2s;
}

@keyframes blinkingText {
	0% {
		color: #000;
	}
	
	49% {
		color: transparent;
	}
	
	50% {
		color: transparent;
	}
	
	99% {
		color: transparent;
	}
	
	100% {
		color: #000;
	}
}

/* -------- gallery ------- */
.patient-entry .patient-listing {
	width: 45%;
	float: left;
}

.patient-entry .patient-content {
	width: 45%;
}

.patient-entry .patient-listing > div {
	width: 50%;
	float: left;
}

.patient-entry .patient-listing > div img {
	width: 96%;
}

div#procedure-group-4 {
	text-align: left !important;
}

#sidebar .links {
	margin-bottom: 50px;
}

#sidebar .links li {
	box-sizing: border-box;
	border: 2px solid #000;
	text-align: center;
	margin-bottom: 20px;
}

#sidebar .links a {
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	font-family: "Cormorant", serif;
	font-size: 48px;
	line-height: 1;
	padding: 10px 0;
	display: block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#sidebar .links a:hover {
	transform: scale(1.25);
}

#sidebar .sb-photo-gallery {
	margin: 50px 0;
	background-color: #000;
	max-height: 300px;
	overflow: hidden;
}

#sidebar .sb-photo-gallery h2 {
	position: absolute;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 70px;
	font-family: "Cormorant", serif;
	color: #fff;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#sidebar .sb-photo-gallery h2:hover {
	transform: scale(.9);
}

#sidebar .sb-photo-gallery img {
	position: relative;
	z-index: 0;
	opacity: .75;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	object-fit: contain;
	width: 100%;
}

#sidebar .sb-photo-gallery a:hover img {
	opacity: 1;
}

.bxa-img {
	border: 3px solid #d6d6d6 !important;
}

.censor-gate {
	position: relative;
	margin-top: 30px !important;
}

.censor-gate .bxa-btn {
	position: absolute;
	font-size: 16px;
	cursor: pointer;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 250px;
	height: 100px;
	margin: auto;
}

.censor-gate .bxa-img {
	filter: blur(20px);
}

/* custom gallery S+R copy-ish */

/* gallery home */
section#main.galleryHome {
	background: #c1c1c1;
}

section#main.galleryHome #content {
	padding: 0px;
}

div#gallery-listing {
	display: inline-block;
	width: 100%;
	background-image: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/galleryHome-bg.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center 76px;
}

div#gallery-listing.nitro-lazy {
	background-image: none !important;
}

div#gallery-listing h1 {
	text-align: center;
	padding: 20px;
}

div#gallery-listing a {
	/* text-shadow: 2px 0px 0px #ccc; */
	font-family: "Heebo", sans-serif;
	text-transform: uppercase;
	font-style: normal;
}

#main #content #gallery-listing ul {
	list-style: none;
	padding-left: 0;
	font-size: 18px;
	min-height: 250px;
}

/* #procedure-group-1 .gal-proc-list  a:before, #procedure-group-3  .gal-proc-list  a:before{ content: '+'; padding: 0px 10px; } */
#procedure-group-2, #procedure-group-4 {
	text-align: right;
}

/*  #procedure-group-2 .gal-proc-list  a:after, #procedure-group-4 .gal-proc-list  a:after { content: '+'; padding: 0px 10px; } */
#gallery-listing .procedure-parent {
	margin: 0;
	padding: 0 10px;
}

/* listing page */
.patient-listing {
	width: 95% !important;
}

.patient-listing > div {
	width: 50%;
}

.patient-listing img.patient-list-image {
	width: 95% !important;
}

#patient-listing .case-num {
	font-size: 24px;
	color: #000;
	float: none !important;
	width: 95% !important;
	text-align: center !important;
	height: 40px !important;
	padding: 10px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 500;
	border-top: 1px solid rgba(164, 164, 164, .3);
}

.btn-list .btn {
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
	margin-bottom: 20px;
}

.patient-entry-listing .btn--white, .btn-list .btn--white {
	background: #fff !important;
	color: #000 !important;
	border: 2px solid #000 !important;
	outline: 2px solid #fff !important;
}

.patient-entry-listing .btn--white:hover, .btn-list .btn--white:hover {
	background: #000 !important;
	color: #fff !important;
}

.btn--small {
	font-size: 20px !important;
	padding: 10px 15px;
	min-width: 210px;
}

.btn--medium {
	font-size: 26px !important;
	padding: 16px 30px;
	min-width: 300px;
}

/* single page */
.gallery-title {
	text-align: center;
	font-size: 100px;
	line-height: 100px;
	letter-spacing: 20px;
	margin: 40px auto;
}

.patient-header {
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 10px;
	font-weight: 500;
	margin: 40px auto;
}

.bigimage.border.odd, .bigimage.border.even {
	width: 45%;
}

.bigimage.border.odd::after {
	content: "Before";
}

.bigimage.border.even::after {
	content: "After";
}

.beforeCap, .afterCap {
	text-transform: uppercase;
	font-size: 35px;
	letter-spacing: 10px;
	font-weight: 700;
	margin: 15px auto;
}

.beforeCap {
	width: 45%;
	text-align: center;
	float: left;
}

.afterCap {
	width: 45%;
	text-align: center;
	float: right;
}

.patient-set.selected {
	color: #cf9e77;
}

.patient-set {
	float: left;
	font-size: .85em;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.patient-image-small img {
	max-width: 100px;
	padding-bottom: 0px !important;
}

.patients-case-number {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 20px;
	text-align: center;
	margin-top: 50px;
}

span.prev-arrow a, span.next-arrow a {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 22px;
	letter-spacing: 7px;
	display: block;
}

span.prev-arrow a {
	float: left;
}

span.next-arrow a {
	float: right;
}

span.prev-arrow a svg, span.next-arrow a svg {
	fill: #000;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	width: 30px;
	display: block;
	margin: 15px auto 0;
}

span.next-arrow a svg {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

span.prev-arrow a:hover, span.next-arrow a:hover, span.prev-arrow a:focus, span.next-arrow a:focus {
	color: #cf9e77;
}

span.prev-arrow a:hover svg, span.next-arrow a:hover svg, span.prev-arrow a:focus svg, span.next-arrow a:focus svg {
	fill: #cf9e77;
}

.results-disclaimer {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	text-align: center;
	margin: 50px auto;
}

/* /----------- START MEDIA QUERIES --------------/ */

/* @media only screen and (max-width: 375px) {
  .banner-internal.generic{background:url(images/banner-mob-1.jpg) center bottom no-repeat;height:455px;overflow:initial;}
} */
@media only screen and (max-width: 768px) {
	#banner-mobile .content {
		text-align: center;
	}
	
	/* #banner-mobile .content img {margin-bottom: 50px;} */
	#banner-mobile #logo {
		/* background: rgba(255,255,255,.5); */
		padding: 15px;
		margin: 0 15px;
	}
	
	#banner-mobile .content h2 {
		margin: 0 auto 50px;
		font-size: 28px;
	}
	
	#main #content .flexslider h2 {
		font-size: 2rem !important;
	}
	
	.banner-internal.generic {
		background: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/banner-mob-2.jpg") center bottom no-repeat;
		height: 455px;
		overflow: initial;
	}
	
	.banner-internal.generic.nitro-lazy {
		background-image: none !important;
	}
	
	.banner-internal.generic #logo {
		text-align: center;
		padding: 10px 0px;
	}
	
	.banner-internal.generic #logo img {
		max-width: 300px;
	}
	
	header .grid-container-wide.sub-page {
		height: 400px;
	}
	
	.banner-internal.testimonials {
		background: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/testimonials-banner-mobile.jpg") no-repeat center top !important;
	}
	
	.banner-internal.testimonials.nitro-lazy {
		background-image: none !important;
	}
	
	.about h1 {
		font-size: 30px;
	}
	
	/* .about-wrapper {
        height: 1800px;
    }
    .about {
        background-position-y: -18rem !important;
        display:block;
    }
    .about .panel {
        padding:2rem 15px 2rem 15px;
    } */
	.insta .grid-container {
		padding-bottom: 20px;
	}
	
	footer {
		padding: 30px 0 75px;
	}
	
	#procs-slider .flex-control-nav {
		bottom: 80px;
	}
}

@media only screen and (max-width: 740px) {
	div#gallery-listing {
		background-image: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/galleryHome-bg-mobi.jpg");
		background-size: cover;
	}
	
	div#procedure-group-2, div#procedure-group-4 {
		float: left;
		text-align: left;
	}
	
	#main #content #gallery-listing ul {
		min-height: 0;
	}
	
	#procedure-group-2 .gal-proc-list a:after, #procedure-group-4 .gal-proc-list a:after {
		display: none;
	}
	
	#procedure-group-2 .gal-proc-list a:before, #procedure-group-4 .gal-proc-list a:before {
		content: "+";
		padding: 0px 10px;
	}
	
	.patient-entry .patient-listing, .patient-entry .patient-content {
		width: 100%;
	}
	
	#main #content #nkp-testimonials-container {
		column-count: 1;
	}
	
	iframe {
		width: 100%;
		height: 280px;
	}
	
	.patient-single {
		width: 100% !important;
	}
	
	header .grid-container-wide {
		height: auto;
	}
	
	header .info {
		position: absolute;
		z-index: 1001;
		bottom: initial;
		right: initial;
		top: 0;
		left: 0;
		width: 50%;
	}
	
	header .info .flex {
		justify-content: flex-start;
	}
	
	header .info .social {
		display: none;
	}
	
	#banner-mobile .content {
		margin: 60px 0;
	}
	
	#sideNav-contain #sidebarMenu {
		width: 375px;
	}
	
	.banner-internal.genric {
		background: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/banner-mob-2.jpg") center bottom no-repeat;
		height: 455px;
		overflow: initial;
	}
	
	.banner-internal.genric.nitro-lazy {
		background-image: none !important;
	}
	
	#sideNav-contain-sticky-wrapper {
		position: absolute;
		right: 45px;
	}
	
	.menu-open-toggle {
		background: rgba(255, 255, 255, .47);
		margin: 0;
	}
	
	#sideNav-contain {
		top: 15px !important;
		right: 15px;
	}
	
	/* .about .grid-50:last-of-type {
    padding-left: 0;
}
.about .foreground {
    height: 710px;
}

.about .background {
    position: relative;
    background-position: -240px 0;
    height: 400px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    box-sizing: border-box;
}


.about {
    min-height: 1000px;
    padding: 0 0 80px;
}

.about .background h2 {
    margin: 470px 15px 0;
    text-align: left;
}

.about h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.about h2 {
    font-size: 24px;
} */
	.about {
		overflow: hidden;
	}
	
	.foreground .content {
		padding-left: 0;
	}
	
	.professional-logos {
		/*display:flex;*/
		align-items: center;
	}
	
	.photo-gallery h2 {
		font-size: 67px;
		margin-left: 0;
		margin-bottom: 0;
		display: block;
		text-align: left;
	}
	
	.photo-gallery .content-wrap {
		background: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/gallery-bg.jpg") center no-repeat;
		height: 700px;
		background-position: -1410px 0;
	}
	
	.photo-gallery .content-wrap.nitro-lazy {
		background-image: none !important;
	}
	
	.photo-gallery p {
		margin-bottom: 20px;
	}
	
	.testimonials .doctor-patient {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		padding-right: 0;
		box-sizing: border-box;
	}
	
	.testimonials h2 {
		margin-top: 30px;
		font-size: 42px;
		line-height: 1;
	}
	
	.publications-videos {
		padding: 20px 0;
	}
	
	.publications .flex {
		min-height: 450px;
	}
	
	.publications-videos h2 {
		font-size: 60px;
		line-height: 1;
	}
	
	.insta h1 {
		font-size: 2.8rem;
	}
	
	.insta h3 {
		font-size: 1.2rem;
	}
	
	.schedule-consultation h1 {
		font-size: 42px;
		line-height: 1;
		margin-bottom: 80px;
	}
	
	.schedule-consultation {
		background-position: center;
		height: 350px;
	}
	
	.schedule-consultation .flex {
		display: flex;
		flex-direction: column;
		height: 350px;
		justify-content: center;
		align-items: center;
	}
	
	.videos .flex {
		min-height: 450px;
	}
	
	.schedule {
		margin: 50px auto;
	}
	
	.banner-internal .content {
		margin: 370px auto 0;
	}
	
	.banner-internal .content #logo img {
		width: 100%;
	}
	
	#main h1 {
		font-size: 46px;
	}
	
	#main h3 {
		font-size: 28px;
	}
	
	#main #content ul {
		padding-left: 1em;
	}
	
	footer {
		text-align: center;
	}
	
	footer .border {
		border-right: none;
		border-bottom: 1px solid #e3e3e3;
	}
	
	footer h2 {
		font-size: 42px;
	}
	
	footer .huntington, footer .great-neck {
		text-align: center;
	}
	
	footer .sitemap {
		float: none;
	}
	
	footer .sitemap a {
		font-size: 12px;
	}
	
	footer .copyright {
		font-size: 12px;
		margin: 20px auto;
		float: none;
	}
	
	div#gallery-listing.nitro-lazy {
		background-image: none !important;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
	/* .about .foreground {
    height: initial;
    padding: 50px 0 0;
}

.about {
    padding: 0;
}

.about .background {
    background-position: -80px 0;
}

.about .foreground {
    height: initial;
    padding: 50px 0 0;
} */
	.photo-gallery .content-wrap {
		background-position: -1230px 0;
	}
	
	.schedule-consultation h1 {
		font-size: 72px;
		line-height: 1;
		margin-bottom: 30px;
		margin-top: 50px;
	}
}

/*MOBILE*/
@media only screen and (max-width: 960px) and (min-width: 740px) {
	div#gallery-listing {
		background-size: cover;
	}
	
	#sideNav-contain-sticky-wrapper {
		width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 1002;
	}
	
	/* .slide1,
.slide2 {
    height: 600px;
} */
	
	/* .about h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.about h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.about .foreground .content .professional-logos img {
    width: 30%;
}

.about .background h2 {
    margin: 710px 0 0 0;
    text-align: center;
} */
	.foreground .content p {
		line-height: 26px;
	}
	
	.testimonials h2 {
		margin-top: 15px;
		font-size: 48px;
		line-height: 1;
	}
	
	.publications-videos {
		padding: 50px 0 75px;
	}
	
	.reviews {
		/*display:flex;*/
		align-items: center;
		justify-content: center;
	}
	
	.testimonials .reviews img {
		margin: 0 20px 40px 0;
	}
	
	.testimonials .content .flex {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 780px;
	}
	
	.photo-gallery .content-wrap {
		background: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/gallery-bg.jpg") 60% center no-repeat;
	}
	
	.photo-gallery .content-wrap.nitro-lazy {
		background-image: none !important;
	}
	
	.photo-gallery h2 {
		margin-bottom: 10px;
	}
	
	.testimonials .doctor-patient img {
		object-position: 30% 50%;
	}
	
	.publications-videos h2 {
		font-size: 48px;
		line-height: 1;
	}
	
	.publications-videos .flex {
		min-height: 370px;
	}
	
	.schedule-consultation h1 {
		font-size: 82px;
		line-height: 1;
	}
	
	footer .sitemap {
		float: none;
	}
	
	footer .copyright {
		float: none;
	}
	
	footer {
		text-align: center;
	}
}

/*TABLET*/
@media only screen and (max-width: 1024px) and (min-width: 960px) {
	div#gallery-listing {
		background-size: cover;
	}
	
	#sideNav-contain-sticky-wrapper {
		width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 1002;
	}
	
	/* .about .flex {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.about h1 {
    font-size: 47px;
    margin-bottom: 5px;
} */
	.about .background h2 {
		margin: 0 0 160px;
		font-size: 30px;
	}
	
	.testimonials h2 {
		font-size: 64px;
	}
	
	.publications-videos h2 {
		font-size: 80px;
	}
}

/*960 DESKTOP*/
@media only screen and (max-width: 1650px) and (min-width: 1024px) {
	.procedures .menu ul ul {
		padding-left: 50px;
		width: 370px;
	}
}

@media only screen and (max-width: 375px) {
	header .grid-container-wide.sub-page {
		height: 400px;
	}
}

@media only screen and (max-width:1024px) and (min-width: 740px) {
	.banner-internal .content {
		margin: 200px 0 0 0;
		text-align: center;
	}
}

@media only screen and (max-width:959px) and (min-width: 768px) {
	header .info {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	#banner .content {
		position: absolute;
		z-index: 3;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	
	.about .bg-image {
		background-image: url("https://cdn-ceiic.nitrocdn.com/LUdTnEEtIWgPiNHMpRAjiBJdtjSCeILJ/assets/images/optimized/rev-bc60a85/www.laylievplasticsurgery.com/wp-content/themes/laylievplasticsurgery_com/images/about-bg-desktop-bluev2.jpg");
		height: 500px;
	}
	
	.about .bg-image.nitro-lazy {
		background-image: none !important;
	}
	
	.about #text-slide ul li {
		font-size: 40px;
	}
}

@media only screen and (min-width:960px) {
	header .info {
		z-index: 3;
		position: absolute;
		right: 30px;
		bottom: 30px;
	}
}

@media only screen and (min-width: 1025px) {
	.about .bg-image {
		height: 1000px;
	}
	
	.about .grid-container {
		padding-bottom: 0;
	}
	
	.about #text-slide {
		width: 40%;
		top: 0;
		bottom: 0;
		height: 300px;
		margin: auto;
	}
	
	.about #text-slide ul li {
		font-size: 50px;
	}
	
	.about .grid-45 {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin-right: -15px;
	}
	
	.about .panel {
		padding: 0 15px 0 30px;
		height: 100%;
		display: flex;
		align-items: center;
	}
	
	.professional-logos img {
		height: 80px;
	}
	
	.photo-gallery {
		padding: 80px 0;
	}
}

@media only screen and (max-width:1440px) and (min-width: 768px) {
	#banner {
		height: 50vw;
	}
	
	.slide1, .slide2 {
		height: 50vw;
	}
	
	.grid-container-wide {
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (min-width:1441px) {
	#banner {
		height: 840px;
	}
}

/* MAIN GALLERY PAGE STYLES */
.main-gallery-page .gallery-nav {
	width: 100%;
	max-width: 2100px;
	margin: 0 auto;
}

.main-gallery-page .gallery-grid {
	display: flex;
	flex-wrap: wrap;
}

/* --- Gallery Tile Styling --- */
.main-gallery-page .gallery-tile {
	position: relative;
	flex: 0 0 33.333%;
	min-height: 700px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* --- Gallery Title inside tile --- */
.main-gallery-page .tile-title {
	font-family: "Cormorant", serif;
	font-size: 60px;
	color: #000;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 20px;
	text-transform: uppercase;
	z-index: 2;
	background: white;
	width: 100%;
}

/* --- Gallery Hover Overlay --- */
.main-gallery-page .tile-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .9);
	opacity: 0;
	transition: opacity .4s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 40px 60px;
	z-index: 1;
}

.main-gallery-page .gallery-tile:hover .tile-overlay {
	opacity: 1;
}

/* --- Gallery Overlay Content --- */
.main-gallery-page .tile-content {
	width: 100%;
	max-width: 500px;
	text-align: center;
}

.main-gallery-page .tile-menu {
	list-style-type: none !important;
	padding: 0;
	margin: 0 0 40px 0;
}

.main-gallery-page .tile-menu li {
	list-style-type: none !important;
	margin-bottom: 14px;
}

.main-gallery-page .tile-menu li a {
	font-family: "Heebo", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	color: #000;
	opacity: .6;
	text-decoration: none;
	transition: opacity .3s ease;
}

.main-gallery-page .tile-menu li a:hover {
	opacity: 1;
}

/* --- View Full Gallery Button --- */
.main-gallery-page .tile-button {
	display: inline-block;
	border: 1px solid #000;
	padding: 12px 24px;
	text-transform: uppercase;
	font-family: AvenirLT, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	background: transparent;
	text-decoration: none;
	transition: all .3s ease;
}

.main-gallery-page .tile-button:hover {
	background: #000;
	color: #fff;
	text-decoration: none;
}

/* --- Gallery Responsive Layout --- */
@media (max-width: 1024px) {
	.main-gallery-page .gallery-grid {
		flex-direction: column;
	}
	
	.main-gallery-page .gallery-tile {
		flex: 0 0 100%;
		min-height: auto;
		background-position: center;
		padding-bottom: 60px;
	}
	
	.main-gallery-page .tile-title {
		font-size: 42px;
		padding-top: 80px;
		position: relative;
		z-index: 3;
	}
	
	.main-gallery-page .tile-overlay {
		opacity: 1 !important;
		background-color: rgba(255, 255, 255, .95);
		position: relative;
		z-index: 2;
		padding-top: 60px;
		width: 70% !important;
		margin-top: 70px !important;
		margin-bottom: 0px !important;
	}
	
	.main-gallery-page .tile-content {
		max-width: 100%;
		text-align: center;
	}
	
	.main-gallery-page .tile-menu li a {
		font-size: 16px;
		line-height: 1.6;
	}
	
	.main-gallery-page .tile-button {
		font-size: 14px;
		padding: 10px 24px;
		width: 100%;
		box-sizing: border-box;
	}
}

.main-gallery-page .gallery-tile:first-child {
	background-position: left !important;
}

.main-gallery-page .tile-title:hover a {
	color: darkgray;
	text-decoration: none;
}

section#main.galleryHome h1 {
	font-family: "Cormorant", serif;
	background: white;
}

section#main.galleryHome #content {
	background: white;
}

@media screen and (max-width:1024px) {
	section#main.galleryHome h1 {
		margin-bottom: 0px !important;
	}
	
	.main-gallery-page .tile-title:first-child {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 740px) {
	.gallery-background h1 {
		font-size: 25px !important;
		letter-spacing: 6px !important;
	}
}
