/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.0.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

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

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

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

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

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::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,
.footer-widgets::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 {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

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

a {
	color: #0073e5;
	text-decoration: underline;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

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

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

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

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

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

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

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

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

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
    background-color: #333;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
    background-color: #0073e5;
    border-width: 0;
    color: #fff;
}

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

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* Tables
--------------------------------------------- */
table{border-collapse: collapse; border-spacing: 0; margin-bottom: 100px; table-layout: fixed; width: 100%; word-break: break-all;}

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

td,
th {
    text-align: left;
    vertical-align: top;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
    padding-right: 0;
}

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

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

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

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	        animation: fadein 1s;
	word-wrap: break-word;
}

@-webkit-keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Container - general purpose
--------------------------------------------- */

.container {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-content-sidebar .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.content-sidebar-sidebar .sidebar-primary,
.sidebar-secondary {
	float: none;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: auto;
}

@media only screen and (min-width: 1024px) {
	.content-sidebar-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: justify;

		    -ms-flex-pack: justify;

		        justify-content: space-between;
	}

	/* Sidebar/Sidebar/Content */

	.sidebar-sidebar-content .sidebar-secondary {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}

	.sidebar-sidebar-content .sidebar-primary {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.sidebar-sidebar-content .content {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	/* Sidebar/Content/Sidebar */

	.sidebar-content-sidebar .sidebar-secondary {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}

	.sidebar-content-sidebar .content {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.sidebar-content-sidebar .sidebar-primary {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}
body.page-template.page-template-thank-you .site-inner ul{margin-bottom: 27px;}
body.page-template.page-template-thank-you ul li{list-style: inside;}
/* Common Classes
---------------------------------------------------------------------------- */

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

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}
.after-entry {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}
.after-entry .widget:last-of-type {
	margin-bottom: 0;
}
.before-footer-breadcrumbs-wrap .breadcrumb{
	background: #EDE9E7;
}
body.home .breadcrumb{
	display: none;
}
.breadcrumb {
    font-size: 16px;
	font-family: 'RennerBook', serif;
	color: #333;
	background: #EEF2F4;
	text-transform: capitalize;
}
.breadcrumb-wrapper{
    padding: 10px 0;
    max-width: 1200px;
	margin: 0 auto;
}
 .breadcrumb a{
	font-family: 'RennerBook', serif;
	text-decoration: none;
	color: #333;
	text-transform: capitalize;
}
.breadcrumb a:hover{
	text-decoration: underline;
}
.breadcrumb a .current{
	text-transform: capitalize;
}
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
/* Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}
.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

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

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	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 30px;
}

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	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 30px;
}

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

.widget {
	margin-bottom: 40px;
}

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

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

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

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

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

.after-entry .enews-widget input {
	text-align: center;
}

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

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

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

.entry-content .wpforms-form .wpforms-field {
    clear: both;
    margin: 20px 0;
    overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
    border-radius: 0;
    height: auto;
    padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
    font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
    font-size: 14px;
    font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
    display: none !important;
    left: -9000px !important;
    position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
    padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
    height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
    height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
    height: 300px;
}


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

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

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

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

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


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

.site-header {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}
.nav-primary, .menu-toggle{display: none!important;}
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed.mega-toggle-on>ul.mega-sub-menu{background: transparent!important;}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu{background: #f1f1f1!important;}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item{padding: 5px!important;}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{color: #333!important; font-family: inherit!important; font-size: 17px!important; text-transform: inherit!important; font-weight: inherit!important;}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu{padding: 10px!important;}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu{padding: 10px!important;}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover{text-decoration: underline!important;}
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

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

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

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

/* Responsive 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;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-transform: rotate(0);
	    -ms-transform: rotate(0);
	        transform: rotate(0);
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	transition: -webkit-transform 0.25s ease-in-out;
	-o-transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


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

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

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

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

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

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

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

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

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

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

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

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

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

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

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

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

.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;
}

.comment-header p {
	margin-bottom: 0;
}

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.l-left {
	float: left;
}

.l-right {
	float: right;
}

.end {
	margin-top: 30px;
	font-size: 3em;
	font-weight: bold;
	opacity: 0;
	-webkit-transform: translateY(300px);
	-ms-transform: translateY(300px);
	transform: translateY(300px);
	-webkit-transition: opacity, -webkit-transform 1s;
	transition: opacity, -webkit-transform 1s;
	-o-transition: opacity, transform 1s;
	transition: opacity, transform 1s;
	transition: opacity, transform 1s, -webkit-transform 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	   transition-delay: 1s;
}
.shush-row {
	clear: both;
}
.shush-col-8 {

	width:66.666%;
	float: left;

}

.shush-col-10 {
	width: 83.333%;
}

.shush-col-6 {

	width: 50%;
	float: left;
}

.shush-offset-6 {
	margin-left: 50%;
	clear:both;
}

.shush-col-4 {

	width: 33.333%;
	float: left;

}

.shush-col-3 {

	width: 25%;
	float: left;

}
.shush-col-9 {
	width:75%;
}
/* NAV - Full screen
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.header-top {
	background: rgb(198 209 222 / 100%);
    padding: 20px 60px 17px;
	position: fixed;
	top: 0;
	z-index: 99999;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100%;
}

h1 {
	line-height: 70px;
	height: 70px;
}

h1 a {
	display: block;
	padding: 0 10px;
}

.toggle-menu {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
}

.toggle-menu i {
	position: absolute;
	display: block;
	height: 2px;
	background: white;
	width: 30px;
	left: 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.toggle-menu i:nth-child(1) {
	top: 16px;
}

.toggle-menu i:nth-child(2) {
	top: 24px;
}

.toggle-menu i:nth-child(3) {
	top: 32px;
}

.open-menu .toggle-menu i:nth-child(1) {
	top: 25px;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	    transform: rotateZ(45deg);
}

.open-menu .cls-1 {
	-webkit-transition: fill 0.2s ease-in-out 0s;
	-o-transition: fill 0.2s ease-in-out 0s;
	transition: fill 0.2s ease-in-out 0s;
}

.cls-1 {
	-webkit-transition: fill 0.2s ease-in-out 0s;
	-o-transition: fill 0.2s ease-in-out 0s;
	transition: fill 0.2s ease-in-out 0s;
}

.open-menu .contact-inner a {
	color: #000!important;
	-webkit-transition: color 0.2s ease-in-out 0s;
	-o-transition: color 0.2s ease-in-out 0s;
	transition: color 0.2s ease-in-out 0s;
}
.contact-inner a {
	color: #20272d;
	-webkit-transition: color 0.2s ease-in-out 0s;
	-o-transition: color 0.2s ease-in-out 0s;
	transition: color 0.2s ease-in-out 0s;
}

.open-menu i:nth-child(2) {
	background: transparent!important;
}

.open-menu i:nth-child(3) {
	top: 25px;
	-webkit-transform: rotateZ(-45deg);
	-ms-transform: rotate(-45deg);
	    transform: rotateZ(-45deg);
}

nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: transparent;
    width: 100%;
    height: 100vh;
    padding: 80px 0;
    z-index: 999;
}

.open-menu ~ nav {
	/*opacity: 1;*/
	z-index: 15;
}

nav ul {
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

nav li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-transform: translate3d(0, -100%, 0);
	        transform: translate3d(0, -100%, 0);
	opacity:0;
}

nav li a {
	font-size: 2em;
	display: block;
	text-align: center;
}
/*nav .full-menu.active-menu li:nth-child(5) {
	animation: fadeIn_menu 0.5s ease forwards;
	animation-delay: 1.4s;
}
nav .full-menu.active-menu li:nth-child(4) {
	animation: fadeIn_menu 0.5s ease forwards;
	animation-delay: 1.6s;
}
nav .full-menu.active-menu li:nth-child(3) {
	animation: fadeIn_menu 0.5s ease forwards;
	animation-delay: 1.8s;
}
nav .full-menu.active-menu li:nth-child(2) {
	animation: fadeIn_menu 0.5s ease forwards;
	animation-delay: 2s;
}
nav .full-menu.active-menu li:nth-child(1) {
	animation: fadeIn_menu 0.5s ease forwards;
	animation-delay: 2.2s;
}
@keyframes fadeIn_menu {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
nav .full-menu li:nth-child(5) {
	animation: fadeOut_menu .5s ease backwards;
	animation-delay: 0.8s;
}
nav .full-menu li:nth-child(4) {
	animation: fadeOut_menu .5s ease backwards;
	animation-delay: 0.6s;
}
nav .full-menu li:nth-child(3) {
	animation: fadeOut_menu .5s ease backwards;
	animation-delay: 0.4s;
}
nav .full-menu li:nth-child(2) {
	animation: fadeOut_menu .5s ease backwards;
	animation-delay: 0.2s;
}
nav .full-menu li:nth-child(1) {
	animation: fadeOut_menu .5s ease backwards;
	animation-delay: 0s;
}
@keyframes fadeOut_menu {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}

nav .full-menu.active-menu li {
	transform: translateY(0px);
}
nav .full-menu.active-menu li {
	transition-delay: 0s !important;
}*/

nav .full-menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	opacity: 1;
	/*transform: translate3d(0px, -10vh, 0px);
	transition-property: opacity, transform, transform;
	transition-duration: 0.9s, 0.9s, 0.9s;
	transition-delay: 0s, 0s, 0s;
	transition-timing-function: ease, cubic-bezier(0.165, 0.84, 0.44, 1);*/
}
.full-menu li{
	-webkit-transform: translateY(-30%);
	    -ms-transform: translateY(-30%);
	        transform: translateY(-30%);
}

.full-menu.active-menu li{
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.wrap header {
	height: 0;
	z-index: 999;
	position: relative;
	background:transparent;
}
.open-menu ~ nav {
    padding: 87px 0 0;
	height: auto !important;
    z-index: 9999;
}
/*.header-top.clearfix.open-menu {
	background: transparent;
}*/
.full-menu {
	display: block;
	max-width: 80%;
	margin: 0 auto;
}
.toggle-menu i {
	background: #000;
}

.open-menu .toggle-menu i:first-child, .open-menu .toggle-menu i:last-child {
	background: #000!important;
}

.open-menu + .hide {
    opacity: 1;
    left: auto;
}


.menu-main-container{
	padding: 200px 0;
}
.full-menu li a{
	color: #fff;
    font-family: 'Crimson Text', serif;
    font-size: 35px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
	text-decoration: none;
	line-height: 1.3;
}
.full-menu li a:hover{
	color: #000;
}
.full-menu li:first-child a:hover {
	cursor: pointer;
}
.full-menu li.service-menu {
	display: none;
}
.full-menu li.go-back {
	display: none;
	font-style: italic;
}
.full-menu li.open-service {
	display: block;
}
/* Sections */

.section-inner {
	width: 100%;
}

/* One Column */

.section-one_column-svg {
	max-width: 45px;
	margin: 0 auto;
	margin-bottom: 60px;
}

/* Two Column 50 */

.two_col-content.has-image {
	padding-bottom: 100%!important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Client logo */

.client-logo-wrapper {
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.client-logo-wrapper img {
	width: 100% !important;
    max-width: 260px;
    align-items: center;
}

/* Isotope grid */

.grid-item {
  width: 100%;
}

.grid-item img {
  width: 100%;
}

/* Pagination */

.navigation.paging {
  background: none;
  position: relative;
  top: 0;
  height: auto;
}

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

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

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

	.site-header {
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
    --------------------------------------------- */

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

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		-webkit-transition: opacity 0.4s ease-in-out;
		-o-transition: opacity 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
    --------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
    --------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
    --------------------------------------------- */

	.site-inner {
		max-width: 1140px;
	}

	/* Content
    --------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

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

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
    --------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
    --------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
    --------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
    --------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
    --------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
    --------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

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

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
		color: #333 !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;
	}

	.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;
	}

}

/* Laura CSS
---------------------------------------------------------------------------- */
/* Fonts
--------------------------------------------- */
@font-face {
	font-family: 'RennerBold';
	src: url('fonts/renner-bold.woff2') format('woff2'),
	url('fonts/renner-bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RennerBook';
	src: url('fonts/renner-book.woff2') format('woff2'),
	url('fonts/renner-book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RennerMedium';
	src: url('fonts/renner-medium.woff2') format('woff2'),
	url('fonts/renner-medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* General
--------------------------------------------- */
body, html{
	font-family: 'RennerBook', serif;
	overflow-x:hidden!important;
	outline: none!important;
}
h2{
	font-family: 'Crimson text', serif;
}
h3{
    font-family: 'Crimson text', serif;
    font-weight: 400!important;
}
.site-inner{
	padding: 60px 0 0;
	max-width: 1200px;
}
a{
	color: #000;
	outline: none!important;
}
a, a:hover, a:active, a:focus{
	outline: none!important;
}
.prev-awesome-pop::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  font-size: 2rem;
}
.next-awesome-pop::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 2rem;
}
.prev-awesome-pop.slick-arrow {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}
.next-awesome-pop.slick-arrow {
  position: absolute;
  right: -20px;
  z-index: 999;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.prev-awesome::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f053";
	font-size: 2rem;
}
.next-awesome::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	font-size: 2rem;
}
.blog-slider-wrapper {
	position: relative;
}
.prev-awesome.slick-arrow {
	position: absolute;
	left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.next-awesome.slick-arrow {
	position: absolute;
	right: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
/* Menu and Submenu
--------------------------------------------- */
ul.sub-menu{
    display: block;
}
ul.sub-menu li a{
	font-size: 18px!important;
}
li#menu-item-3074 a, li#menu-item-3075 a, li#menu-item-3076 a, li#menu-item-3077 a, li#menu-item-3078 a, li#menu-item-3079 a{
	color: #e9e4e1;
    text-decoration: underline;
}
/* Search Function
--------------------------------------------- */
.header-icons{
    float: right;
    padding: 10px 0px 8px;
    position: relative;
	margin-right: 10px;
    margin-left: 16px;
	z-index: 9999;
   }
.dashicons-search:before, .dashicons-no-alt:before{
	font-size: 30px;
}
.header-icons .search-box{
	position:relative;
}
.header-icons a{
	text-decoration:none;
}
.custom-search-icon i{
	vertical-align:middle;
	padding: 0px 25px 0px 10px;
	cursor:pointer;
}
.genesis-nav-menu li a.icon{
	padding: 12px 5px;
}
.head-custom-search{
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background: #c1cddb none repeat scroll 0% 0%;
    display: none;
    z-index: 9999;
    height: 100vh;
}
.head-custom-search .search-form {
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	top: 45%;
    position: absolute;
}
input.search-form-input{
	width: 30%;
	float: left;
    background: #c1cddb!important;
}
input.search-form-submit{
    background: #c1cddb!important;
}
input.search-form-input{
	color: #fff!important;
    border-bottom: 1px solid #fff!important;
}
input.search-form-input::-webkit-input-placeholder{
	color: #fff!important;
}
input.search-form-input::-moz-placeholder{
	color: #fff!important;
}
input.search-form-input:-ms-input-placeholder{
	color: #fff!important;
}
input.search-form-input::-ms-input-placeholder{
	color: #fff!important;
}
input.search-form-submit[type="submit"], input#searchform-1.search-form-input, input.search-form-input::placeholder{
	color: #fff!important;
}
.dashicons-no-alt:before, .open-menu .dashicons-search:before{
	color: #000!important;
}
/* Search Results
--------------------------------------------- */
body.search.search-results .content, body.search.search-no-results .content{width: 100%; margin: 100px 0;}
body.search.search-results h1, body.search.search-no-results h1{font-family: 'Crimson Text',serif; font-size: 46px; margin-bottom: 30px;}
.search-item-wrapper{margin-bottom: 60px;}
.search-item-wrapper .inner{display: flex; align-items: center; justify-content: center;}
.search-item-wrapper .inner img{width: 100%;}
.search-title{font-family: 'RennerMedium', serif; font-size: 20px; font-weight: 400;}
.search-excerpt{margin-bottom: 20px; font-family: 'RennerBook', serif; font-size: 16px; font-weight: normal; color: #6A6A65;}
.search-excerpt p{margin: 0;}
.search-item-wrapper #copy.shush-col-8{padding: 30px;}
.search-item-wrapper .read-more{font-family: 'RennerMedium', serif; color: #000; text-decoration: none; font-size: 18px;}
body.search.search-results .search-nothing, body.search.search-results .above-footer{display: none;}
body.search.search-results .pagination{display: flex; justify-content: center;}
/* Home - Above The Fold
--------------------------------------------- */
.header-content-container{
    position: absolute;
    top: 50%!important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.header-content-inner .main-title h1{
	display: inline;
	padding: 0;
}
.sub-title{
	font-size: 25px!important;
    line-height: 30px;
    color: #000;
    max-width: 100%;
    display: block;
	margin: 0 auto;
	padding-top: 15px;
    font-family: 'RennerBook', serif;
}
.home-header-inner .button-wrapper{
	display: block;
}
.home-header-inner .button-wrapper a{
	background: #000;
	color: #fff;
	border: 2px solid #000;
	padding: 15px;
    font-size: 25px!important;
    line-height: 30px!important;
    margin-bottom: 20px!important;
    text-decoration: none;
    font-family: 'RennerBook', serif!important;
	display: inline-block;
	font-style: inherit;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.home-header-inner .button-wrapper a:hover{
	background: #c6d1de;
	border: 2px solid #c6d1de;
	color: #000;
}
.home-header-inner .button-wrapper a::after{
	display: none;
}
.tel-wrapper, .map_link-wrapper{
    font-size: 20px!important;
    line-height: 30px!important;
    font-family: 'RennerBook', serif;
}
.tel-wrapper a, .map_link-wrapper a{
	text-decoration: none!important;
	color: #000!important;
}
/* Home - Blog Feed
--------------------------------------------- */
.blog-roll{
    background: #EEF2F4;
	padding: 120px 30px 90px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.blog-roll h2{
    text-align: center;
    padding-bottom: 40px;
}
.blog-roll h2 a{
    font-family: 'Crimson Text', serif;
    font-size: 45px;
    margin-top: 0px;
    font-weight: normal;
    margin-bottom: 0;
    text-decoration: none;
    color: #333;
}
.blog-roll .shush-col-3{
    padding-right: 15px;
    padding-left: 15px;
}
.blog-roll .shush-col-3 a{
	text-decoration: none;
    color: #333;
}
.blog-roll .shush-col-3 a h3{
    font-family: 'Crimson Text', serif!important;
    font-size: 25px;
    padding: 15px 0 0 0;
}
.blog-roll .shush-col-3 p{
    font-family: 'RennerBook', serif;
    font-size: 18px;
    font-weight: normal;
    color: #6A6A65;
}
#blog-roll.button-wrapper{
    width: 12%;
    margin: 0 auto;
    padding-top: 20px;
}
/* Clinic Single
--------------------------------------------- */
.slick-prev:before, .slick-next:before{
	color:red;
}
#tab-5 iframe {
	width: 100%;
}
.clinic-img{min-height: 100vh; background-position: center center; background-size: cover; background-repeat: no-repeat; height: 100vh; display: inline-block; opacity: 0.7; width: 100%;}
.open-title{
	font-family: 'Crimson text', serif;
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
}
ul.opening-times{
	margin-bottom: 50px;
}
ul.opening-times li{
    font-family: 'RennerBook', serif;
    font-size: 18px;
    color: #000;
}
.clinic-heading-copy h2{
	font-family: 'Crimson Text', serif;
}
.clinic-text p{
    font-family: 'RennerBook', serif;
}
.tabs {
	max-width: 100%;
	margin-bottom: 100px;
}
.tabs-nav li {
	float: left;
	width: 20%;
}
.tabs-nav li:first-child a {
	border-right: 0;
	border-top-left-radius: 6px;
}
.tabs-nav li:last-child a {
	border-top-right-radius: 6px;
}
.tabs a {
	background: #fff;
	border: 1px solid #ddd;
	color: #000000;
	display: block;
	font-weight: 600;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	font-family: 'RennerBook', serif;
    font-size: 16px;
}
.tabs a:hover {
	color: #000;
}
.tab-active a {
	background: #ddd;
	border-bottom-color: transparent;
	color: #000;
	cursor: default;
}
.tabs-stage {
	border: 0;
	border-top: 0;
	clear: both;
	padding: 24px 0;
	position: relative;
	top: -1px;
}
.tabs-stage p{
	font-family: 'RennerBook', serif;
    font-size: 16px;
}
ul.treatment-list li a{
	text-align: left;
	border: 0;
	font-weight: normal;
	padding: 0;
}
ul.treatment-list li a:hover{
	text-decoration: underline;
	color: #000;
}
ul.member-list.shush-row li.member-item.shush-col-4{
	padding: 0 1%;
}
ul.member-list .team-name{
    font-family: 'Crimson Text', serif;
    padding-top: 10px;
}
ul.member-list .team-title{
	font-size: 16px;
}
ul.member-list .team-gmc{
	font-size: 14px;
}
ul.member-list.shush-row li a{
	border: 0;
	text-align: left;
}
ul.member-list.shush-row li a:hover{
	text-decoration: underline;
}
.test-body{
	text-align: center;
	font-family: 'RennerBook', serif;
	font-size: 16px;
}
.test-name{
	text-align: center;
    font-family: 'RennerBook', serif;
	font-weight: 600;
    font-size: 16px;
}
/* Preset Sections - One Column
--------------------------------------------- */
section.section-0.one_column-section{
	padding: 120px 30px;
}
section.section-0.one_column-section .section-one_column-title{
	text-align: center;
	font-family: 'Crimson Text', serif;
	line-height: 1.2;
}
section.section-0.one_column-section .text-block{
    font-family: 'Crimson Text', serif;
    font-size: 45px;
    margin-top: 0px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.2;
	text-align: center;
}
section.one_column-section .button-wrapper{
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
    margin: 0 auto;
    padding-top: 60px;
}
section.one_column-section .button-wrapper a{
	padding-right: 30px;
}
/* Preset Sections - Two Columns Asymmetric
--------------------------------------------- */
section.two_column_text_asymmetric-section{
	padding: 120px 30px;
}
section.two_column_text_asymmetric-section .shush-col-8 p{
    font-family: 'RennerBook', serif;
    font-size: 18px;
    font-weight: normal;
	color: #000;
}
section.two_column_text_asymmetric-section .shush-col-8 p a{
    color: #000;
    text-decoration: underline;
}
.asy-title{
    font-family: 'Crimson Text', serif;
    color: #20272D;
    font-size: 25px;
    line-height: 20px;
    font-weight: 700!important;
	margin-bottom: 0;
}
.asy-subtitle{
    font-family: 'Crimson Text', serif;
    color: #20272D;
    font-size: 25px;
    line-height: 20px;
}
/* Preset Sections - Two Columns 50/50
--------------------------------------------- */
.two_col-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 60px;
    margin: 0 auto;
}
.two_50-title{
    font-family: 'Crimson Text', serif;
    font-size: 45px;
    margin-top: 0px;
    font-weight: normal;
	margin-bottom: 0;
	line-height: 50px;
	margin-bottom: 30px;
	text-align: center;
}
.two_50-body{
    font-family: 'RennerBook', serif;
    font-size: 18px;
    font-weight: normal;
    color: #000;
	text-align: center;
}
.two_col-content .button-wrapper{
	padding-top: 60px;
}
.two_col-content .button-wrapper a{
	padding-right: 30px;
}
.button-wrapper a{
    color: #000;
    text-decoration: underline;
    font-family: 'Crimson text', serif;
    margin-bottom: 30px;
    font-style: italic;
    margin-top: 30px;
    text-align: left;
    /*min-width: 280px;*/
    font-size: 25px;
}
.button-wrapper a:hover::after {
	-webkit-filter: invert(1);
	        filter: invert(1);
	background-color: #fff;
}
.button-wrapper a::after {
	content: "";
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS4zIDEyLjUwMiI+CiAgPHBhdGggaWQ9IlBhdGhfMTAiIGRhdGEtbmFtZT0iUGF0aCAxMCIgZD0iTS00LjM4NSwwLTUuNTIxLDEuMTM3bDQuMyw0LjNILTE3LjQzNFY3LjA2M0gtMS4yMTlsLTQuMyw0LjNMLTQuMzg1LDEyLjUsMS44NjYsNi4yNTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNy40MzQpIi8+Cjwvc3ZnPg==') center center / 35% no-repeat;
	border: 1px solid
	#000;
	vertical-align: middle;
	display: inline-block;
	border-radius: 50px;
	text-align: left;
	margin-top: -5px;
	padding: 25px;
	float: right;
	height: 25px;
	width: 25px;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/* Preset Sections - Popular Treatments
--------------------------------------------- */
section.slide_popular-section{padding: 120px 30px; background: #EEF2F4;}
section.slide_popular-section .shush-col-4{padding-left: 15px; padding-right: 15px;}
section.slide_popular-section h2{font-family: 'Crimson Text', serif; font-size: 46px; margin-top: 0px; font-weight: normal; margin-bottom: 60px; text-decoration: none; color: #333;text-align: center;}
.pop-title{margin: 10px 0 20px 0; font-size: 25px; text-align: center;}
/* Accordion - within 50/50
--------------------------------------------- */
ul.faq{
	width: 100%;
	font-family: 'RennerBook', serif;
	font-size: 18px;
	list-style: none;
	padding-left: 0;
	padding-top: 50px;
}
.faq li{
	padding: 20px 0 20px 0;
}

.faq li.q{
	font-weight:bold;
	font-size:16px;
	border-bottom:1px #ddd solid;
	cursor:pointer;
}

.faq li.a{
	background:#fbf8f6;
	display:none;
}
.faq li.a p, faq li.a p.p1{
	font-size: 16px;
	color: #000;
}
.rotate{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	    transform:rotate(90deg);
}
.faq li.q i {
	float: right;
}
/* Preset Sections - Image Rows
--------------------------------------------- */
body.home section.image_rows-section{
	background: #EEF2F4;
}
section.image_rows-section{
    background-color: #fff;
    padding: 120px 30px 60px 30px;
}
section.image_rows-section h3.treatments-title{
    font-family: 'Crimson Text', serif;
    font-size: 45px;
    margin-top: 0px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 15px;
}
.content-img-rows{
	position: relative;
	width: 90%;
	max-width: 400px;
	margin: auto;
	overflow: hidden;
}
.image-item{
	margin-bottom: 60px;
}
.image-item > h3{
    text-align: center;
    opacity: 1;
    z-index: 9;
    font-family: 'Crimson Text', serif;
    font-size: 25px;
    margin-top: 0px;
    font-weight: normal;
    margin-bottom: 0;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 45%;
	display: inline-block;
    right: 0;
}
.mobile-title-link h3 {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	color: #000;
}
.mobile-title-link {
	position: relative;
	width: 100%;
	display: none;
}
.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.fadeIn-top{
	top: 25%;
}
.image-item {
	position: relative;
}
.content-img-rows .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.content-img-rows:hover .content-overlay{
	opacity: 1;
}
.content-img-rows:hover + h3{
	display:none !important;
}
.content-image{
	width: 100%;
}
.content-img-rows:hover .content-details{
	top: 50%;
	left: 50%;
	opacity: 1;
}
.content-details h3{
    font-family: 'Crimson Text', serif;
    font-size: 25px;
    margin-top: 0px;
    font-weight: normal;
    margin-bottom: 0;
    color: #fff;
}
.content-details p{
    color: #fff;
    font-size: 0.8em;
    padding-top: 10px;
    font-family: 'RennerBook', serif;
}
section.section-1.image_rows-section .container .image-rows-wrapper .image-item:hover h3{
  display: none!important;
}
section.section-1.image_rows-section .container .content-img-rows .content-details:hover h3{
	display: block;
}
/* Section Video
--------------------------------------------- */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Section Slider
--------------------------------------------- */
.slider-outer-wrapper {
	height: 100vh;
	width:100%;
	display:block;
}
/* Section FAQ
--------------------------------------------- */
ul.accordion li{
	border-bottom: 1px #ddd solid;
	padding: 10px 0;
}
ul.accordion li::marker{display: none!important;}
ul.accordion li a.toggle.heading{
	text-align: left;
    font-family: 'Crimson text', serif;
    font-size: 25px;
    color: #20272D;
    text-transform: inherit;
	text-decoration: none;
	padding: 0!important;
}
ul.accordion {
	list-style: none;
	padding: 0;
}
ul.accordion .inner {
	padding-left: 0;
	overflow: hidden;
	display: none;
	font-family: 'RennerBook', serif;
	font-size: 18px;
	padding-top: 15px;
}
ul.accordion .inner.show p{
	text-align: center;
	font-size: 28px;
	font-family: 'SharpGroteskBook22';
	line-height: 1.2;
	color: #000!important;
}
ul.accordion li {
	margin: 0;
	position: relative;
}
ul.accordion li a.toggle {
	width: 100%;
	display: block;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}
ul.faq li a.toggle:hover {
	background: rgba(0, 0, 0, 0.9);
}
.toggle-title{
	text-align: center;
}
.toggle-inner p{
	text-align: center;
}
/* Section Timeline
--------------------------------------------- */
#treatment-timeline {
	padding-left: 0;
	margin-bottom: 0;
}
#treatment-timeline h2{
	left: 0;
    position: inherit;
    text-align: center!important;
    font-family: 'Crimson Text', serif;
    font-size: 45px;
}
#homepage-timeline{
	background-color: #EEF2F4;
	padding: 120px 30px;
}
#homepage-timeline .col-md-6{
	width: 50%;
}
#homepage-timeline .col-md-6.col-md-offset-6{
	margin-left: 50%;
}
#homepage-timeline .col-md-6.col-md-offset-6 .timeline-item{
	padding-left: 35px;
	padding-right: 0;
}
#homepage-timeline .col-md-6 .timeline-item{
	padding-right: 35px;
}
body.page-template.page-template-about.page-template-about-php .timeline-item span{
	background-color: #EEF2F4;
}
body.treatment-template-default.single.single-treatment .timeline-item span{
	padding: 0;
	position: initial;
}
.timeline-item span {
    position: absolute;
    background-color: transparent;
    height: 50px;
    padding: 13px 0;
}
#homepage-timeline .col-md-6 .timeline-item span{
	left: 100%;
    position: absolute;
    margin-left: -7px;
}
#homepage-timeline .col-md-6.col-md-offset-6 .timeline-item span{
	left: 0;
}
.timeline-item {
	display: block;
	position: relative;
}
.timeline-item h4{
	font-family: 'RennerBook', serif;
	font-weight: 700;
	margin-bottom: 10px!important;
}
.timeline-item p{
    font-family: 'RennerBook', serif;
}
.vertical-line {
	position: absolute;
	left: 50%;
	height: 77%;
	border: 1px solid #000;
}
.right-icon {
	right: -25px;
}
.left-icon {
	left: -48px;
}
.col-md-6.col-md-offset-6 .timeline-item {
	padding-left: 35px;
}
.col-md-6 .timeline-item {
	padding-right: 35px;
}
/* Section Single Testimonial
--------------------------------------------- */
blockquote.testimonial-blockquote{
    background: #f3f3f3;
    margin: 0;
    padding: 30px;
    font-family: 'RennerBook', serif;
    font-size: 22px;
    font-weight: normal;
    color: #000;
    text-align: center;
	font-style: inherit;
	margin-bottom: 100px;
}
.testimonial-quote{
	display: inline-block;
	width: 100%;
}
.testimonial-author{
    display: inline-block;
	font-size: 15px;
	width: 100%;
}
i.fas.fa-quote-left{
    padding-bottom: 20px;
    width: 100%;
    text-align: left;
}
i.fas.fa-quote-right{
    padding-top: 20px;
    width: 100%;
    text-align: right;
}
.fa-star:before {
    color: #d4af37;
    font-size: 18px;
}
/* Team Member Single
--------------------------------------------- */
body.team_member-template-default.single.single-team_member .wrap{
    padding: 60px 0 0;
    max-width: 1200px;
    margin: 0 auto;
}
body.team_member-template-default.single.single-team_member .text-block{
	font-family: 'RennerBook', serif;
    font-weight: 400;
	line-height: 1.625;
	text-align: left;
	color: #000;
}
body.team_member-template-default.single.single-team_member .section-one_column-svg{
	display: none;
}
body.team_member-template-default.single.single-team_member section.slide_image-section, body.team_member-template-default.single.single-team_member section.video-section, body.team_member-template-default.single.single-team_member section.one_column-section, body.team_member-template-default.single.single-team_member section.two_column_text_asymmetric-section{
	padding: 0 0 120px 0!important;
}
body.team_member-template-default.single.single-team_member section.image_rows-section{
	padding: 0 0 60px 0!important;
}
body.team_member-template-default.single.single-team_member .two_col-content{
    padding: 60px 30px 120px 30px;
}
body.team_member-template-default.single.single-team_member .entry-content em{
    font-family: 'Crimson text', serif;
    font-size: 40px;
    font-style: italic;
    line-height: 1.2;
}
.member-header .container{
	max-width: 1200px;
}
.member-content-container{
	display: inline-block;
	margin: 50px 0;
}
.member-content-container .shush-col-6, #second.shush-col-3{
	padding-right: 2%;
}
.team-header .header-content-container {
	/*position: relative;
	width: 100%;
	height: 100%;
	top: unset!important;
    left: unset!important;
	transform: unset!important;*/
	text-align: center;
	width: 100%;
}
.team-header .two-color-header{
	height: 100vh;
}
.team-img {
	padding: 20% 0;
}
.team-img h1{
	color: #fff!important;
}
.team-img .member-job-title{
    font-family: 'RennerBook', serif;
    font-size: 25px;
    color: #fff;
}
.team-info h4, .subspecialities h4, .languages h4, .registered h4, .procedures h4, .interests h4, .education h4{
	font-family: 'Crimson text', serif;
    font-size: 25px;
    color: #000;
}
.team-info, .subspecialities, .languages, .registered, .interests, .education{
	font-family: 'RennerBook', serif;
    font-size: 18px;
	color: #000;
	margin-bottom: 50px;
}
ul.procedures-list li a{
    color: #000;
    text-decoration: none;
    font-family: 'RennerBook', serif;
    font-size: 18px;
}
ul.procedures-list li a:hover{
	text-decoration: underline;
}
.team-member-side-inner a{
	text-decoration: none;
}
.member-details-side{
	margin: 20px 0 40px 0;
}
.team-member-side-inner .member-name{
	font-family: 'Crimson Text', serif!important;
    font-size: 25px;
}
.team-member-side-inner .member-title{
    font-family: 'RennerBook', serif;
    font-size: 16px;
    font-weight: normal;
    color: #6A6A65;	
}
/* Team Member Archive
--------------------------------------------- */
body.archive.post-type-archive.post-type-archive-team_member .after-header-text{
	margin-bottom: 100px;
	padding: 0 30px;
}
body.archive.post-type-archive.post-type-archive-team_member .after-header-text p{
	font-size: 45px;
	line-height: 1.2;
	font-family: 'Crimson Text', serif;
	text-align: center;
}
body.archive.post-type-archive.post-type-archive-team_member .site-inner .content{
	width: 100%;
	margin-bottom: 100px;
}
body.archive.post-type-archive.post-type-archive-team_member .sidebar{
	display: none;
}
.two-color-header {
	background-color: #fff;
	border-left: 50vw solid #dae2ea;
	width: 150vw;
	height: 100vh;
}
.team-members-section .shush-col-4{
	padding: 0 1%;
}
.member-item:hover .hidden-details {
	display: block !important;
	color:#fff;
}
.overlay-member{display:block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0,0, 0.2);}
.member-details {
	bottom: 0;
	position:absolute;
	z-index: 99999;
	padding: 20px;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
.member-details .member-name, .member-details .member-title {
	color:#fff!important;
}
.member-details .member-name{
	font-family: 'Crimson Text', serif;
	text-transform: capitalize;
    font-size: 20px;
}
.member-details .member-title{
	font-size: 15px;
}
.member-item:hover .member-details .member-name, .member-item:hover .member-details .member-title {
	color:#000;
}
.member-details .member-title{
	text-transform: capitalize;
}
/* Single Treatment
--------------------------------------------- */
body.treatment-template-default.single.single-treatment .trustpilot-widget{
	margin-bottom: 100px;
}
/* Treatment Archive
--------------------------------------------- */
h2.treatment-archive-title{
	font-family: 'Crimson Text', serif;
}
.treatment-archive-text p{
	font-family: 'RennerBook', serif;
}
section.treatments-section{
	display: inline-block;
	margin-bottom: 70px;
}
section.treatments-section .shush-col-4{
    width: 31.333%;
    float: left;
    margin-bottom: 0;
    margin-right: 2%;
}
section.treatments-section .shush-row{
	display: inherit;
    margin-bottom: 50px;
}
.treatment-item h3{
	font-family: 'RennerMedium', serif;
    font-size: 20px;
}
.treatment-img{
	margin-bottom: 20px;
}
.treatment-excerpt{
	font-family: 'RennerBook', serif;
    font-size: 16px;
    font-weight: normal;
    color: #6A6A65;
	margin-bottom: 20px;
}
.treatment-item a{
	font-family: 'RennerMedium', serif;
	color: #000;
	text-decoration: none;
}
.treatment-item a:hover{
	text-decoration: underline;
}
.treatment:hover .overlay-treatment {
	display: block !important;
}
.treatment-item:hover .hidden-details {
	display: block !important;
	color:#fff;
}
.overlay-treatment {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0,0, 0.5);
}
.treatment-details {
	bottom: 0;
	position:absolute;
	z-index: 99999;
	padding: 50px;
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
.treatment-item:hover .treatment-details .treatment-name {
	color:#000;
}
.treatment-details .treatment-title{
	text-transform: capitalize;
}
/* Treatment Single
--------------------------------------------- */
section.four-boxes{padding: 60px 0 0; max-width: 1200px; margin: 0 auto;}
section.four-boxes .inner{display: grid; width: 100%; grid-column-gap: 20px; grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-rows: auto auto;}
section.four-boxes .col-3{background: #EDE9E7; padding: 15px;}
section.four-boxes .heading{font-weight: bold; font-size: 16px; margin-bottom: 5px;}
section.four-boxes .copy{font-size: 15px; color: rgba(10,19,7,.5);}
.button-wrapper button{
	color: #000;
	background-color: transparent;
	text-decoration: underline;
	font-family: 'Crimson text', serif;
	margin-bottom: 30px;
	font-style: italic;
	margin-top: 30px;
	text-align: left;
	min-width: 280px;
	font-size: 25px;
	float: right;
}
.button-wrapper button:hover::after {
	-webkit-filter: invert(1);
	        filter: invert(1);
	background-color: #fff;
}
.button-wrapper button::after {
	content: "";
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS4zIDEyLjUwMiI+CiAgPHBhdGggaWQ9IlBhdGhfMTAiIGRhdGEtbmFtZT0iUGF0aCAxMCIgZD0iTS00LjM4NSwwLTUuNTIxLDEuMTM3bDQuMyw0LjNILTE3LjQzNFY3LjA2M0gtMS4yMTlsLTQuMyw0LjNMLTQuMzg1LDEyLjUsMS44NjYsNi4yNTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNy40MzQpIi8+Cjwvc3ZnPg==') center center / 35% no-repeat;
	border: 1px solid
	#000;
	vertical-align: middle;
	display: inline-block;
	border-radius: 50px;
	text-align: left;
	margin-top: -5px;
	padding: 25px;
	float: right;
	height: 25px;
	width: 25px;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.scroll-icon {
	position: absolute;
	left: 50%;
	bottom: 25px;
	padding: 0;
	-webkit-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
	width: 18px;
	height: 34px;
	background-repeat: no-repeat;
	background-size: contain;
}
.scroll-icon a {
	display: block;
	width: 18px;
	height: 34px;
}
.bounce {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateX(-50%) translateY(0) rotate(90deg);transform: translateX(-50%) translateY(0) rotate(90deg);}
	40% {-webkit-transform: translateX(-50%) translateY(-30px) rotate(90deg);transform: translateX(-50%) translateY(-30px) rotate(90deg);}
	60% {-webkit-transform: translateX(-50%) translateY(-15px) rotate(90deg);transform: translateX(-50%) translateY(-15px) rotate(90deg);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateX(-50%) translateY(0) rotate(90deg);transform: translateX(-50%) translateY(0) rotate(90deg);}
	40% {-webkit-transform: translateX(-50%) translateY(-30px) rotate(90deg);transform: translateX(-50%) translateY(-30px) rotate(90deg);}
	60% {-webkit-transform: translateX(-50%) translateY(-15px) rotate(90deg);transform: translateX(-50%) translateY(-15px) rotate(90deg);}
}
.contact-wrapper {
	width: 70%;
}
.logo-inner {
	width: 22%;
}
.contact-inner a {
	font-size: 30px;
    color: #000;
    text-decoration: none;
	margin-left: 10px;
}
.l-left.logo-wrapper {
	max-width: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
    position: absolute;
}
.home-header {
	text-align: center;
	padding: 0px;
}
.treatment-header .header-content-container {position: absolute; width: 100%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.treatment-header .main-title {text-align: center; top: 50%; position: relative; display: flex; justify-content: center;}
.treatment-header .main-desc{top: 50%; position: relative; width: 60%; margin: 30px auto 0 auto; text-align: center;}
.treatment-header .main-desc p{margin: 0;}
.main-buttons{top: 50%; margin: 50px auto 0 auto; display: inline-flex; justify-content: center; text-align: center; width: 99vw;}
.main-buttons a{border: 2px solid #000; padding: 15px; font-size: 25px!important; line-height: 30px!important; text-decoration: none;}
.main-buttons a:hover{background: #000; color: #fff; cursor: pointer;}
.consultation{float: left; margin-right: 10px;}
.specialist{float: left; margin-left: 10px;}
.header-content-icons{position: absolute; bottom: 60px; left: 60px; display: flex;}
.circle{margin-right: 10px;}
.circle-inner{float: left; background: #EEF2F4; border-radius: 50%; padding: 20px; width: 100px; height: 100px; margin-bottom: 5px;}
p.circle-copy, p.circle-label{text-align: center; margin: 0;}
p.circle-label{font-size: 16px;}
.main-title h1 {
	color:#333;
	font-size: 90px;
	font-family: 'Crimson Text', serif;
	padding: 0 30px;
	line-height: 1;
}
h2.text-block-title, .faq-title-wrapper h2{
	/*font-family: 'RennerBook', serif;
	font-size: 60px;*/
}
.accordion li a div.chevron-wrap {
	position: absolute;
	right: 15px;
	top: 35px;
	font-size:10px;
	font-weight:300;
	-webkit-transform: rotate(0deg) translateY(-50%);
	    -ms-transform: rotate(0deg) translateY(-50%);
	        transform: rotate(0deg) translateY(-50%);
}
.accordion li a.opened div.chevron-wrap {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
section.text-block, .gallery-wrapper, section.custom-section-faq, section.custom-section-testimonial{
	margin-bottom: 100px;
}
.text-block-body{
	font-family: 'RennerBook', serif;
    font-size: 18px;
    color: #000;
}
.text-block-body ul{
	margin-bottom: 30px;
}
.text-block-body li{
	list-style-type: circle;
    list-style-position: inside;
}
.text-block-section-0, .text-block-section-1, .text-block-section-2, .text-block-section-3, .text-block-section-4, .text-block-section-5, .text-block-section-6, .text-block-section-7, .text-block-section-8, .text-block-section-9, .text-block-section-10, .text-block-section-11, .text-block-section-12, .text-block-section-13, .text-block-section-14, .text-block-section-15, .text-block-section-16, .text-block-section-17, .text-block-section-18, .text-block-section-19, .text-block-section-20, section.contact-treatment{
	margin-bottom: 100px;
	outline: none!important;
}
/* Treatment Single Sidebar
--------------------------------------------- */
.sidebar-item-0, .sidebar-item-1, .sidebar-item-2, .sidebar-item-3, .sidebar-item-4, .sidebar-item-5, .sidebar-item-6, .sidebar-item-7, .sidebar-item-8, .sidebar-item-9, .sidebar-item-10{
	margin-bottom: 50px;
	font-family: 'RennerBook', serif;
}
.sidebar .sidebar-item{
	display: inline-block;
}
.sidebar h3{
	font-family: 'Crimson text', serif;
	font-size: 25px;
	color: #000;
}
.post-latest-wrap h3{
	margin-top: 5px;
	color: #000;
}
.post-latest-wrap a{
	font-family: 'Crimson text', serif;
	color: #000;
	text-decoration: none;
}
.sidebar p, .testimonial-body{
    font-family: 'RennerBook', serif;
	color: #000;
}
.testimonial-body{
	font-style: italic;
}
.links-wrap h4, .post-related-wrap h4{
	margin-bottom: 10px;
}
.links-wrap a, .post-related-wrap a{
    color: #000;
    text-decoration: none;
    font-family: 'RennerBook', serif;
    font-size: 16px;
}
.post-latest-wrap a:hover, .links-wrap a:hover, .post-related-wrap a:hover{
	text-decoration: underline;
}
/* About
--------------------------------------------- */
/*body.page-template.page-template-about .main-title h1{color: #fff;}*/
body.page-template.page-template-about section.section-1.one_column-section {
	padding: 120px 30px;
    font-size: 25px;
    text-align: center;
}
/* Blog
--------------------------------------------- */
body.blog .archive-description{
	margin-bottom: 0;
}
section.ask-top-section .shush-col-4{
	padding: 120px 80px;	
}
.category-holder{
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'RennerMedium', serif;
    margin-top: 15px;
    display: inline-block;	
}
.ask-title{
	font-family: 'Crimson Text', serif;
    font-size: 40px;	
}
.ask-subtitle{
    font-family: 'RennerMedium', serif;
	font-size: 20px;
    margin-bottom: 20px;	
}
.ask-text p{
    font-family: 'RennerBook', serif;
    font-size: 16px;
    font-weight: normal;
    color: #6A6A65;
    margin-bottom: 20px;
}
article{
	border-bottom: 0!important;
	margin-bottom: 0!important;
}
h1.archive-title, p.entry-meta{
	display: none;
}
.archive-pagination li a{
	font-weight: 400;
}
body.blog .entry-content .button-wrapper{
	padding: 30px 0;
}
body.blog .entry-content img{
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
.blog-post-title h3{
	font-size: 30px;
}
section.ask-middle-2-section{
	padding: 120px 30px 90px 30px;
}
section.ask-middle-2-section h2{
    text-align: center;
    padding-bottom: 40px;
}
ul#my-category{
    padding-bottom: 20px;
    margin-bottom: 35px;
	border-bottom: 1px solid #dee2e6;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
ul#my-category.filter li{
    background: #fff;
    border: 1px solid #ededed;
    -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
            box-shadow: 0 4px 20px rgb(0 0 0 / 15%);
    border-radius: 4px;
    color: #000;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 15px;
    letter-spacing: -.15px;
    display: inline-block;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;	
}
ul#my-category.filter li a{
	text-decoration: none;
}
.cpt-content article.grid-item{
	background: #f3f3f3;
	margin-bottom: 50px!important;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cpt-content article.grid-item .shush-col-6:last-child{
	position: absolute;
	padding: 0 30px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(0%, -50%);
	    -ms-transform: translate(0%, -50%);
	        transform: translate(0%, -50%);
}
.cpt-content article.grid-item .ask-excerpt{
	margin-bottom: 20px;
	font-family: 'RennerBook', serif;
    font-size: 18px;
    font-weight: normal;
    color: #6A6A65;
}
body.blog .above-footer-container{
    padding: 120px 30px 60px 30px;	
}
a.view-all-term{
	display: none;
}
/* Blog Single
--------------------------------------------- */
body.post-template-default.single.single-post #sections-wrapper .text-block{
	font-family: 'RennerBook', serif;
    font-weight: 400;
	line-height: 1.625;
	text-align: left;
	color: #000;
}
body.post-template-default.single.single-post #sections-wrapper .section-one_column-svg{
	display: none;
}
body.post-template-default.single.single-post section.slide_image-section, body.post-template-default.single.single-post section.video-section, body.post-template-default.single.single-post section.one_column-section, body.post-template-default.single.single-post section.two_column_text_asymmetric-section{
	padding: 0 0 120px 0!important;
}
body.post-template-default.single.single-post section.image_rows-section{
	padding: 0 0 60px 0!important;
}
body.post-template-default.single.single-post .two_col-content{
    padding: 60px 30px 120px 30px;
}
body.post-template-default.single.single-post .entry-content em{
    font-family: 'Crimson text', serif;
    font-size: 40px;
    font-style: italic;
    line-height: 1.2;
}
body.post-template-default.single.single-post .social-share-wrapper{
    width: 100%;
    display: inline-block;
	margin-bottom: 0;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}
body.post-template-default.single.single-post .social-share-wrapper h2{
	float: left;
}
body.post-template-default.single.single-post .social-icons{
	float: right;
}
body.post-template-default.single.single-post .social-icons a{
	padding: 0 10px;
}
/* Contact
--------------------------------------------- */
body.page-template.page-template-contact section.section-0.one_column-section{
	padding: 0;
}
body.page-template.page-template-contact section.section-0.one_column-section .section-one_column-title{
	margin-bottom: 30px;
}
body.page-template.page-template-contact section.section-0.one_column-section .text-block{
	font-family: 'RennerBook', serif;
    line-height: 1.625;
}
body.page-template.page-template-contact section.treatments-section{
	margin-top: 100px;
	margin-bottom: 100px;
}
body.page-template.page-template-contact section.treatments-section .treatment-item h3{
	font-family: 'Crimson Text', serif;
    padding-top: 10px;
}
.clinic-address, body.page-template.page-template-contact section.treatments-section .treatment-item a{
	font-size: 16px;
}
/* Contact Forms
--------------------------------------------- */
h3.form-header{
    text-align: left;
    font-family: 'Crimson text', serif;
    font-size: 40px;
    color: #000;
}
p.form-copy{
    font-family: 'RennerBook', serif;
    font-size: 18px;
    color: #000;
}
p.form-smallprint{
	font-family: 'RennerBook', serif;
    font-size: 13px;
	color: #000;
}
p.form-smallprint a{
	color: #000;
}
input, textarea{
    border-bottom: 1px solid #000!important;
    border-top: none !important;
	border-left: none !important;
	border-right: none !important;
    padding: 15px 0;
    font-family: 'RennerBook', serif;
}
input[type="submit"]{
    font-family: 'Crimson text', serif;
    background: #fff;
    color: #000!important;
    font-style: italic;
    font-size: 25px;
    border-bottom: 0!important;
    float: right;
}
input[type="submit"]:hover{
    background: #fff;
    color: #000!important;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
	outline:none!important;
}
span.wpcf7-not-valid-tip{
	font-family: 'RennerBook', serif;
	padding-top: 5px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
    color: #ff0000;
    font-family: 'RennerBook', serif;
}
.wpcf7-response-output{display: none!important;}
/* Thank You
--------------------------------------------- */
body.page-template-thank-you #sections-wrapper .text-block{
	font-family: 'RennerBook', serif;
    font-weight: 400;
	line-height: 1.625;
	text-align: left;
	color: #000;
}
body.page-template-thank-you #sections-wrapper .section-one_column-svg{
	display: none;
}
body.page-template-thank-you section.slide_image-section, body.post-template-default.single.single-post section.video-section, body.post-template-default.single.single-post section.one_column-section, body.post-template-default.single.single-post section.two_column_text_asymmetric-section{
	padding: 0 0 120px 0!important;
}
body.page-template-thank-you section.image_rows-section{
	padding: 0 0 60px 0!important;
}
body.page-template-thank-you .two_col-content{
    padding: 60px 30px 120px 30px;
}
body.page-template-thank-you .entry-content em{
    font-family: 'Crimson text', serif;
    font-size: 40px;
    font-style: italic;
    line-height: 1.2;
}
body.page-template-thank-you section.slide_image-section, body.page-template-thank-you section.video-section, body.page-template-thank-you section.one_column-section, body.page-template-thank-you section.two_column_text_asymmetric-section{
    padding: 0 0 120px 0!important;
}
/* Table
--------------------------------------------- */
table{
	font-size: 16px;
}
tr.table-header-row{
	background: #dae2ea;	
}
tr.table-header-row th{
    padding: 10px!important;
    font-weight: 700;	
}
td{
    border: 1px solid #eee;
    padding: 10px!important;
}
/* Ask The Expert
--------------------------------------------- */
.above-footer-container{
	padding: 0 30px 60px 30px;
    display: flow-root;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}
h3.experts-title{
    text-align: center;
    font-family: 'Crimson text', serif;
    font-size: 40px;
    color: #000;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}
.above-footer-container .shush-col-4{
	padding-left: 15px;
	padding-right: 15px;
}
#expert-feature.shush-row{
    margin-bottom: 50px!important;
    position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	padding: 0 15px;
}
#expert-feature.shush-row .shush-col-6:last-child{
	position: absolute;
    padding: 0 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
}
.above-footer-container .shush-col-4 .ask-title{
    font-family: 'Crimson Text', serif!important;
    font-size: 25px;
}
.above-footer-container .ask-excerpt{
	font-family: 'RennerBook', serif;
    font-size: 18px;
    font-weight: normal;
	color: #6A6A65;	
	margin-bottom: 20px;
}
.above-footer-container .category-holder{
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'RennerMedium', serif;
	margin-top: 15px;
	display: inline-block;
}
/* Footer - Newsletter
--------------------------------------------- */
.newsletter-cta{
	background: #f3f3f3;
	padding: 60px 30px;
}
form.mc4wp-form{
    width: 80%;
	margin: 0 auto;
	display: block;
}
.mc4wp-form-fields{
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.cta-field{
    float: left;
    width: 27%;
    margin-right: 2%;
}
.cta-field input, .cta-send input[type="submit"]{
    background: #f3f3f3!important;
}
.cta-send{
	float: left;
}
/* Footer
--------------------------------------------- */
#genesis-footer-widgets.footer-widgets{
   background: #EEF2F4;
	padding-top: 60px;
}
.footer-container .shush-col-4{
	padding-right: 30px;
}
#genesis-footer-widgets.footer-widgets .widget-title{
	font-family: 'Crimson Text', serif;
    font-size: 25px;
}
#genesis-footer-widgets.footer-widgets p, ul#menu-quick-links.menu li a{
    font-family: 'RennerBook', serif;
    font-size: 16px;
    font-weight: normal;
    color: #000;
	text-decoration: none;
	margin-bottom: 10px;
}
ul#menu-quick-links.menu li a:hover{
	text-decoration: underline;
	color: #000;
}
ul#menu-quick-links.menu li{
	margin-bottom: 0px;
	text-align: left;
}
footer.site-footer {
	background: #e9e4e1;
	color: #000;
    text-align: center;
    font-family: 'RennerBook', serif;
    font-size: 16px;
    padding: 60px 30px;
}
.footer-container {
	max-width: 1200px;
	margin: 0 auto;
}
.footer-container h3.widget-title{
    text-align: left;
    font-family: 'Crimson Text', serif;
    font-size: 25px;
}
.footer-container p{
	text-align: left;
}
.footer-container p a{
	color: #000;
}
.footer-address-indent{
	padding-left: 18px;
}
.shush-row.social-links{
	padding-bottom: 20px;
}
.shush-row.social-links ul{
	display: inline-block
}
.shush-row.social-links ul li{float: left; margin-left: 8px; margin-right: 8px; list-style: none!important;}
.fab{
	font-size: 35px;
}
a.number, a.email{
	text-decoration: none;
}
.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.05);
	        box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(191,183,183,0.8) url(images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	z-index: 9999999999999;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}
/* Sidebar
--------------------------------------------- */
.sidebar .widget-wrap .textwidget form.mc4wp-form{
	width: 100%!important;
}
.sidebar .widget-wrap .textwidget .mc4wp-form-fields{
    display: inline-block!important;	
}
.sidebar .widget-wrap .textwidget .cta-field{
    width: 100%;
	margin-bottom: 10px!important;	
	margin-right: 0!important;
}
.sidebar .widget-wrap .textwidget .cta-field input, .sidebar .widget-wrap .textwidget .cta-send input[type="submit"]{
	background: #fff!important;
}
.sidebar .widget-wrap .textwidget .cta-send {
    float: right!important;
}
/* Landing Pages
--------------------------------------------- */
.single-landing .header-top{
	padding: 40px;
}
.single-landing .fl-rich-text p{
	margin-bottom: 0;
}
body.landing-template-default.single.single-landing .logo-inner{
	width: 50%;
}
.single-landing .header-content-inner{
	width: 50%;
}
.single-landing .main-title{
	margin-bottom: 20px;
}
.cost-from{
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-bottom: 60px;
}
.landing-bullet-inner ul li{
    list-style-type: circle;
	list-style-position: inside;
}
.single-landing .section-one_column-title{
    font-family: 'Crimson Text', serif;
    font-size: 45px;
    margin-top: 0px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.2;
    text-align: center;
}
.single-landing section.one_column-section{
    padding: 120px 30px;
}
.single-landing section.one_column-section h3{
    font-family: 'RennerBook', serif;
    font-size: 60px;
}
.sticky-form-inner{
	padding: 30px;
}
.sticky-form-inner .shush-col-12, .consultant .shush-col-12{
	width: 100%;
}
.single-landing .wpcf7 span.wpcf7-not-valid-tip{
	font-size: 13px!important;
}
.single-landing .wpcf7 div.wpcf7-response-output{
	margin-top: 15px!important;
	font-size: 13px!important;
}
.single-landing div.wpcf7-mail-sent-ok{
    border: 0!important;
    color: #fff!important;
    padding: 0!important;
    margin-left: 0!important;
}
.landing-book-form-title{
    font-family: 'Crimson Text', serif;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.sticky-form-inner input, .contact-form-1 input, .contact-form-2 input{
    background: #21272c;
    border-bottom: 1px solid #fff!important;
	color: #fff!important;
}
.sticky-form-inner input[type="submit"], .contact-form-1 input[type="submit"], .contact-form-2 input[type="submit"]{
    background: #21272c!important;
    border-bottom: 0!important;
	color: #fff!important;
}
.sticky-form-inner .wpcf7-form-control-wrap {
    margin-right: 20px;
}
.single-landing .trustpilot-section, body.home .trustpilot{
    background: #f3f3f3;
    padding-top: 25px;
}
.single-landing section.two_column_text_asymmetric-section .shush-col-4{
	width: 31.333%;
    margin-right: 3%;
}
.single-landing section.two_column_text_asymmetric-section .shush-col-4:last-child{
	margin-right: 0;
}
.single-landing #homepage-timeline h2{
	left: 0;
    position: inherit;
    text-align: center!important;
    font-family: 'Crimson Text', serif;
    font-size: 45px;
}
.single-landing .custom-section-faq{
    background: #ebf0f2;
	padding: 120px 30px;
    margin-bottom: 0;
}
.single-landing .consultant{
	background: #fff;
	padding: 120px 30px;
}
.single-landing .consultant h2{
    margin-bottom: 50px;
    text-align: center!important;
    font-family: 'Crimson Text', serif;
    font-size: 45px;
}
.single-landing .consultant h4{
    font-family: 'Crimson Text', serif;
    text-transform: capitalize;
    font-size: 25px;
}
.single-landing .consultant .shush-col-3{
	margin-right: 3%;
}
.single-landing .two_column_50-section, .single-landing .two_column_50-section .faq li.a{
	background: #c1cddb;
}
.single-landing .two_column_50-section ul.faq li.q{
    border-bottom: 1px #000 solid!important;
}
.contact-form-1, .contact-form-2{
	padding: 120px 30px;
	background: #21272c;
}
.contact-form-1 .contact-form-info, .contact-form-2 .contact-form-info{
	width: 85%
}
.contact-form-1 .contact-form-info h3, .contact-form-2 .contact-form-info h3{
    font-family: 'Crimson Text', serif;
    font-size: 45px;
    color: #fff;
}
.contact-form-1 .contact-form-info p, .contact-form-2 .contact-form-info p{
    color: #fff;
}
.baslider-main {
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
.footer-container .fl-rich-text p{
	margin-bottom: 15px!important;
}
.footer-container .shush-col-9 .fl-rich-text p{
	font-size: 12px!important;
}
#sticky-form input::-webkit-input-placeholder, .contact-form-1 input::-webkit-input-placeholder, .contact-form-2 input::-webkit-input-placeholder {
	color: #fff!important;
}
#sticky-form input::-moz-placeholder, .contact-form-1 input::-moz-placeholder, .contact-form-2 input::-moz-placeholder {
	color: #fff!important;
}
#sticky-form input:-ms-input-placeholder, .contact-form-1 input:-ms-input-placeholder, .contact-form-2 input:-ms-input-placeholder {
	color: #fff!important;
}
#sticky-form input::-ms-input-placeholder, .contact-form-1 input::-ms-input-placeholder, .contact-form-2 input::-ms-input-placeholder {
	color: #fff!important;
}
#sticky-form input::placeholder, .contact-form-1 input::placeholder, .contact-form-2 input::placeholder {
	color: #fff!important;
}
.single-landing .timeline-item span{
    background-color: #EEF2F4;
}
.blog-posts .fwpl-layout {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 30px 30px;
	grid-auto-flow: row;
	margin-bottom: 40px;
}
.blog-item {
    height: 100%;
}
.blog-item .blog-image,
.treatment-item .treatment-img, 
.blog-roll .shush-col-3 a{
	background: url(https://tgmdev01.com-munity.org/wp-content/uploads/2019/11/favi.jpg);
    margin-bottom: 20px;
    height: 240px;
    background-size: cover;
    background-position: center;
}
.blog-item .blog-image img,
.treatment-item .treatment-img img, 
.blog-roll .shush-col-3 img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.blog-roll .shush-col-3 a{
	display: inline-block;
}
.blog-pagination {
    text-align: center;
}

.blog-pagination > * {
    margin-right: 10px;
}
.blog-item > .fwpl-col {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blog-readmore button {
    font-size: 16px;
    margin: 0 10px 20px;
    padding: 0!important;
    color: #000;
    background: none;
    line-height: 1.625;
}
.blog-readmore button {
    font-size: 16px;
    margin: 0 10px 20px;
    padding: 0!important;
    color: #000;
    background: none;
    text-decoration: underline;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    font-weight: 400;
}

.blog-readmore button:hover {
    text-decoration: none;
}
.blog-texts {
    padding: 0 10px 16px;
}
.blog-filter .facetwp-facet-categories .facetwp-toggle, .blog-filter .facetwp-counter {
    display: none;
}
.blog-filter .facetwp-overflow {
    display: block;
}
.blog-filter {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
}

.blog-pagination {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.facetwp-facet {
    margin-bottom: 0!important;
}

.blog-pagination .facetwp-page {
    margin-right: 8px;
}
.blog-pagination .facetwp-page.active {
    text-decoration: none;
}
.blog-pagination .facetwp-page:last-child {
    margin-right: 0;
    
}
.blog-filter .facetwp-facet-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.blog-filter .facetwp-facet-categories .facetwp-checkbox:not(:last-child) {
    margin-right: 10px;
}

.rightfilter select, .rightfilter input {
    font-size: 16px;
    border: none!important;
    padding: 10px 16px;
}
.rightfilter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#mc4wp-form-1 .mc4wp-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#mc4wp-form-1 .mc4wp-form-fields p {
    margin: 20px 0 10px;
    max-width: 400px;
    text-align: center;
}
#mc4wp-form-1 .cta-field {
    margin: 0;
    width: 100%;
    max-width: 400px;
}
#mc4wp-form-1 .cta-send input[type="submit"] {
    padding: 0 2px;
}

.desktop-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.desktop-navmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/*.desktop-menu li {*/
/*     margin-left: 8px; */
/*}*/
.desktop-menu li:first-child{
     margin-left: 0; 
}
.header-top .contact-inner {
    margin-left: 10px;
}
/*.header-top.open-menu .toggle-menu {
    display: block;
}*/
.desktop-menu a {
    font-family: 'Crimson Text', serif;
    font-size: 23px;
    text-decoration: none;
    font-weight: 700;
}
.open-menu .desktop-menu a {
    -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
    color: #000!important;
}
.header-top.scrolled{background: rgb(198 209 222 / 100%);}
/*.header-top.scrolled ul#mega-menu-primary a{color: #fff!important;}
.header-top.scrolled #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item a, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{color: #333!important;}
.header-top.scrolled svg path{fill: #fff;}
.header-top.scrolled .desktop-menu a, .header-top.scrolled .contact-inner a{color: #fff;}
.header-top.scrolled .toggle-menu i{background: #fff;}*/
body.admin-bar .header-top {
    padding-top: 54px;
}

nav .dropdown-menu li {
    opacity: 1!important;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #0000;
    height: 100%;
    position: relative;
    overflow-y: auto;
    padding: 30px 40px;
}
.open-menu + .hide .dropdown-menu {    
    background-color: #c1cddb;
    -webkit-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}
.dropdown-menu > li > .sub-menu {
    padding-top: 10px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.dropdown-menu ul {
    padding: 0;
}
.dropdown-menu i.fas {
    font-size: 70%;
    padding: 10px;
    display: none;
}

nav.hide {
    position: fixed;
    opacity: 0;
    left: -9999px;
    -webkit-transition-duration: 0.1s;
         -o-transition-duration: 0.1s;
            transition-duration: 0.1s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.dropdown-menu > .open-menu, .dropdown-menu .open-menu > .sub-menu > li{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.dropdown-menu .btn > a {    
	border: 1px solid #fff;
    padding: 10px 10px 6px;
    line-height: 1;
    text-decoration: none;
    font-family: 'Crimson Text', serif;
    display: inline-block;
    font-style: inherit;
    text-transform: uppercase;
    font-size: 18px!important;
    font-weight: 700;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 8px;	
    margin-bottom: 10px;
}

.dropdown-menu a {
    text-align: left;
    color: transparent;
    font-family: 'Crimson Text', serif;
    text-decoration: none;
    line-height: 1.2;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}
.open-menu + .hide .dropdown-menu a {
	color: #fff;
}
.dropdown-menu a:hover::before {
    -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}
.dropdown-menu a {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.dropdown-menu a::before {
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.1s;
    transition: -webkit-transform 0.1s;
    -o-transition: transform 0.1s;
    transition: transform 0.1s;
    transition: transform 0.1s, -webkit-transform 0.1s;    
    position: absolute;
    width: 100%;
    height: 2px!important;
    background: currentcolor;
    top: 100%;
    left: 0;
    content: '';
}

.dropdown-menu > li {
    display: none!important;
}

.header-top.open-menu svg path {
    fill: #000!important;
    
}

.dropdown-menu > li > ul.sub-menu > li > a{
    font-weight: 700!important;
    font-size: 26px!important;
    margin-bottom: 10px;
}


.dropdown-menu::after {content: '';display: block;width: 100%;height: 100%;}

.menu-general-menu-container {
    height: 100%;
    /* min-height: 100%; */
}

.dropdown-menu > .open-menu {
    width: 100%;

}


.dropdown-menu > li > ul.sub-menu > li {
    padding: 0 15px;
}

nav .dropdown-menu li:not(:last-child) {
    margin-bottom: 10px;
}

.desktop-menu li a {
    padding: 10px 15px 32px;
}

.desktop-menu > li.active a {
    background: #c1cddb;
    color: #fff!important;
}

.desktop-menu li .fas {
    font-size: 12px;
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.desktop-menu li.active .fas {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.dropdown-menu > li > a {
    font-weight: 700;
    font-size: 23px;
    padding-top: 3px;
}

/*.header-top.scrolled.open-menu .desktop-menu a, .header-top.scrolled.open-menu .contact-inner a{color: #fff!important;}
.header-top.scrolled.open-menu svg path{fill: #fff!important;}
.header-top.scrolled.open-menu .toggle-menu i{background: #fff!important;}
.header-top.scrolled.open-menu .toggle-menu i:nth-child(2){background: transparent!important;}*/
.sub-menu .menu-item li {
    margin-left: 6px;
}

.dashicons-search:before {
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
/*.header-top.scrolled .dashicons-search:before{color: #fff!important;}*/
.post-type-archive-team_member .site-inner {
    padding: 60px 30px 0!important;
}

#sections-wrapper section.team-members-section {
    display: -ms-grid!important;
    display: grid!important;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 30px;
}
#sections-wrapper .member-item a {
    position: relative;
    width: 100%;
    padding-top: 120%;
    display: block;
}

#sections-wrapper .team-members-section img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;	
    position: absolute;
    top: 0;

}

#sections-wrapper .team-members-section .shush-col-4 {
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
}

#sections-wrapper .team-members-section .member-item {
    height: 100%;
}

.above-footer-container #expert-feature + .shush-row .ask-img-holder {
    position: relative;
    width: 100%;
    padding-top: 66.67%;
}

.above-footer-container #expert-feature + .shush-row img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
}

.above-footer-container #expert-feature + .shush-row img[src=""] {
    content: url(https://tgmdev01.com-munity.org/wp-content/uploads/2019/11/favi.jpg);
}

.overflow-y-h {
	overflow-y: hidden;
}

@media screen and (max-width: 991px){
    #sections-wrapper section.team-members-section {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;   
    }
}
@media screen and (max-width: 540px){
    #sections-wrapper section.team-members-section {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;    
    }
}
/* Responsive
--------------------------------------------- */
@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
	body.archive.tax-treatment_cat.term-non-surgical, body.archive.tax-treatment_cat.term-skin, body.archive.tax-treatment_cat.term-face, body.archive.tax-treatment_cat.term-breast, body.archive.tax-treatment_cat.term-body, body.archive.tax-treatment_cat.term-gynaecology, section.team-members-section, body.team_member-template-default.single.single-team_member{
		padding: 0;
	}
	body.blog .content, body.post-template-default.single.single-post .content, body.page-template.page-template-contact .content, body.clinic-template-default.single.single-clinic .content{
		padding-left: 30px;
	}
}
@media only screen and (min-width: 1081px) and (max-width: 1240px){
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link{font-size: 16px!important;}
}
@media only screen and (min-width: 961px) and (max-width: 1080px){
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link{font-size: 15px!important;}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{font-size: 15px!important;}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link{padding: 0 7px!important;}
}
@media only screen and (min-width: 1081px) and (max-width: 1240px){
	body{
		overflow-x:hidden!important;
	}
	.breadcrumb{
		padding: 0 30px;
	}
	.landing-header-content-container{
		top: 35%!important;
    	padding: 0 30px;
	}
	body.treatment-template-default.single.single-treatment .breadcrumb, body.treatment-template-default.single.single-treatment .site-inner{
		padding: 0 30px;
	}
	body.treatment-template-default.single.single-treatment .site-inner{
		margin-top: 60px!important;
	}
	body.home section.custom-section-table, body.page-template.page-template-about section.custom-section-table{
		padding: 0 30px;
	}
	body.archive.tax-treatment_cat .site-inner, body.team_member-template-default.single.single-team_member .site-inner, body.post-template-default.single.single-post .site-inner, body.clinic-template-default.single.single-clinic .site-inner, body.page-template.page-template-contact .site-inner, body.page-template.page-template-thank-you .site-inner, body.search.search-no-results .site-inner, body.search.search-results .site-inner{
		padding: 60px 30px;
	}
	#expert-feature.shush-row .shush-col-6:last-child, .cpt-content article.grid-item .shush-col-6:last-child{
		position: initial;
		padding: 30px;
		top: initial;
		left: initial;
		-webkit-transform: inherit;
		    -ms-transform: inherit;
		        transform: inherit;		
	}
	form.mc4wp-form {
		width: 100%;
	}
	.cta-field {
		width: 26%;
	}
}
@media screen and (max-width: 1200px){	
    .blog-posts .fwpl-layout  {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 1100px){	
	.blog-filter {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}

	.blog-filter .facetwp-facet-categories {
	    margin-bottom: 16px!important;
	}
}

@media only screen and (min-width: 961px) and (max-width: 1080px){
	body{
		overflow-x:hidden!important;
	}
	.breadcrumb-wrapper {
		padding: 10px 30px;
	}
	.main-title h1{
		font-size: 70px;
	}
	.site-inner {
		padding: 60px 30px 0 30px;
	}
	.member-header{
		padding: 0 30px;
	}
	/*.contact-inner-mobile{
		display: none;
	}*/
	.full-menu li a{
		font-size: 40px;
	}
	#blog-roll.button-wrapper{
		width: 100%;
	}
	body.landing-template-default.single.single-landing .logo-inner {
    	width: 75%;
	}
	.landing-header-content-container{
		top: 35%!important;
    	padding: 0 30px;
	}
	form.mc4wp-form {
		width: 100%;
	}
	.cta-field {
		width: 26%;
	}
	.post-type.treatment .shush-col-3, .post-type.treatment .shush-col-3.item, .post-type.post .shush-col-3, .post-type.team_member .shush-col-4{
		width: 48%;
	}
	.post-type.post h4.search-title{
		padding: 15px 0 20px 0;
	}
	.above-footer-container{
		max-width: 100%;
	}
	#expert-feature.shush-row{
		display: inline-block;
		padding: 0;
		margin-bottom: 30px!important;
	}
	#expert-feature.shush-row .shush-col-6:last-child{
		position: initial;
		top: initial;
		left: initial;
		-webkit-transform: inherit;
		    -ms-transform: inherit;
		        transform: inherit;
	}
	.cpt-content article.grid-item .shush-col-6:last-child{
		position: initial;
		padding: 30px;
		top: initial;
		left: initial;
		-webkit-transform: inherit;
		    -ms-transform: inherit;
		        transform: inherit;		
	}
	ul#my-category{
		width: 100%;
	}
	section.ask-top-section .shush-col-4 {
		padding: 100px 30px;
	}
	body.home section.custom-section-table, body.page-template.page-template-about section.custom-section-table{
		padding: 0 30px;
	}
	.treatment-header .main-desc{margin: 0 auto;}
	.main-buttons a{font-size: 20px!important;}
}



@media only screen and (max-width: 1200px){	
/* 	.contact-inner-mobile {
		position: fixed;
		top: 0;
		width: 100%;
		text-align: center;
		background-color: #c1cddb;
		padding: 10px 0;
	    z-index: 99999;
	} */
	.inner-mobile-left, .inner-mobile-middle, .inner-mobile-right{
		width: 33.3333%;
		float: left;
	}
/* 	.contact-inner-mobile a{
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-size: 18px;
	} */
	.header-top .menu-header-menu-container {
	    display: none;
	}
	.header-top .contact-inner {
	    margin-left: 0;
	}
	.dropdown-menu a {
		font-size: 23px;
	}
	body.admin-bar .header-top.scrolled {
	    padding-top: 10px;
	}
	.header-top.open-menu {
        background: #c1cddb!important;
    }
    .header-top.open-menu svg path {
        fill: #fff!important;
    }
    /*.header-top.scrolled .desktop-menu a, .header-top.scrolled .contact-inner a {color: #fff!important;}*/
	.dropdown-menu {
	    padding: 30px 20px 20px;
	    -webkit-box-align: baseline;
	        -ms-flex-align: baseline;
	            align-items: baseline;
	}	
    .dropdown-menu > li {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .dropdown-menu > li > .sub-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: none!important;
    	background: #c8d5e6;
    	margin-top: 12px;
    }
	.dropdown-menu i.fas {
	 	display: inline-block;
	}
	.dropdown-menu li.open-menu > a i.fas {
	 	-webkit-transform: rotate(90deg);
	 	    -ms-transform: rotate(90deg);
	 	        transform: rotate(90deg);
	}
	.dropdown-menu li.open-menu > .sub-menu {
		 display: -webkit-box!important;
		 display: -ms-flexbox!important;
		 display: flex!important;
		 -webkit-box-orient: vertical;
		 -webkit-box-direction: normal;
		     -ms-flex-direction: column;
		         flex-direction: column;
	}
	.open-menu ~ nav {
    	height: 100vh!important;
    	padding: 59px 0 0;
	}
	
    ul.sub-menu {
        display: none;
    }
    /*.header-top.scrolled .toggle-menu i{background: #fff!important;}*/
	.header-top.scrolled.open-menu  .toggle-menu i:nth-child(2) {		
    	background: transparent!important;
	}
	.open-menu .contact-inner a {
    	color: #fff!important;
	}
	.open-menu .toggle-menu i:first-child, .open-menu .toggle-menu i:last-child {
	    background: #fff!important;
	}
	.header-top{padding: 15px;}
	.open-menu .dashicons-search:before {
		color: #fff!important;    
	}
	body.admin-bar .open-menu ~ nav {
		padding-top: 52px;
	}
	body.admin-bar .open-menu.scrolled ~ nav {
		padding-top: 8px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 769px){	
	.toggle-menu {
	    margin-left: 10px;
	    margin-bottom: 10px;
	}
	.treatment-header .main-desc{width: 80%;}
	.main-buttons a{font-size: 20px!important;}
	.header-content-icons {bottom: 0; transform: translate(-50%,-65%);}
	section.four-boxes{padding: 60px 15px 0 15px;}
}
@media only screen and (min-width: 1201px){
	.header-top .toggle-menu {
	    display: none;
	}

	.dropdown-menu > .open-menu > a {
	    display: none;
	}	
	.contact-inner-mobile, .to-top{
		display: none;
	}
	.header-top {
		min-height: 87px;
	}
}
@media screen and (min-width: 769px) and (max-width: 960px){
	body{
		overflow-x:hidden!important;
	}
	body.search.search-results h1, body.search.search-no-results h1, section.slide_popular-section h2, .ask-title, body.post-template-default.single.single-post .social-share-wrapper h2, body.search .post-type-heading, body.search.search-no-results .post-type-heading, section.section-0.one_column-section .text-block, section.image_rows-section h3.treatments-title, .two_50-title, .blog-roll h2 a, section.section-0.one_column-section .section-one_column-title{font-size: 35px!important; line-height: 1.2!important;}
	.asy-title, .asy-subtitle{
		font-size: 22px!important;
	}
	.pop-title{font-size: 18px;}
	.main-title h1{
		font-size: 60px!important;
		margin-bottom: 0!important;
	}
	img{
		width: 100%!important;
		max-width: 100%!important;
	}
	.search-item-wrapper{margin-bottom: 30px;}
	.client-logo-wrapper img{
		width: auto!important;
	}
	section.team-members-section{
		display: inline-block!important;
	}
	body.team_member-template-default.single.single-team_member .text-block, body.page-template.page-template-contact section.section-0.one_column-section .text-block, .ask-subtitle{
		font-size: 18px!important;
	}
	.full-menu li a{
		font-size: 35px;
	}
	.breadcrumb-wrapper {
		padding: 10px 30px;
	}
	.site-inner {
		padding: 60px 30px 0 30px;
	}
	.member-header{
		padding: 0 30px;
	}
	.image-item > h3{
		font-size: 20px;
	}
	#blog-roll.button-wrapper{
		width: 100%;
	}
	body.landing-template-default.single.single-landing .logo-inner {
    	width: 95%;
	}
	.landing-header-content-container{
		top: 30%!important;
    	padding: 0 30px;
	}
	.single-landing .two_col-content{
		padding: 30px;
	}
	section.ask-top-section .shush-col-4 {
		padding: 120px 30px;
	}
	form.mc4wp-form{
		width: 100%;
	}
	.cta-field{
		width: 25%;
	}
	.post-type.treatment .shush-col-3, .post-type.treatment .shush-col-3.item, .post-type.post .shush-col-3, .post-type.team_member .shush-col-4{
		width: 48%;
	}
	.post-type.post h4.search-title{
		padding: 15px 0 20px 0;
	}
	.above-footer-container{
		max-width: 100%;
	}
	#expert-feature.shush-row{
		display: inline-block;
		padding: 0;
		margin-bottom: 30px!important;
	}
	#expert-feature.shush-row .shush-col-6:last-child{
		position: initial;
		top: initial;
		left: initial;
		-webkit-transform: inherit;
		    -ms-transform: inherit;
		        transform: inherit;
	}
	.cpt-content article.grid-item .shush-col-6:last-child{
		position: initial;
		padding: 30px;
		top: initial;
		left: initial;
		-webkit-transform: inherit;
		    -ms-transform: inherit;
		        transform: inherit;		
	}
	ul#my-category{
		width: 100%;
	}
	body.home section.custom-section-table, body.page-template.page-template-about section.custom-section-table{
		padding: 0 30px;
	}	
    .blog-posts .fwpl-layout  {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
	}
	.treatment-header .main-desc{width: 80%;}
	section.two_column_50-section .shush-col-6{width: 100%;}
}
@media only screen and (max-width: 960px){
	.header-top{background: rgb(198 209 222 / 100%);}
	.mega-toggle-blocks-right .contact-inner, .mega-toggle-blocks-right .header-icons{display: none; z-index: 99999;}
	.header-top.scrolled svg path{fill: #333!important;}
	.header-top.scrolled .dashicons-search:before{color: #333!important;}
	.l-left.logo-wrapper, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated{z-index: 99999;}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::after{background-color: #000!important;}
	.header-top.scrolled i.fas.fa-phone, .header-top.scrolled i.far.fa-envelope, .dashicons-search:before, .dashicons-no-alt:before{color: #000;}
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary{background: rgb(198 209 222 / 100%); position: absolute; top: 44px; padding: 30px 5px; z-index: 9;}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after{background-color: #333!important;}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu{background: inherit!important;}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link{font-size: 17px!important;}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{font-size: 16px!important;}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{padding: 0 20px 0 20px;}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-tabbed>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout>ul.mega-sub-menu>li.mega-menu-item>ul.mega-sub-menu>li.mega-menu-item{padding: 5px 15px!important;}
	.header-top.scrolled #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link{color: #333!important;}
	#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-19955 .mega-search input[type=text]{background: rgb(198 209 222 / 100%)!important; border-bottom: 1px solid #333!important;}
	.mega-menu .mega-search input::-webkit-input-placeholder, .mega-menu .mega-search input:-moz-placeholder, .mega-menu .mega-search input::-moz-placeholder, .mega-menu .mega-search input:-ms-input-placeholder{color: #333!important;}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after{font-size: 25px;}
	.custom-search.head-custom-search{position: inherit!important;}
}
@media only screen and (max-width: 768px){
	body{
		overflow-x:hidden!important;
	}
	.header-top .contact-inner, .header-top .header-icons, .custom-search.head-custom-search{display: none;}
	.mega-toggle-blocks-right .contact-inner, .mega-toggle-blocks-right .header-icons{display: block; z-index: 99999;}
	.mobile-title-link {
		display: inline-block;
	}
	.image-item > h3 {
		display: none;
	}
	.header-content-container{
		width: 70%;
	}
	/*
	.contact-inner {
		display: none;
	}*/
	img, body.home section.image_rows-section .content-img-rows{
		width: 100%!important;
		max-width: 100%!important;
	}
	.client-logo-wrapper img{
		width: auto!important;
	}
	.tabs-nav {
		max-width: 35%;
		padding-right: 5%;
	}
	.tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.tabs-nav li {
		float: left;
		width: 100%;
	}
	.tabs-stage{
		padding: 0;
	}
	.tabs a{
		padding: 5px!important;
		font-size: 15px!important;
		border: 0!important;
	}
	body, html {
		overflow-x:hidden;
	}
	.logo-inner {
		width: 15%;
	}
	.toggle-menu{
		margin-top: -10px;
	}
	.full-menu li a{
		font-size: 25px;
	}
	.button-wrapper a::after{
		padding: 20px;
	}
	.contact-inner a, .pop-title, .sub-title, .home-header-inner .button-wrapper a, body.page-template.page-template-about section.section-1.one_column-section, .team-img .member-job-title{font-size: 20px!important;}
	.home-header-inner .button-wrapper a{
		text-align: center;
	}
	.tel-wrapper, .map_link-wrapper{
		font-size: 15px!important;
	}
	body.search.search-results h1, body.search.search-no-results .content, section.slide_popular-section h2, body.search .post-type-heading, body.search.search-no-results .post-type-heading, section.section-0.one_column-section .section-one_column-title, section.section-0.one_column-section .text-block, section.image_rows-section h3.treatments-title, .two_50-title, .blog-roll h2, h2.text-block-title, .faq-title-wrapper h2, #treatment-timeline h2, h3.form-header, body.archive.post-type-archive.post-type-archive-team_member .after-header-text p{font-size: 30px!important;}
	.main-title h1{
		font-size: 40px!important;
		margin-bottom: 0!important;
	}
	body.page-template.page-template-contact section.section-0.one_column-section .text-block{
		font-size: 18px!important;
	}
	.two_50-title{
		line-height: 1.2;
	}
	section.two_column_text_asymmetric-section .shush-col-4, section.two_column_text_asymmetric-section .shush-col-8, .image-item.shush-col-4, section.two_column_50-section .shush-col-6, section.treatments-section .shush-col-4, body.treatment-template-default.single.single-treatment .shush-col-10, #homepage-timeline .col-md-6{
		width: 100%;
	}
	.asy-subtitle, .treatment-item a{
		margin-bottom: 30px;
	}
	.treatment-item a{
		display: inline-block;
	}
	.two_col-content{
		padding: 30px;
		display: block;
	}
	.treatment-header .main-title{
		top: 40%;
	}
	.scroll-icon{
		bottom: 100px;
	}
	.breadcrumb{
		font-size: 12px;
	}
	.breadcrumb-wrapper{
		padding: 10px 30px;
	}
	section.treatments-section .shush-col-4{
		min-height: inherit;
		max-height: inherit;
	}
	p.form-smallprint{
		display: inline-block;
	}
	.button-wrapper button{
		padding: 15px 0;
	}
	.text-block-body li{
		list-style-position: inside;
	}
	body.treatment-template-default.single.single-treatment .timeline-item .left-icon{
		left: 0;
	}
	body.treatment-template-default.single.single-treatment .timeline-item {
		padding-left: 30px;
	}
	.text-block-section-0, .text-block-section-1, .text-block-section-2, .text-block-section-3, .text-block-section-4, .text-block-section-5, section.contact-treatment, table{margin-bottom: 50px;}
	body.page-template.page-template-about.page-template-about-php .scroll-icon{
		bottom: 0;
	}
	.vertical-line{
		display: none;
	}
	#homepage-timeline .col-md-6 .timeline-item span{
	    position: initial;
    	margin-left: 0;
	}
	#homepage-timeline .col-md-6.col-md-offset-6{
		margin-left: 0;
	}
	#homepage-timeline .col-md-6.col-md-offset-6 .timeline-item{
		padding-left: 0;
	}
	.main-title h1{
		line-height: 1.2;
	}
	ul.member-list.shush-row li.member-item.shush-col-4{
		width: 100%;
		padding: 0;
	}
	.team-members-section .shush-col-4{
		width: 100%;
		padding: 0 30px;
		margin-bottom: 30px;
	}
	.member-content-container .shush-col-6, .member-content-container .shush-col-3{
		width: 100%;
	}
	.footer-container .shush-col-4, .shush-col.copyright-info{
		width: 100%;
		padding: 0 30px;
	}
	.prev-awesome.slick-arrow{
	    left: -15px;
	}
	.next-awesome.slick-arrow{
		right: -15px;
	}
	.slick-slide img{
		width: 100%;
		max-width: 100%;
	}
	.timeline-item h4{
		font-size: 18px;
		padding-top: 10px;
	}
	.education #surgeon-profile.container-fluid .container.padding{
		padding: 0!important;
	}
	body.team_member-template-default.single.single-team_member .main-title h1{
	    margin-bottom: 0;
    	line-height: 100px;
	}
	footer.site-footer{
		padding: 60px 0;
	}
	section.image_rows-section{
		padding: 120px 0 60px 0;
	}
	ul.sub-menu li a {
		font-size: 20px!important;
	}
	.pagination {
		margin: 60px 30px;
	}
	.ask-title, h3.experts-title, body.post-template-default.single.single-post .entry-content em{
    	font-size: 30px!important;
	}
	body.clinic-template-default.single.single-clinic ul.member-list.shush-row li.member-item.shush-col-4{
		margin-bottom: 30px;
	}
	body.clinic-template-default.single.single-clinic ul.member-list.shush-row li a{
		padding: 5px 0!important;
	}
	.grecaptcha-badge{
		display: none;
	}
	#blog-roll.button-wrapper{
		width: 100%;
	}
	.to-top {
		left: 30px;
		bottom: 60px;
	}
	.single-landing .header-top {
    	padding: 20px 0;
	}
	body.landing-template-default.single.single-landing .logo-inner {
    	width: 100%;
	}
	.fl-rich-text{
		font-size: 15px;
	}
	.single-landing .header-content-inner {
    	width: 100%;
	}
	.landing-header-content-container {
    	top: 30%!important;
	}
	.landing-header {
    	margin-top: 92px!important;
	}
	.single-landing .main-title {
    	margin-bottom: 10px;
	}
	.cost-from {
    	font-size: 20px;
		margin-bottom: 40px;
	}
	.sticky-form-inner {
    	padding: 30px 0;
	}
	.sticky-form-inner .shush-row, .contact-form-1 .shush-row, .contact-form-2 .shush-row {
		display: inline-block!important;
		width: 100%;
	}
	.single-landing section.one_column-section, .single-landing .custom-section-faq, .single-landing .consultant{
    	padding: 120px 0;
	}
	.single-landing section.two_column_text_asymmetric-section, .single-landing .consultant .shush-row, .single-landing .site-footer .shush-row{
		display: inline-block!important;
	}
	.single-landing section.two_column_text_asymmetric-section .shush-col-4{
	    width: 100%!important;
    	margin-right: 0!important;
	}
	.contact-form-1 .shush-col-6, .contact-form-2 .shush-col-6, .contact-form-1 .contact-form-info, .contact-form-2 .contact-form-info, .single-landing .consultant .shush-col-9, .single-landing .site-footer .shush-col-3, .single-landing .site-footer .shush-col-9 {
		width: 100%!important;
	}
	.single-landing .consultant .shush-col-3 {
    	margin-right: 0;
    	width: 100%;
    	margin-bottom: 15px;
	}
	.single-landing .site-footer{
		padding: 60px 30px;
	}
	.fl-rich-text {
    	font-size: 13px;
	}
	.fl-rich-text strong{
		display: none;
	}
	.landing-bullet-inner ul li{
		font-size: 15px;
	}
	.single-landing #homepage-timeline h2{
		font-size: 40px;
	}
	.beforeAfterSlidebar{
		width: 100%!important;
		display: inline!important;
	}
	.header-icons{
		padding: 0;
	}
	.head-custom-search .search-form{
		width: 100%;
		padding: 0 30px;
		top: 15%;
		display: block;
	}
	input.search-form-input, input.search-form-submit{
		width: 100%;
		text-align: center;
	}
	body.search.search-results .site-inner, body.search.search-no-results .site-inner{
		padding: 0 30px;
	}
	.post-type.treatment .shush-col-3, .post-type.treatment .shush-col-3.item{
		width: 100%;
		margin: 0 0 20px 0;
	    min-height: auto;
    	max-height: inherit;
	}
	.search-item-wrapper .inner{flex-direction: column;}
	.search-item-wrapper{margin-bottom: 30px;}
	.search-item-wrapper .shush-col-4, .search-item-wrapper .shush-col-8{width: 100%;}
	.search-item-wrapper #copy.shush-col-8{padding: 30px 0 0 0;}
	.post-type.post .shush-col-3, .post-type.team_member .shush-col-4{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.post-type.post h4.search-title{
		padding: 15px 0 20px 0;
	}
	form.mc4wp-form{
		width: 100%;
	}
	.mc4wp-form-fields{
		display: inline-block;
	}
	.cta-field{
		width: 100%;
		margin-right: 0;
	}
	.cta-send{
		width: 100%;
		text-align: center;
	}
	.cta-field input, .cta-send input[type="submit"]{
		text-align: center;
		float: initial;
	}
	body.post-template-default.single.single-post #sections-wrapper .text-block{
		font-size: 18px!important;
	}
	.clinic-template-default.single.single-clinic  .site-inner, body.post-template-default.single.single-post .site-inner, body.archive.tax-treatment_cat .site-inner, body.treatment-template-default.single.single-treatment .site-inner, body.team_member-template-default.single.single-team_member .site-inner{
		padding: 60px 30px 0 30px;
	}
	.fab{
		font-size: 25px;
	}
	.above-footer-container{
		max-width: 100%;
	}
	#expert-feature.shush-row{
		display: inline-block;
		padding: 0;
		margin-bottom: 30px!important;
	}
	#expert-feature.shush-row .shush-col-6, .cpt-content article.grid-item .shush-col-6{
		width: 100%;
	}
	#expert-feature.shush-row .shush-col-6:last-child{
		position: initial;
		padding: 0;
		top: initial;
		left: initial;
		-webkit-transform: inherit;
		    -ms-transform: inherit;
		        transform: inherit;
	}
	.above-footer-container .shush-col-4 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	    margin-bottom: 30px;
	}
	body.post-template-default.single.single-post .social-share-wrapper h2{
	    width: 100%;
		text-align: center;	
	    font-size: 30px!important;
	}
	body.post-template-default.single.single-post .social-icons {
		float: none;
		text-align: center;
		margin-bottom: 50px;
	}
	section.ask-top-section .shush-row, .cpt-content article.grid-item, ul#my-category{
		display: inline-block!important;
	}
	section.ask-top-section .shush-col-4 {
		padding: 60px 30px;
		width: 100%;
	}
	body.blog .archive-description{
		margin-bottom: 40px;
	}
	.blog-roll, section.ask-middle-2-section{
	    padding: 60px 30px;	
	}
	.cpt-content article.grid-item .shush-col-6:last-child{
		position: initial;
		padding: 30px;
		top: initial;
		left: initial;
		-webkit-transform: inherit;
		    -ms-transform: inherit;
		        transform: inherit;		
	}
	ul#my-category, section.ask-top-section .shush-row .shush-col-8{
		width: 100%;
	}
	.ask-image-container{
	    height: 400px!important;	
	}
	section.treatments-section .shush-row{
		margin-bottom: 0;
	}
	body.page-template-thank-you #sections-wrapper .text-block, body.team_member-template-default.single.single-team_member .text-block{
		font-size: 18px!important;
	}
	body.home .trustpilot-widget, body.page-template.page-template-contact .wpcf7, body.page-template.page-template-contact .sidebar , body.page-template.page-template-contact .trustpilot-widget, body.page-template.page-template-contact section.section-0.one_column-section, section.custom-section-table, body.page-template.page-template-about .trustpilot-widget, body.page-template.page-template-contact section.treatments-section{
		padding: 0 30px!important;
	}
	body.page-template.page-template-thank-you .site-inner{
		padding: 60px 30px;
	}
	body.page-template.page-template-thank-you section.custom-section-table{
		padding: 0!important;
	}
    .blog-posts .fwpl-layout  {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .rightfilter {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	}

	.rightfilter > *:not(:last-child) {
	    margin-bottom: 16px!important;
	}
	.treatment-header .main-desc{width: 100%; margin: 0; padding: 0 30px;}
	.header-content-icons{display: none;}
	.main-buttons a{font-size: 20px!important; display: inline-block!important; padding: 10px;}
	.main-buttons{margin: 50px auto 0 auto;}
	.treatment-header .header-content-container{-webkit-transform: translate(-50%,-70%); -ms-transform: translate(-50%,-70%); transform: translate(-50%,-70%);}
	section.four-boxes .inner{grid-template-columns: 1fr; padding: 0 15px;}
	section.four-boxes .col-3{margin-bottom: 20px;}
}
@media only screen and (max-width: 393px){
	.treatment-header .main-desc p, .main-buttons a{font-size: 16px!important;}
}