/*
 Theme Name:   Genesis Child
 Theme URI:    http://surgeonsadvisor.com/
 Description:  Genesis Child Theme
 Author:       Ronald Lau 08/31/2016
 Author URI:   http://surgeonsadvisor.com/
 Template:     genesis
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  genesis-child
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v7.0.0 | MIT License | https://necolas.github.io/normalize.css/ */

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #5cc6c9;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.heading-2,
.heading-3,
.heading-4 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2,
.heading-2 {
	font-size: 30px;
	font-size: 3rem;
}

h3,
.heading-3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4,
.heading-4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

.heading-2 a,
.heading-3 a,
.heading-4 a {
    color: currentColor !important;
    text-decoration: none !important;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #51aca5;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1300px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 780px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
	box-shadow: none;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	margin-bottom: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}
.site-header .social {
	display: flex;
    align-items: end;
    justify-content: flex-end;
}
.site-header .social img {
	width: 24px;
	height: 23px;
	display: block;
	margin-left: 5px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.author-box-title,
.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #5cc6c9;
}

.widget-title {
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	text-align: center;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 40px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	min-height: 160px;
	border-bottom: 1px solid #eee;
}

.site-header .wrap {
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(/wp-content/uploads/2020/02/logo.png) no-repeat!important;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 780px;
}

.site-header .header-widget-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #5cc6c9;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 210px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 210px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 209px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary and Secondary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	border-bottom: 1px solid #eee;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding-right: 10px;
	text-decoration: none;
}

.pagination .active a {
	color: #333;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	padding: 32px 0 0 32px;
}

.comment-list li.depth-1 {
	padding-left: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	border-top: 1px solid #ddd;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 360px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

@media only screen and (max-width: 1020px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

}

@media only screen and (max-width: 880px) {

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* =Theme customization starts here
-------------------------------------------------------------- */
:focus, :active {
    border: 0;
    outline : 0;
}
#wpadminbar {z-index: 9;}
body {
    font-weight: 400;
}
body>div {
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px;
}
.home h1,
.page-template-front-page-test h1 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 0;
}
h2, 
.heading-2
{font-size: 3.7rem;}

.content h4 {
    font-weight: 600;
    color: #5f5f5f;
}
h2>span {
    color: #5cc6c9;
}
h3 {
    margin-bottom: 10px !important;
    font-size: 2.6rem;
}
a {
    color: #5cc6c9;
    text-decoration: none;
}
.entry-content a{
    color: #5cc6c9;
    text-decoration: underline;
}

.entry-content .has-black-color a {
	color: #000;
}

.subtitle{
    color:#fff!important;
}

p.title-2 {
    font-size: 30px;
    line-height: normal;
    font-weight: 300;
}
hr {
    margin: 1em 0 2em 0;
}
.alignright {
    margin: 7px 0 20px 24px;
}
.alignleft {
    margin: 7px 24px 20px 0;
}
a.alignright, img.alignright, .wp-caption.alignright {
    margin: 7px 0 24px 24px;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
    margin: 7px 24px 24px 0;
}
.content-row {
  clear: both;
}
.content-row .wrap {
  margin: 0 auto;
  max-width: 1200px; /*Website width*/
  padding: 30px 0
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #5cc6c9;
}


.button {
    background-color: #5cc6c9;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #51aca5;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    padding: 12px 0 10px;
    text-align: center;
    text-decoration: none;
    width: 168px;
    color: #333 !important;
    text-decoration: none !important;    
}
.button:hover, .button:focus {
    background: #51aca5;
}

.button-1 {
    background-color: #ff7164;
    box-shadow: 0 3px 0 0 #e9584b;
}
.button-1:hover {
    background: #FF8B80;
}
a.button.button-1.button-mobile{
  display: none;
}

.button.button-cta {
    background-color: #ff7164;
    text-transform: uppercase;
    box-shadow: 0 3px 0 0 #e9584b;
    transition: .3s;
    padding: 7px 24px;
    width: auto;
    line-height: 1.625;
}

.button.button-cta:hover,
.button.button-cta:focus {
    box-shadow: none;
}

.banner-2 {
    background-color: rgba(0,0,0,.44);
    bottom: 0;
    font-size: 30px;
    font-weight: 400;
    left: 50%;
    padding: 13px 50px 10px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    min-width: 950px;
    text-transform: uppercase;
}
.banner-2 p {
    display: inline-block;
    margin: 0;
}
.banner-2 .button {
    width: 210px;
    float: right;
}
.home .site-inner,
.page-template-front-page-test .site-inner,
.page-template-front-page-test2 .site-inner {
	max-width: 100%;
    padding: 0;
}

.text-disclaimer {
    text-align: center;
    font-size: .9em !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/* Search Form 404 */
.entry-content .search-form {
    width: 70%;
    margin-bottom: 30px;
}
.entry-content .search-form input[type="search"] {
    height: 51px;
    padding: 10px;
    width: 60%;
}
.entry-content .search-form input[type="search"]:focus {
	border: 1px solid #ddd !important;
}
.entry-content .search-form input[type="submit"] {
    background-color: #333;
    border-radius: 0;
    border: 1px solid #333 !important;
    color: #fff;
    display: inline-block;
    height: 51px;
    padding: 12px 24px !important;
    vertical-align: top;
    width: auto;
    font: normal normal normal 20px/1 FontAwesome;
}

/* Header */
.site-header {
    background-color: #362f2d;
    min-height: 110px;
	margin: 0 -15px;
	border: 0;
}
.site-header .wrap {
    padding: 20px 0;
    display: flex;
    align-items: center;
    position: relative;	
}
.title-area {
    padding: 0;
    width: 380px;
}
.header-image .site-title>a {
    min-height: 61px;
}
.site-header .widget-area {
    flex-grow: 1
}
.site-header p {
	margin-bottom: 0;
}
.site-header a, .site-header a:hover {
	color: #fff;
}
.site-header a:hover {
	text-decoration: underline;
}
/* Search */
#search-3 {
    width: 260px;
}
.site-header .search-form {
    width: 100%;
    position: relative;
    margin: 0;
}
#search-3 .search-form input[type="search"] {
    background-color: #534741;
    border-radius: 5px;
    border: 1px solid #534741;
    color: #c7b299;
    display: inline-block;
    font-size: 13px;
    left: 8px;
    line-height: 20px;
    padding: 3px 5px;
    text-transform: uppercase;
}
#search-3 .search-form input[type="search"]:focus {
    border: 1px solid #534741 !important;
}

#search-3 label {
    color: #ffffff;
    display: block;
    text-align: left;
    font-size: 14px;
}
section#search-3.widget_search input[type="submit"] {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='16' height='16'><path fill='currentColor' d='M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z'/></svg>");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(82%) sepia(27%) saturate(258%) hue-rotate(352deg) brightness(85%) contrast(86%);    
    height: 28px;
    width: 28px;
    position: absolute;
    top: unset;
    bottom: 0;
    right: 5px;
    clip: unset;    
}


form.search-form ::-webkit-input-placeholder {  
  color: #c7b299;
}

form.search-form :-moz-placeholder { /* Firefox 18- */  
  color: #c7b299;
}

form.search-form ::-moz-placeholder {  /* Firefox 19+ */  
  color: #c7b299;
}

form.search-form :-ms-input-placeholder {  
  color: #c7b299;
}

#search-3 .search-form input[type="submit"]:hover,
.widget_search input[type="submit"]:hover,
#search-3 .search-form input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    color: #c7b299;
    outline: 0;
    box-shadow: none;
    padding: 0;
}

.site-header .header-widget-area .widget {
    margin-right: 35px;
}

.site-header .header-widget-area .widget:first-child {
    margin-right: 60px;
}

.site-header .header-widget-area .widget:last-child {
    margin-right: 0;
}

.site-header .header-widget-area .widget-title {
    color: #73c0bb;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: right;
}

.site-header .header-widget-area .widget-title a {
    color: #5cc6c9;
}

.site-header .header-widget-area .telephone {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

/* Social
================================================ */
.social a .fa {
	font-size: 16px;
	color: #FFF;
	padding: 4px 4px 3px;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
    margin-left: 5px;
}

.fa-facebook {
    background:#3b5998;
}
.fa-twitter {
    background:#55acee;
}
.fa-pinterest {
    background:#bd081c;
}
.fa-youtube {
    background: #cd201f;
}
.fa-google-plus{
    background: #dc4e41;
}

.fa-instagram{
    background: -webkit-radial-gradient(32% 106%,circle cover,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),-webkit-linear-gradient(-45deg,#234bd7 12%,#c33cbe 58%);
    background: -moz-radial-gradient(32% 106%,circle cover,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),-moz-linear-gradient(-45deg,#234bd7 12%,#c33cbe 58%);
    background: -ms-radial-gradient(32% 106%,circle cover,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),-ms-linear-gradient(-45deg,#234bd7 12%,#c33cbe 58%);
    background: -o-radial-gradient(32% 106%,circle cover,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),-o-linear-gradient(-45deg,#234bd7 12%,#c33cbe 58%);
    background: radial-gradient(circle farthest-corner at 32% 106%,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),linear-gradient(135deg,#234bd7 12%,#c33cbe 58%);
}

#___plusone_0{
    width: 75px !important;
    vertical-align: bottom !important; 
}

/* Navigation */
.nav-primary {
    background: #5cc6c9;
    background: -moz-linear-gradient(top, #6bd9dc 0%, #5cc6c9 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5cc6c9), color-stop(100%, #74c1bc));
    background: -webkit-linear-gradient(top, #6bd9dc 0%, #5cc6c9 100%);
    background: -o-linear-gradient(top, #6bd9dc 0%, #5cc6c9 100%);
    background: -ms-linear-gradient(top, #6bd9dc 0%, #5cc6c9 100%);
    background: linear-gradient(to bottom, #6bd9dc 0%, #5cc6c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cc6c9', endColorstr='#74c1bc', GradientType=0 );
    border: 0;
    margin: 0 -15px;
    text-align: center;
}

.nav-primary.sticky {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100vw;
}

.nav-primary .genesis-nav-menu {
    font-weight: 500;
}
.nav-primary .genesis-nav-menu a {
    color: #000;
    text-transform: uppercase;
    padding: 20px 15px;
}
.nav-primary .genesis-nav-menu .sub-menu {
    border: 0;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover, .nav-primary .genesis-nav-menu .sub-menu a:focus, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a {
    color: #E9DCB5 !important;
}
.menu-item-5224 a {
    background: #ff7164;
}
.nav-primary .genesis-nav-menu .sub-menu a {
    color: #fff !important;
    padding: 10px;
    line-height: normal;
    background-color: #362F2D;
    border: none;
}
#menu-item-9946 .sub-menu a {
	width: 300px;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: -47px 0 0 199px;
}
.nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu a:focus, .nav-primary .genesis-nav-menu .current-menu-item>a {
    color: #333;
    text-decoration: none !important;
}

/* MEGA MENU CODE
---------------------------------------------*/
.genesis-nav-menu .menu-item-has-children a {
  cursor: pointer;
}
/*Add caret to menu items with childrens*/
.genesis-nav-menu > .menu-item-has-children > a:after{
	content: '';
	background: url(/wp-content/uploads/2021/08/angle-down.svg) no-repeat;
	width: 8px;
	height: 8px;
	color: #333;
	margin-left: 1rem;
	padding: 0;
	display: inline-block;
}
i.clickeable-menu {
    margin-left: 6px;
    padding: 2px 4px 0;
}
i.clickeable-menu:hover{
  background: rgba(0,0,0,0.5);
}
#menu-item-16611 a,
#menu-item-16612 a,
#menu-item-16611 a:hover,
#menu-item-16612 a:hover,
#menu-item-16611 a:focus,
#menu-item-16612 a:focus,
#menu-item-16611 a:active,
#menu-item-16612 a:active,
#menu-item-16280 a,
#menu-item-16280 a:hover,
#menu-item-16280 a:focus,
#menu-item-16280 a:active {
    background-color: #E9DCB5;
    color: #362F2D !important;
}

.genesis-nav-menu .menu-item .sub-menu {
    visibility: hidden;
}
.genesis-nav-menu .menu-item:hover .sub-menu {
  left: auto;
  visibility: visible;
}
.genesis-nav-menu .menu-item-has-children .sub-menu {
  background-color: #362F2D;
}
.genesis-nav-menu .menu-item-has-children .sub-menu.active-sub-menu {
  left: auto;
}
/*Megamenu New */
.nav-primary {
    background: #5cc6c9;
    background: -moz-linear-gradient(top,#6ad9dc 0,#5cc6c9 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,#6ad9dc),color-stop(100%,#5cc6c9));
    background: -webkit-linear-gradient(top,#6ad9dc 0,#5cc6c9 100%);
    background: -o-linear-gradient(top,#6ad9dc 0,#5cc6c9 100%);
    background: -ms-linear-gradient(top,#6ad9dc 0,#5cc6c9 100%);
    background: linear-gradient(to bottom,#6ad9dc 0,#5cc6c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cc6c9',endColorstr='#6ad9dc',GradientType=0);
}

.nav-primary .genesis-nav-menu a {
    color: #333;
    text-transform: uppercase;
    padding: 20px 15px;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover, .nav-primary .genesis-nav-menu .sub-menu a:focus, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a {
    color: #E9DCB5 !important;
}
.menu-item-5224 a {
    background: #ff7164;
}
.nav-primary .genesis-nav-menu .sub-menu a {
    color: #fff;
    padding: 10px;
    line-height: normal;
    background-color: #362F2D;
    border: none;
}
.nav-primary .genesis-nav-menu .active-menu-parent a, .nav-primary .genesis-nav-menu .active-menu-parent a:after, .nav-primary .genesis-nav-menu a:focus, .nav-primary .genesis-nav-menu a:hover{
    color: #333;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: -47px 0 0 199px;
}
.nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu a:focus, .nav-primary .genesis-nav-menu .current-menu-item>a {
    color: #333;
    text-decoration: none !important;
}
.nav-primary .genesis-nav-menu .menu-item-9876>a:focus+ul.sub-menu {
    left: 50%;
    margin-left: -600px;
    background-color: #362f2d;
}
.mega-menu>.sub-menu,
.nav-primary .genesis-nav-menu>.menu-item-9876>.sub-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 1200px !important;
    left: 50% !important;
    margin-left: -600px;
    background-color: #362f2d;
    padding-bottom: 0;
}
.mega-menu:hover>.sub-menu,
.nav-primary .genesis-nav-menu>.menu-item-9876:hover>.sub-menu {
    left: 50%;
    opacity: 1;
    margin-left: -600px;
}
.mega-menu>.sub-menu,
.nav-primary .genesis-nav-menu>.menu-item-9876>.sub-menu {
    -moz-column-gap: 3%;
    -webkit-column-gap: 3%;
    column-gap: 3%;
    -moz-column-width: 30%;
    -webkit-column-width: 30%;
    column-width: 30%;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
}
.mega-menu>.sub-menu>.menu-item,
.nav-primary .genesis-nav-menu>.menu-item-9876>.sub-menu>.menu-item {
    background-color: #362f2d;
    display: inline-block;
    float: none;
    margin-bottom: .25em;
    margin-right: -4px;
    margin-top: .25em;
    vertical-align: top;
    /*width: 25%;*/
    width: auto;
    padding: 0 50px;
    margin: 0;
}
.mega-menu>.sub-menu>.menu-item {
	text-align: center;
}
.nav-primary .genesis-nav-menu>.menu-item-9876>.sub-menu>.menu-item:first-child {
  padding: 0 50px 0 50px;
}
.nav-primary .genesis-nav-menu>.menu-item-9876>.sub-menu>.menu-item:last-child {
  padding: 0 50px 0 50px;
}
li#menu-item-24981 {
    width: 30%
}
li#menu-item-10262 {
    width: 20%
}
.nav-primary .genesis-nav-menu>.menu-item-9876>.sub-menu>.menu-item>a {
    border: 0;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 1px 1px #222;
    background: transparent;
    padding-left: 1em;
    padding-bottom: 12px;
    width: 100%
}
.nav-primary .genesis-nav-menu>.menu-item-9876>.sub-menu>.menu-item-has-children>a {
    /*pointer-events: none;*/
    cursor: pointer;
    margin-bottom: 0;
    font-size: 15px;
    color: #5cc6c9 !important;
    font-weight: bold;
}

.nav-primary .genesis-nav-menu>.menu-item-9876>.sub-menu>.menu-item-has-children>a:after {
    content: '';
	background: url(/wp-content/uploads/2021/08/angle-down-red.svg) no-repeat;
	width: 8px;
	height: 8px;
	color: #333;
	margin-left: 1rem;
	padding: 0;
	display: inline-block;
}
body .nav-primary .genesis-nav-menu>.menu-item-9876>.sub-menu>.menu-item>.sub-menu {
    left: 0;
    opacity: 1;
    margin: 0;
    position: absolute;
    width: 100%;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    background-color: #272322;
    padding: 10px;
    /*position: relative;*/
    /*display: block !important;*/
    display: none;
    visibility: hidden;
}
body .nav-primary .genesis-nav-menu>.menu-item-9876>.sub-menu>.menu-item:hover>.sub-menu {
    display: block;
    visibility: visible;
}
.nav-primary .genesis-nav-menu>.menu-item-9876>.sub-menu>.menu-item-24981>.sub-menu {
    width: 100%}
.genesis-nav-menu>.menu-item-9876>.sub-menu>.menu-item:hover>.sub-menu {
    left: auto;
    opacity: 1;
}
.genesis-nav-menu>.menu-item-9876>.sub-menu>.menu-item>.sub-menu>.menu-item {
    float: none;
}
.nav-primary .genesis-nav-menu>.menu-item-9876>.sub-menu>.menu-item>.sub-menu>.menu-item>a {
    border: 0;
    color: #fff !important;
    line-height: 1.5;
    padding: 8px 13px;
    width: 250px;
    background-color: transparent;
}
.nav-primary .genesis-nav-menu>.menu-item-9876>.sub-menu>.menu-item>.sub-menu>.menu-item:hover>a {
    color: #CCC !important;
}
.genesis-nav-menu>.menu-item-9876>.sub-menu>.menu-item#menu-item-9877>.sub-menu { columns: inherit; }
.genesis-nav-menu>.menu-item-9876>.sub-menu>.menu-item#menu-item-9877>.sub-menu>.menu-item { width: 33%; }

.genesis-nav-menu>.menu-item-9876>.sub-menu>.menu-item>.sub-menu:before {
    content: ".";
    position: absolute;
    height: 15px;
    width: 15px;
    background: #272322;
    transform: rotate(45deg);
    top: -8px;
    left: 8%;
    color: transparent;
    border-left: 1px solid #4c4644;
    border-top: 1px solid #4c4644;
}
.genesis-nav-menu>.menu-item-9876>.sub-menu>#menu-item-9881>.sub-menu:before { left: 29%; }
.genesis-nav-menu>.menu-item-9876>.sub-menu>#menu-item-9892>.sub-menu:before { left: 53%; }
.genesis-nav-menu>.menu-item-9876>.sub-menu>#menu-item-10532>.sub-menu:before { left: 73%; }
.genesis-nav-menu>.menu-item-9876>.sub-menu>#menu-item-9905>.sub-menu:before { left: 90%; }

/* Gravity Form
-------------------------------------------------------------- */
.gform_wrapper {
	display: block !important;
}
body .gform_wrapper .top_label div.ginput_container {margin-top: 0 !important;}
.gform_wrapper {margin: 8px 0 0 !important;}
.gform_wrapper.gf_browser_chrome .gform_body {width: 100% !important;}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {font-size: 12px !important;}
.gform_wrapper ul li.gfield {margin-top: 10px !important; padding-top: 0 !important; padding-bottom: 0 !important; margin-bottom: 0 !important;}
.gform_wrapper.gform_legacy_markup_wrapper li.gfield.gfield_error, .gform_wrapper.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin-bottom: 0 !important;
}
.ginput_recaptcha + .gfield_validation_message {
	display: none;
}
.gform_wrapper .top_label .gfield_label {margin-bottom: 0 !important;}
.gform_wrapper div.validation_error {display: none !important;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {padding-right: 16px !important;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {margin-top: 0 !important;}
.gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {margin-top: 0 !important;}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {margin-top: 0px !important;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {margin-bottom: 0 !important;}
.gform_wrapper .gfield_description.validation_message {color:#ff0000; font-weight: 500; padding: 0 !important; position: absolute; right: 20px; top: 8px; width: auto !important; z-index: 9; font-size:12px;}
.gform_wrapper .gfield_error {padding: 0px !important; margin-top:0px !important;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {margin: 0;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {border: 0 !important; background-color: transparent !important; position: relative;}
input:focus, textarea:focus {border: 0 !important;}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"], 
.gform_wrapper textarea, 
.gform_wrapper select, 
select {border: 1px solid #ddd !important; padding: 4px !important; min-height: 40px;}

.gform_wrapper select {
	    padding: 9px 4px !important;
}

.gform_wrapper textarea {height: 120px !important;}
.gform_wrapper .validation_message {font-size: 12px !important;}
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {max-width: 50% !important;}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {margin-right: 0 !important;}
.gform_wrapper .validation_message {color: red !important;font-size: 11px !important;}
.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}
#gform_wrapper_7 .gfield_label { display: none; }
#gform_wrapper_2 .gfield_description.validation_message { right: 20px; top: 12px; }
#field_2_21 .gfield_description.validation_message, #field_7_21 .gfield_description.validation_message { left: 205px; top: 4px; }

#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required { padding-right: 0 !important; max-width: 100%!important; }
#gform_wrapper_1 .gfield_description.validation_message {
    right: 10px;
    color: #ff0000 !important;
    font-weight: 700;
}
#validation_message_8_1 {
right: 5px !important
}
#field_7_14 label.gfield_label { display: block; }
label#label_7_21_1 span {
    font-size: 20px;
    top: 0;
    left: 188px;
    position: absolute;
    font-weight: bold;
}

/* Slider
--------------------------------- */
.slider-wide {
    margin: 0 -15px;
    width: auto;
    background: url(/wp-content/uploads/2019/02/doctors-slider-new-3b-3.jpg) #251812;
    background-size: cover;
    min-height: 500px;
    background-position: bottom;
}
@media only screen and (min-width: 1440px) { 
    .slider-wide {
        min-height: 600px;
    }
}
.slider-wide .wrap {
  max-width: 1440px;
  position: relative;
}
.slider-wide-content .wrap {
  position: relative;
  padding: 0;
  max-width: 100%;
}
.slider-wide img {
    display: block;
}
section#text-4 {
    width: 56%;
    position: absolute;
    bottom: 0;
}
section#text-4 .button {
    position: absolute;
    right: 0;
    width: 168px;
    top: 15px;
}
.banner-1 {
    background-color: rgba(54,47,45,.9);
    color: #fff;
    display: inline-block;
    padding: 15px 40px 10px;
    width: 620px;
}
.banner-1 h2 {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.banner-1 span {
    display: inline-block;
    float: right;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
section#gform_widget-2 {
    background-color: rgba(61, 54, 51, .9);
    background: #3a3635;
    position: absolute;
    right: 0;
    width: 345px;
    color: #fff;
    padding: 20px 30px;
    z-index: 9;
	bottom: 50%;
    transform: translateY(-35%);
}
section#text-6 {
    position: absolute;
    right: 0;
    width: 325px;
    bottom: 40px;
}
section#text-6 .widget-wrap {
    position: relative;
}
section#text-6 .button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 220px;
}


/* Small Contact Home */
#gform_wrapper_5 ::-webkit-input-placeholder {  
  color: #6ad9dc !important;
}

#gform_wrapper_5 :-moz-placeholder { /* Firefox 18- */  
  color: #6ad9dc !important;
}

#gform_wrapper_5 ::-moz-placeholder {  /* Firefox 19+ */  
  color: #6ad9dc !important;
}

#gform_wrapper_5 :-ms-input-placeholder {  
  color: #6ad9dc !important;
}
#gform_wrapper_5 {
    margin: 0;
}

#gform_wrapper_5 .gfield_label {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}
#gform_wrapper_5 ul.gform_fields li.gfield {
    padding-right: 0;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    overflow: hidden;
}
#gform_wrapper_5 input[type=text], #gform_wrapper_5 select, #gform_wrapper_5 textarea {
    background: #504640;
    color: #fff;
    padding: .4em !important;
    border: 0 !important;
    font-size: 15px;
    min-height: 30px;
    line-height: normal;
}
#gform_wrapper_5 textarea {
  padding: .25em .5em !important;
  height: 70px !important;
}
#field_5_1 .ginput_container_text {
    padding-right: 10px;
}
#gform_wrapper_5 .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 0;    
}
li#field_5_7 a { color: #5cc6c9 !important; }
li#field_5_7 {
    padding: 7px 10px 3px !important;
    background-color: #2c2623 !important;
    color: #fff !important;
    margin-top: -10px !important;
    font-size: 15px !important;
}
#gform_wrapper_5 li#field_5_7 {
    padding: 5px 10px 3px !important;
    background-color: #2c2623 !important;
    color: #fff !important;
    margin-top: -10px !important;
    font-size: 15px !important;
    width: 100% !important;
}
input#choice_5_7_1 {
    margin-top: 0 !important;
}
li#field_5_8 {
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 5px 0 !important;
    max-width: 100%;
    padding: 0 !important;
    text-align: center;
}
li#field_5_8 span {
    font-size: 21px;
}
#gform_wrapper_5 .gform_footer.top_label {
    position: relative;
    margin: 0;
}
#gform_wrapper_5 ul.gform_fields li#field_5_9 { margin-top: -10px !important; }
#input_5_9 iframe {
    transform: scale(0.94);
    -webkit-transform: scale(0.94);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
#field_5_9 .gfield_description.validation_message {
    left: 5px;
    top: 5px;
}
input#gform_submit_button_5 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ff7164;
    width: 280px;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #e9584b;
    font-size: 24px;
    padding: 14px;
}
#gform_wrapper_5 li.gfield.gfield_error.gfield_contains_required {
    padding-right: 0 !important;
}
#gform_wrapper_5.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    margin-top: 0 !important;
}
#gform_wrapper_5 .gfield_error {
    padding: 0 !important;
}
#field_5_7 .gfield_description.validation_message {
    top: 15px;
}
#gform_wrapper_5 .gfield_description.validation_message {
    color: #f54e4e !important;
    font-size: 10px !important;
    right: 10px;
}
#gform_wrapper_5 li.gfield_error ul.gfield_checkbox { color: #fff; }

.bar-1 {
    background-color: #363636;
    margin: 0 -15px;
}
.bar-1 .wrap {
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 1px;
    max-width: 1440px;
    text-align: center;
    text-transform: uppercase;	
}
.bar-1 .wrap span {
    color: #5cc6c9;
}
.featured-section.bar-1 .wrap {
	padding: 0 0 30px;
}
#text-40 {
	margin-top: 30px;
}
.featured-section {
	border: solid 1px #000;
	padding: 0 !important;
	margin-bottom: 0 !important;
}
.featured-section-title {
    background: #000;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
}
.featured-section .wp-block-group {
	padding: 10px 30px;
}
.featured-section td {
 border-top: 0;
 text-align: center;
	font-size: 14px;
}
.featured-section tbody {
    border-bottom: 0;
}

/* Trust our Expert Specialists */
.featured-3 {
    background-color: #362f2d;
    color: #fff;
    text-align: center;
    margin: 0 -15px;
}
.featured-3 a:hover {
	color: #fff;
	text-decoration: underline;
}
.featured-3 .col-xs-4 {
    line-height: 30px;
    font-size: 1.45rem;
}
.featured-3 .wrap {
    max-width: 1440px;
    min-height: 980px;
    position: relative;
}
.featured-3 .wrap h2 {
    color: #5cc6c9;
    font-size: 30px;
    text-transform: uppercase;
}
.featured-3 .banner-2 {
    min-width: 1200px;
}
.featured-3 .banner-2 .button {
    width: 172px;
    float: none;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
	.featured-3 .banner-2 .button {
		margin-bottom: 0;
	}
}

.featured-3 section#text-12 .button {
    float: right;
}


.featured-3 .swiper-button-next, .featured-3 .swiper-button-prev {
    color: #fff;
    opacity: 0.5;
}

.featured-doctor .swiper-slide.swiper-slide-thumb-active img {
    filter: none;
    border-color: #5cc6c9;
    background: #362f2d;
}

.featured-doctor .swiper-slide img {
    border-radius: 50%;
    background: #2f2f2f;
    border: 10px solid #2f2f2f;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
    margin: auto;
}

.featured-doctor-description {
    margin-top: 30px;
}
.featured-doctor-description .swiper-slide {
    background-color: #362f2d;
}

.featured-doctor-description p {
    padding: 0 5%;
}


/* Video & Media */
.featured-2 {
    background-color: #362f2d;
    display: table;
    text-transform: uppercase;
    position:relative; 
    height: 400px;
}
.featured-2 .col-xs-3 {
    width: 25%;
    margin: 0 0 10px 0;
    padding: 0;
}
.featured-2 .col-xs-3 img {
    width: 100%;
}
.featured-2 .col-xs-3 h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 0 10px;
    text-align: center;
}
.featured-2 .banner-2 {
    min-width: 1200px;
}


.video-item-title h2 {
	font-size: 2rem !important;
}

.post-type-archive-video-gallery .row, .tax-video-category .row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.post-type-archive-video-gallery .featured-footer-locations.row{
	margin-right: -15px !important;
    margin-left: -15px !important;
}

/* procedures
---------------------------- */
.featured-4 {
    background: #4b4d56;
    background: -moz-linear-gradient(top, #4b4d56 0%, #252525 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #4b4d56), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, #4b4d56 0%, #252525 100%);
    background: -o-linear-gradient(top, #4b4d56 0%, #252525 100%);
    background: -ms-linear-gradient(top, #4b4d56 0%, #252525 100%);
    background: linear-gradient(to bottom, #4b4d56 0%, #252525 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4d56', endColorstr='#252525', GradientType=0 );
    margin: 0 -15px;
}
.featured-4 .wrap {
    max-width: 1440px;
    padding: 50px 0;
}
.featured-4 .wrap .widget-wrap {
    position: relative;
    color: #fff;
    text-align: center;
}
.featured-4 .wrap .widget-wrap h2 {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 22px;
    padding: 25px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.featured-4 .wrap .widget-wrap .button {
    font-size: 16px;
    width: 155px;
    display: inline-block;
    margin: 0;
    float: left;
    text-transform: uppercase;
}.featured-4 .wrap-2 .widget-wrap .button {
    width: 200px;
    float: right;
}
.featured-4 .wrap .widget-wrap .button-2 {
    float: right;
    background: transparent;
    box-shadow: none;
    border: 2px solid #fff;
}
.featured-4 .wrap .widget-wrap .button-2:hover {
    background: #565656;
}
.featured-4 .wrap-2 {
    padding: 20px;
    position: relative;
    min-height: 240px;
}
.featured-4 .banner-2 {
	bottom: -104px;
}
.banner-2 a.button {
    margin: 0 5px;
    text-transform: uppercase;
}
.banner-2 .button {
    width: 210px;
    float: right;
}

/* Photo Gallery */
.featured-5 {
    background: #362f2d;
    margin: 0 -15px;
}
.featured-5 .wrap {
    min-height: 370px;
    padding: 50px 0;
    position: relative;
}

.widget_pgsa-search-widget {text-align: center;} .widget_pgsa-search-widget label {text-align: left;}


/* Core page
---------------------------------------- */
div#titlebar {
    background-color: #464646;
    padding: 12px;
    font-size: 12px;
    color: #fff;
    margin: 0 -15px;
}
div#titlebar .wrap {
    padding: 0;
}
div#titlebar a {
    color: #feccc7;
    text-decoration: none;
}
.breadcrumb-home {
    display: none;
}
.home .site-container {
    background: #fff;
}
.site-container {
    overflow: hidden;
}


.full-width-content .site-container {
	background-image: none;
}
.full-width-content .content {
    max-width: 100% !important;
}
.site-inner {
    padding-top: 0;
}
@media only screen and (min-width: 1025px) {
	.content-sidebar-wrap {
    	display: flex;
	}
}
.content {
    width: 100%;
    max-width: 1050px;
    box-shadow: 25px 0 15px -5px #efefef;
}
.entry {
    margin-bottom: 40px;
    padding: 30px 30px 30px 0;
}
.entry-title, .pgsa-title, .gallery-title, .pgsa-gallery-title {
    font-size: 4.6rem;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.gallery-title { margin-top: 20px; }
.entry-title span {
    color: #000;
}
.entry-title a, .sidebar .widget-title a {
    color: #333;
    text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus {
    color: #5cc6c9;
}
.sidebar-primary {
    width: 250px;
}
.sidebar .widget {
    background-color: transparent;
    padding: 40px 0 0 30px;
    margin-bottom: 30px;
    font-size: 15px;
}
.sidebar-primary h4,
.sidebar-primary .heading-4,
.sidebar-primary .widgettitle {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}
.sidebar-primary .textwidget {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    line-height: 22px;
}
.sidebar-primary .textwidget p {
    margin-bottom: 30px;
}
.sidebar-primary .button-1 {
    width: 195px;
    font-size: 14px;
}
section#text-26, section#text-27 {
    font-size: 14px;
}


.page-id-1090 .entry-content .row p.title-2 {
    margin-top: 40px;
}
.page-id-1090 .entry-content .row .button {
    width: 230px;
}

.page-id-14566 .site-container {
    background: none;
}

.archive-description {
    padding: 0;
    margin-bottom: 0;
}
.archive article.entry {
    margin-bottom: 10px;
    padding-top: 10px;
}
h1.archive-title,
h1.entry-video-gallery-title,
.photo-gallery h1.entry-title {
    font-size: 4.6rem;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
    color: #000;
}
h1.entry-video-gallery-title {  padding-top: 20px; }
h2.entry-title {
    font-size: 3rem;
    margin-bottom: 0;
    border: 0;
}
.search-results.post-type-archive-photo-gallery .content { padding-top: 20px; } 

/* small contact */
/* Small Contact */
.gform_wrapper ul li.gfield{
	margin-bottom: 0 !important;
}
#gform_widget-4 li {
    border: 0;
    padding: 0;	
    margin-bottom: 0 !important;
}
#gform_wrapper_1 ::-webkit-input-placeholder {  
  color: #ffffff;
}

#gform_wrapper_1 :-moz-placeholder { /* Firefox 18- */  
  color: #ffffff;
}

#gform_wrapper_1 ::-moz-placeholder {  /* Firefox 19+ */  
  color: #ffffff;
}

#gform_wrapper_1 :-ms-input-placeholder {  
  color: #ffffff;
}
#gform_wrapper_1 {
    margin: 0;
    position: relative;
    z-index: 0;
}
#gform_wrapper_1 .gfield_label {
    display: none;
}




li#field_1_8.gfield_error { max-width: 100% !important; margin-bottom: 45px !important; }
li#field_1_8 .gfield_description.validation_message {
    top: 80px;
    left: 0;
    width: 320px !important;
}

#gform_wrapper_1 input[type=text], #gform_wrapper_1 select, #gform_wrapper_1 textarea {
    background: #ada39a;
    color: #fff;
    padding: .4em !important;
    border: 0 !important;
    font-size: 15px;
    min-height: 30px;
    line-height: normal;
}
#gform_wrapper_1 textarea {
    padding: .25em .5em !important;
    height: 80px !important;
}

#gform_wrapper_1 li#field_1_7  {
    padding: 5px 10px 3px !important;
    background-color: #5f5955 !important;
    color: #fff !important;
    margin-top: -20px !important;
    font-size: 15px !important;
    width: 100% !important;
}
li#field_1_7.gfield_error {
    padding: 7px 10px 5px !important;
    background-color: #5f5955 !important;
    color: #fff !important;
    margin-top: -17px !important;
    font-size: 14px !important;
}
li#field_1_7 a {
    color: #5cc6c9 !important;
}
input#choice_1_7_1 {
    margin-top: 0 !important;
}
#field_1_7 .gfield_description.validation_message {
    right: 8px !important;
    top: 15px !important;
    color: #ffebeb !important;
}
#gform_wrapper_1 li.gfield_error ul.gfield_checkbox { color: #fff; }
#gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: .5em!important;
}
#gform_wrapper_1 .gform_footer.top_label {
    margin: 0;
    text-align: center;
}
input#gform_submit_button_1 {
    background-color: #ff7164;
    width: 195px;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #e9584b;
    font-size: 20px;
    padding: 14px !important;
    margin: 0;
    line-height: normal;
}
#gform_wrapper_1 .ginput_container span:not(.ginput_price) {
    margin-bottom: 0 !important;
    display: inline-block !important;
}

/* Sdebar menu */
.sidebar .widget_nav_menu ul li, .widget_pgsa-taxonomy-list ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ddd;
}
.sidebar .widget_nav_menu ul li a, .widget_pgsa-taxonomy-list ul li a {
    color: #5F5955;
}



/* Footer */
.featured-6 {
    background-color: #252525;
    color: #fff;
    font-size: 15px;
    margin: 0 -15px;
    padding: 30px 0;
    z-index: 9;
    position: relative;
}
.featured-6 .social {    
    margin-top: 15px;
    text-align: center;
    margin-top: 15px;
}

.featured-6 .social img {
    display: inline-block;
    vertical-align: top;
}

.featured-6 h4,
.featured-6 .heading-4 {
    color: #5cc6c9;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px !important;
}
.featured-6 h3 a,
.featured-6 .heading-3 a {
    color: #5cc6c9;
}
#custom_html-2 .custom-html-widget > div:last-child {
    margin-top: 10px;
}
.featured-6 p {
    margin-bottom: 0;
}
.featured-6 section#text-24 {
    font-size: 14px;
}
.featured-6 section#text-24 a {
    color: #fff;
}
.featured-6 section#text-24 p {
    margin-bottom: 0;
}
.featured-6 a {
	color: #fff;
}
.featured-6 a:hover {
	text-decoration: underline;
}

.featured-6 ul {
	column-count: 2;
}

.site-footer {
    background-color: #362f2d;
    color: #fff;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center;
    margin: 0 -15px;
    border-top: 0;
	z-index: 9;
    position: relative;
}
.site-footer .wrap {
    max-width: 1440px;
}
.site-footer a {
    color: #999;
    text-decoration: none;
}
.site-footer p {
    margin-bottom: 15px;
}
section#text-39 .textwidget { text-align: left; }
section#text-39 img { border: solid 1px #5f5955; }

.entry-content .col-lg-6.alignright { float: right; }

.archive-pagination li a:hover, .archive-pagination li a:focus, .archive-pagination .active a,
.archive-pagination li .page-numbers.current {
    background-color: #5cc6c9;
    text-decoration: none;
}
.archive-pagination li a,
.archive-pagination li .page-numbers {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 12px;
    text-decoration: none;
}
.archive-pagination.pagination { margin-left: 0; }

/*Table*/
.table {
    border: 1px solid #ddd;
    width: 100%;
}
.table thead tr>th {
    text-align: center;
    background: #3d8d96;
    color: #fff;
    font-weight: 700;
    padding: 15px;
}
.table-stripped tbody tr:nth-child(odd) {
    background: #f1f1f1;
}
.table tbody tr>td:first-child {
    text-align: left;
}
.table tbody tr>td {
    padding: 15px;
    text-align: center;
}

.table2 tbody tr>td {
    padding: 15px;
    text-align: center;
}

select#vgsa_dynamic_select, select#pgsa_dynamic_select { background-color: #fef7c1; padding: 16px !important; }
.video-gallery.entry h3 {
    font-size: 18px;
    font-family: 'Lato',sans-serif;
    font-weight: 500;
    min-height: 45px;
}
.video-gallery.entry a { text-decoration: none; }
.widget_vgsa-search-widget input[type="text"] {
    width: 70%;
    border: 0;
    padding: 15px;
    background: #f3f3f3;
}

.post-type-archive-video-gallery .row,
.tax-video-category .row {
    margin-left: 15px;
    margin-right: 15px;
}

.post-type-archive-video-gallery h1.archive-title {
	padding-left: 0;
    padding-right: 0;
}

.widget_vgsa-search-widget button {
    background-color: #ff7164;    
    vertical-align: bottom;
    float: right;
}
.easingslider-controls {
    float: left;
    margin-bottom: 60px;
}
button:hover {
    background-color: #51aca5;
}

.entry-content .row {
	margin-bottom: 20px;
}
.post-10937 .entry-content ul li {
    list-style-type: none;
    width: 48.5%;
    float: left;
    padding: 10px 20px;
    border: solid 1px #e2e2e2;
    margin: 0 10px 10px 0;
    background: #f5f1ec;
    text-transform: uppercase;
}
.post-10937 .entry-content ul li:nth-child(2n) {
	margin-right: 0;
    width: 50%;
}
.post-10937 .entry-content ul {
    margin-bottom: 10px;
    margin-left: 0;
    display: inline-block;
    width: 100%;
}

/*Shortocode Photo Gallery*/
.before-after-container {
    margin-bottom: 30px;
}
.before-after-container .before-after {
    padding: 0 2px;
}
.before-after-container figure {
    margin: 0;
}
.before-after-caption {
    margin-top: 15px;
}
.before-after-caption a {
    background: #7cd0ca;
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #51aca5;
    text-transform: uppercase;
    font-size: 16px;
}
.before-after-caption a:hover {
    opacity: .9;
    text-decoration: none;
}
.video-container .wp-video {
    margin:auto;
}

/*Photogallery update*/
.pgsa_terms_dropdown {
    padding: 0 30px;    
}
.single-photo-gallery .pgsa_terms_dropdown {
    padding: 0;
}
.photogallery-post-meta-permalink {
    text-align: right !important;
}
.photogallery-post-meta {
    margin-bottom: 0 !important;
}
.photogallery-post-pictures {
    margin-bottom: 5px !important;    
}

.single-photo-gallery article.type-photo-gallery .entry-content {
    border-bottom: none;
}
.photogallery-patient-navigation {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 24px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
}
.photogallery-patient-navigation .alignright {
    margin-bottom: 0;
    margin-top: 0;
}

.pgsa-category-name a {
    color: #5cc6c9;
}

@media only screen and (max-width: 480px) {  
	.photogallery-multipatient-shortcode__item {
		width: 100%;
	}
}


/* Photogallery Update 2017-12-15 */
.photogallery-shortcode-multipatient-containerry-shortcode-multipatient-picture.col-md-12 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    float: none;
}
.photogallery-procedure-permalink.row a {
    text-align: center;
}
.photogallery-post-meta-permalink {
    text-align: center !important;
    width: 100% !important;
}
.photogallery-post-meta-permalink a{
    color: #5cc6c9;
}
.photogallery-post-disclaimer {
    font-size: 13px;
    text-align: center;
}
.photogallery-procedure-permalink {
    text-align: center;
}
.photogallery-procedure-permalink .col-md-12 a {
    float: none;
}
.patient-info-detail p strong {
    font-weight: normal;
}
.doctor-info-picture {
    width: 14% !important;
}



/*Videogallery*/
.video-item-title-heading {
    font-size: 1.6rem !important;
    font-weight: 400;
    margin: 10px 0;
}
.video-item-title-heading a {
    color: #333 !important;
    font-size: inherit !important;
}

.cinzel-banner-1,
.cinzel-banner-1-title,
.cinzel-banner-1-content {
    text-transform: uppercase;
    font-weight: 300 !important;
}

.photogallery-shortcode-multipatient {
    margin-bottom: 0 !important;   
}
.photogallery-shortcode-multipatient-container {
    margin-bottom: 20px;
    text-align: center;
}
.photogallery-shortcode-multipatient figure {
    margin: 0;
}
.photogallery-shortcode-multipatient-caption {
    text-align: center;
}


/*New Procedures home*/
.featured-7 {
    background: #4b4d56;
    background: -moz-linear-gradient(top,#4b4d56 0,#252525 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,#4b4d56),color-stop(100%,#252525));
    background: -webkit-linear-gradient(top,#4b4d56 0,#252525 100%);
    background: -o-linear-gradient(top,#4b4d56 0,#252525 100%);
    background: -ms-linear-gradient(top,#4b4d56 0,#252525 100%);
    background: linear-gradient(to bottom,#4b4d56 0,#252525 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4d56',endColorstr='#252525',GradientType=0);
    margin: 0 -15px;
}
.featured-7 a {
    color: #ff7164;
}
.featured-7 div.button-3 {
    /* background: url(/wp-content/uploads/2018/06/rhinoplasty-virginia.jpg) no-repeat center center; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    display: block;
    min-height: 532px;
    opacity: 1;
    transition: 1s;
    cursor: pointer;
    overflow: hidden;
}
.featured-7 .col-md-3 {
    padding: 0;
}
/*.featured-7 + .featured-7 .wrap {
	padding-bottom: 0;
}*/
/* .featured-7 .col-md-3:nth-child(2) div.button-3 {
    background: url(/wp-content/uploads/2018/06/face-virginia.jpg) no-repeat center center;
    background-size: cover;
}
.featured-7 .col-md-3:nth-child(3) div.button-3 {
    background: url(/wp-content/uploads/2018/06/non-surgical-virginia.jpg) no-repeat center center;
    background-size: cover;
}
.featured-7 .col-md-3:nth-child(4) div.button-3 {
    background: url(/wp-content/uploads/2018/06/body-virginia.jpg) no-repeat center center;
    background-size: cover;
} */
.featured-7 div.button-3 span {
    padding: 20px 90px;
    font-size: 26px;
    display: block;
    color: #fff;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 3px;
}
.featured-7 .banner {
    background-color: rgba(0,0,0,0.8);
    font-size: 20px;
    line-height: normal;
    min-height: 532px;
    padding-top: 0;
    text-align: center;
    top: 0;
    transition: 1s;
    width: 100%;
    z-index: 9;
    overflow: hidden;
    transform: translateX(0) translateY(81%);
}
.featured-7 .banner li {
    margin-bottom: 10px;
}
.featured-7 .banner a:hover {
    color: #fff;
}

.featured-7 div.button-3:hover .banner {
    transform: translateX(0) translateY(0%);
}
.button-4 {
    text-transform: uppercase;
    padding: 12px;
    margin: 20px auto 0;
    border-radius: 4px;
    border: solid 2px #fff;
    display: block;
    max-width: 200px;
    color: #fff !important;
}
.featured-7 .banner-2 {
    position: inherit;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
    max-width: 100%;
}

.testimonial-widget-container {
    background: #f7f5f4;
    padding: 40px;
    margin-bottom: 35px !important;  
    text-align: center;      
}
.testimonial-widget-container .testimonial-widget {
    padding-bottom: 0 !important;
}
.rating {
    color: #000 !important;
}
.rating .fa {
    color: #ffc700 !important;
}
.random-testimonial-author ul li.ratings {
    color: #000 !important;
}
.random-testimonial-author ul li.ratings .fa {
    color: #ffc700 !important;
}


/*Accordion*/
.accordion p, 
.accordion ul li i:before, 
.accordion ul li i:after {
  transition: all 0.25s ease-in-out;
}
.accordion .no-select, 
.accordion h3 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion h3 {
    font-size: 1.5em;
    position: relative;
    padding: 0.8em 1em;
    background: #eee;
    color: #5cc6c9;
    margin-bottom: 10px !important;
}
.accordion p {
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
  max-height: 800px;
  padding: 0em 1em;
}
.accordion p + p {
    margin-bottom: 0;
}
ul.accordion {
	list-style: none;
	perspective: 900;
	padding: 0;
	margin: 0 0 20px 0;
	display: inline-block;
}
ul.accordion li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
	padding-top: 0;
	/*border-top: 1px dotted #dce7eb;*/
	list-style: none;
}
ul.accordion li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul.accordion li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul.accordion li:nth-of-type(3) {
  animation-delay: 1s;
}
ul.accordion li:last-of-type {
  padding-bottom: 0;
}
ul.accordion li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  min-height: 35px;
}
ul.accordion li input[type=checkbox] + br {
    display: none;
}
ul.accordion li input[type=checkbox]:checked ~ p {
  margin-top: -40px;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
ul.accordion li input[type=checkbox] + p {
    display: none;
}
ul.accordion li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
ul.accordion li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

/*Test page*/
/*.page-id-9336 .site-container,
.page-id-1090 .site-container {
    background: url(/wp-content/uploads/2018/06/background-site-naderi-2.png) top center repeat-y;
}*/
hr {
	border-top: 1px solid #5f5955;	
}
.table.featured-summary table {
    margin-bottom: 0;
}
.table.featured-summary tbody tr>td:first-child {
    min-width: 220px;
    max-width: 220px;
    border-right: 1px solid #ddd;
}
.table.featured-summary tbody tr:nth-child(even) {
    background: #f9f6f1;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.featured-summary.table-bordered>tbody>tr>th {
	background: #3d8d96;
    color: #fff;
    text-align: center;
}
.featured-8 {
	background: #f7f5f4;
    padding: 10px;
}
.secondary-sidebar-sticky {
	max-width: 250px;
    text-align: center;
    background: #eae6e1;
    position: absolute;
    /*position: fixed;*/
    z-index: 3;
    top: 250px;
    left: 20px;
    transition: .4s !important;
    font-size: 15px;
}
.admin-bar .secondary-sidebar-sticky {
	top: 280px;
}
.secondary-sidebar-sticky ul {
	margin-left: 0;
	margin-bottom: 0;
}
.secondary-sidebar-sticky ul li {
	list-style-type: none;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.secondary-sidebar-sticky ul li:after {
	content: '';
    background: #969490;
    height: 1px;
    width: 90%;
    left: 5%;
    position: absolute;
    display: block;
    transition: all .3s linear;
    z-index: 2;
}
.secondary-sidebar-sticky ul li:hover:after {
	width: 50%;
	left: 25%
}
.secondary-sidebar-sticky ul li a {
	padding: 8px 15px;
	display: block;
	text-decoration: none;
	line-height: 22px;
	color: #333;
}
.secondary-sidebar-sticky ul li.current {
	background: #3d8d96;
}
.secondary-sidebar-sticky ul li.current a {
	color: #fff;
}
.secondary-sidebar-sticky ul li.current:after {
	background: transparent;
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.secondary-sidebar-sticky.headroom--not-top {
	top: 20px;
}
.admin-bar .secondary-sidebar-sticky.headroom--not-top {
	top: 80px;
}
.headroom--bottom {
	display: none;
}
.featured-contact-form {
    background: #f7f5f4;
    color: #333;
    padding: 30px 0;
    margin-top: 30px;
}
.featured-contact-form h4,
.featured-contact-form .heading-4 {
    font-size: 40px;
    text-align: center;
}
#label_8_6_1 a {
    color: #333 !important;
}
#gform_wrapper_8 {
    padding: 0 100px;
}
#gform_wrapper_8 .field_sublabel_below .ginput_complex.ginput_container label, 

#gform_wrapper_8 .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: none;
}
#gform_wrapper_8 .gform_footer {
    text-align: center;
}
input#gform_submit_button_8 {
    background-color: #ff7164;
    width: 195px;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #e9584b;
    font-size: 20px;
    padding: 14px !important;
    font-weight: 500;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
}
#gform_wrapper_8 textarea.large {
    height: 120px !important;
}
#gform_wrapper_8 li.hidden_label input {
    margin-top: 0;
}

/*Products Page*/
.page-id-445 .content h2 {
    font-size: 4rem;    
}
.featured-products .col-md-2 {
    text-align: center;
}
.featured-products img {
    max-height: 100px;
}


#pgsa-widget-search select {
    padding: 10px;
    height: 45px;
}
.pgsa-widget-search-button {
    margin-right: 0 !important;
    max-width: 150px;
}
#pgsa-widget-search-submit {
    padding: 13px 35px 14px;
    position: relative;
    width: 100%;
    background-color: #5cc6c9;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: 0 3px 0 0 #51aca5;
    color: #333;
}

/*PG Standards*/
.photogallery-patient-navigation {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 24px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 30px;    
}
.type-photo-gallery figure img {
    margin: auto;
}
.photogallery-patient-info {
    margin-top: 10px;
 
}
.single-photo-gallery .photogallery-patient-disclaimer {
    font-size: 1.3rem;
}
.photogallery-patient-disclaimer {
    font-size: small;
    font-weight: normal;

   }
.photogallery-patient-disclaimer p{
padding-top:10px;
}

.photogallery-single-section h2 {
    margin-bottom: 5px;
}
.single-photo-gallery h3 {
    font-size: small !important;
    text-transform: none;
    font-weight: normal !important;
    margin-bottom: 10px !important;
}
.photos-before-after img {
    display: block;
    margin: auto;
}
.patient-info-detail span {
    display: inline-block;
}
.patient-info-detail span p {
    margin-bottom: 0;
}
.photogallery-post-pictures {
    margin-bottom: 0 !important;
}

/*PG Patchs*/
article.type-photo-gallery {
    padding: 0;
    margin-bottom: 40px !important;
}
article.type-photo-gallery .entry-content {
    border-bottom: 1px solid #DDD;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.tax-procedures main.content,
.single-photo-gallery main.content {
    padding: 0 35px;
}
.post-type-archive-photo-gallery .content-sidebar-wrap .sidebar,
.tax-procedures .content-sidebar-wrap .sidebar,
.single-photo-gallery .content-sidebar-wrap .sidebar  {
    order: 2;
}
.photogallery-single-relatedpatients {
    display: none;
}
.post-type-archive-photo-gallery main.content {
    padding: 0 30px;
}
.patient-info-procedure_page {
    width: 100% !important;
}

/*PG top search*/
.photogallery-template-widget-search .pgsa-widget-search-container {
    margin-bottom: 40px;
}

/*PG shortcodes for Procedures*/
.photogallery-shortcode-multipatient.row {
    margin-bottom: 0;
}
.photogallery-shortcode-multipatient figure {
    margin: 0;
}
.photogallery-shortcode-multipatient-cta {
    margin-bottom: 0 !important;
}

/* Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) { @media
{
    .tax-procedures .pgsa-photo,
    .photos-before-after {
      width: 49.9% !important;
    }
}}

/*Staff Page*/

.page-id-15228 .content .row,
.page-id-12847 .content .row {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
}
.page-id-15228 .content .row:nth-child(even) .col-md-8,
.page-id-12847 .content .row:nth-child(even) .col-md-8 {
    text-align: right;
}


/*Operation Instruction page*/
.featured-procedures-op {
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    text-align: center;
    height: 300px;
    position: relative;
    border: 1px solid #00a2cb;
}
.featured-procedures-op h3 a {
    padding: 18px 0;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.18);
    text-decoration: none;
    font-weight: 500;
}
.featured-procedures-op h3 a:hover{
    color:#00a2cb;
    background:rgba(0, 0, 0, 0.48)
}

.procedure-rhinoplasty-header {
    background: url('/wp-content/uploads/2019/03/rhinoplasty-op-instructions.jpg') bottom center no-repeat;
    background-size: 100%;
}

.procedure-resurfacing-header {
    background: url('/wp-content/uploads/2019/03/resurfacing-op-instructions.jpg') bottom center no-repeat;
    background-size: 100%;
}


.procedure-eyelid-header {
    background: url('/wp-content/uploads/2019/03/eyelid-op-instructions-1.jpg') bottom center no-repeat;
    background-size: 100%;
}

.procedure-facelift-header {
    background: url('/wp-content/uploads/2019/03/facelift-op-instructions.jpg') bottom center no-repeat;
    background-size: 100%;
}


.procedure-otoplasty-header {
    background: url('/wp-content/uploads/2019/03/otoplasty-op-instructions.jpg') bottom center no-repeat;
    background-size: 100%;
}

.procedure-chin-implant-header {
    background: url('/wp-content/uploads/2019/03/chin-implant-op-instructions.jpg') bottom center no-repeat;
    background-size: 100%;
}


.procedure-fat-injections-header {
    background: url('/wp-content/uploads/2019/03/fat-injections-op-instructions.jpg') bottom center no-repeat;
    background-size: 100%;
}

.procedure-scar-revision-header {
    background: url('/wp-content/uploads/2019/03/scar-revision-op-instructions.jpg') bottom center no-repeat;
    background-size: 100%;
}


.procedure-neck-lipo-header {
    background: url('/wp-content/uploads/2019/03/neck-lipo-op-instructions.jpg') bottom center no-repeat;
    background-size: 100%;
}

.procedure-lip-enhancement-header {
    background: url('/wp-content/uploads/2019/03/lip-enhancement-op-instructions.jpg') bottom center no-repeat;
    background-size: 100%;

}


.page-id-13983 .row {
	display: flex;
	align-items: center;
}

.home .content {
	width: 100%;
	max-width: 100%;
}


/*Media Query*/
@media only screen and (max-width: 1740px) {
    ul.tp-revslider-mainul > li:first-child .tp-parallax-wrap #slide-7-layer-1 {
        left: -13% !important;
    }  
    ul.tp-revslider-mainul > li:first-child .tp-parallax-wrap #slide-7-layer-3 {
        left: -17% !important;
    } 
    ul.tp-revslider-mainul > li:first-child .tp-parallax-wrap #slide-7-layer-4 {
        left: -635% !important;
    } 
    ul.tp-revslider-mainul > li:first-child .tp-parallax-wrap #slide-7-layer-2 {
        left: -84% !important;
    } 

    ul.tp-revslider-mainul > li:nth-child(2) .tp-parallax-wrap #slide-13-layer-5 {
        left: -20% !important;
    }   
    ul.tp-revslider-mainul > li:nth-child(2) .tp-parallax-wrap #slide-13-layer-1 {
        left: -20% !important;
    }  
    ul.tp-revslider-mainul > li:nth-child(2) .tp-parallax-wrap #slide-13-layer-3 {
        left: -40% !important;
    }  
    ul.tp-revslider-mainul > li:nth-child(2) .tp-parallax-wrap #slide-13-layer-4 {
        left: -100% !important;
    }      
    ul.tp-revslider-mainul > li:nth-child(2) .tp-parallax-wrap #slide-13-layer-2 {
        left: -120% !important;
    }

    ul.tp-revslider-mainul > li:nth-child(3) .tp-parallax-wrap #slide-14-layer-2 {
        left: -120% !important;
    }
    ul.tp-revslider-mainul > li:nth-child(3) .tp-parallax-wrap #slide-14-layer-5 {
        left: -40% !important;
    }
    ul.tp-revslider-mainul > li:nth-child(3) .tp-parallax-wrap #slide-14-layer-6 {
        left: -40% !important;
    }
    ul.tp-revslider-mainul > li:nth-child(3) .tp-parallax-wrap #slide-14-layer-7 {
        left: -45% !important;
    }
    ul.tp-revslider-mainul > li:nth-child(3) .tp-parallax-wrap #slide-14-layer-3 {
        left: -80% !important;
    }
    .featured-7 div.button-3 span {
        letter-spacing: 0;
    }
    .secondary-sidebar-sticky {
        width: 200px;
    }
}
@media only screen and (max-width: 1620px) {
    .site-inner {
        max-width: 1300px;
    }
    .home .site-inner,
    .page-template-front-page-test2 .site-inner {
    	max-width: 100%;
    }
    /*.container-fluid {
        width: 1620px;
    }*/
}
@media only screen and (max-width: 1540px) {
    .featured-7 div.button-3 span {
        padding: 20px 70px;
    }
}
@media only screen and (max-width: 1280px) {
	.site-inner .content {
	    width: 100%;
	    max-width: 820px;
	}
}
@media only screen and (max-width: 1440px) {
    .container-fluid {
        width: 1440px;
    }
    .site-inner {
        max-width: 1040px;
    }
	.home .site-inner {
    	max-width: 100%;
    }
    .site-inner .content {
        width: 100%;
        max-width: 870px;
    }  
	.home .content {
    	width: 100%;
    	max-width: 100%;
    }
    .slider-wide .wrap {
	  max-width: 100%;
	}
	.slider-wide-content .wrap {
	  max-width: 100%;
	}
}
@media only screen and (max-width: 1280px) {
    .title-area {width: 360px;}
    .site-header .widget-area {width: 780px;}
    .site-inner, .wrap {max-width: 1200px;}
    .site-inner {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 880px) {
    .site-inner, .wrap {
        padding-left: 0;
        padding-right: 0;
    }
}

.button-download {
	background: url(/wp-content/uploads/2020/07/button-background.png) #6ad9dc no-repeat center center;
	box-shadow: 0 0 10px #bbbbbb;
    width: 100%;
    max-width: 450px;
    text-align: left;
    padding: 25px 20px 25px 85px;
    color: #444 !important;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    margin: auto;
}
.button-download:hover,
.button-download:focus {
	background: url(/wp-content/uploads/2020/07/button-background.png) #6ad9dc no-repeat center center;
	opacity: .9;
}
.button-download:before {
    content: '';
    background: url(/wp-content/uploads/2018/10/button-download.png) no-repeat;
    width: 59px;
    height: 59px;
    position: absolute;
    left: 10px;
}

.post-379 .button-download {
	max-width: 550px;
}

.error404 main.content {
    text-align: center;
}
.error404 .search-form {
    width: 100%;
}
.error404 .site-container {
    background: #fff;
}

@media only screen and (min-width: 2050px) {
    .slider-wide {
        background-size: contain;
        background-repeat: no-repeat;
    }
}


.wp-block-image .alignright {
margin-top: 24px;
}

#container-instructions{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 25px;
}

.button-instructions {
	background: #53b8ad;
	box-shadow: 0 0 10px #bbbbbb;
    width: 100%;
    max-width: 350px;
    text-align: center;
    padding: 20px 10px 20px 10px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;   
    margin: none;
    text-decoration: none!important;
}

.grecaptcha-badge {
display: none !important;
}

figcaption {
font-size: small;
text-align: center;
}

.featured-slider {
    background: #251812;
}

.featured-slider img {
    display: block;
    margin: auto;
}

.slide-background {
    background-size: cover;
    min-height: 500px;
    background-position: bottom;
}
.slide-01 .slide-background {
    background-image: url(/wp-content/uploads/2020/01/naderi-office-moving-banner-2.jpg);
}
.slide-02 .slide-background {
    background-image: url(/wp-content/uploads/2020/07/naderi-doctors-slider-1.jpg);
}
.slide-03 .slide-background {
    background-image: url(/wp-content/uploads/2020/03/covid-19-naderi_further-1-01.jpg);
}
@media only screen and (min-width: 1440px) {
    .slide-background {
        min-height: 500px;
    }
}
@media only screen and (min-width: 1620px) {
    .slide-background {
        min-height: 600px;
    }
}

.wp-block-columns.row {
    display: block;
}
.wp-block-columns.row>.wp-block-column {
    margin: 0 !important;
}
figure {
    margin: 0
}

.post-type-archive-photo-gallery .entry-content p {
	display: none;
}
.post-type-archive-photo-gallery article.type-photo-gallery .entry-content {
	padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
@media (min-width: 992px) {
 .archive .photogallery-post-pictures__gallery__figure {
    width: 50%!important;
 }
}

.featured-gallery .wp-block-column {
	width: 50%;
	float: left;
	position: relative;	
	padding: 0 15px;
	overflow: hidden;
}

.featured-gallery figure {
	background: #000;
	margin-bottom: 0;
}

.featured-gallery img {
	display: block;
}

.featured-gallery h3 {
	color: #fff;
}

.featured-gallery a {
	color: #6ad9dc;
	text-decoration: none;
}

.featured-gallery a:hover {
	text-decoration: underline;
}

.featured-gallery .wp-block-column:hover img {
	opacity: .5;
}

.featured-gallery .wp-block-column:hover .featured-inner {
	transform: translateY(0);
}

.featured-gallery .wp-block-column:hover .featured-inner ul {
	display: block;
}

.featured-inner ul {
	display: none;
}

.featured-inner {
	position: absolute;
	top: 0;
    padding: 15px 20px;
    transform: translateY(220px);
    transition: all .5s;
    z-index: 3;
}

.featured-inner ul {
	margin-left: 10px;
}

.featured-inner ul li {	
	list-style-type: none;
	margin-bottom: 0;
    font-size: 15px;
}

.featured-inner ul.twocolumns li {
	float: left;
	width: 50%;
}

.procedure-gradient {
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
	height: 180px;
    width: 92%;
    position: absolute;
    z-index: 2;
    bottom: 0;
}
@media only screen and (min-width: 1440px) {
	.procedure-gradient {
		width: 94%;
	}
}
/*KA*/
.new-secondary-sidebar-sticky {
	max-width: 100%;
    text-align: center;
    background: #eae6e1;
    position: inherit;
    z-index: 3;
    top: 250px;
    left: 20px;
    transition: .4s !important;
    font-size: 15px;
    top: 280px;
	padding-top: 5px;
}

#custom_html-127 h4 {
    background: #eae6e1;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 0;
}

.procedure-page #gform_widget-4 {
    display: none;
}

@media only screen and (min-width: 1280px) {
    .procedure-page .new-secondary-sidebar-sticky {
        position: fixed;
        justify-content: space-between;
        left: 81%;
        z-index: 4;
        transition: all .4s;
        top: 270px;
    }
    .admin-bar.procedure-page .new-secondary-sidebar-sticky {
    	top: 305px;
    }
    .procedure-page .new-secondary-sidebar-sticky.sticky {
        top: 65px;
    }
    .procedure-page .sidebar-primary .widget {
        padding: 40px 15px;
    }
    .procedure-page #gform_widget-4 {
        padding: 0 15px;
        background: #fff;
    }
    .procedure-page .sidebar-primary.headroom--bottom {
        position: absolute;
    }
}


.new-secondary-sidebar-sticky ul {
	margin-left: 0;
	margin-bottom: 0;
}
.new-secondary-sidebar-sticky ul li {
	list-style-type: none;
	position: relative;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
    margin-bottom: 0;
    padding-bottom: 0;
}
.new-secondary-sidebar-sticky ul li:after {
	content: '';
    background: #969490;
    height: 1px;
    width: 90%;
    left: 5%;
    position: absolute;
    display: block;
    transition: all .3s linear;
    z-index: 2;
}
.new-secondary-sidebar-sticky ul li:hover:after {
	width: 50%;
	left: 25%
}
.new-secondary-sidebar-sticky ul li a {
	padding: 8px 15px;
	display: block;
	text-decoration: none;
	line-height: 22px;
	color: #333;
}
.new-secondary-sidebar-sticky ul li a:hover, 
.new-secondary-sidebar-sticky ul li a:active,
.new-secondary-sidebar-sticky ul li a:focus {
	color: #3d8d96;
}
.new-secondary-sidebar-sticky ul li.current {
	background: #5cc6c9;
}
.new-secondary-sidebar-sticky ul li.current a {
	color: #333;
}
.new-secondary-sidebar-sticky ul li.current:after {
	background: transparent;
}
.new-secondary-sidebar-sticky.headroom--not-top {
	top: 20px;
}
.admin-bar .new-secondary-sidebar-sticky.headroom--not-top {
	top: 80px;
}
.new-secondary-sidebar-sticky.headroom--bottom {
	display: none;
}

/*KA*/
@media (min-width: 600px) and (max-width: 781px) {
div.wp-block-column:nth-child(2n) {
flex-basis: 30%!important;
}
}
   
.featured-doctors {
    text-align: left;
    margin-bottom: 100px;
}
.featured-doctors img {
    float: left;
    margin-right: 20px;
}
.featured-doctors > .row {
    margin-bottom: 40px;
}

.featured-doctor .slider-nav {
    margin-bottom: 30px;
}
.featured-doctor .slider-nav img {
    border-radius: 50%;
    background: #2f2f2f;
    border: 10px solid #2f2f2f;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
    margin: auto;
}
.featured-doctor .slider-nav div:focus {
    outline: none !important;
    border: none !important;
}
.featured-doctor .slider-nav .slick-current img {
    filter: none;
    border-color: #5cc6c9;
    background: #362f2d;
}
.featured-doctor .slider-for {
    max-width: 1200px;
    margin: 0 auto 30px;
    line-height: 30px;
}
.featured-doctor .slider-for p {
    color: #fff !important;
}

.featured-3 .wrap {
    min-height: auto;
	padding: 30px 0 0;
}
.featured-3 .banner-2 {
    min-width: 1400px;
    position: inherit;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.button-5 a {
    border-radius: 4px;
    background: #63c6bb;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 5px 10px;
    position: relative;
    top: -10px;
}
.button-5 a:hover {
    opacity: .9;
}
.bg-light{
	background-color: #D7F2EF;
  	padding:45px 30px;
}



.sticky-message {
  background-color: #ffffff;
  margin: 0 -15px;
  text-align: center;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
}
.sticky-message .wrap {
  padding: 0;
}
.sticky-message p {
  margin-bottom: 0;
}
.sticky-message a {
    color: #333333;
    text-decoration: underline;
}
.sticky-message  {
    display: block;
    padding: 10px 15px;
}

#text-41 .textwidget {
	text-align: left;
}

#gform_wrapper_3 li.hidden_label input {
    margin-top: 0;
} 


/*Test example of contact form sidebar*/
.page-id-16452 #gform_widget-4, .page-id-16452 #text-41 {
    background: #5f5955;
    padding: 30px;
}
.page-id-16452 #gform_widget-4 {
    margin-bottom: 0;
}
.page-id-16452 #gform_widget-4 h4, .page-id-16452 #text-41 h4, .page-id-16452 #text-41 .textwidget {
    color: #fff;
}


/*Text example for a procedure page with contact information*/
.procedure-page .site-inner {
	max-width: 1300px;
}
.procedure-page .new-secondary-sidebar-sticky {
    padding-top: 20px;
	width: 250px;
}
.procedure-page .new-secondary-sidebar-sticky .widget {
    padding: 0 15px;
    margin-bottom: 0;
}

.procedure-page .content {
	max-width: 1050px;
}

.featured-sidebar-contact {
    background: #3d8d96;
    color: #fff;
    padding: 15px;
    text-align: left;
}

.procedure-page .sidebar-primary .gform_widget .widget-wrap {
    background: #5f5955;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.procedure-page .sidebar-primary .gform_widget .widget-wrap h4 {
    color: #fff;
}
.procedure-page .sidebar-primary .gform_widget .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.featured-sidebar-contact h4 {
    color: #fff;
}

.procedure-page .entry-content h2,
.procedure-page .entry-content .heading-2 {
	background-color: #9af3ed;
    padding: 10px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 1440px) {
    .procedure-page .new-secondary-sidebar-sticky {
        left: 78%;
    }
}

@media only screen and (min-width: 1800px) {
    .procedure-page .new-secondary-sidebar-sticky {
        left: 72.5%;
    }
}

.featured-banner2 .wp-block-group__inner-container {
    padding: 30px 30px 15px;
}
.featured-banner2 {
    margin-bottom: 40px;
}

.wp-block-embed:before {
    content: "";
    display: block;
    clear: both
}

.wp-block-embed iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-block-embed .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.entry-content iframe {
	border: 0;
}


blockquote:before {
	content: '';
}
.wp-block-group.has-background {
	padding: 10px 10px 1px;
    margin-bottom: 15px
}

#field_8_9 {
    display: none;
}

.featured-button {
    position: fixed;
    bottom: 10px;
    left: 10px;
}
#appointment-widget {
    max-width: 100% !important;
}

.button-shop {
    background-color: #ff7164 !important;
    border-radius: 4px;
    box-shadow: 0 3px 0 0 #e9584b !important;
    text-transform: uppercase;
    color: #333 !important;
}
.button-shop:hover, .button-shop:focus {
	background-color: #f46c60;
}

li#field_8_1.gfield_error {
    padding: 0 !important;
}

.background-sky a {
    color: #333333;
}

.sidebar-title {
    font-size: 1.7rem;
    color: #362f2d;
    text-transform: uppercase;
    font-weight: 700;
}

.featured-medium-video {
	max-width: 600px;
    margin: auto;
}


.slick-slider {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

.featured-portal-link {
	position: absolute;
    right: 185px;
    top: 20px;
}
.featured-title {
	padding: 10px !important;
  	margin-bottom: 15px;
}
.featured-title-gold {
	background: url(/wp-content/uploads/2020/10/background-gold.jpg);
	background-size: cover;
	font-size: 30px;
    text-align: center;
    color: #000;
    padding: 10px;
    margin-bottom: 20px;
}
.featured-table1 .table {
	border: 0;
	color: #000;
}
.featured-table1 .table-stripped tbody tr:nth-child(odd) {
	background: #f3f3f3;
}
.featured-table1 td {
	border-top: 0 !important;
}
.featured-table1 .table tbody tr>td:last-child {
    min-width: 120px;
    font-size: 80%;
}
.featured-table1 .table thead tr>th {
	background: #fff;
    color: #333;
    font-size: 18px;
}
.featured-table1 .table thead tr>th:first-child {
	text-align: left;
}
.featured-table a {
	text-decoration: none;
	color: #000;
	border-bottom: solid 1px #000;
}

.featured-404 {
  margin-top: 30px;
  text-align: left;
}

.featured-footer-locations {
	background: #464646;
	padding: 40px 10px;
	z-index: 9;
    position: relative;
}
.featured-footer-locations figure {
	position: relative;
}
.featured-footer-locations .featured-location-detail {
	background-color: rgba(0,0,0,.85);
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: -1px;
}
.featured-footer-locations .featured-location-detail p {
	margin-bottom: 0;
}
.featured-footer-locations .featured-location-detail p.heading-3 {
	margin-bottom: 10px;
}
.featured-footer-locations iframe {
	display: block;
}



.gform_wrapper table.gfield_list thead th {
	font-size: 13px;
    font-weight: 400 !important;
}
.content .gform_wrapper .gsection {
	border-bottom: 0;
    padding-right: 0 !important;
}
.content .gform_wrapper h2.gsection_title {
    background: #9af3ed;
    padding: 10px !important;
    text-align: center;
    border: solid 1px #5c9c98;
    margin-top: 50px !important;
}
.content .gform_wrapper .gsection_description {
	text-align: center;
    margin-top: 10px;
    font-size: 16px;
}
.content .gform_wrapper .gsection:first-child h2.gsection_title {
	margin-top: 0 !important;
}
@media only screen and (min-width: 641px) {
	.gform_wrapper input.datepicker_with_icon.medium {
		width: calc(100% - 24px) !important;	
	}
}
hr.separator {
	border-top: 15px solid #f1f1f1;
    margin: 2em 0;
}


/* Accordion    ------------------------------------------ */

.yoast-faq-accordion {
	 margin-bottom: 2px;
}
 .yoast-faq-accordion .schema-faq-question {
	 display: block;
	 color: #444;
	 background-color: #eee;
	 padding: 0.5em 1em;
	 border-top: 2px solid #fff;
	 cursor: pointer;
	
}
 .yoast-faq-accordion .schema-faq-question button {
	 all: inherit;
	 border: 0;
	 display: flex;
	 justify-content: space-between;
	 width: 100%;
	 padding: 0.5em 0;
}
 .yoast-faq-accordion .schema-faq-question button svg {
	 height: 1em;
	 margin-left: 0.5em;
	 min-width: 50px;
}
 .yoast-faq-accordion .schema-faq-question [aria-expanded="true"] .vert {
	 display: none;
}
 .yoast-faq-accordion .schema-faq-question [aria-expanded="true"] rect {
	 fill: currentColor;
}
 .yoast-faq-accordion .schema-faq-answer {
	 padding: 1em;
	 
	 margin: 0 0 0.5em 0;
}
.schema-faq-question {
	color:#5cc6c9!important;
	font-weight:700 !important;
	font-size: 1.5em;
	padding: 0em 1em!important;
}
.schema-faq-answer img {
	margin: 10px auto;
    display: block;	
}

.featured-footer-title {
	color: #fff !important;
	font-size: 30px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
}
.featured-6 .row {
	display: flex;
    align-items: center;
}

@media only screen and (min-width: 780px) {
  .archive-testimonial-description {
  	margin-bottom: 2em;
  }
  .archive-testimonial-description .tmsa-submit-button {
    float: right;
    font-size: 18px;
  }
  .archive-testimonials-ratings {
    text-align: left;
    font-size: 32px;
  }
  .archive-testimonials-ratings .rating .fa {
    font-size: 1em;
  }
}
.content .testimonial.entry {
   border-bottom: 1px dotted #666;
   margin-bottom: 60px;
   padding: 0 0 30px 0;
}
.content .testimonial.entry .entry-title {
   font-weight: 500;
}
.content .testimonial.entry .entry-content {
   padding: 0;
}
#validation_message_2_6 {
	right: 30px !important;
}
.page-id-48 #validation_message_2_6 {
	right: 40px !important;
}
.footer-form {
	background-image: url(https://www.virginiafacialplasticsurgery.com/wp-content/uploads/2023/04/background-footer-form.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    color: #fff;
    margin: 0 -15px;
}
.footer-form .wrap {
    max-width: 800px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-form .widgettitle {
    color: #fff;
    font-size: 5rem;
    font-weight: 400;
    padding: 0;
    text-align: center;
    border-image: none !important;
    border-bottom: 0 !important;
    text-transform: uppercase;
}

.footer-form a {
    color: #ffffff !important;
}

.footer-form .gform_wrapper .gform_fields .gfield.gf_left_half {
    padding-right: 8px !important;
}

.footer-form .gform_wrapper .gform_fields .gfield.gf_right_half {
    padding-left: 8px !important;
}

.footer-form .gform_wrapper .gform_fields .gfield.gf_select.gf_right_half,
.footer-form .gform_wrapper .gform_fields .gfield.gf_select.gf_left_half,
.footer-form .gform_wrapper .gform_fields .gfield.gf_select,
.footer-form .gform_wrapper .gform_fields .gfield.gfield_error.gf_select {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}
.footer-form .gform_wrapper.gform_validation_error .gform_fields.top_label li.gfield.gf_select,
.footer-form .gform_wrapper.gform_validation_error .gform_fields.top_label li.gfield.gfield_error.gf_right_half.gf_select,
.footer-form .gform_wrapper.gform_validation_error .gform_fields.top_label li.gfield.gfield_error.gf_left_half.gf_select {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.footer-form .gform_wrapper li.gfield.gf_right_half.gfield_error.gfield_contains_required {
    padding-right: 0 !important;
}

.footer-form .gform_wrapper .ginput_recaptcha + .gfield_description {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
}


.footer-form .gform_footer {
    text-align: center;
}

.gform_wrapper .gform_button,
.gform_wrapper .gform_previous_button,
.gform_wrapper .gform_next_button {   
    background-color: #FF7164 !important;
    color: #333333 !important;
    box-shadow: 0px 3px 0px #E9584B;
    cursor: pointer;
    padding: 13px 26px !important;
    position: relative;
    line-height: 1.625;
    left: auto;
    margin-left: auto;
    margin: 30px auto 0;
    display: inline-block;
    top: 0;
    width: auto;
    font-size: 2rem;
    text-transform: uppercase;
    transition: .3s;
}

.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button:focus {
    box-shadow: none;
}


@media print {
    body * {
        visibility: hidden;
    }
    .print-container {
        display: inline-block;
        width:100%;
        margin-top: 10px;
    }
    .print-container, .print-container * {
        visibility: visible;
    }
    .entry-header, .mobile-sidebar, mobile-logo, .site-header, .featured-6, .site-footer, .footer-widgets {
        display: none;
    }    
}

.button-print {
    background: #53b8ad;
    width: 100%;
    text-align: center;
    color: #fff !important;
    font-size: 18px;
    text-decoration: none!important;
    padding: 15px;
}
.featured-before-after {
	max-width: 750px;
	margin: auto;
}
.uwy.userway_p3 {
	z-index: 2 !important;
}
.featured-columns p {
    margin-bottom: 0;
}
#custom_html-2 .custom-html-widget > div:last-child {
    margin-top: 0;
}
.featured-content-section {
	padding: 30px !important;
}
.blocks-gallery-grid {
	margin-left: 0 !important;
}
.entry-content  .wp-block-button__link {
	text-decoration: none;	
}
.sticky-button {
	width: auto;
	position: fixed;
	right: 1%;
	z-index: 8;
	bottom: 25px;
}

.button-sticky {
    border-radius: 6px !important;
    box-shadow: none !important;
    font-weight: 600 !important;
    background: #81d8d1 !important;
    padding: 12px 0 10px !important;
    width: 150px !important;
    border: solid 2px rgba(0,0,0,.3) !important;
    font-size: 16px !important;
    color: #000 !important;
    line-height: normal !important;
    text-transform: none !important;
}

.option {
  display: none;
  margin: 2rem 1rem;
}

.gform_wrapper.gravity-theme .gfield {
	position: relative;
}
#gform_wrapper_12 .gfield_description.validation_message {
    top: 37px;
    border: 0;
    background: transparent;
    right: 15px;
    margin-top: 0;
}
#validation_message_12_4 {
	top: 12px !important;
}
.gform_wrapper.gravity-theme .instruction {
	border: 0;
    background: transparent;
    padding: 0 !important;
}

/*locations page accordion */
.wp-block-group.schedule-content {
	 position: relative;
	 z-index: 1;
}
 .wp-block-group.schedule-content p.button-schedule {
	 display: table;
	 cursor: pointer;
}
 .wp-block-group.schedule-content p.button-schedule:after {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='16' height='16'><path fill='currentColor' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/></svg>");
    width: 16px;
    height: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;	
	transition: transform 0.5s ease;
	position: relative;
}

 .wp-block-group.schedule-content p.button-schedule.active:after {
	 transform: rotate(-180deg);
}
 .wp-block-group.schedule-box {
	 display: table;
	 box-shadow: -3px 0px 10px 0px rgba(0, 0, 0, 0.25);
	 -webkit-box-shadow: -3px 0px 10px 0px rgba(0, 0, 0, 0.25);
	 -moz-box-shadow: -3px 0px 10px 0px rgba(0, 0, 0, 0.25);
	 padding: 20px;
	 border-radius: 5px;
	 font-size: 14px;
	 position: absolute;
	 top: 0;
	 left: 33%;
	 background: #fff;
	 display: none;
}
 .wp-block-group.schedule-box p {
	 margin: 0;
}
 .wp-block-group.schedule-box::after {
	 content: "";
	 position: absolute;
	 top: 10px;
	 left: -13px;
	 z-index: 1;
	 border: solid 7px transparent;
	 border-right-color: #fff;
}
 @media only screen and (max-width: 768px) {
	 .wp-block-group.schedule-box {
		 top: 35px;
		 left: 23%;
	}
	 .wp-block-group.schedule-box::after {
		 top: -12px;
		 left: 60px;
		 z-index: 1;
		 border: solid 7px transparent;
		 border-bottom-color: #fff;
	}
}
 @media only screen and (max-width: 490px) {
	 .wp-block-group.schedule-box {
		 left: 21%;
	}
}

.alignfull {
    margin: 32px calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw !important;
    margin-top: 0;
}

.entry .alignfull {
	top: -30px;
}

/* Search Form Blog */
.livesearch-container {
    position: relative;
    margin-bottom: 5%;    
}
.livesearch-container:before {
    content: '';
    background-image: url(https://www.virginiafacialplasticsurgery.com/wp-content/uploads/2022/05/search.svg);
    background-size: 3em 3em;
    height: 3em;
    width: 3em;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 9;
}
.livesearch-container .wp-livesearch {
    margin-top: 0;
    padding-left: 45px;
    height: 60px;
    border-radius: 0;
    border: 1px solid #ddd !important;
}
.livesearch-container .wp-livesearch-box {
    text-align: left;
}
.livesearch-container .wp-livesearch-box h3 {
    font-size: 1.8rem;
}
.livesearch-container .wp-livesearch-box h3 a {
    text-decoration: none;
    border-bottom: 0;
}
.livesearch-container .wp-livesearch-box.active {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px;
}


.featured-table {
	font-size: 1.5rem;
	border: solid 1px #ddd !important;
}
.featured-table table {
	margin-bottom: 0;
}
.featured-table table thead {
	background: #3d8d96;
    color: #fff;
}
.featured-table table thead th {
	font-weight: bold;
	line-height: 20px;
	padding-top: 10px;
    padding-bottom: 10px;
}



.gform_wrapper .gform_button,
.gform_wrapper .gform_previous_button,
.gform_wrapper .gform_next_button {   
    background-color: #FF7164 !important;
    color: #333333 !important;
    box-shadow: 0px 3px 0px #E9584B;
    cursor: pointer;
    padding: 13px 26px !important;
    position: relative;
    line-height: 1.625;
    left: auto;
    margin-left: auto;
    margin: 30px auto 0;
    display: inline-block;
    top: 0;
    width: auto;
    font-size: 2rem;
    text-transform: uppercase;
    transition: .3s;
}

#gform_12 h3,
#gform_13 h3 {
	border: solid 1px #333;
 	padding: 10px 10px 7px;
 	margin: 20px 0;
}
#gform_wrapper_12,
#gform_wrapper_13 {
	padding: 20px;
 	background: #f7f7f7;
 	border-radius: 10px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
	padding-right: 25px !important;
}

.anchor-link {
	/*position: relative;
	top: -90px;*/
	position: absolute;
	z-index: -1;
	left: 0;
	margin-top: -120px;
}
.featured-select {
	padding: 15px !important;
	margin-bottom: 20px;
	border: 1px solid #6e6e6e !important;
	background: #f9f9f9;
}
.photogallery-multipatient-shortcode__item {
	text-align: center;
}
.no-deco a{
	text-decoration: none;
}
.alignfull {
    margin: 32px calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    margin-top: 0;
}

.testimonial-widget-full-content{
	max-width: 900px;
    margin: auto!important;
}
.testimonial-widget-latests-container p{
	margin-right: 80px;
}

.featured-table-title {
	border-bottom: 0 !important;
  margin-bottom: -2px;
}

.featured-slider-home {
	position: relative;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}

.gform_wrapper.gravity-theme .gfield_error .validation_message {
    border: 0;
    margin-top: 0;
    background-color: transparent;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
	margin-left: 5px;
}

svg {
    vertical-align: middle;
}

.social {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.social .icon {
    display: flex;
    padding: 3px;
    width: 28px;
    max-height: 30px;
    border-radius: 4px;
    text-align: center;
    justify-content: center;
}

.icon-youtube {
    background-color: #ff0000 ;
}

.icon-pinterest {
    background-color: #e60023 ;
}

.icon-facebook {
    background-color: #1877f2 ;
}

.icon-instagram {
    background: -webkit-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%),-webkit-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
    background: -moz-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%),-moz-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
    background: -ms-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%),-ms-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
    background: -o-radial-gradient(32% 106%, circle cover, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%),-o-linear-gradient(-45deg, #234bd7 12%, #c33cbe 58%);
    background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%),linear-gradient(135deg, #234bd7 12%, #c33cbe 58%);
}

.icon-tiktok {
    background-color: #000000 ;
}

.photogallery-column1 .photogallery-multipatient-shortcode__item {
	max-width: 780px;
	margin: auto;
	float: none;
}

.page-id-48 .sticky-button {
    display: none;
}

/* Video Gallery fix */
.video-gallery-header-wrapper,
.video-gallery-content-wrapper {
    max-width: 100% !important;
    padding-right: 30px !important;
}

.single-video-gallery .sidebar,
.post-type-archive-video-gallery .sidebar,
.tax-video-category .sidebar {
    order: 2;
}

.single-video-gallery .content,
.post-type-archive-video-gallery .content,
.tax-video-category .content {
    order: 1;
}

.video-gallery-item {
    box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    border-radius: 4px;
    padding: 0;
}

.video-gallery-item .vgsa-title, .video-gallery-item .vgsa-meta {
    padding-left: 15px;
    padding-right: 15px;
}
.gform_required_legend {
    display: none;
}


/* Reviews
===================================*/
.post-type-archive-testimonial .sidebar-primary {
    display: none;
}
.post-type-archive-testimonial main.content {
    max-width: 100%;
    box-shadow: none;
}
@media only screen and (min-width: 1024px) {
    .overview_shortcode-container {
        font-size: 32px;
    }
}
.wp-block-query-pagination-numbers a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 12px;
    text-decoration: none;
}
.wp-block-query-pagination-numbers span.page-numbers.current {
    background-color: #5cc6c9;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 12px;
    text-decoration: none;
}
a.wp-block-query-pagination-next,
a.wp-block-query-pagination-previous {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 12px;
    text-decoration: none;
}
.wp-block-query-pagination-numbers a:hover,
a.wp-block-query-pagination-next:hover,
a.wp-block-query-pagination-previous:hover {
    background-color: #5cc6c9;
}

.swiper_main {
	max-width: 1100px;
}