/*
Theme Name: Personal Trainer
Theme URI: https://catchthemes.com/themes/personal-trainer/
Author: Catch Themes
Author URI: https://catchthemes.com/
Description: Personal Trainer - A Free Multipurpose Fitness WordPress Theme is highly customizable and fits perfectly for gym, fitness center, personal trainer, and all other similar business. Personal Trainer is a capable framework for crafting impressive, modern websites of any kind. With the new multipurpose fitness WordPress theme, you can build awesome fitness center websites in just a matter of minutes. Personal Trainer is an amazingly beautiful, cleverly designed, extremely flexible, and greatly responsive fitness WordPress theme. Personal Trainer provides you with incredible features—such as, custom header image, featured slider, featured content, services, testimonials, and more - that are extremely crucial to make your website of any kind, a hit, among others. From gyms to fitness consultants, from cross fitter websites to fitness magazines, Personal Trainer's clean design, and power-packed features will definitely ensure your reach is broader than you ever thought. This theme is translation-ready. For more information, check out Theme Instructions at https://catchthemes.com/theme-instructions/personal-trainer/, support at https://catchthemes.com/support/ and Demo at https://catchthemes.com/demo/personal-trainer
Version: 2.3
Requires at least: 5.9
Tested up to: 6.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: personal-trainer
Domain Path: /languages/
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-logo,  custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio

Personal Trainer is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
	## Letter Spacing
# Forms
# Navigation
	## Links
	## Menus
	## Nav Links
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Custom Style
	## Layouts
	## Header
	## Slider
	## Content Wrapper
	## Main Articles, Primary and Content Area
	## Aside Primary
	## Google Map
	## Footer
	## Post Share Options
	## Newsletter
	## scrollup
	## Breadcrumb
	## About Us
# Media Queries
	## >= 480px (iPhone 4 and 4S : Landscape)
	## >= 568px (iPhone 5, 5S, 5C and 5SE : Landscape)
	## >= 601px (Admin Bar Adjustment)
	## >= 768px (iPad 1, 2, 3, 4, Mini, Air, Pro 9.7" : Portrait)
	## >= 783px (Admin Bar Adjustment )
	## >= 906px (Nexus 7 : Landscape)
	## >= 1024px (iPad 1, 2, 3, 4, Mini, Air, Pro 9.7" : Landscape)
	## >= 1200px (Kindle Fire HD 8.9", Non-Retina Screens & Retina Screens : Portrait)
	## >= 1440px
	## >= 1366px (iPad Pro 12.9" : Landscape)
	## >= 1600px (Kindle Fire HD 8.9" : Landscape)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	vertical-align: top;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="submit"] {
	white-space: normal;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

.reserve-content-wrapper textarea {
	height: 40px;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #666;
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5555;
}

body,
button,
input,
select,
optgroup,
textarea,
.site-title,
.featured-content-section .entry-title,
.recent-blog-content-wrapper .entry-title,
.content-area .entry-title,
.professionals-content-wrapper .entry-title,
.testimonials-content-wrapper .entry-title,
.site-footer .widget-title,
.history-content-wrapper .entry-title,
#meet-professionals .entry-title {
	font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #212121;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	margin-bottom: 14px;
	margin-top: 35px;
}

h1 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.2833;
}

h2 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.1666;
}

h3 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.4666;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4166;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.7;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.666;
}

p {
	margin: 0 0 1.555555555555556em;
}

.site-title {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	text-transform: uppercase;
}

.site-description {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	text-align: left;
}

.entry-header .entry-meta,
.entry-header .entry-meta a,
.comment-metadata,
.comment-metadata a {
	color: #999;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.61538;
	text-transform: uppercase;
}

.professionals-content-wrapper .entry-header .entry-meta,
#meet-professionals .entry-header .entry-meta,
.professionals-content-wrapper .entry-title,
.testimonials-content-wrapper .entry-title {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: normal;
	text-transform: inherit;
}

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

address {
	margin: 0 0 1.5em;
}

pre {
	background-color: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre-wrap;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background-color: #fff1e1;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-color: #000;
	/* Fallback for when there is no custom background color defined. */
}

blockquote,
.professionals-content-wrapper .entry-container {
	position: relative;
	padding-top: 49px;
	margin: 0 0 28px;
	z-index: 1;
}

blockquote:before,
.professionals-content-wrapper .entry-container:before {
	color: #eb6e1f;
	content: "\201D";
	font-size: 100px;
	font-size: 6.25rem;
	font-weight: 700;
	font-family: Arial;
	position: absolute;
	top: 40px;
	line-height: 0;
	left: -7px;
	width: 100%;
	z-index: -1;
}

blockquote p {
	margin: 0 0 1em;
}

blockquote cite,
blockquote small {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}

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

blockquote> :last-child {
	margin-bottom: 0;
}

hr {
	background-color: #eee;
	border: 0;
	clear: both;
	height: 1px;
	margin: 0 auto 1.5em;
}

ul,
ol {
	margin: 0 0 1.75em 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	line-height: 2;
	position: relative;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

ol.children {
	margin-left: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	/* margin: 1em 0; Extra wide images within figure tags don't overflow the content area. */
	margin: 0;
	text-align: center;
}

table,
th,
td {
	border: 1px solid #eee;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 1px 0;
	margin: 0 0 1.5em;
	width: 100%;
}

th,
td {
	border-width: 0 0 1px 0;
	padding: 13px;
}

caption,
th,
td {
	text-align: left;
}

table caption {
	padding: 0 0 21px;
}

thead {
	background-color: #f6f6f6;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

#colophon thead {
	background-color: transparent;
}

.widget th,
.widget td {
	padding: 0;
	line-height: 3;
	text-align: center;
}

/*--------------------------------------------------------------
# Transition
--------------------------------------------------------------*/

button,
input,
textarea,
.view-more a,
.more-button a,
.nav-links a,
.btn,
.button,
.site-main #infinite-handle span button,
.site-footer .social-navigation ul li a,
.hentry img,
.slider-content-wrapper .social-navigation a,
#scrollup,
.post-share-option a,
.post-share-option span,
#masthead,
.site-branding img,
.site-title a,
.menu-toggle .fa,
.menu-close .fa,
.contact-info-top a,
.search-content-wrapper-top #search-toggle a,
.navigation-classic.fixed-nav .main-navigation a,
.widget .menu-social-container a {
	-webkit-transition: all 0.2s ease-in;
	/* Chrome 1-25, Safari 3.2+ */
	-moz-transition: all 0.2s ease-in;
	/* Firefox 4-15 */
	-o-transition: all 0.2s ease-in;
	/* Opera 10.50–12.00 */
	transition: all 0.2s ease-in;
	/* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.hentry img:hover,
.hentry img:focus {
	opacity: 0.8;
}

.slider-content-wrapper .hentry img:hover,
.slider-content-wrapper .hentry img:focus {
	opacity: 1;
}

/*--------------------------------------------------------------
## Letter Spacing
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.view-more a,
.site-main #infinite-handle span button,
.btn,
.button {
	letter-spacing: 0.2em;
}

.more-link,
.professional-content-wrapper .entry-title,
.testimonials-content-wrapper .entry-title,
.story-time {
	letter-spacing: 0.1em;
}

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

input,
textarea {
	background-color: inherit;
	border-width: 2px;
	border-style: solid;
	border-color: #eee;
	display: block;
	margin-top: 10px;
	max-width: 100%;
	padding: 10px;
	width: 100%;
}

.reserve-content-wrapper input,
.reserve-content-wrapper textarea {
	border-width: 0 0 2px 0;
	padding: 5px;
}

input:hover,
textarea:hover {
	border-color: #666;
}

input:focus,
textarea:focus {
	border-color: #eb6e1f;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.hero-content-wrapper .more-link,
.services-content-wrapper .more-link,
.view-more a,
.site-main #infinite-handle span button,
.btn,
.button,
.posts-navigation a,
.pagination .next,
.pagination .prev,
.widget-area .catch-instagram-feed-gallery-widget-wrapper .button,
.custom-header .more-link,
.slider-content-wrapper .more-link {
	background-color: #eb6e1f;
	border: none;
	border-radius: 35px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 15px 60px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

button:hover,
button:focus,
button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
.hero-content-wrapper .more-link:hover,
.hero-content-wrapper .more-link:focus,
.services-content-wrapper .more-link:hover,
.services-content-wrapper .more-link:focus,
.view-more a:hover,
.view-more a:focus,
.view-more a:active,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus,
.site-main #infinite-handle span button:active,
.btn:hover,
.btn:focus,
.button:hover,
.button:focus,
.posts-navigation a:hover,
.posts-navigation a:focus .pagination .next:hover,
.pagination .next:focus,
.pagination .prev:hover,
.pagination .prev:focus,
.widget-area .catch-instagram-feed-gallery-widget-wrapper .button:hover,
.widget-area .catch-instagram-feed-gallery-widget-wrapper .button:focus,
.custom-header .more-link:hover,
.custom-header .more-link:focus,
.slider-content-wrapper .more-link:hover,
.slider-content-wrapper .more-link:focus {
	background-color: #d4631c;
	color: #fff;
	text-decoration: none;
}

#colophon input,
#colophon input:hover,
#colophon input:focus,
#colophon textarea,
#colophon textarea:hover,
#colophon textarea:focus {
	border-color: #fff;
}

#colophon button,
#colophon input[type="button"],
#colophon input[type="reset"],
#colophon input[type="submit"],
#colophon .widget-area .catch-instagram-feed-gallery-widget-wrapper .button {
	background-color: #fff;
	color: #eb6e1f;
}

#colophon .menu-item-has-children .dropdown-toggle {
	background-color: transparent;
}

#colophon button:hover,
#colophon input[type="button"]:hover,
#colophon input[type="reset"]:hover,
#colophon input[type="submit"]:hover,
#colophon button:focus,
#colophon input[type="button"]:focus,
#colophon input[type="reset"]:focus,
#colophon input[type="submit"]:focus,
#colophon .widget-area .catch-instagram-feed-gallery-widget-wrapper .button:hover,
#colophon .widget-area .catch-instagram-feed-gallery-widget-wrapper .button:focus,
#colophon .search-submit:hover,
#colophon .search-submit:focus {
	background-color: #fff;
	color: #d4631c;
}

.entry-content .contact-form textarea {
	height: 40px;
}

select {
	border: 1px solid #eee;
}

label,
textarea,
.entry-content .contact-form textarea,
.entry-content .contact-form input[type="email"],
.entry-content .contact-form input[type="text"],
.entry-content .contact-form input[type="url"] {
	display: block;
	max-width: 100%;
	width: 100%;
}

textarea {
	resize: none;
}

label {
	color: #999;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}

.contact-form div {
	margin-top: 30px;
}

.contact-form div:first-child {
	margin-top: 0;
}

.entry-content form .contact-submit {
	margin-top: 35px;
}

#colophon .fa-search::before {
	color: #d4631c
}

#colophon .search-field {
	color: #fff;
}

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

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

a {
	color: #eb6e1f;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

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

.entry-title a {
	color: #212121;
}

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

.entry-header .entry-meta {
	letter-spacing: 0.05em;
}

.featured-content-section .entry-header .entry-meta,
.featured-content-section .entry-header .entry-meta a,
.recent-blog-content-wrapper .entry-header .entry-meta,
.recent-blog-content-wrapper .entry-header .entry-meta a,
.content-area .entry-header .entry-meta,
.content-area .entry-header .entry-meta a {
	margin-bottom: 6px;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #666;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3125;
	padding: 10px 0;
	text-decoration: none;
	text-transform: uppercase;
}

.main-navigation .page_item_has_children>a,
.main-navigation .menu-item-has-children>a {
	padding-right: 57px;
}

.main-navigation ul ul {
	display: none;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	padding-left: 20px;
	top: 0;
}

.main-navigation ul ul a {
	font-weight: 500;
	line-height: 1.5;
	padding: 7px 20px;
	text-transform: inherit;
}

.main-navigation ul ul li:before {
	content: "\f105";
	left: 0;
	position: absolute;
	top: 12px;
}

.fixed-nav .contact-info-top a:hover,
.fixed-nav .contact-info-top a:focus,
.main-navigation ul ul li:hover:before,
.main-navigation ul ul li:focus:before,
.main-navigation a:hover,
.main-navigation a.focus,
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	color: #eb6e1f;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.menu-inside-wrapper {
	background-color: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	bottom: 0;
	height: 100%;
	overflow-y: auto;
	padding: 70px 20px 0 20px;
	position: fixed;
	right: -1024px;
	width: 100%;
	z-index: 99;
}

.menu-inside-wrapper,
.overlay,
.fixed-nav .menu-inside-wrapper,
.fixed-nav .overlay {
	top: 0;
}

.nav-is-open .menu-inside-wrapper {
	right: 0;
}

.dropdown-toggle:after {
	content: "\f196";
}

.dropdown-toggle.active:after {
	content: "\f147";
}

#colophon .dropdown-toggle:after,
#colophon .dropdown-toggle.active:after,
.widget .dropdown-toggle:after,
.widget .dropdown-toggle.active:after,
.menu-social-container .dropdown-toggle:after,
.menu-social-container .dropdown-toggle.active:after {
	content: none;
}

.dropdown-toggle {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 40px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.sub-menu .dropdown-toggle {
	line-height: 32px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	border: 1px solid #e3e3e3;
}

.toggled .menu-close {
	color: #521841;
}

.toggled .menu-close .fa,
.toggled .menu-close .fa {
	border-color: #521841;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	overflow: hidden;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	margin-top: 21px;
}

.header-media-disabled #masthead {
	background-color: #521841;
	position: static;
}

.header-media-disabled #masthead.main-nav-scrolled {
	position: fixed;
	width: 100%;
	top: 0;
}

.header-media-disabled .breadcrumb-area {
	border-bottom: 1px solid #f6f6f6;
	margin: 0 auto;
	max-width: 1520px;
	padding: 21px 0;
	text-align: center;
}

.header-media-disabled .breadcrumb-area,
.header-media-disabled .breadcrumb-area a,
.header-media-disabled .breadcrumb::before,
.header-media-disabled .breadcrumb-area .woocommerce-breadcrumb span::before {
	color: #999;
}

/*--------------------------------------------------------------
## Nav Links
--------------------------------------------------------------*/

.post-navigation .nav-previous,
.post-navigation .nav-next {
	border: 2px solid #eee;
	float: none;
	vertical-align: middle;
	width: 100%;
}

.post-navigation .nav-previous span,
.post-navigation .nav-next span {
	display: block;
}

.post-navigation .nav-next {
	margin-top: 20px;
	text-align: right;
}

.post-navigation a {
	display: block;
	font-weight: 500;
	padding: 15px 25px;
}

.post-navigation a:hover .icon,
.post-navigation a:focus .icon {
	background-color: #fbfbfb;
	color: #ff6b08;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin: 7px 35px 28px 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 7px 0 28px 35px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 28px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

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

.widget {
	margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.essential-widgets.widget .hentry {
	margin-top: 0;
}

.widget-area .catch-instagram-feed-gallery-widget-wrapper .button {
	margin-top: 21px;
}

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

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.sticky-label {
	background-color: #eb6e1f;
	color: #fff;
	padding: 7px 14px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0;
}

.archive-content-wrap .post .entry-image .wp-post-image {
	width: 100%;
}

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

.comment-respond,
#comments {
	margin-top: 35px;
}

ol.comment-list,
ol.children,
.post-categories {
	list-style: none;
}

.bypostauthor {
	display: block;
}

.comment-author img {
	border-radius: 50%;
	float: left;
	height: 40px;
	margin-right: 20px;
	width: 40px;
}

.comment-body {
	border-bottom: 1px solid #eee;
	padding: 30px 0;
	position: relative;
}

.reply {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 20px;
}

.comments-title {
	line-height: 1.4666;
}

.comment-content {
	margin-top: 20px;
}

#reply-title {
	margin-top: 0;
}

.form-submit {
	margin-bottom: 0;
	margin-top: 35px;
	text-align: center;
}

#cancel-comment-reply-link {
	color: #999;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
	position: absolute;
	right: 20px;
	text-indent: -9999px;
	top: 20px;
}

#cancel-comment-reply-link:before {
	content: "\f00d";
	display: block;
	position: absolute;
	right: 0;
	text-indent: 0;
}

#reply-title,
.comment-notes {
	text-align: center;
}

.no-comments {
	margin-top: 35px;
}

.comment-meta {
	overflow: hidden;
}

.comment-author a {
	color: #212121;
	font-weight: 700;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.025em;
	line-height: 1.75;
	margin: 1rem;
	text-align: left;
}

.wp-caption .wp-caption-text,
.gallery-item figcaption {
	border: 2px solid #eee;
	margin-bottom: 3.125rem;
	max-width: 100%;
	width: 100%;
}

.wp-caption .wp-caption-text,
.gallery-item figcaption {
	margin: 0;
	padding: 1em;
}

.post-password-form input {
	margin-top: 20px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	margin: 15px 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

.attachment-thumbnail.size-thumbnail {
	width: 100%;
}

/*--------------------------------------------------------------
# Custom Style
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Layouts
--------------------------------------------------------------*/

#page {
	overflow-x: hidden;
	overflow-wrap: break-word;
	position: relative;
	word-wrap: break-word;
}

.site-header-main,
.post-options .has-sub-menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.below-site-header {
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.menu-is-on {
	overflow: hidden;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	display: none;
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 9999;
}

.menu-social-container li a,
.more-link:after,
.history-content-wrapper .story-content-wrap:before,
.main-navigation ul ul li:before,
.dropdown-toggle:after,
.search-content-wrapper-top #search-container:before,
.navigation-classic .menu-item-has-children>a:after,
.navigation-classic .page_item_has_children>a:after,
.main-navigation ul li.menu-item-has-children:before,
#cancel-comment-reply-link:before,
.tags-text:before,
.cat-text:before,
.edit-link:before,
.custom-header-media .wp-custom-header-video-play:before,
.custom-header-media .wp-custom-header-video-pause:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.more-link:after,
.history-content-wrapper .story-content-wrap:before,
.main-navigation ul ul li:before,
.dropdown-toggle:after,
.search-content-wrapper-top #search-container:before,
.navigation-classic .menu-item-has-children>a:after,
.navigation-classic .page_item_has_children>a:after,
.main-navigation ul li.menu-item-has-children:before,
#cancel-comment-reply-link:before,
.tags-text:before,
.cat-text:before,
.edit-link:before,
.custom-header-media .wp-custom-header-video-play:before,
.custom-header-media .wp-custom-header-video-pause:before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}

.font-awesome.fa-brands:before,
.menu-social-container li a {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.menu-social-container li a[href^="mailto:"]:before,
.menu-social-container li a[href$="/feed"]:before,
.menu-social-container li a[href^="tel:"]:before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}

.wrapper {
	margin: 0 auto;
	max-width: 1640px;
	padding: 35px 20px;
	position: relative;
	width: 100%;
}

.wrapper::after {
	content: "";
	display: block;
	clear: both;
}

.hero-content-wrapper .wrapper {
	max-width: 1380px;
}

.section,
.site-content {
	border-bottom: 1px solid #eee;
}

.slider-content-wrapper.section {
	border-bottom: none;
}

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

#masthead {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
}

.admin-bar #masthead {
	top: 46px;
}

.admin-bar .menu-inside-wrapper {
	padding-top: 116px;
}

.admin-bar.fixed-nav .menu-inside-wrapper {
	padding-top: 70px;
}

.admin-bar .slider-content-wrapper .post-slide {
	height: calc(100vh - 46px);
}

.admin-bar.fixed-nav #masthead {
	top: 0;
}

.site-header-main {
	padding: 20px;
	position: relative;
	margin: 0 auto;
	max-width: 1920px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fixed-nav .site-header-main {
	padding: 14px 20px;
}

.navigation-classic .site-header-main {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-branding {
	display: block;
	margin-right: auto;
	padding-right: 20px;
}

.site-branding img {
	width: 45px;
}

.site-title a,
.site-description {
	color: #fff;
}

.fixed-nav .site-title a,
.fixed-nav .site-title a:hover,
.fixed-nav .site-title a:focus {
	color: #521841;
}

.site-title,
.menu-toggle,
.menu-close {
	letter-spacing: 0.05em;
}

.menu-toggle,
.menu-close {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3125;
}

.search-content-wrapper-top,
.scrolled-logo,
.contact-info-top,
.menu-label,
.menu-toggle .fa-times,
.menu-close .fa-bars,
.fixed-nav .custom-logo {
	display: none;
}

#site-navigation .contact-info-top,
.fixed-nav .scrolled-logo {
	display: block;
}

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus,
.menu-close,
.menu-close:hover,
.menu-close:focus {
	background-color: transparent;
	border-color: transparent;
	padding: 0;
	position: relative;
	z-index: 9999;
}

.menu-toggle .fa,
.menu-close .fa {
	border: 1px solid #fff;
	border-radius: 50%;
	height: 30px;
	line-height: 28px;
	text-align: center;
	width: 30px;
}

.fixed-nav #masthead {
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.fixed-nav .menu-toggle .fa,
.fixed-nav .menu-close .fa {
	border-color: #521841;
	color: #521841
}

.fixed-nav .menu-label,
.fixed-nav .contact-info-top a,
.fixed-nav .search-content-wrapper-top #search-toggle a,
.fixed-nav .site-description {
	color: #521841
}

#site-navigation .contact-info-top {
	padding: 10px 0;
	position: relative;
	margin: 10px 0;
}

#site-navigation .contact-info-top:before,
#site-navigation .contact-info-top:after {
	background-color: #eee;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 64px;
}

#site-navigation .contact-info-top:before {
	top: 0;
}

#site-navigation .contact-info-top:after {
	bottom: 0;
}

#site-navigation .contact-info-top a {
	line-height: 1;
	text-transform: inherit;
}

#site-navigation .contact-info-top a span {
	padding-right: 10px;
}

.social-navigation ul {
	margin: 0;
	list-style: none;
}

.menu-social-container li a[href*="facebook.com"]:before {
	content: "\f09a";
}

.menu-social-container li a[href*="twitter.com"]:before {
	content: "\f099";
}

.menu-social-container li a[href*="x.com"]:before {
	content: "\e61b";
}

.menu-social-container li a[href*="plus.google.com"]:before {
	content: "\f0d5";
}

.menu-social-container li a[href$="/feed"]:before {
	content: "\f09e";
}

.menu-social-container li a[href*="wordpress.com"]:before,
.menu-social-container li a[href*="wordpress.org"]:before {
	content: "\f19a";
}

.menu-social-container li a[href*="github.com"]:before {
	content: "\f1d3";
}

.menu-social-container li a[href*="linkedin.com"]:before {
	content: "\f0e1";
}

.menu-social-container li a[href*="pinterest.com"]:before {
	content: "\f231";
}

.menu-social-container li a[href*="flickr.com"]:before {
	content: "\f16e";
}

.menu-social-container li a[href*="vimeo.com"]:before {
	content: "\f27d";
}

.menu-social-container li a[href*="youtube.com"]:before {
	content: "\f16a";
}

.menu-social-container li a[href*="tumblr.com"]:before {
	content: "\f173";
}

.menu-social-container li a[href*="instagram.com"]:before {
	content: "\f16d";
}

.menu-social-container li a[href*="codepen.io"]:before {
	content: "\f1cb";
}

.menu-social-container li a[href*="path.com"]:before {
	content: "\f20c";
}

.menu-social-container li a[href*="dribbble.com"]:before {
	content: "\f17d";
}

.menu-social-container li a[href*="skype.com"]:before {
	content: "\f17e";
}

.menu-social-container li a[href*="digg.com"]:before {
	content: "\f1a6";
}

.menu-social-container li a[href*="reddit.com"]:before {
	content: "\f1a1";
}

.menu-social-container li a[href*="stumbleupon.com"]:before {
	content: "\f1a4";
}

.menu-social-container li a[href*="getpocket.com"]:before {
	content: "\f265";
}

.menu-social-container li a[href*="dropbox.com"]:before {
	content: "\f16b";
}

.menu-social-container li a[href*="spotify.com"]:before {
	content: "\f1bc";
}

.menu-social-container li a[href*="foursquare.com"]:before {
	content: "\f180";
}

.menu-social-container li a[href*="twitch.tv"]:before {
	content: "\f1e8";
}

.menu-social-container li a[href*="tiktok.com"]:before {
	content: "\e07b";
}

.menu-social-container li a[href*="bsky.app"]:before {
	content: "\e671";
}

.menu-social-container li a[href*="mailto:"]:before {
	content: "\f0e0";
}

.menu-social-container li a[href*="vk.com"]:before {
	content: "\f189";
}

.menu-social-container li a[href*="xing.com"]:before {
	content: "\f168";
}

.menu-social-container li a[href*="tel:"]:before {
	content: "\f879";
}

.main-navigation .social-navigation li {
	float: left;
}

.main-navigation .site-social {
	overflow: hidden;
}

.search-content-wrapper {
	clear: both;
	margin: 20px 0 35px 0;
}

.menu-inside-wrapper .site-social a,
.widget .menu-social-container a {
	border: 1px solid #eee;
	border-radius: 50%;
	height: 40px;
	line-height: 40px;
	margin: 10px 10px 0 0;
	padding: 0;
	text-align: center;
	width: 40px;
}

.widget .menu-social-container li {
	display: inline-block;
}

.widget .menu-social-container a {
	text-indent: -9999px;
}

.widget .menu-social-container a:before {
	text-indent: 0;
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
}

.widget .menu-social-container a:hover,
.widget .menu-social-container a:focus,
.menu-inside-wrapper .site-social a:hover,
.menu-inside-wrapper .site-social a:focus {
	background-color: #eb6e1f;
	border-color: transparent;
	color: #fff;
}

.search-form {
	position: relative;
}

.search-field,
.search-field:hover,
.search-field:focus {
	border: 2px solid #eee;
	margin: 0;
	padding: 12px 78px 12px 20px;
	width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.search-submit {
	border-radius: 0;
	bottom: 0;
	padding: 0 20px;
	position: absolute;
	right: 0;
	top: 0;
}

#search-toggle .fa-times,
.search-open .fa-search {
	display: none;
}

#search-toggle.search-open .fa-times {
	display: inline-block;
}

/*--------------------------------------------------------------
## Custom Header
--------------------------------------------------------------*/

.slider-content-wrapper+.custom-header .entry-container {
	padding-top: 35px;
	padding-bottom: 35px;
}

.custom-header {
	text-align: center;
	position: relative;
}

.custom-header:before {
	background-color: #521841;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.custom-header img {
	display: none;
}

.no-header-media-text .custom-header img {
	display: block;
}

.has-header-video .custom-header {
	height: 300px;
	height: 70vh;
}

.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.wp-custom-header-video-button {
	position: absolute;
	bottom: 10px;
}

/* For browsers that support 'object-fit' */
@supports (object-fit: cover) {

	.has-header-video .custom-header-media video,
	.has-header-video .custom-header-media iframe {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

.slider-content-wrapper .entry-container,
.custom-header .entry-container {
	margin: 0 auto;
	max-width: 1000px;
	padding: 140px 20px 60px 20px;
	position: relative;
}

.slider-content-wrapper .entry-title,
.custom-header .entry-title {
	line-height: 1.37;
}

.custom-header-media #wp-custom-header-video-button {
	background-color: transparent;
	border: 1px solid rgba(225, 255, 225, 0.25);
	border-radius: 50%;
	color: #fff;
	width: 60px;
	height: 60px;
	padding: 0;
	text-indent: -9999px;
	top: 50%;
	opacity: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.custom-header-media #wp-custom-header-video-button:hover,
.custom-header-media #wp-custom-header-video-button:focus {
	background-color: rgba(225, 255, 225, 0.25);
	color: #fff;
}

.custom-header-media:hover #wp-custom-header-video-button,
.custom-header-media:focus #wp-custom-header-video-button {
	opacity: 1;
}

.custom-header-media .wp-custom-header-video-play:before,
.custom-header-media .wp-custom-header-video-pause:before {
	font-size: 21px;
	font-size: 1.3125rem;
	text-indent: 0;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.custom-header-media .wp-custom-header-video-play:before {
	content: "\f04c";
}

.custom-header-media .wp-custom-header-video-pause:before {
	content: "\f04b";
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/

.slider-content-wrapper {
	margin: 0 auto;
	position: relative;
}

.slider-content-wrapper .wrapper {
	max-width: 100%;
	padding: 0;
}

.slider-content-wrapper .post-slide {
	height: 100vh;
}

.slider-content-wrapper .hentry {
	margin: 0;
}

.slider-content-wrapper .slider-image .wp-post-image {
	display: block;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.slider-content-wrapper .entry-container {
	left: 50%;
	margin: 0 auto;
	max-width: 1000px;
	position: absolute;
	text-align: center;
	top: 70%;
	transform: translate(-50%, -70%);
	width: 90%;
	z-index: 9999;
}

.breadcrumb-area,
.slider-content-wrapper .sub-title,
.custom-header .entry-summary,
.breadcrumb-area .woocommerce-breadcrumb {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.666;
}

.breadcrumb-area,
.custom-header .entry-title,
.slider-content-wrapper .entry-title,
.slider-content-wrapper .entry-summary,
.custom-header .entry-summary,
.breadcrumb-area .woocommerce-breadcrumb,
.breadcrumb-area .woocommerce-breadcrumb a,
.slider-content-wrapper .sub-title {
	color: #fff;
}

.custom-header .entry-title,
.slider-content-wrapper .entry-title {
	font-size: 36px;
	font-size: 2.25rem;
}

.slider-content-wrapper .sub-title {
	margin-bottom: 14px;
}

.slider-content-wrapper .sub-title,
.custom-header .entry-summary,
.breadcrumb-area {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.post-slide,
.meet-slide,
.review-slide {
	width: 100%;
}

.slider-content-wrapper .slider-image:before {
	background-color: rgba(0, 0, 0, 0.15);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

.custom-header .social-navigation,
.slider-content-wrapper .controllers,
.slider-content-wrapper .social-navigation,
.testimonials-content-wrapper .cycle-pager,
.professionals-content-wrapper .cycle-prev,
.professionals-content-wrapper .cycle-next {
	display: none;
}

.slider-content-wrapper .controllers {
	position: absolute;
	right: 30px;
	top: 50%;
	z-index: 9999;
	transform: translateY(-50%);
}

.slider-content-wrapper .cycle-prev,
.slider-content-wrapper .cycle-next {
	transform: rotate(90deg);
	font-size: 35px;
	font-size: 2.1875rem;
}

.slider-content-wrapper .cycle-prev,
.slider-content-wrapper .cycle-next {
	cursor: pointer;
	color: #fff;
}

.scroll-down {
	bottom: 28px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	left: 50%;
	letter-spacing: 0.05em;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	transform: translateX(-50%);
	z-index: 999;
}

.scroll-down:hover,
.scroll-down:focus {
	color: #eb6e1f;
}

.scroll-down span {
	display: block;
}

.scroll-down span:last-child {
	font-size: 20px;
	font-size: 1.25rem;
}

/*Arrow Animation*/
@-webkit-keyframes arrow-jump {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-0-transform: translateY(10px);
		transform: translateY(10px);
	}
}

.fa-angle-down {
	-webkit-animation: arrow-jump 1s infinite;
	/* Safari 4+ */
	-moz-animation: arrow-jump 1s infinite;
	/* Fx 5+ */
	-o-animation: arrow-jump 1s infinite;
	/* Opera 12+ */
	animation: arrow-jump 1s infinite;
	/* IE 10+, Fx 29+ */
}

.professionals-content-wrapper .cycle-pager,
.testimonials-content-wrapper .cycle-pager {
	position: absolute;
	right: 36px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}

.cycle-pager span {
	border-radius: 50%;
	display: block;
	color: transparent;
	cursor: pointer;
	height: 6px;
	margin: 25px 8px;
	position: relative;
	text-indent: -9999px;
	width: 6px;
}

.cycle-pager span:after {
	border: 2px solid #fff;
	border-radius: 50%;
	bottom: -5px;
	content: '';
	left: -5px;
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: -1;
}

.cycle-pager .cycle-pager-active {
	background-color: #fff;
}

.professionals-content-wrapper .cycle-prev,
.professionals-content-wrapper .cycle-next,
.testimonials-content-wrapper .cycle-prev,
.testimonials-content-wrapper .cycle-next {
	color: rgba(225, 225, 225, 0.8);
	cursor: pointer;
	font-size: 60px;
	font-size: 3.75rem;
	opacity: 1;
	position: absolute;
	top: 18%;
	z-index: 999;
}

.cycle-prev.dashicons,
.cycle-prev.dashicons-before::before,
.cycle-next.dashicons,
.cycle-next.dashicons-before::before {
	font-size: inherit;
}

.cycle-prev {
	left: 50px;
}

.cycle-next {
	right: 50px;
}

.cycle-prev:hover,
.cycle-prev:focus,
.cycle-next:hover,
.cycle-next:focus {
	text-decoration: none;
	color: #eb6e1f;
}

.testimonials-content-wrapper .cycle-pager,
.professionals-content-wrapper .cycle-pager {
	left: 50%;
	margin-top: 35px;
	top: 100%;
	transform: translateX(-50%);
}

.testimonials-content-wrapper .cycle-prev,
.professionals-content-wrapper .cycle-prev {
	left: 0;
}

.testimonials-content-wrapper .cycle-next,
.professionals-content-wrapper .cycle-next {
	right: 0;
}

.testimonials-content-wrapper .cycle-pager span,
.professionals-content-wrapper .cycle-pager span {
	display: inline-block;
	height: 10px;
	margin: 0 10px;
	width: 10px;
}

.testimonials-content-wrapper .cycle-pager span:after,
.professionals-content-wrapper .cycle-pager span:after {
	bottom: 0;
	left: 0;
	opacity: 0.22;
	right: 0;
	top: 0;
}

.testimonials-content-wrapper .cycle-pager span:after,
.professionals-content-wrapper .cycle-pager span:after,
.testimonials-content-wrapper .cycle-pager .cycle-pager-active,
.professionals-content-wrapper .cycle-pager .cycle-pager-active {
	background-color: #eb6e1f;
	border-color: #eb6e1f;
}

/*--------------------------------------------------------------
## Content Wrapper
--------------------------------------------------------------*/

.reserve-content-wrapper .section-title,
.section-description,
.featured-content-section .section-title,
.recent-blog-content-wrapper .view-more,
.recent-blog-content-wrapper .section-title,
.hero-content-wrapper,
.services-content-wrapper,
.professionals-content-wrapper,
.testimonials-content-wrapper,
.map-content-wrapper,
.site-footer,
.site-content .section-title,
.content-area .view-more,
.history-content-wrapper,
#meet-professionals .section-title {
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.section-description {
	margin-bottom: 21px;
}

.entry-title,
.section-title,
#hero-content .hentry {
	margin-top: 0;
}

.slider-content-wrapper .section-content-wrap {
	padding: 0;
}

.main-navigation a,
.dropdown-toggle,
.main-navigation li,
.section-title,
.hero-content-wrapper .entry-title,
.services-content-wrapper .entry-title {
	color: #521841;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.navigation-classic .main-navigation .current_page_item>a,
.navigation-classic .main-navigation .current-menu-item>a,
.navigation-classic.fixed-nav .main-navigation .current_page_item>a,
.navigation-classic.fixed-nav .main-navigation .current-menu-item>a {
	color: #eb6e1f;
}

.featured-content-section,
.recent-blog-content-wrapper,
.services-content-wrapper,
.home .recent-blog,
.search-results .site-content,
.archive .site-content {
	background-color: #f6f6f6;
	overflow: hidden;
}

.services-content-wrapper .post-thumbnail {
	background-position: center center;
	background-size: cover;
	bottom: 0;
	padding-bottom: 100%;
	position: relative;
	top: 0;
	width: 100%;
}

.services-content-wrapper .post-thumbnail a {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.hentry,
#hero-content .more-link,
.services-content-wrapper .more-link,
.button,
.custom-header .more-link {
	margin-top: 21px;
}

.search .site-main .hentry:nth-child(-n+1),
.archive .site-main .hentry:nth-child(-n+1) {
	margin-top: 0;
}

.hero-content-wrapper .featured-content-image {
	margin-bottom: 30px;
}

.hero-content-wrapper .entry-container.full-width {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
}

.professionals-content-wrapper .cycle-slideshow {
	margin-bottom: 80px;
}

.professionals-content-wrapper .hentry {
	margin-top: 49px;
}

.professionals-content-wrapper .entry-content {
	margin-bottom: 21px;
}

.professionals-content-wrapper .entry-content> :last-child,
.professionals-content-wrapper .view-more {
	margin-bottom: 0;
}

.professionals-content-wrapper .featured-content-image {
	padding: 0;
}

.reserve-content-wrapper,
.site-footer {
	background: linear-gradient(to bottom, #fa994b 0%, #e96490 100%);
}

.reserve-content-wrapper .section-description,
.reserve-content-wrapper .section-title,
.reserve-content-wrapper .entry-title,
.reserve-content-wrapper .comment-notes {
	color: #fff;
}

.reserve-content-wrapper .entry-content>p,
.content-highlight,
blockquote,
.professionals-content-wrapper .entry-content {
	font-size: 18px;
	font-size: 1.125rem;
	color: #212121;
	font-weight: 700;
	line-height: 1.45833;
}

.professionals-content-wrapper .entry-content::before {
	top: -14px;
}

.content-highlight,
.testimonials-content-wrapper .entry-meta,
.reserve-content-wrapper .entry-content>p {
	margin-bottom: 14px;
}

.testimonials-content-wrapper .entry-meta {
	line-height: 1;
}

.slider-content-wrapper,
.reserve-content-wrapper .entry-content>p,
.reserve-content-wrapper form {
	text-align: center;
}

.reserve-content-wrapper form label,
.reserve-content-wrapper form input,
.reserve-content-wrapper form text-area {
	text-align: left;
}

.reserve-content-wrapper .comment-notes {
	font-size: 16px;
	font-size: 1rem;
}

.italic {
	font-style: italic;
}

.bold,
.italic {
	font-weight: 700;
}

.reserve-content-wrapper .entry-content,
.testimonials-content-wrapper,
.single .reserve-content-wrapper+.site-content,
.page .reserve-content-wrapper+.site-content,
.error404 .reserve-content-wrapper+.site-content,
.search-no-results .reserve-content-wrapper+.site-content {
	background-color: #fff;
}

.reserve-content-wrapper .entry-content,
.comment-respond {
	padding: 35px 40px;
}

.reserve-content-wrapper .entry-content,
.google-maps,
.comment-respond {
	-webkit-box-shadow: 0px 16px 50px 0px rgba(0, 0, 1, 0.1);
	-moz-box-shadow: 0px 16px 50px 0px rgba(0, 0, 1, 0.1);
	box-shadow: 0px 16px 50px 0px rgba(0, 0, 1, 0.1);
	position: relative;
	z-index: 2;
}

.reserve-content-wrapper,
.map-content-wrapper {
	margin-bottom: -60px;
}

.reserve-content-wrapper+.section .wrapper,
.reserve-content-wrapper+.site-content .wrapper,
.reserve-content-wrapper+.widget .wrapper {
	padding-top: 60px;
}

.map-content-wrapper+.site-footer {
	padding-top: 25px;
}

.testimonials-content-wrapper,
.site-footer {
	position: relative;
	z-index: 1;
}

.testimonials-content-wrapper .section-description {
	margin-bottom: 0;
}

.testimonials-content-wrapper .testimonial-thumbnail {
	margin-bottom: 25px;
	margin-top: 7px;
}

.testimonials-content-wrapper .testimonial-thumbnail img {
	border-radius: 50%;
	height: 225px;
	width: 225px;
}

.testimonials-content-wrapper .section-content-wrap {
	position: relative;
}

.testimonials-content-wrapper .cycle-slideshow {
	overflow: hidden;
}

/*--------------------------------------------------------------
## Main Articles, Primary and Content Area
--------------------------------------------------------------*/

#hero-content .entry-content> :last-child,
.services-content-wrapper> :last-child,
.featured-content-section> :last-child,
.content-area p:last-child,
.recent-blog-content-wrapper p:last-child,
.entry-content form> :last-child,
.entry-summary> :last-child,
.wpcf7-form>p:last-of-type,
.widget.essential-widgets> :last-child,
.services-content-wrapper .entry-content> :last-child {
	margin-bottom: 0;
}

.featured-content-section .hentry,
.recent-blog-content-wrapper .hentry,
.services-content-wrapper .hentry,
.content-area .hentry {
	background-color: #fff;
}

.hero-content-wrapper .full-width .entry-content,
.hero-content-wrapper .entry-content,
.testimonials-content-wrapper .entry-content,
.map-content-wrapper .entry-content {
	padding-left: 20px;
	padding-right: 20px;
}

.services-content-wrapper .hentry,
.featured-content-section .hentry,
.recent-blog-content-wrapper .hentry,
.site-content .hentry {
	width: 100%;
}

.content-area .entry-container {
	background-color: #fff;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 1, 0.05);
}

.featured-content-section .entry-container,
.recent-blog-content-wrapper .entry-container,
.content-area .entry-container {
	padding: 25px;
}

.recent-blog-content-wrapper .content-area .entry-container,
.singular-content-wrap .entry-container {
	box-shadow: none;
}

.services-content-wrapper .entry-container {
	padding: 35px;
}

.featured-content-section .entry-title,
.recent-blog-content-wrapper .entry-title,
.content-area .entry-title,
.professionals-content-wrapper .entry-title,
.testimonials-content-wrapper .entry-title,
.site-footer .widget-title,
.history-content-wrapper .entry-title,
#meet-professionals .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 7px 0 0 0;
	padding: 0;
	line-height: 1.555;
}

.featured-content-section .entry-title,
.recent-blog-content-wrapper .entry-title,
.content-area .entry-title {
	margin-top: 0;
	margin-bottom: 10px;
}

.entry-meta>span {
	padding: 0 5px;
}

.entry-meta>span:first-child {
	padding-left: 0;
}

.site-main #infinite-handle,
.infinite-loader {
	bottom: 0;
	position: absolute;
}

.site-main #infinite-handle,
.infinite-loader,
.pagination,
.posts-navigation {
	clear: both;
	text-align: center;
	width: 100%;
}

.pagination {
	padding: 0 20px;
}

.infinite-loader {
	bottom: -50px;
	left: 50%;
	margin-top: 0;
	position: absolute;
	text-align: center;
	transform: translate(-50%, 0px);
	z-index: 999;
}

.more-button,
.featured-content-section .more-button,
.recent-blog-content-wrapper .more-button {
	display: block;
	margin-top: 14px;
}

.hero-content-wrapper .more-button,
.services-content-wrapper .more-button {
	margin-top: 0;
}

.more-link {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.61538;
	position: relative;
	text-transform: uppercase;
}

.more-link:hover,
.more-link:focus {
	text-decoration: underline;
}

.more-link:after {
	content: "\f0da";
	display: none;
	position: absolute;
	top: -3px;
	right: -12px;
}

.hero-content-wrapper .more-link: after,
.services-content-wrapper .more-link:after {
	content: none;
}

.content-area .entry-footer {
	clear: both;
	margin-top: 14px;
}

.content-area .entry-footer a {
	background-color: #f6f6f6;
	border-radius: 35px;
	color: #999;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.75;
	margin: 7px 7px 0 0;
	padding: 4px 26px;
	text-align: center;
	text-transform: uppercase;
}

.content-area .entry-footer a:hover,
.content-area .entry-footer a:focus {
	background-color: #eb6e1f;
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Aside Primary
--------------------------------------------------------------*/

.error-404 .widget,
#secondary .widget {
	margin: 35px 0 0 0;
}

.error-404 .widgettitle,
.error-404 .widget-title,
#secondary .widget-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-top: 0;
	line-height: 1.5;
}

aside#secondary ul,
.error-404 ul,
.error-404 ol {
	margin: 0;
}

.widget .dropdown-toggle::after {
	content: none;
}

/*--------------------------------------------------------------
## Google Map
--------------------------------------------------------------*/

.map-content-wrapper {
	background-color: #fff;
	margin-top: -25px;
	overflow: inherit;
	padding-top: 25px;
}

.map-content-wrapper .section-content-wrap {
	max-width: 1260px;
}

.home .map-content-wrapper {
	margin-top: 0;
	padding-top: 0;
}

.google-maps {
	padding-bottom: 40%;
	/*This is the aspect ratio*/
	height: 0;
	overflow: hidden;
}

#map .google-maps iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

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

#colophon .footer-container {
	max-width: 1300px;
}

#tertiary,
#colophon .contact-information {
	margin-bottom: 21px;
}

.site-footer,
.site-footer a,
.site-footer .widget-title,
#colophon label,
#colophon input,
#colophon textarea,
#colophon select {
	color: #fff;
	text-align: left;
}

.site-footer .social-navigation {
	margin-bottom: 21px;
	text-align: center;
}

.site-footer .social-navigation ul li,
.share-options li {
	display: inline;
}

.site-footer .social-navigation ul li a,
.post-options>li a span {
	border: 2px solid rgba(225, 225, 225, 0.8);
	border-radius: 50%;
	font-size: 20px;
	font-size: 1.25rem;
	height: 65px;
	line-height: 65px;
	margin: 0 10px 10px 10px;
	text-align: center;
	width: 65px;
}

.site-footer .widget .menu-social-container a:hover,
.site-footer .widget .menu-social-container a:focus,
.site-footer .social-navigation ul li a:hover,
.site-footer .social-navigation ul li a:focus {
	background-color: #fff;
	border-color: transparent;
	color: #fa994b;
	text-decoration: none;
}

.site-footer .widget {
	margin: 25px 0;
}

.site-footer .widget-title {
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.2em;
	line-height: 1.6175;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
}

.site-footer .entry-header .entry-meta,
.site-footer .entry-header .entry-meta a,
.site-footer .entry-title a:hover,
.site-footer .entry-title a:focus {
	color: #fff;
}

.site-footer .entry-title a:hover,
.site-footer .entry-title a:focus,
.site-footer .entry-header .entry-meta a:hover,
.site-footer .entry-header .entry-meta a:focus {
	text-decoration: underline;
}

.widget.ewnewsletter p:last-child,
.small {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.61538;
}

.widget.ewnewsletter p:last-child {
	font-style: italic;
}

.widget ul ul {
	margin-right: 0;
	margin-left: 0;
}

.widget_archive li span,
.widget_categories li span {
	display: inline-block;
	text-align: center;
}

.footer-widget-area ul li,
.widget_categories ul li,
.widget_archive ul li,
.ew-archive ul li,
.ew-categories ul li {
	line-height: 1.3125;
}

.footer-widget-area ul li {
	padding: 10px 0;
}

.footer-widget-area ul li a {
	display: block;
}

.widget_categories ul,
.widget_archive ul,
.ew-archive ul,
.ew-categories ul {
	text-align: right;
}

.widget_categories ul li,
.widget_archive ul li,
.ew-archive ul li,
.ew-categories ul li {
	overflow: hidden;
	display: block;
	padding: 10px 0;
}

.widget_categories ul li a,
.widget_archive ul li a,
.ew-archive ul li a,
.ew-categories ul li a {
	float: left;

}

/*--------------------------------------------------------------
## Post Share Options
--------------------------------------------------------------*/

.post-share-option {
	margin: 25px 0;
}

.post-options .has-sub-menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.share-options {
	display: none;
	padding-left: 25px;
}

.post-share-option ul {
	margin: 0;
}

.share-options li a {
	border-radius: 50%;
	font-size: 18px;
	font-size: 1.125rem;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 32px;
}

.post-options>li {
	margin: 10px 10px 0 0;
}

.post-options li a,
.post-options>li a span {
	color: #999;
}

.post-options li a:hover,
.post-options li a:focus {
	color: #eb6e1f;
	text-decoration: none;
}

.share-options li a:hover,
.share-options li a:focus,
.post-options>li a span:hover,
.post-options>li a span:focus {
	background-color: #eb6e1f;
	border-color: transparent;
	color: #fff;
}

.post-options>li a span {
	border-color: #f6f6f6;
}

/*--------------------------------------------------------------
## Newsletter
--------------------------------------------------------------*/

.newsletter-container form {
	position: relative;
}

.newsletter-container p {
	margin-bottom: 28px;
}

.newsletter-container p:last-child {
	margin-bottom: 0;
}

.newsletter {
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 35px;
	color: #fff;
	padding: 12px 130px 12px 20px;
	width: 100%;
}

.newsletter::placeholder {
	color: #fdd8ca;
	font-style: normal;
}

.newsletter:focus {
	border: 2px solid rgba(255, 255, 255, 1);
}

.newsletter-container button {
	background-color: rgba(255, 255, 255, 1);
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	bottom: 0;
	color: #eb6e1f;
	padding-left: 1.25em;
	padding-right: 1.25em;
	position: absolute;
	right: 0;
	top: 0;
}

.newsletter-container button:hover,
.newsletter-container button:focus {
	background-color: rgba(246, 246, 246, 1);
}

.contact-information span {
	display: inline;
	padding: 0 7px;
}

.contact-information span:first-child {
	padding-left: 0;
}

.contact-information .fa {
	display: none;
}

/*--------------------------------------------------------------
## scrollup
--------------------------------------------------------------*/

#scrollup {
	background-color: #eb6e1f;
	border: none;
	border-radius: 50%;
	bottom: 30px;
	color: #fff;
	display: none;
	height: 38px;
	line-height: 44px;
	position: fixed;
	right: 30px;
	text-align: center;
	width: 38px;
	z-index: 9999;
}

#scrollup:hover,
#scrollup:focus {
	background-color: #d4631c;
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumb-current,
.breadcrumb,
.breadcrumb-area .woocommerce-breadcrumb span {
	display: inline-block;
	position: relative;
	padding: 0 14px;
}

.breadcrumb:before,
.breadcrumb-area .woocommerce-breadcrumb span:before {
	color: #fff;
	content: "/";
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: 400;
	position: absolute;
	right: -5px;
	top: -5px;
}

.breadcrumb-area .woocommerce-breadcrumb span:last-child:before {
	content: none;
}

.breadcrumb-area a {
	color: #fff;
}

/*--------------------------------------------------------------
## About Us
--------------------------------------------------------------*/

.page-content-wrapper .entry-container {
	box-shadow: none;
}

.history-content-wrapper {
	background-color: #f6f6f6;
}

.history-wrap {
	margin-bottom: 35px;
}

.history-content-wrapper .section-content-wrap .hentry:last-child .history-wrap {
	margin-bottom: 0;
}

.story-content-wrap {
	position: relative;
}

.history-content-wrapper .entry-title {
	margin-bottom: 7px;
}

.story-content-wrap:before {
	color: #fff;
	content: "\f0d8";
	font-size: 25px;
	font-size: 1.5625rem;
	left: 50%;
	position: absolute;
	top: -24px;
	transform: translateX(-50%);
}

.story-time {
	background-color: #eb6e1f;
	color: #fff;
	display: inline-block;
	padding: 7px 12px;
	text-align: left;
}

.story-content {
	background-color: #fff;
	padding: 15px 25px 25px 25px;
}

#meet-professionals {
	background-color: #fff;
}

#meet-professionals .entry-header {
	position: relative;
}

#meet-professionals .entry-header:after {
	bottom: -10px;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(231, 231, 231, 1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(231, 231, 231, 1);
	box-shadow: 0px 1px 0px 0px rgba(231, 231, 231, 1);
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 10%;
}

#meet-professionals .hentry {
	box-shadow: 0px 10px 25px 0px rgba(0, 0, 1, 0.05);
}

.content-area .section-heading-wrap {
	display: block;
	width: 100%;
}

.archive .content-area #search-container {
	padding: 0;
}

.singular-content-wrap .entry-container {
	box-shadow: none;
	padding: 0;
}

.singular-content-wrap .entry-image {
	margin-bottom: 35px;
}

.search-no-results #main {
	display: block;
}

.search-no-results .content-area .grid-item {
	width: 100%;
}

.search .page-header {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	max-width: 100%;
	display: none;
}

.page-header.masonry-brick {
	display: none;
	visibility: hidden;
}

.search-filter-wrap {
	margin-bottom: 35px;
}

.search-filter-wrap #search-container {
	margin-bottom: 20px;
}

.select-category select {
	background-color: #f6f6f6;
	border: none;
	padding: 14px 42px 14px 21px;
	position: relative;
	width: 100%;
}

.select-category select option {
	padding: 3px 21px;
}

.drop-cap:first-letter {
	float: left;
	font-size: 86px;
	font-size: 5.375rem;
	line-height: 1.3125;
	margin: 3px 14px 0 -8px;
}

.single .site-main .hentry,
.page .site-main .hentry {
	margin-top: 0;
}

.no-sidebar.infinite-scroll .site-content .wrapper {
	padding-bottom: 121px;
}

.two-columns-layout.infinite-scroll .site-main {
	padding-bottom: 86px;
}

.woocommerce.no-sidebar.infinite-scroll .site-content .wrapper,
.no-sidebar.infinite-scroll.infinity-end .site-content .wrapper {
	padding-bottom: 35px;
}

.no-sidebar .content-area {
	float: none;
}

.no-sidebar.full-width-layout .content-area {
	max-width: 100%;
	width: 100%;
}

.site-main #infinite-handle {
	bottom: -86px;
}

.single .singular-content-wrap .hentry,
.recent-blog-content-wrapper .section-content-wrap {
	margin-bottom: 35px;
}

.navigation.posts-navigation,
.navigation.pagination,
.single .content-area .entry-footer {
	margin-top: 35px;
}

.page-numbers,
.page-links a span,
.page-links .pages+span {
	padding: 7px 14px;
}

.nav-links .page-numbers {
	display: inline-block;
	margin: 5px 0;
}

.pagination .next,
.pagination .prev {
	width: 100%;
}

.pagination .next {
	float: right;
}

.pagination .prev {
	float: left;
}

.page-links a span:hover,
.page-links a span:focus,
.page-links .pages+span:hover,
.page-links .pages+span:focus {
	background-color: #eee;
	text-decoration: none;
}

#hero-content .hentry,
.featured-content-section .hentry,
.content-area .hentry {
	text-align: center;
}

.featured-content-section .entry-container,
.content-area .entry-container {
	text-align: left;
}

.archive .archive-description {
	display: none;
}

.archive .page-title,
.archive .archive-description,
.search .page-title,
.search .archive-description {
	margin-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.archive .page-title,
.error404 .page-title,
.search .page-title {
	font-size: 32px;
	font-size: 2rem;
}

.archive.content-left .page-title,
.error404.content-left .page-title,
.search.content-left .page-title {
	text-align: left;
}

/*.cat-text && .tags-text*/
.cat-text,
.tags-text,
.edit-link {
	color: #999;
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 1.61538;
	margin: 28px 0 7px 0;
	text-transform: uppercase;
}

.single .content-area .entry-footer .entry-meta>span {
	padding: 0;
}

.tags-text:before,
.cat-text:before,
.edit-link:before {
	padding-right: 5px;
}

.cat-text:before {
	content: "\f07c";
}

.tags-text:before {
	content: "\f02b";
}

.post-categories li {
	display: inline;
}

.edit-link:before {
	color: #eb6e1f;
	content: "\f044";
}

.comment-metadata .comment-edit-link,
.content-area .entry-footer .post-edit-link,
.content-area .entry-footer .post-edit-link:hover,
.content-area .entry-footer .post-edit-link:focus {
	background-color: transparent;
	color: #eb6e1f;
	padding: 0;
}

.comment-metadata .comment-edit-link:hover,
.comment-metadata .comment-edit-link:focus,
.content-area .entry-footer .post-edit-link:hover,
.content-area .entry-footer .post-edit-link:focus {
	text-decoration: underline;
}

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

/*--------------------------------------------------------------
## >= 480px
--------------------------------------------------------------*/

@media screen and (min-width: 30em) {

	.btn,
	.button {
		display: inline-block;
	}

	.btn-transparent {
		background-color: transparent;
	}

	.btn-transparent:hover,
	.btn-transparent:focus {
		background-color: #eb6e1f;
		border-color: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		text-decoration: none;
	}

	.content-area .grid-item {
		align-items: inherit;
		display: block;
	}

	.content-area .grid-item .entry-image,
	.content-area .grid-item .entry-container,
	.singular-content-wrap .content-area .entry-image,
	.singular-content-wrap .content-area .entry-container {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%;
	}

	.singular-content-wrap .hentry {
		-webkit-box-align: inherit;
		-ms-flex-align: inherit;
		align-items: inherit;
		display: block;
		padding: 0;
	}

	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item {
		max-width: 50%;
	}

	.post-options>li {
		float: left;
	}

	.archive .content-area #search-container {
		padding: 0;
	}

	.testimonials-content-wrapper .cycle-prev,
	.professionals-content-wrapper .cycle-prev {
		left: 14px;
	}

	.testimonials-content-wrapper .cycle-next,
	.professionals-content-wrapper .cycle-next {
		right: 14px;
	}
}

/*--------------------------------------------------------------
## >= 568px
--------------------------------------------------------------*/

@media screen and (min-width: 35.5em) {

	.fixed-nav .site-header-main,
	.site-header-main,
	.wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}

	.slider-content-wrapper .controllers {
		display: block;
	}

	.slider-content-wrapper .entry-summary,
	.slider-content-wrapper .sub-title,
	.custom-header .entry-summary {
		font-size: 15px;
		font-size: 0.9357rem;
		line-height: 1.45833;
	}

	.featured-content-section .hentry,
	.recent-blog-content-wrapper .hentry,
	.recent-blog-content-wrapper .content-area .hentry {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
	}

	.search .site-main .hentry:nth-child(-n+2),
	.archive .site-main .hentry:nth-child(-n+2) {
		margin-top: 0;
	}

	.featured-content-section .entry-image,
	.featured-content-section .entry-container,
	.recent-blog-content-wrapper .entry-image,
	.recent-blog-content-wrapper .entry-container,
	.recent-blog-content-wrapper .content-area .entry-image,
	.recent-blog-content-wrapper .content-area .entry-container {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		max-width: 50%;
	}

	.content-area .grid-item {
		padding: 0 15px;
		width: 50%;
	}

	.content-area .hentry {
		background-color: transparent;
		padding: 0 15px;
	}

	.sticky-label {
		right: 15px;
	}

	.single.two-columns-layout.content-right .site-content .hentry,
	.page.two-columns-layout.content-right .site-content .hentry,
	.single.two-columns-layout.content-left .site-content .hentry,
	.page.two-columns-layout.content-left .site-content .hentry,
	.single.no-sidebar .site-content .hentry {
		padding: 0;
	}

	.two-columns-layout.content-right #secondary,
	.two-columns-layout.content-right .singular-content-wrap,
	.two-columns-layout.content-left #secondary,
	.two-columns-layout.content-left .singular-content-wrap,
	.single.no-sidebar .singular-content-wrap,
	.site-content .wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	.page.no-sidebar .site-content .wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.custom-header .entry-container {
		padding: 190px 40px 70px 40px;
	}

	.services-content-wrapper .post-wrap,
	.professionals-content-wrapper .hentry,
	.hero-content-wrapper .hentry {
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/*.professionals-content-wrapper:not(.image-disabled) .entry-content:before,
	blockquote:before {
		transform: none;
		left: -5px;
	}*/

	.services-content-wrapper .section-content-wrap {
		margin-top: 35px;
	}

	.services-content-wrapper .hentry {
		margin-top: 0;
	}

	.services-content-wrapper .post-thumbnail {
		padding-bottom: 0;
		position: absolute;
		width: 50%;
	}

	.services-content-wrapper .post-wrap.content-left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.services-content-wrapper .post-wrap.content-right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.services-content-wrapper .post-wrap.content-left .post-thumbnail {
		right: 0;
	}

	.services-content-wrapper .post-wrap.content-right .post-thumbnail {
		left: 0;
	}

	.services-content-wrapper .entry-container {
		padding: 42px 40px;
	}

	.services-content-wrapper .post-thumbnail,
	.services-content-wrapper .entry-container {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		max-width: 50%;
	}

	.services-content-wrapper .hentry {
		position: relative;
	}

	.hero-content-wrapper .entry-container,
	#meet-professionals,
	.professionals-content-wrapper .entry-container {
		text-align: left;
	}

	.professionals-content-wrapper .cycle-pager {
		bottom: 21px;
		margin-top: 0;
		right: inherit;
		top: inherit;
		visibility: visible;
	}

	.professionals-content-wrapper:not(.image-disabled) .cycle-pager {
		left: 0;
		transform: none;
	}

	.professionals-content-wrapper .entry-container,
	.professionals-content-wrapper .featured-content-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		max-width: 50%;
	}

	.professionals-content-wrapper .hentry {
		margin-top: 35px;
	}

	.professionals-content-wrapper.image-disabled .entry-container {
		margin-right: 0;
	}

	#meet-professionals .hentry {
		box-shadow: none;
	}

	.professionals-content-wrapper.image-disabled .entry-container,
	#meet-professionals.image-disabled .entry-container {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%;
		padding-left: 50px;
		padding-right: 50px;
		text-align: center;
	}

	#meet-professionals.image-disabled .entry-container {
		padding-top: 0;
		padding-bottom: 35px
	}

	#meet-professionals.image-disabled .section-content-wrap>.hentry:last-child .entry-container {
		padding-bottom: 0;
	}

	#meet-professionals:not(.image-disabled) .content-left .entry-container {
		padding-left: 0;
	}

	.professionals-content-wrapper .entry-container {
		margin-right: 50px;
	}

	.professionals-content-wrapper .featured-content-image {
		text-align: right;
	}

	.professionals-content-wrapper:not(.image-disabled) .view-more {
		text-align: left;
	}

	.testimonials-content-wrapper .entry-content,
	#meet-professionals .view-more a {
		padding-left: 40px;
		padding-right: 40px;
	}

	.hero-content-wrapper .entry-container.full-width {
		max-width: 740px;
		text-align: center;
	}

	.hero-content-wrapper .section-content-wrap .hentry.has-post-thumbnail {
		max-width: 1260px;
	}

	.hero-content-wrapper .entry-container.full-width,
	.hero-content-wrapper .section-content-wrap .hentry.has-post-thumbnail {
		margin-left: auto;
		margin-right: auto;
	}

	.hero-content-wrapper .featured-content-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 42%;
		flex: 0 1 42%;
		margin-bottom: 0;
		max-width: 42%;
	}

	.hero-content-wrapper .entry-container {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 58%;
		flex: 0 1 58%;
		max-width: 58%;
		padding-left: 35px;
	}

	.hero-content-wrapper .entry-container.full-width {
		padding-left: 0;
	}

	.hero-content-wrapper .entry-content {
		padding: 0;
	}

	.professionals-content-wrapper .cycle-slideshow {
		margin-bottom: 0;
	}

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous {
		float: left;
		text-align: left;
		width: 50%;
	}

	.comment-navigation .nav-next,
	.posts-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.post-navigation .nav-links {
		display: table;
		border-collapse: collapse;
		table-layout: fixed;
		width: 100%;
	}

	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		display: table-cell;
		width: 50%;
	}

	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	#cancel-comment-reply-link {
		display: block;
		text-indent: 0;
	}

	#cancel-comment-reply-link:before {
		padding-right: 5px;
		position: static;
	}

	.navigation.posts-navigation {
		padding-left: 20px;
		padding-right: 20px;
	}

	.pagination .next,
	.pagination .prev {
		width: auto;
	}

	ol.children {
		margin-left: 1.5em;
	}
}

/*--------------------------------------------------------------
## >= 601px
--------------------------------------------------------------*/

@media screen and (min-width: 37.5625em) {
	.admin-bar.fixed-nav #masthead {
		top: 46px;
	}

	.admin-bar.fixed-nav .menu-inside-wrapper {
		padding-top: 116px;
	}
}

/*--------------------------------------------------------------
## >= 768px
--------------------------------------------------------------*/

@media screen and (min-width: 48em) {
	.boxed-layout #page {
		padding: 0 4%;
	}

	.boxed-layout #masthead {
		margin: 0 4%;
	}

	h1,
	.custom-header .entry-title,
	.slider-content-wrapper .entry-title {
		font-size: 39px;
		font-size: 2.4375rem;
	}

	h2 {
		font-size: 32px;
		font-size: 2rem;
	}

	h3 {
		font-size: 24px;
		font-size: 1.5rem;
	}

	h4 {
		font-size: 22px;
		font-size: 1.375rem;
	}

	h5 {
		font-size: 20px;
		font-size: 1.25rem;
	}

	h6 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.site-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.fixed-nav .site-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.slider-content-wrapper+.custom-header .entry-container {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	body:not(.navigation-classic) .contact-info-top,
	body:not(.navigation-classic) .search-content-wrapper-top,
	body:not(.navigation-classic) #site-navigation {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.menu-toggle,
	.menu-close {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.wrapper {
		padding: 70px 40px;
	}

	.menu-label {
		display: inline-block;
		margin-left: 7px;
	}

	.featured-content-section .entry-title,
	.recent-blog-content-wrapper .entry-title,
	.content-area .entry-title,
	#meet-professionals .entry-title,
	.history-content-wrapper .entry-title {
		font-size: 21px;
		font-size: 1.3125rem;
		line-height: 1.45833;
	}

	.site-header-main,
	.menu-inside-wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}

	.fixed-nav .site-header-main {
		padding-left: 40px;
		padding-right: 40px;
	}

	.featured-content-section .section-content-wrapper,
	.recent-blog-content-wrapper .section-content-wrap,
	.history-wrap,
	.footer-widget-area,
	#secondary {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	.recent-blog-content-wrapper .section-content-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.custom-header .social-navigation,
	.slider-content-wrapper .social-navigation {
		bottom: 28px;
		display: block;
		position: absolute;
		right: 30px;
		z-index: 999;
	}

	.custom-header .social-navigation li,
	.slider-content-wrapper .social-navigation li {
		float: left;
	}

	.custom-header .social-navigation a,
	.slider-content-wrapper .social-navigation a {
		border-radius: 50%;
		color: #fff;
		font-size: 18px;
		font-size: 1.125rem;
		height: 32px;
		line-height: 32px;
		margin: 0 2px;
		text-align: center;
		width: 32px;
	}

	.custom-header .social-navigation a:hover,
	.custom-header .social-navigation a:focus,
	.slider-content-wrapper .social-navigation a:hover,
	.slider-content-wrapper .social-navigation a:focus {
		background-color: rgba(225, 255, 225, 0.25);
		color: #fff;
		font-size: 18px;
		font-size: 1.125rem;
		text-decoration: none;
	}

	.custom-header .entry-container {
		padding-top: 240px;
		padding-bottom: 80px;
	}

	.hero-content-wrapper .featured-content-image {
		padding-right: 20px;
	}

	.hero-content-wrapper .entry-container {
		padding-left: 20px;
	}

	.hero-content-wrapper .full-width .entry-content {
		padding: 0;
	}

	.services-content-wrapper .entry-container {
		padding-top: 145px;
		padding-bottom: 145px;
	}

	blockquote,
	.professionals-content-wrapper .entry-container {
		padding-top: 56px;
	}

	blockquote:before,
	.professionals-content-wrapper .entry-container:before {
		font-size: 132px;
		font-size: 8.25rem;
		top: 49px;
	}

	blockquote.alignleft,
	blockquote.alignright {
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.reserve-content-wrapper .entry-content>p,
	.content-highlight,
	blockquote,
	.professionals-content-wrapper .entry-content {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.reserve-content-wrapper .entry-content>p {
		margin-bottom: 44px;
	}

	#meet-professionals .view-more a {
		padding-left: 3.75em;
		padding-right: 3.75em;
	}

	.reserve-content-wrapper,
	.map-content-wrapper {
		margin-bottom: -110px;
	}

	.reserve-content-wrapper+.section .wrapper,
	.reserve-content-wrapper+.site-content .wrapper,
	.reserve-content-wrapper+.widget .wrapper {
		padding-top: 110px;
	}

	.map-content-wrapper+.site-footer {
		padding-top: 40px;
	}

	.singular-content-wrap,
	.hero-content-wrapper .section-content-wrap,
	.reserve-content-wrapper .section-content-wrap,
	.testimonials-content-wrapper .section-content-wrap,
	.map-content-wrapper .entry-content,
	.map-content-wrapper .section-content-wrap,
	#colophon .footer-container,
	.professionals-content-wrapper .section-content-wrap,
	.archive-content-wrap,
	#meet-professionals.image-disabled .section-content-wrap {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.error404 .archive-content-wrap,
	.reserve-content-wrapper .section-content-wrap,
	.testimonials-content-wrapper .section-content-wrap,
	.map-content-wrapper .entry-content {
		max-width: 740px;
	}

	.reserve-content-wrapper .entry-content,
	.comment-respond {
		padding: 70px;
	}

	.comment-respond {
		padding-bottom: 40px;
	}

	.professionals-content-wrapper.image-disabled .entry-container,
	#meet-professionals.image-disabled .entry-container {
		padding-left: 100px;
		padding-right: 100px;
	}

	.professionals-content-wrapper .section-content-wrap,
	#meet-professionals.image-disabled .section-content-wrap {
		max-width: 1000px;
	}

	.professionals-content-wrapper .entry-title {
		margin-top: 0;
	}

	.footer-widget-area {
		-webkit-box-align: inherit;
		-ms-flex-align: inherit;
		align-items: inherit;
	}

	.featured-content-section .entry-container,
	.recent-blog-content-wrapper .entry-container {
		background-color: #fff;
		margin-bottom: 0;
	}

	.featured-content-section .section-content-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.featured-content-section .entry-meta,
	.featured-content-section .entry-meta a,
	.recent-blog-content-wrapper .entry-meta,
	.recent-blog-content-wrapper .entry-meta a {
		text-transform: uppercase;
	}

	.featured-content-section .hentry,
	.recent-blog-content-wrapper .hentry,
	.recent-blog-content-wrapper .content-area .hentry {
		-webkit-box-align: inherit;
		-ms-flex-align: inherit;
		align-items: inherit;
		background-color: inherit;
		display: block;
	}

	.featured-content-section .layout-three .hentry,
	.recent-blog-content-wrapper .hentry,
	.recent-blog-content-wrapper .content-area .hentry {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 33.33%;
		flex: 0 1 33.33%;
		max-width: 33.33%;
	}

	.featured-content-section .layout-three .hentry:nth-child(3n + 1) {
		clear: both;
	}

	.featured-content-section .layout-two .hentry {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		max-width: 50%;
	}

	.featured-content-section .layout-two .hentry:nth-child(2n + 1) {
		clear: both;
	}

	.featured-content-section .layout-four .hentry {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
		max-width: 25%;
	}

	.featured-content-section .layout-four .hentry:nth-child(4n + 1) {
		clear: both;
	}

	.featured-content-section .entry-image,
	.featured-content-section .entry-container,
	.recent-blog-content-wrapper .entry-image,
	.recent-blog-content-wrapper .entry-container,
	.recent-blog-content-wrapper .content-area .entry-image,
	.recent-blog-content-wrapper .content-area .entry-container {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%;
	}

	.recent-blog-content-wrapper .entry-container,
	.recent-blog-content-wrapper .content-area .entry-container {
		box-shadow: 0px 10px 25px 0px rgba(0, 0, 1, 0.05);
	}

	.content-area .grid-item {
		display: inline-block;
		float: left;
		width: 33.33%;
	}

	.page.no-sidebar .singular-content-wrap,
	.single.no-sidebar .singular-content-wrap,
	.widget-area .widget-column,
	.recent-blog-content-wrapper .hentry,
	.featured-content-section .hentry,
	.site-content .hentry {
		padding: 0 15px;
	}

	.home.page.two-columns-layout .site-content .hentry,
	.archive.two-columns-layout .site-content .hentry,
	.search.two-columns-layout .site-content .hentry {
		padding: 0 20px;
	}

	.page.no-sidebar .singular-content-wrap .hentry,
	.single.no-sidebar .singular-content-wrap .hentry {
		padding: 0;
	}

	#colophon .wrapper,
	.recent-blog-content-wrapper .wrapper,
	.featured-content-section .wrapper,
	.site-content .wrapper,
	.page.no-sidebar .site-content .wrapper,
	.single.no-sidebar .site-content .wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	#colophon .wrapper {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.widget-area.one .widget-column {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%;
	}

	.footer-widget-area.four,
	#secondary {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#secondary .widget,
	.widget-area.two .widget-column,
	.widget-area.four .widget-column {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		max-width: 50%
	}

	.widget-area.three .widget-column {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 33.33%;
		flex: 0 1 33.33%;
		max-width: 33.33%;
	}

	#secondary .widget {
		padding-right: 40px;
	}

	#secondary .widget:nth-child(2n+2) {
		padding-right: 0;
	}

	.textwidget>p {
		margin-bottom: 14px;
	}

	.site-footer .social-navigation {
		margin-bottom: 25px;
	}

	.contact-information,
	.site-info {
		text-align: center;
	}

	.contact-information p {
		margin-bottom: 20px;
	}

	.site-footer .widget {
		margin: 25px 0 35px 0;
	}

	/*--------------------------------------------------------------
	## About Us
	--------------------------------------------------------------*/

	#meet-professionals:not(.image-disabled) .entry-header:after {
		left: 0;
		transform: none;
	}

	.history-wrap {
		text-align: left;
	}

	.story-center-line,
	.story-date-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-right: auto;
	}

	.story-center-line {
		position: relative;
	}

	.story-center-line:before {
		background-color: #eee;
		content: "";
		height: 145%;
		left: 50%;
		position: absolute;
		top: 0;
		transform: translate(-50, 0px);
		width: 3px;
	}

	.history-content-wrapper .hentry:last-child .story-center-line:before {
		height: 100%;
	}

	.story-center-line:after {
		background-color: #eb6e1f;
		border: 6px solid #f6f6f6;
		border-radius: 50%;
		content: "";
		height: 37px;
		left: 50%;
		position: absolute;
		top: -5px;
		transform: translate(-50%, 0px);
		width: 37px;
	}

	.story-content-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 65%;
		flex: 0 1 65%;
		max-width: 65%;
	}

	.story-content {
		padding: 30px 40px 40px 40px;
	}

	.story-content-wrap:before {
		font-size: 50px;
		font-size: 3.125rem;
		left: -15px;
		top: -34px;
		transform: rotate(45deg);
	}

	.story-time {
		background-color: inherit;
		color: #eb6e1f;
		font-weight: 700;
		padding: 0;
	}

	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item {
		max-width: 33.33333%;
	}

	.comment-author img {
		height: 70px;
		width: 70px;
	}

	.comment-content {
		margin-left: 90px;
	}

	.reply {
		top: 30px;
	}

	.comments-title {
		font-size: 30px;
		font-size: 1.875rem;
	}

	.hero-content-wrapper .entry-content,
	.testimonials-content-wrapper .entry-content {
		padding-left: 0;
		padding-right: 0;
	}

	.search-filter-wrap {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	.archive .content-area #search-container {
		padding: 0 20px;
	}

	.section-description,
	#tertiary {
		margin-bottom: 35px;
	}

	.recent-blog-content-wrapper .section-description,
	.featured-content-section .section-description {
		margin-bottom: 0;
	}

	.hentry {
		margin-top: 35px;
	}

	.services-content-wrapper .hentry:last-child,
	.search .site-main .hentry:nth-child(-n+3),
	.archive .site-main .hentry:nth-child(-n+3) {
		margin-top: 0;
	}

	.site-footer .social-navigation ul li a,
	.post-options>li a span {
		margin: 0 15px 10px 15px;
	}

	.no-sidebar.infinite-scroll .site-content .wrapper {
		padding-bottom: 191px;
	}

	.two-columns-layout.infinite-scroll .site-main {
		padding-bottom: 121px;
	}

	.woocommerce.no-sidebar.infinite-scroll .site-content .wrapper,
	.no-sidebar.infinite-scroll.infinity-end .site-content .wrapper {
		padding-bottom: 70px;
	}

	.site-main #infinite-handle {
		bottom: -121px;
	}

	.navigation.posts-navigation,
	.navigation.pagination,
	#comments,
	.comment-respond,
	.single .content-area .entry-footer,
	.error-404 .widget,
	#secondary .widget {
		margin-top: 70px;
	}

	.single .singular-content-wrap .hentry,
	.recent-blog-content-wrapper .section-content-wrap {
		margin-bottom: 70px;
	}
}

/*--------------------------------------------------------------
## >= 783px
--------------------------------------------------------------*/

@media screen and (min-width: 48.9375em) {

	.admin-bar #masthead,
	.admin-bar.fixed-nav #masthead {
		top: 32px;
	}

	.admin-bar .menu-inside-wrapper {
		padding-top: 102px;
	}

	.admin-bar .slider-content-wrapper .post-slide {
		height: calc(100vh - 32px);
	}
}

/*--------------------------------------------------------------
## >= 906px
--------------------------------------------------------------*/

@media screen and (min-width: 56.625em) {

	.slider-content-wrapper .entry-summary,
	.slider-content-wrapper .sub-title,
	.custom-header .entry-summary {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.hero-content-wrapper .featured-content-image {
		padding-right: 25px;
	}

	.hero-content-wrapper .entry-container {
		padding-left: 25px;
	}

	.map-content-wrapper .entry-content {
		padding-left: 0;
		padding-right: 0;
	}
}

/*--------------------------------------------------------------
## >= 1024px
--------------------------------------------------------------*/

@media screen and (min-width: 64em) {
	.admin-bar.fixed-nav .menu-inside-wrapper {
		padding-top: 0;
	}

	.search-content-wrapper {
		display: none;
	}

	body:not(.navigation-classic).admin-bar.fixed-nav .menu-inside-wrapper {
		margin-top: 116px;
		padding-top: 16px
	}

	.slider-content-wrapper+.custom-header .entry-container {
		padding-top: 85px;
		padding-bottom: 85px;
	}

	h1,
	.custom-header .entry-title,
	.slider-content-wrapper .entry-title {
		font-size: 46px;
		font-size: 2.875rem;
	}

	h2 {
		font-size: 40px;
		font-size: 2.5rem;
	}

	h3 {
		font-size: 28px;
		font-size: 1.75rem;
	}

	h4 {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.site-title {
		display: block;
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	body,
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}

	label {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
	}

	.wrapper {
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.two-columns-layout.content-right #secondary,
	.two-columns-layout.content-right .singular-content-wrap,
	.two-columns-layout.content-right .site-content .wrapper,
	.two-columns-layout.content-left #secondary,
	.two-columns-layout.content-left .singular-content-wrap,
	.two-columns-layout.content-left .site-content .wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	#secondary .widget {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%
	}

	.site-header-main {
		padding: 23px 40px;
	}

	.main-navigation a {
		line-height: 1.555;
		padding-bottom: 14px;
		padding-top: 14px;
	}

	.navigation-classic .site-description {
		text-align: center;
	}

	.menu-inside-wrapper {
		padding-top: 100px;
		width: 666px;
	}

	.admin-bar .menu-inside-wrapper {
		padding-top: 132px;
	}

	.site-branding img {
		width: auto;
	}

	.custom-logo-link,
	.scrolled-logo-link {
		margin-right: 7px;
	}

	.menu-toggle .fa,
	.menu-close .fa {
		height: 50px;
		line-height: 45px;
		width: 50px;
	}

	.fixed-nav .site-title {
		font-size: 24px;
		font-size: 1.5rem;
		font-weight: 500;
	}

	.fixed-nav .menu-toggle .fa,
	.fixed-nav .menu-close .fa {
		height: 40px;
		line-height: 35px;
		width: 40px;
	}

	.contact-info-top>span {
		padding-right: 20px;
		display: inline-block;
	}

	.menu-inside-wrapper .contact-info-top>span {
		display: inline;
	}

	.contact-info-top span span {
		padding-right: 5px;
	}

	.contact-info-top a {
		color: #fff;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.contact-info-top a:hover,
	.contact-info-top a:focus {
		color: #eb6e1f;
	}

	.contact-info-top a:hover,
	.contact-info-top a:focus,
	.search-content-wrapper-top #search-toggle a:hover,
	.search-content-wrapper-top #search-toggle a:focus {
		text-decoration: none;
	}

	.contact-info-top:before,
	.contact-info-top:after {
		left: 40px;
	}

	#site-navigation .contact-info-top a {
		color: #521841;
	}

	#site-navigation .contact-info-top a:hover,
	#site-navigation .contact-info-top a:focus {
		color: #eb6e1f;
	}

	#site-navigation .contact-info-top span {
		padding-right: 0;
	}

	.dropdown-toggle {
		font-size: 21px;
		font-size: 1.3125rem;
		padding: 0 20px;
		line-height: 56px;
	}

	.dropdown-toggle:hover,
	.dropdown-toggle:focus {
		border-color: transparent;
	}

	.search-content-wrapper-top {
		display: block;
		position: relative;
	}

	.search-content-wrapper-top #search-container {
		display: none;
	}

	.search-content-wrapper-top #search-container {
		background-color: #fff;
		box-shadow: 0px 10px 25px 0px rgba(0, 0, 1, 0.05);
		padding: 20px;
		position: absolute;
		right: 0px;
		top: 65px;
		z-index: 9;
	}

	.search-content-wrapper-top #search-container:before {
		color: #fff;
		content: "\f0d8";
		font-size: 34px;
		font-size: 2.125rem;
		position: absolute;
		right: 29px;
		top: -18px;
	}

	.fixed-nav .search-content-wrapper-top #search-container {
		top: 62px;
	}

	.search-content-wrapper-top #search-toggle a {
		background-color: transparent;
		border-radius: 50%;
		color: #fff;
		height: 50px;
		line-height: 50px;
		margin-right: 15px;
		text-align: center;
		width: 50px;
	}

	.menu-toggle:hover .fa,
	.menu-toggle:focus .fa,
	.search-content-wrapper-top #search-toggle a:hover,
	.search-content-wrapper-top #search-toggle a:focus {
		background-color: #fff;
		color: #eb6e1f;
	}

	.menu-toggle:hover .menu-label,
	.menu-toggle:focus .menu-label,
	.menu-close:hover .menu-label,
	.menu-close:focus .menu-label {
		color: #eb6e1f;
	}

	.menu-close:hover .fa,
	.menu-close:focus .fa {
		background-color: #eb6e1f;
		color: #fff;
		border-color: transparent;
	}

	.search-content-wrapper-top .search-field {
		width: 400px;
	}

	/*navigation-classic*/
	.navigation-classic .site-header-main {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 1560px;
		margin: 0 auto;
		padding-bottom: 0;
	}

	.navigation-classic .site-branding {
		padding-right: 21px;
		padding-left: 21px;
	}

	.navigation-classic .search-content-wrapper-top #search-container {
		right: -15px;
	}

	.navigation-classic .contact-info-top,
	.navigation-classic .search-content-wrapper-top {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 30%;
		flex: 0 1 30%;
		max-width: 30%;
	}

	.navigation-classic .site-branding {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 40%;
		flex: 0 1 40%;
		max-width: 40%;
	}

	.navigation-classic .site-branding {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: center;
	}

	.navigation-classic.contact-header-disabled .site-branding,
	.navigation-classic.contact-header-disabled .site-description {
		-webkit-box-pack: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
		text-align: left;
	}

	.navigation-classic #site-navigation .contact-info-top {
		display: none;
	}

	.navigation-classic .contact-info-top {
		display: block;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.navigation-classic .search-content-wrapper-top {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
	}

	.navigation-classic .main-navigation {
		border-top: 1px solid rgba(225, 225, 225, 0.3);
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		margin-top: 18px;
		max-width: 100%;
		order: 4;
	}

	.navigation-classic .contact-info-top span span {
		padding-right: 5px;
	}

	.navigation-classic .contact-info-top>span {
		display: block;
		padding: 0;
	}

	.navigation-classic .contact-info-top a {
		padding: 0;
	}

	.navigation-classic .menu-toggle {
		display: none;
	}

	.navigation-classic .menu-inside-wrapper {
		background-color: inherit;
		box-shadow: none;
		display: block;
		left: 0;
		overflow-y: inherit;
		padding: 0;
		position: static;
		right: inherit;
		width: 100%;
	}

	.navigation-classic .main-navigation a {
		color: #fff;
		font-size: 16px;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.3125;
		padding: 21px 25px;
	}

	.navigation-classic.fixed-nav .main-navigation a {
		color: #521841;
		padding: 10px 25px;
	}

	.navigation-classic .main-navigation a:hover,
	.navigation-classic .main-navigation a:focus,
	.navigation-classic.fixed-nav .main-navigation a:hover,
	.navigation-classic.fixed-nav .main-navigation a:focus {
		color: #eb6e1f;
	}

	.navigation-classic.fixed-nav .site-header-main {
		padding-top: 5px;
	}

	.navigation-classic.fixed-nav .main-navigation {
		margin-top: 5px;
	}

	.navigation-classic .main-navigation ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.navigation-classic .main-navigation li {
		float: left;
	}

	.navigation-classic .main-navigation ul ul {
		background-color: #fff;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		display: block;
		float: left;
		left: -999em;
		padding: 0;
		position: absolute;
	}

	.navigation-classic .main-navigation ul li.menu-item-has-children:before {
		content: "\f0d8";
		display: none;
		font-size: 32px;
		font-size: 2rem;
		right: 2px;
		position: absolute;
		top: 25px;
		color: #fff;
	}

	.navigation-classic .main-navigation ul li.menu-item-has-children:hover:before {
		display: block;
	}

	.navigation-classic .main-navigation ul li.menu-item-has-children .menu-item-has-children:hover:before,
	.navigation-classic .main-navigation ul ul ul:before {
		display: none;
	}

	.navigation-classic .main-navigation ul ul li:before {
		content: none;
		position: static;
	}

	.navigation-classic .main-navigation ul ul a {
		line-height: auto;
		padding: 12px 20px;
		width: 290px;
		color: #521841;
	}

	.navigation-classic .main-navigation ul ul li {
		border-top: 1px solid #eee;
	}

	.navigation-classic .main-navigation ul ul li:first-child {
		border: none;
	}

	.navigation-classic .dropdown-toggle {
		background-color: inherit;
		display: none;
		right: 0;
	}

	.navigation-classic .main-navigation ul ul .page_item_has_children>a,
	.navigation-classic .main-navigation ul ul .menu-item-has-children>a {
		padding-right: 42px;
		position: relative;
	}

	.navigation-classic .main-navigation ul ul .page_item_has_children>a,
	.navigation-classic .main-navigation ul ul .menu-item-has-children>a {
		font-weight: 500;
	}

	.navigation-classic .page_item_has_children>a:after,
	.navigation-classic .menu-item-has-children>a:after {
		content: "\f0d7";
		position: absolute;
		right: 6px;
		top: 50%;
		transform: translateY(-50%);
	}

	.navigation-classic .page_item_has_children .page_item_has_children>a:after,
	.navigation-classic .menu-item-has-children .menu-item-has-children>a:after {
		top: inherit;
		transform: rotate(270deg);
	}

	#colophon .page_item_has_children>a:after,
	#colophon .menu-item-has-children>a:after .widget .page_item_has_children>a:after,
	.widget .menu-item-has-children>a:after .menu-social-container .page_item_has_children>a:after,
	.menu-social-container .menu-item-has-children>a:after,
	.navigation-classic #colophon .page_item_has_children>a:after,
	.navigation-classic #colophon .menu-item-has-children>a:after {
		content: none;
	}

	.navigation-classic ul ul .page_item_has_children>a:after,
	.navigation-classic ul ul .menu-item-has-children>a:after {
		right: 16px;
	}

	.navigation-classic .contact-info,
	.navigation-classic .social-navigation-wraper {
		display: none;
	}

	.navigation-classic .search-content-wrapper-top #search-toggle a {
		margin-right: 0;
	}

	.services-content-wrapper .entry-container {
		padding: 211px 60px;
	}

	.more-top {
		margin-bottom: 21px;
	}

	.custom-header .entry-container {
		padding-top: 340px;
		padding-bottom: 100px;
	}

	.singular-content-wrap .hentry {
		padding: 0;
	}

	.hero-content-wrapper .entry-title,
	.professionals-content-wrapper .section-title,
	.reserve-content-wrapper .entry-title,
	.testimonials-content-wrapper .section-title,
	.map-content-wrapper .section-title. .site-content .section-title,
	.history-content-wrapper .section-title {
		margin-top: 65px;
		margin-bottom: 25px;
	}

	.hero-content-wrapper .featured-content-image {
		padding-right: 35px;
	}

	.hero-content-wrapper .entry-container {
		padding-left: 35px;
	}

	.professionals-content-wrapper .entry-title,
	.testimonials-content-wrapper .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.555;
	}

	.reserve-content-wrapper .entry-content>p,
	.content-highlight,
	blockquote,
	.professionals-content-wrapper .entry-content {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.entry-header .entry-meta,
	.entry-header .entry-meta a,
	.comment-metadata,
	.comment-metadata a,
	.featured-content-section .entry-header .entry-meta,
	.featured-content-section .entry-header .entry-meta a,
	.recent-blog-content-wrapper .entry-header .entry-meta,
	.recent-blog-content-wrapper .entry-header .entry-meta a,
	.content-area .entry-header .entry-meta,
	.content-area .entry-header .entry-meta a {
		margin-bottom: 9px;
	}

	.section-description {
		margin-bottom: 42px;
	}

	.testimonials-content-wrapper .section-description,
	.recent-blog-content-wrapper .section-description,
	.featured-content-section .section-description {
		margin-bottom: 7px;
	}

	.reserve-content-wrapper,
	.map-content-wrapper {
		margin-bottom: -125px;
	}

	.reserve-content-wrapper+.section .wrapper,
	.reserve-content-wrapper+.site-content .wrapper,
	.reserve-content-wrapper+.widget .wrapper {
		padding-top: 125px;
	}

	blockquote,
	.professionals-content-wrapper .entry-container {
		padding-top: 91px;
	}

	blockquote:before,
	.professionals-content-wrapper .entry-container:before {
		font-size: 175px;
		font-size: 10.9375rem;
		top: 63px;
	}

	.two-columns-layout.infinite-scroll .site-main,
	.no-sidebar.infinite-scroll .site-content .wrapper {
		padding-bottom: 221px;
	}

	.woocommerce.no-sidebar.infinite-scroll .site-content .wrapper,
	.no-sidebar.infinite-scroll.infinity-end .site-content .wrapper {
		padding-bottom: 85px;
	}

	.site-main #infinite-handle {
		bottom: -136px;
	}

	.single .singular-content-wrap .hentry,
	.recent-blog-content-wrapper .section-content-wrap {
		margin-bottom: 85px;
	}

	.navigation.pagination,
	#comments,
	.comment-respond,
	.single .content-area .entry-footer {
		margin-top: 85px;
	}

	.professionals-content-wrapper .hentry {
		margin-top: 63px;
	}

	.professionals-content-wrapper .entry-content {
		margin-bottom: 28px;
	}

	.content-area {
		float: left;
		margin: 0 auto;
		max-width: 1080px;
		width: 70%;
	}

	#secondary {
		display: block;
		float: right;
		max-width: 360px;
		padding: 0 20px;
		width: 30%;
	}

	#secondary .widget {
		padding: 0;
	}

	.two-columns-layout.content-right .content-area {
		float: right;
	}

	.two-columns-layout.content-right #secondary {
		float: left;
	}

	#secondary .widget:first-child {
		margin: 0;
	}

	.footer-widget-area.four {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.widget-area.four .widget-column {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
		max-width: 25%
	}

	.drop-cap:first-letter {
		font-size: 96px;
		font-size: 6rem;
		margin-top: 10px;
	}
}

/*--------------------------------------------------------------
## >= 1200px
--------------------------------------------------------------*/

@media screen and (min-width: 75em) {
	.wrapper {
		padding-left: 60px;
		padding-right: 60px;
	}

	.slider-content-wrapper .entry-summary,
	.slider-content-wrapper .sub-title,
	.custom-header .entry-summary {
		font-size: 21px;
		font-size: 1.3125rem;
	}

	.page.no-sidebar .singular-content-wrap,
	.single.no-sidebar .singular-content-wrap,
	.widget-area .widget-column,
	.recent-blog-content-wrapper .hentry,
	.featured-content-section .hentry,
	.site-content .hentry {
		padding: 0 20px;
	}

	#colophon .wrapper,
	.recent-blog-content-wrapper .wrapper,
	.featured-content-section .wrapper,
	.site-content .wrapper,
	.page.no-sidebar .site-content .wrapper,
	.single.no-sidebar .site-content .wrapper,
	.two-columns-layout.content-right .site-content .wrapper,
	.two-columns-layout.content-left .site-content .wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}

	.services-content-wrapper .entry-container {
		padding: 142px 80px;
	}

	.navigation-classic .contact-info-top>span {
		display: inline-block;
		padding-right: 10px;
	}

	.navigation-classic .contact-info-top a {
		padding: 0 12px 0 0;
	}

	.testimonials-content-wrapper .cycle-prev,
	.professionals-content-wrapper .cycle-prev {
		left: -60px;
	}

	.testimonials-content-wrapper .cycle-next,
	.professionals-content-wrapper .cycle-next {
		right: -60px;
	}

	.slider-content-wrapper .entry-summary,
	.slider-content-wrapper .sub-title,
	.custom-header .entry-summary {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.reserve-content-wrapper .comment-notes {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.458;
	}

	.reserve-content-wrapper .entry-content form input[type="submit"] {
		text-align: center;
	}

	.comment-author img {
		width: 100px;
		height: 100px;
	}

	.comment-content {
		margin-left: 120px;
	}

	.story-content-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 70%;
		flex: 0 1 70%;
		max-width: 70%;
	}

	.sticky-label {
		right: 20px;
	}
}

/*--------------------------------------------------------------
## >= 1440px
--------------------------------------------------------------*/

@media screen and (min-width: 90em) {
	.contact-info-top {
		display: block;
	}

	#site-navigation .menu-inside-wrapper .contact-info-top {
		display: none;
	}
}

/*--------------------------------------------------------------
## >= 1366px
--------------------------------------------------------------*/

@media screen and (min-width: 85.375em) {

	h1,
	.custom-header .entry-title,
	.slider-content-wrapper .entry-title {
		font-size: 53px;
		font-size: 3.3125rem;
	}

	h2 {
		font-size: 48px;
		font-size: 3rem;
	}

	h3 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	.wrapper {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.slider-content-wrapper+.custom-header .entry-container {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.featured-content-section .entry-title,
	.recent-blog-content-wrapper .entry-title,
	.content-area .entry-title,
	#meet-professionals .entry-title,
	.history-content-wrapper .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.section-description {
		margin-bottom: 49px;
	}

	.history-content-wrapper .entry-title,
	.testimonials-content-wrapper .section-description,
	.recent-blog-content-wrapper .section-description,
	.featured-content-section .section-description {
		margin-bottom: 14px;
	}

	.section-title,
	.hero-content-wrapper .entry-title,
	.reserve-content-wrapper .entry-title,
	.services-content-wrapper .entry-title {
		margin-bottom: 21px;
	}

	.hero-content-wrapper .featured-content-image {
		padding-right: 50px;
	}

	.hero-content-wrapper .entry-container {
		padding-left: 50px;
	}

	.testimonials-content-wrapper .testimonial-thumbnail {
		margin-bottom: 54px;
	}

	.reserve-content-wrapper .entry-content>p,
	.content-highlight,
	blockquote,
	.professionals-content-wrapper .entry-content {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.content-highlight {
		margin-bottom: 7px;
	}

	.testimonials-content-wrapper .entry-meta {
		margin-bottom: 35px;
	}

	#meet-professionals .entry-container {
		padding: 290px 90px;
	}

	.home .recent-blog-content-wrapper .hentry {
		margin-bottom: 0;
	}

	.testimonials-content-wrapper .cycle-prev,
	.professionals-content-wrapper .cycle-prev {
		left: -120px;
	}

	.testimonials-content-wrapper .cycle-next,
	.professionals-content-wrapper .cycle-next {
		right: -120px;
	}

	.reserve-content-wrapper .entry-content,
	.comment-respond {
		padding: 70px 100px 80px 100px;
	}

	.reserve-content-wrapper,
	.map-content-wrapper {
		margin-bottom: -160px;
	}

	.reserve-content-wrapper+.section .wrapper,
	.reserve-content-wrapper+.site-content .wrapper,
	.reserve-content-wrapper+.widget .wrapper {
		padding-top: 160px;
	}

	.map-content-wrapper+.site-footer {
		padding-top: 60px;
	}

	.woocommerce.no-sidebar.infinite-scroll .site-content .wrapper,
	.no-sidebar.infinite-scroll.infinity-end .site-content .wrapper {
		padding-bottom: 100px;
	}

	.two-columns-layout.infinite-scroll .site-main,
	.no-sidebar.infinite-scroll .site-content .wrapper {
		padding-bottom: 251px;
	}

	.site-main #infinite-handle {
		bottom: -151px;
	}

	.single .singular-content-wrap .hentry,
	.recent-blog-content-wrapper .section-content-wrap {
		margin-bottom: 100px;
	}

	.navigation.pagination,
	#comments,
	.comment-respond,
	.single .content-area .entry-footer {
		margin-top: 100px;
	}

	.professionals-content-wrapper .hentry {
		margin-top: 0;
	}

	.reserve-content-wrapper .entry-content .contact-submit,
	.form-submit {
		margin-top: 60px;
	}

	#hero-content .more-link,
	.services-content-wrapper .more-link,
	.button,
	.custom-header .more-link {
		margin-top: 35px;
	}

	.content-area .entry-footer {
		margin-top: 28px;
	}

	.story-content-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 80%;
		flex: 0 1 80%;
		max-width: 80%;
	}

	.history-wrap {
		margin-bottom: 49px;
	}

	#meet-professionals.image-disabled .entry-container {
		padding-bottom: 49px;
	}

	.search-filter-wrap {
		margin-bottom: 56px;
	}
}

/*--------------------------------------------------------------
## >= 1600px
--------------------------------------------------------------*/

@media screen and (min-width: 100em) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 21px;
		margin-top: 42px;
	}

	h1,
	.custom-header .entry-title {
		font-size: 60px;
		font-size: 3.75rem;
	}

	.slider-content-wrapper .entry-title {
		font-size: 90px;
		font-size: 5.6255rem;
	}

	.custom-header .entry-container {
		padding-top: 440px;
		padding-bottom: 140px;
	}

	.content-area .grid-item .hentry {
		padding: 0 20px;
	}

	.services-content-wrapper .entry-container {
		padding: 225px 166px;
	}

	.wpcf7 input[type="submit"] {
		margin-top: 30px;
	}

	.testimonials-content-wrapper .cycle-prev,
	.professionals-content-wrapper .cycle-prev {
		left: -235px;
	}

	.testimonials-content-wrapper .cycle-next,
	.professionals-content-wrapper .cycle-next {
		right: -235px;
	}
}