.home-hero:after {
	content: url('https://www.plasticsurgerynorthernvirginia.com/wp-content/uploads/2025/07/BestOfTheCity-Winner-sm.webp');
	position: absolute;
	right: 100px;
    bottom: 100px;
	width: 150px;
	height: auto;
}
@media screen and (max-width: 768px) {
    .home-hero:after{
right: 50%;
        bottom: -20px;
        transform: translate(50%, 50%);
    }
}
.twocollist ul {
	display: grid;
 	grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
.twocollist ul {
	display: grid;
 	grid-template-columns: 1fr;
}
}
.block-inside-content h3 {
	color: #fff;
}
.wp-block-cover .wp-block-cover__inner-container {
	color: #fff;
}
.wp-block-cover .wp-block-cover__inner-container h3 {
	color: #fff
}
.location-map span.headline { 
	text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 8px;
 }
 .location-map div.subheadline {
	padding-top: 10px;
    text-align: center;
    display: block;
    font-size: 21px;
    letter-spacing: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
 }
.location-map {
	padding: 80px 0;
}
.navarrow {
	width: 15px;
	transform: rotate(-90deg);
}

.navarrowdown {
	width: 15px;
}

#activesearch {
	background: linear-gradient(90deg, #bfa779 0%, #fce1ae 50%, #bfa779 100%);    
	background-size: 1000% 400%;
    animation: animateBg 7s ease infinite;
	border-radius: 100%;
	padding: 10px;
	cursor: pointer;
	appearance: none;
	border: none;
	margin-right: auto;
}
@keyframes animateBg {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#activesearch img {
	filter: invert(100%);
	max-width: 30px;
	height: auto;
}

@media screen and (max-width: 767px) {
	#activesearch img {
		max-width: 20px;
	}
	.masthead.alertisactive {
		top: 40px;
	}
	.alertbar {
		height: unset;
		padding: 5px;
	}
}

.tmpl_type_rmg_archive #activesearch img,
.tmpl_type_single #activesearch img,
.tmpl_type_index #activesearch img,
.tmpl_type_search #activesearch img {
	filter: unset;
}

.searchme {
	padding: 1rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
	background: #fff;
	transform: translateY(-100%);
	transition: all .3s ease-in-out;
}

.searchme.is-active {
	transform: translateY(0);
	transition: all .3s ease-in-out;
}

#closesearch {
	background: transparent;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px;
	font-size: 18px;
	background: #1d1549;
	height: 100%;
	width: 50px;
	color: #fff;

}

.searchme form {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

@media screen and (max-width: 767px) {
	.searchme form {
		justify-content: flex-start;
	}
}

.searchme label {
	font-size: 18px;
}

.searchme input[type="text"] {
	border: 1px solid #1d1549;
	height: 32px;
	font-size: 16px;
	padding-left: 5px;
}

.searchme .button {
	padding: 10px 15px !important;
}

.tmpl_type_rmg_single_case .img-wrap .img-frame::after {
	background-image: url("images/watermark.webp");
	background-size: 40%;
	bottom: 20px !important;
	height: 66px;
}

.img-set a::after {
	background-image: url("images/watermark.webp");
	background-position: center 60%;
	background-size: 67%;
}

.rmgallery-child.tmpl_type_rmg_single_case .img-wrap .bna-label {
	display: block !important;
	text-align: center;
}

.tmpl_type_rmg_archive .gallery-section {
	height: unset;
	min-height: 400px;
}

.home-hero .button:hover {
	color: #fff !important;
}

.has-white-color {
	color: #fff;
}

.has-small-font-size {
	font-size: 12px;
}

.interior .full-width-image-reverse .wp-block-column ul {
	margin: 0 auto;
	max-width: 600px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (min-width: 768px) {
	.page-3171 .interior .block-hero .wp-block-cover {
		min-height: 300px;
	}

	.page-3171 .interior .block-hero .wp-block-cover .wp-block-cover__inner-container h1 {
		padding-bottom: 50px;
	}

	.page-9848 .interior .block-hero .wp-block-cover .wp-block-cover__inner-container h1 {
		padding-bottom: 50px;
	}

	.page-9848 .interior .block-hero .wp-block-cover {
		min-height: 300px;
	}
}

.review-logos-container {
	max-width: 70% !important;
	margin: 0 auto !important;
}

/* Grow Shadow */
.logo-block img {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}

.logo-block img:hover {
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.video-block {
	max-width: 720px;
	width: 100%;
	text-align: center;
}

.menu-item-14245 a {
	font-weight: 700 !important;
}

.menu-item-4209 a {
	font-weight: 600 !important;
}

.mast-phone .hero-split-line {
	width: 126px;
	height: 1px;
	background: #E5CB9A;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.mast-phone p {
	margin: 0;
	font-size: 10px;
}

.shop-now a {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background: linear-gradient(90deg, #bfa779 0%, #fce1ae 50%, #bfa779 100%);
	color: #816C44 !important;
	padding: 10px 0;
	margin-bottom: 0px;
}

.shop-now img {
	width: 20px;
	height: 20px;
	margin-right: 10px
}

.wp-container-4,
.wp-container-7 {
	gap: 0 !important;
}



.page-2073 .wp-block-column ul {
	margin-right: 15px !important;
}

.the-home-tabs-mobile .single-tab img {
	height: auto;
}

.book-btn p {
	margin: 0;
}

.book-button {
	font-weight: 400;
}

.block-special-block .col.txt {
	flex-direction: column;
}

.block-special-block .btwrap {
	justify-content: center;
}

@media only screen and (max-width: 768px) {
	.page-3171 .interior .block-hero .wp-block-cover .wp-block-cover__inner-container h1 {
		margin-top: 100px;
		font-size: 24px !important;
	}

	.btn-header {
		display: none;
	}
}

.wp-container-12.full-width-image-reverse {
	gap: 0;
}

.interior .full-width-image {
	gap: 0;
}

.page-3171 h1 {
	color: white;
}

.tmpl_type_rmg_single_case .img-wrap>div img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.home-about .butn-wrap>a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
	color: #5C5780;
}

.home-about p>a,
.the-home-tabs-desktop .tab-content p>a,
.the-home-tabs-mobile .tab-content p>a {
	display: inline;
	text-transform: none;
	text-decoration: underline;
	padding: 0;
}

.int-header .inside-logo {
	z-index: 10;
}

.ft-hrs {
	margin-top: 25px;
	margin-bottom: 25px;
	letter-spacing: 3px;
}


.icon-grid {
	display: flex;
	gap: 15px;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.icon-blk {
	width: 10%;
	min-width: 160px;
}

.icon-blk figure {
	text-align: center;
	margin-bottom: 25px;
}

.icon-blk p {
	font-size: 12px;
}

@media only screen and (min-width: 768px) {
	.awards-blk {
		width: 100vw;
		box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
		left: -40px;
		position: relative;
		padding: 0;
	}

	.awards-blk h3 {
		padding: 20px 0;
		margin: 80px 30px;
	}
}

@media only screen and (min-width: 1460px) {
	.awards-blk {
		width: 100vw;
		box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.1);
		left: calc(((40px + (50vw - (1460px / 2)))) * -1);
		position: relative;
		padding: 0;
	}

	.awards-blk h3 {
		padding: 20px 0;
		max-width: 1410px;
		margin: 80px auto;
	}

	.the-home-tabs-desktop .tab-content h2 {
		padding-left: 8%;
	}
}
.container.special {
    max-width: 1180px;
}
.block-special-block .btwrap {
	margin-top: 20px;
}

.block-special-block div.col.img {
	background-size: cover;
	min-width: 400px;
	min-height: 400px;
}

.block-special-block .breakerbar {
	min-width: 30px;
}

.two-col {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	column-gap: 2rem;
}

.book-btn p {
	text-align: center;
}

@media screen and (max-width: 980px) {
	.two-col {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		column-gap: 2rem;
	}

}

.hdr-btns {
	display: flex;
	gap: px;
	align-items: center;
	margin: 20px 0;
}

.btn-header {
	border: 3px solid #bfa779;
	color: #fff;
	font-weight: 300 !important;
	padding: 10px 20px;
	margin: 20px 20px;
	text-transform: uppercase;
}

.btn-header:hover {
	background-color: #1d1549;
}

.masthead .mast-phone {
	text-align: end;
}

.shop-now a {
	padding: 10px 20px
}

.full-width-image .wp-block-buttons {
	margin: 0 auto;
	max-width: 600px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.the-home-tabs-desktop .tab-content h2 {
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #5C5780;
	font-size: 28px;
	position: relative;
	z-index: 2;
}

.home h1 {
	text-transform: capitalize;
}

@media screen and (min-width: 1060px) {
	.the-home-tabs-desktop .tab-content h2 {
		padding-right: 60%;
	}
}

.medspa-btn a {
	font-size: 1.1rem;
	color: #656565 !important;
	line-height: 1.1rem;
}
@media screen and (max-width: 767px) {
	.block-special-block div.col.img {
		min-width: 320px;
		min-height: 320px;
	}
}

@media screen and (max-width: 980px) {
	.medspa-btn {
		width: 100% !important;
	}
}

.home-hero .taglines-title {
	margin-bottom: 60px;
}

.home-hero .taglines-title span {
	font-size: 1.5rem;
	font-style: italic;
}

.home-welcome {
	padding-top: 100px;
}

.shop-now .button:hover {
	background: #1d1549;
	color: #fff !important;
}

.disclaimer a {
	color: #fff;
	text-decoration: underline;
}

.aesthetix-frame {
	min-height: 900px;
}
/* hydrafacial page css  */
.intro-block.hydra .iconblock {
	max-width: 600px;
	margin: auto;
}
.intro-block.hydra .iconblock .wp-block-column {
	padding: 0!important;
	min-height: unset!important;
	flex-basis: unset!important;
}
.intro-block.hydra .iconblock .wp-block-column figure {
	margin: 0 15px!important;
}
.full-width.colblock.hydra {
	background-color: #f6f6f5;
    padding: 50px 70px;
	margin-bottom: 80px;
}
.full-width.colblock.hydra .wp-block-column figure {
	min-height: 133px;
	align-content: center;
}
.goldcta {
	background: #655e89;
	padding: 50px 70px;
	margin-top: 80px; 
}
.goldcta a {
    font-size: 18px;
    padding: 20px 40px 20px 40px !important;
}
.hydragal .wp-block-gallery {
	gap: 0!important;
}
.iconblock .wp-block-columns {
	flex-wrap: nowrap!important;
}
h2, h3, h4, div, span, a {
	scroll-margin-top: 100px;
}
.interior .smallhero .wp-block-cover {
	min-height: 500px;
	padding-top: 25vh!important;
}
.interior .full-width-image .wp-block-column .wp-block-heading {
	margin: 0 auto;
    max-width: 600px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 767px) {
	.interior .smallhero .wp-block-cover {
		padding-top: 5vh;
	}
	.masthead .mast-phone {
		margin-top: 5vh;
	}
}


