/*!
Theme Name: HealthRehub
Theme URI: http://www.templatemonster.com/wordpress-themes.php
Author: Template Monster
Author URI: http://www.templatemonster.com/
Description: Private Medical clinic.
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: healthrehub
Tags: grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, footer-widgets, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

blank 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.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Social List
# Accessibility
# Alignments
# Clearings
# Grid
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Builder
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
	text-decoration: none;
}

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: #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;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0px;
}

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;
}

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-appearance: textfield;
	box-sizing: content-box;
}

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;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	font-size: 16px;
	font-size: 1rem;
}

#tm_builder_outer_content .tm_pb_text_align_left p strong {
	font-weight: 600;
	border: none;
}

h1 {
	margin: 15px 0 38px;
}

h2 {
	margin: 33px 0 31px;
}

h2 + p {
	margin-bottom: 22px;
}

h3 {
	margin: 20px 0;
}

h3 + p {
	margin-bottom: 24px;
}

h4 {
	margin: 20px 0 11px;
}

h4 + p {
	margin-bottom: 12px;
}

h5 {
	margin: 12px 0 11px;
}

h5 + p {
	margin-bottom: 32px;
}

h6 {
	margin: 20px 0 32px;
}

h6 + p {
	margin-bottom: 33px;
}

#tm_builder_outer_content h1 {
	text-transform: uppercase;
}

p {
	margin: 0 0 1.67em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	font-size: 18px;
	font-size: 1.125rem;
}

blockquote cite {
	font-size: 20px;
	font-size: 1.25rem;
	font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
	overflow: auto;
	max-width: 100%;
	margin: 0 0 1.5em;
	padding: 1.5em;
	background: #eee;
	border: 1px solid #d4d4d4;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-size: 16px;
	font-size: 1rem;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

code {
	padding: 1px 3px;
}

abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #666;
}

mark, ins {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

@media (min-width: 768px) {
	.container {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@media (min-width: 992px) {
	.container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

@media (min-width: 1200px) {
	.container {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
}

@media (min-width: 544px) {
	.container {
		max-width: 576px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 940px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

@media (min-width: 768px) {
	.container-fluid {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@media (min-width: 992px) {
	.container-fluid {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

@media (min-width: 1200px) {
	.container-fluid {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
}

.row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	margin-left: -1.875rem;
	margin-right: -1.875rem;
}

@media (min-width: 768px) {
	.row {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

@media (min-width: 992px) {
	.row {
		margin-left: -1.25rem;
		margin-right: -1.25rem;
	}
}

@media (min-width: 1200px) {
	.row {
		margin-left: -1.875rem;
		margin-right: -1.875rem;
	}
}

.row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	margin-left: -1.875rem;
	margin-right: -1.875rem;
}

.row.tm_pb_col_padding_reset {
	margin-left: 0;
	margin-right: 0;
}

.row.tm_pb_col_padding_reset > .tm_pb_column {
	padding-right: 0;
	padding-left: 0;
}

@media (min-width: 768px) {
	.row {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

@media (min-width: 992px) {
	.row {
		margin-left: -1.25rem;
		margin-right: -1.25rem;
	}
}

@media (min-width: 1200px) {
	.row {
		margin-left: -1.875rem;
		margin-right: -1.875rem;
	}
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
	position: relative;
	min-height: 1px;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

@media (min-width: 768px) {
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@media (min-width: 992px) {
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}

@media (min-width: 1200px) {
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
}

.col-xs-1 {
	-webkit-flex: 0 0 8.33333%;
			-ms-flex: 0 0 8.33333%;
					flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-xs-2 {
	-webkit-flex: 0 0 16.66667%;
			-ms-flex: 0 0 16.66667%;
					flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-xs-3 {
	-webkit-flex: 0 0 25%;
			-ms-flex: 0 0 25%;
					flex: 0 0 25%;
	max-width: 25%;
}

.col-xs-4 {
	-webkit-flex: 0 0 33.33333%;
			-ms-flex: 0 0 33.33333%;
					flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-xs-5 {
	-webkit-flex: 0 0 41.66667%;
			-ms-flex: 0 0 41.66667%;
					flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-xs-6 {
	-webkit-flex: 0 0 50%;
			-ms-flex: 0 0 50%;
					flex: 0 0 50%;
	max-width: 50%;
}

.col-xs-7 {
	-webkit-flex: 0 0 58.33333%;
			-ms-flex: 0 0 58.33333%;
					flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-xs-8 {
	-webkit-flex: 0 0 66.66667%;
			-ms-flex: 0 0 66.66667%;
					flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-xs-9 {
	-webkit-flex: 0 0 75%;
			-ms-flex: 0 0 75%;
					flex: 0 0 75%;
	max-width: 75%;
}

.col-xs-10 {
	-webkit-flex: 0 0 83.33333%;
			-ms-flex: 0 0 83.33333%;
					flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-xs-11 {
	-webkit-flex: 0 0 91.66667%;
			-ms-flex: 0 0 91.66667%;
					flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-xs-12 {
	-webkit-flex: 0 0 100%;
			-ms-flex: 0 0 100%;
					flex: 0 0 100%;
	max-width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 544px) {
	.col-sm-1 {
		-webkit-flex: 0 0 8.33333%;
				-ms-flex: 0 0 8.33333%;
						flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		-webkit-flex: 0 0 16.66667%;
				-ms-flex: 0 0 16.66667%;
						flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		-webkit-flex: 0 0 25%;
				-ms-flex: 0 0 25%;
						flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-flex: 0 0 33.33333%;
				-ms-flex: 0 0 33.33333%;
						flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		-webkit-flex: 0 0 41.66667%;
				-ms-flex: 0 0 41.66667%;
						flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-webkit-flex: 0 0 50%;
				-ms-flex: 0 0 50%;
						flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-flex: 0 0 58.33333%;
				-ms-flex: 0 0 58.33333%;
						flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		-webkit-flex: 0 0 66.66667%;
				-ms-flex: 0 0 66.66667%;
						flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		-webkit-flex: 0 0 75%;
				-ms-flex: 0 0 75%;
						flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-flex: 0 0 83.33333%;
				-ms-flex: 0 0 83.33333%;
						flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		-webkit-flex: 0 0 91.66667%;
				-ms-flex: 0 0 91.66667%;
						flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		-webkit-flex: 0 0 100%;
				-ms-flex: 0 0 100%;
						flex: 0 0 100%;
		max-width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 768px) {
	.col-md-1 {
		-webkit-flex: 0 0 8.33333%;
				-ms-flex: 0 0 8.33333%;
						flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		-webkit-flex: 0 0 16.66667%;
				-ms-flex: 0 0 16.66667%;
						flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		-webkit-flex: 0 0 25%;
				-ms-flex: 0 0 25%;
						flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-flex: 0 0 33.33333%;
				-ms-flex: 0 0 33.33333%;
						flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		-webkit-flex: 0 0 41.66667%;
				-ms-flex: 0 0 41.66667%;
						flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-webkit-flex: 0 0 50%;
				-ms-flex: 0 0 50%;
						flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-flex: 0 0 58.33333%;
				-ms-flex: 0 0 58.33333%;
						flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-webkit-flex: 0 0 66.66667%;
				-ms-flex: 0 0 66.66667%;
						flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		-webkit-flex: 0 0 75%;
				-ms-flex: 0 0 75%;
						flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-flex: 0 0 83.33333%;
				-ms-flex: 0 0 83.33333%;
						flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		-webkit-flex: 0 0 91.66667%;
				-ms-flex: 0 0 91.66667%;
						flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		-webkit-flex: 0 0 100%;
				-ms-flex: 0 0 100%;
						flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg-1 {
		-webkit-flex: 0 0 8.33333%;
				-ms-flex: 0 0 8.33333%;
						flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		-webkit-flex: 0 0 16.66667%;
				-ms-flex: 0 0 16.66667%;
						flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		-webkit-flex: 0 0 25%;
				-ms-flex: 0 0 25%;
						flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-flex: 0 0 33.33333%;
				-ms-flex: 0 0 33.33333%;
						flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		-webkit-flex: 0 0 41.66667%;
				-ms-flex: 0 0 41.66667%;
						flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-webkit-flex: 0 0 50%;
				-ms-flex: 0 0 50%;
						flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-flex: 0 0 58.33333%;
				-ms-flex: 0 0 58.33333%;
						flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-webkit-flex: 0 0 66.66667%;
				-ms-flex: 0 0 66.66667%;
						flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		-webkit-flex: 0 0 75%;
				-ms-flex: 0 0 75%;
						flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-flex: 0 0 83.33333%;
				-ms-flex: 0 0 83.33333%;
						flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		-webkit-flex: 0 0 91.66667%;
				-ms-flex: 0 0 91.66667%;
						flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-webkit-flex: 0 0 100%;
				-ms-flex: 0 0 100%;
						flex: 0 0 100%;
		max-width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1200px) {
	.col-xl-1 {
		-webkit-flex: 0 0 8.33333%;
				-ms-flex: 0 0 8.33333%;
						flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-webkit-flex: 0 0 16.66667%;
				-ms-flex: 0 0 16.66667%;
						flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		-webkit-flex: 0 0 25%;
				-ms-flex: 0 0 25%;
						flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-flex: 0 0 33.33333%;
				-ms-flex: 0 0 33.33333%;
						flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-webkit-flex: 0 0 41.66667%;
				-ms-flex: 0 0 41.66667%;
						flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-webkit-flex: 0 0 50%;
				-ms-flex: 0 0 50%;
						flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-flex: 0 0 58.33333%;
				-ms-flex: 0 0 58.33333%;
						flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-webkit-flex: 0 0 66.66667%;
				-ms-flex: 0 0 66.66667%;
						flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		-webkit-flex: 0 0 75%;
				-ms-flex: 0 0 75%;
						flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-flex: 0 0 83.33333%;
				-ms-flex: 0 0 83.33333%;
						flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		-webkit-flex: 0 0 91.66667%;
				-ms-flex: 0 0 91.66667%;
						flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-webkit-flex: 0 0 100%;
				-ms-flex: 0 0 100%;
						flex: 0 0 100%;
		max-width: 100%;
	}
	.col-xl-pull-0 {
		right: auto;
	}
	.col-xl-pull-1 {
		right: 8.33333%;
	}
	.col-xl-pull-2 {
		right: 16.66667%;
	}
	.col-xl-pull-3 {
		right: 25%;
	}
	.col-xl-pull-4 {
		right: 33.33333%;
	}
	.col-xl-pull-5 {
		right: 41.66667%;
	}
	.col-xl-pull-6 {
		right: 50%;
	}
	.col-xl-pull-7 {
		right: 58.33333%;
	}
	.col-xl-pull-8 {
		right: 66.66667%;
	}
	.col-xl-pull-9 {
		right: 75%;
	}
	.col-xl-pull-10 {
		right: 83.33333%;
	}
	.col-xl-pull-11 {
		right: 91.66667%;
	}
	.col-xl-pull-12 {
		right: 100%;
	}
	.col-xl-push-0 {
		left: auto;
	}
	.col-xl-push-1 {
		left: 8.33333%;
	}
	.col-xl-push-2 {
		left: 16.66667%;
	}
	.col-xl-push-3 {
		left: 25%;
	}
	.col-xl-push-4 {
		left: 33.33333%;
	}
	.col-xl-push-5 {
		left: 41.66667%;
	}
	.col-xl-push-6 {
		left: 50%;
	}
	.col-xl-push-7 {
		left: 58.33333%;
	}
	.col-xl-push-8 {
		left: 66.66667%;
	}
	.col-xl-push-9 {
		left: 75%;
	}
	.col-xl-push-10 {
		left: 83.33333%;
	}
	.col-xl-push-11 {
		left: 91.66667%;
	}
	.col-xl-push-12 {
		left: 100%;
	}
	.col-xl-offset-0 {
		margin-left: 0%;
	}
	.col-xl-offset-1 {
		margin-left: 8.33333%;
	}
	.col-xl-offset-2 {
		margin-left: 16.66667%;
	}
	.col-xl-offset-3 {
		margin-left: 25%;
	}
	.col-xl-offset-4 {
		margin-left: 33.33333%;
	}
	.col-xl-offset-5 {
		margin-left: 41.66667%;
	}
	.col-xl-offset-6 {
		margin-left: 50%;
	}
	.col-xl-offset-7 {
		margin-left: 58.33333%;
	}
	.col-xl-offset-8 {
		margin-left: 66.66667%;
	}
	.col-xl-offset-9 {
		margin-left: 75%;
	}
	.col-xl-offset-10 {
		margin-left: 83.33333%;
	}
	.col-xl-offset-11 {
		margin-left: 91.66667%;
	}
	.col-xl-offset-12 {
		margin-left: 100%;
	}
}

.col-xs-first {
	-webkit-order: -1;
			-ms-flex-order: -1;
					order: -1;
}

.col-xs-last {
	-webkit-order: 1;
			-ms-flex-order: 1;
					order: 1;
}

@media (min-width: 544px) {
	.col-sm-first {
		-webkit-order: -1;
				-ms-flex-order: -1;
						order: -1;
	}
	.col-sm-last {
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
	}
}

@media (min-width: 768px) {
	.col-md-first {
		-webkit-order: -1;
				-ms-flex-order: -1;
						order: -1;
	}
	.col-md-last {
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
	}
}

@media (min-width: 992px) {
	.col-lg-first {
		-webkit-order: -1;
				-ms-flex-order: -1;
						order: -1;
	}
	.col-lg-last {
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
	}
}

@media (min-width: 1200px) {
	.col-xl-first {
		-webkit-order: -1;
				-ms-flex-order: -1;
						order: -1;
	}
	.col-xl-last {
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
	}
}

.row-xs-top {
	-webkit-align-items: flex-start;
			-ms-flex-align: start;
					align-items: flex-start;
}

.row-xs-center {
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
}

.row-xs-bottom {
	-webkit-align-items: flex-end;
			-ms-flex-align: end;
					align-items: flex-end;
}

@media (min-width: 544px) {
	.row-sm-top {
		-webkit-align-items: flex-start;
				-ms-flex-align: start;
						align-items: flex-start;
	}
	.row-sm-center {
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
	}
	.row-sm-bottom {
		-webkit-align-items: flex-end;
				-ms-flex-align: end;
						align-items: flex-end;
	}
}

@media (min-width: 768px) {
	.row-md-top {
		-webkit-align-items: flex-start;
				-ms-flex-align: start;
						align-items: flex-start;
	}
	.row-md-center {
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
	}
	.row-md-bottom {
		-webkit-align-items: flex-end;
				-ms-flex-align: end;
						align-items: flex-end;
	}
}

@media (min-width: 992px) {
	.row-lg-top {
		-webkit-align-items: flex-start;
				-ms-flex-align: start;
						align-items: flex-start;
	}
	.row-lg-center {
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
	}
	.row-lg-bottom {
		-webkit-align-items: flex-end;
				-ms-flex-align: end;
						align-items: flex-end;
	}
}

@media (min-width: 1200px) {
	.row-xl-top {
		-webkit-align-items: flex-start;
				-ms-flex-align: start;
						align-items: flex-start;
	}
	.row-xl-center {
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
	}
	.row-xl-bottom {
		-webkit-align-items: flex-end;
				-ms-flex-align: end;
						align-items: flex-end;
	}
}

.col-xs-top {
	-webkit-align-self: flex-start;
			-ms-flex-item-align: start;
					align-self: flex-start;
}

.col-xs-center {
	-webkit-align-self: center;
			-ms-flex-item-align: center;
					align-self: center;
}

.col-xs-bottom {
	-webkit-align-self: flex-end;
			-ms-flex-item-align: end;
					align-self: flex-end;
}

@media (min-width: 544px) {
	.col-sm-top {
		-webkit-align-self: flex-start;
				-ms-flex-item-align: start;
						align-self: flex-start;
	}
	.col-sm-center {
		-webkit-align-self: center;
				-ms-flex-item-align: center;
						align-self: center;
	}
	.col-sm-bottom {
		-webkit-align-self: flex-end;
				-ms-flex-item-align: end;
						align-self: flex-end;
	}
}

@media (min-width: 768px) {
	.col-md-top {
		-webkit-align-self: flex-start;
				-ms-flex-item-align: start;
						align-self: flex-start;
	}
	.col-md-center {
		-webkit-align-self: center;
				-ms-flex-item-align: center;
						align-self: center;
	}
	.col-md-bottom {
		-webkit-align-self: flex-end;
				-ms-flex-item-align: end;
						align-self: flex-end;
	}
}

@media (min-width: 992px) {
	.col-lg-top {
		-webkit-align-self: flex-start;
				-ms-flex-item-align: start;
						align-self: flex-start;
	}
	.col-lg-center {
		-webkit-align-self: center;
				-ms-flex-item-align: center;
						align-self: center;
	}
	.col-lg-bottom {
		-webkit-align-self: flex-end;
				-ms-flex-item-align: end;
						align-self: flex-end;
	}
}

@media (min-width: 1200px) {
	.col-xl-top {
		-webkit-align-self: flex-start;
				-ms-flex-item-align: start;
						align-self: flex-start;
	}
	.col-xl-center {
		-webkit-align-self: center;
				-ms-flex-item-align: center;
						align-self: center;
	}
	.col-xl-bottom {
		-webkit-align-self: flex-end;
				-ms-flex-item-align: end;
						align-self: flex-end;
	}
}

/*--------------------------------------------------------------
# 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;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

blockquote {
	position: relative;
	margin: 0 0 1em;
	padding: 6px 0 13px 30px;
}

@media (min-width: 768px) {
	blockquote {
		padding: 6px 0 13px 72px;
	}
}

.single-post blockquote {
	padding: 13px 0 13px 30px;
	font-size: 18px;
	font-size: 1.125rem;
}

@media (min-width: 768px) {
	.single-post blockquote {
		padding: 13px 0 13px 50px;
		font-size: 26px;
		font-size: 1.625rem;
	}
}

.widget-area blockquote {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 0 0 0 37px;
	margin-bottom: 0;
}

.widget-area blockquote cite {
	padding: 9px 0 2px 3px;
}

.widget-area blockquote:before {
	top: 1px;
}

.post_format-post-format-quote blockquote {
	padding: 13px 0 13px 30px;
}

@media (min-width: 768px) {
	.post_format-post-format-quote blockquote {
		padding: 15px 0 13px 74px;
	}
}

.blog blockquote .entry-title {
	margin: 12px 0 8px;
}

blockquote p {
	margin: 0;
	position: relative;
}

blockquote p + p {
	margin-top: 1em;
}

blockquote cite {
	display: block;
	padding: 19px 0 2px 3px;
}

blockquote cite:before {
	content: "";
	width: 15px;
	height: 2px;
	margin-right: 8px;
	position: relative;
	display: inline-block;
	-webkit-transform: translateY(-5px);
			-ms-transform: translateY(-5px);
					transform: translateY(-5px);
}

blockquote:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f10d";
	position: absolute;
	font-size: 18px;
	font-size: 1.125rem;
	top: 11px;
	left: 0;
}

@media (min-width: 992px) {
	blockquote:before {
		font-size: 36px;
		font-size: 2.25rem;
		left: 0;
	}
}

.widget-area blockquote:before {
	font-size: 22px;
	font-size: 1.375rem;
}

hr {
	border: 0;
	height: 2px;
	margin: 2.778em 0 2.4em;
	width: 100%;
}

@media (max-width: 543px) {
	.on-mobile-hide {
		display: none;
	}
}

@media (max-width: 767px) {
	.clear_bg {
		background-image: none !important;
	}
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul li, ol li {
	margin-top: 12px;
}

ul li:first-child, ol li:first-child {
	margin-top: 0;
}

.price-list ul li, .price-list ol li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
					justify-content: space-between;
	padding-top: 7px;
	padding-bottom: 7px;
}

ol {
	margin: 0 0 1.5em 0;
	padding-left: 0;
}

ul {
	list-style: none;
	padding-left: 0;
	margin: 0 0 1.5em 0;
}

ol {
	list-style: decimal-leading-zero;
	list-style-position: inside;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
	margin-top: 10px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Inline list */
.inline-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.inline-list li {
	display: inline-block;
	vertical-align: top;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
	margin: 0 0 1.5em;
	width: 100%;
	border: none !important;
}

.entry-content table {
	margin: 0 0 1.5em;
	max-width: 100%;
#	border: 1px solid #4c5461;
}

.entry-content table th,
.entry-content table td {
//	padding-top: 5px;
	vertical-align: top;
#	border: 1px solid #4c5461;
}

//.entry-content table td > a > img {
#tm_builder_outer_content .tm_pb_module img
	margin-bottom:-8px;
	margin-top: 5px;
	margin-bottom:0px;
}

.entry-content table thead th {
	vertical-align: bottom;
#	border-bottom: 1px solid #4c5461;
}

.entry-content table tbody + tbody {
#	border-top: 1px solid #4c5461;
}

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.page-preloader {
	position: relative;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	-webkit-transform: rotateZ(45deg);
			-ms-transform: rotate(45deg);
					transform: rotateZ(45deg);
}

.page-preloader-cover {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.page-preloader__cube {
	position: relative;
	float: left;
	width: 50%;
	height: 50%;
	-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
					transform: scale(1.1);
}

.page-preloader__cube::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transform-origin: 100% 100%;
			-ms-transform-origin: 100% 100%;
					transform-origin: 100% 100%;
	-webkit-animation: tmFoldCubeAngle 2.4s infinite linear both;
					animation: tmFoldCubeAngle 2.4s infinite linear both;
	background-color: #9fbedd;
}

.page-preloader--cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
			-ms-transform: scale(1.1) rotate(90deg);
					transform: scale(1.1) rotateZ(90deg);
}

.page-preloader--cube2::before {
	-webkit-animation-delay: 0.3s;
					animation-delay: 0.3s;
}

.page-preloader--cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
			-ms-transform: scale(1.1) rotate(180deg);
					transform: scale(1.1) rotateZ(180deg);
}

.page-preloader--cube3::before {
	-webkit-animation-delay: 0.6s;
					animation-delay: 0.6s;
}

.page-preloader--cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
			-ms-transform: scale(1.1) rotate(270deg);
					transform: scale(1.1) rotateZ(270deg);
}

.page-preloader--cube4::before {
	-webkit-animation-delay: 0.9s;
					animation-delay: 0.9s;
}

@-webkit-keyframes tmFoldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes tmFoldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: -999em;
	overflow: hidden;
	width: 58px;
	height: 58px;
	z-index: 999;
	border-radius: 58px;
	text-align: center;
}

#toTop:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	-webkit-font-feature-settings: 'liga';
					font-feature-settings: 'liga';
	width: 100%;
	margin: 7px 0 0 0;
	font-size: 44px;
	content: "expand_less";
}

#toTop:focus {
	outline: none;
}

@media (min-width: 544px) {
	#toTop {
		right: 20px;
	}
}

@media (min-width: 768px) {
	#toTop {
		bottom: 80px;
	}
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	line-height: 1;
	display: inline-block;
	max-width: 100%;
	padding: 18px 30px;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	text-overflow: ellipsis;
	border-radius: 58px;
	box-shadow: none;
}

@media (min-width: 768px) {
	button,
	input[type='button'],
	input[type='reset'],
	input[type='submit'] {
		padding: 20px 41px;
	}
}

.btn {
	text-decoration: none;
	line-height: 1;
	display: inline-block;
	max-width: 100%;
	padding: 18px 30px;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	text-overflow: ellipsis;
	border-radius: 58px;
	box-shadow: none;
}

@media (min-width: 768px) {
	.btn {
		padding: 20px 41px;
	}
}

@media (max-width: 991px) {
	.btn {
		font-size: 16px;
		font-size: 1rem;
	}
}

.btn:hover {
	text-decoration: none;
}

.btn:focus {
	outline: none;
	box-shadow: 0 0 10px;
}

.btn-fullwidth {
	width: 100%;
}

.btn.booking {
	white-space: nowrap;
}

@media (max-width: 1680px) {
	.btn.booking {
		font-size: 16px;
		font-size: 1rem;
		padding: 18px 30px;
	}
}

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'],
select,
textarea {
	font-size: 16px;
	font-size: 1rem;
	padding: 15px 20px;
	border: none;
	transition: all 0.32s ease;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
select:focus,
textarea:focus {
	outline: none;
	transition: all 0.27s ease;
}

button:focus,
input[type='submit']:focus,
input[type='reset']:focus {
	outline: none;
}

select {
	border: none;
}

textarea {
	width: 100%;
	min-height: 150px;
	resize: vertical;
	overflow: auto;
}

::-moz-placeholder {
	opacity: 1;
}

:-moz-placeholder {
	opacity: 1;
}

.search-form {
	margin: 0;
	padding: 0;
}

.top-panel .search-form {
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 768px) {
	.top-panel .search-form {
		display: block;
	}
}

.search-form:after {
	display: block;
	clear: both;
	width: 100%;
	content: '';
}

.search-form__field[type='search'] {
	float: left;
	box-sizing: border-box;
	width: calc(100% - 50px);
	height: 50px;
	padding-right: 35px;
}

.top-panel .search-form__field[type='search'] {
	width: 150px;
	height: 30px;
	padding: 7px 7px 1px 0;
	border: none;
	background: none;
}

.top-panel .search-form__field[type='search']:focus {
	box-shadow: none;
}

.search-form__submit {
	float: left;
	width: 50px;
	padding-right: 0;
	padding-left: 0;
	padding: 15px 0;
	margin-left: -25px;
	border: none;
	border-radius: 100%;
	transition: all 0.4s ease;
}

.top-panel .search-form__submit {
	margin-left: 0;
}

.search-form__submit i.material-icons {
	line-height: 20px;
	display: block;
	height: 20px;
	margin: 0 auto;
	font-size: 24px;
	font-size: 1.5rem;
}

.top-panel .search-form__submit i.material-icons {
	font-size: 19.2px;
	font-size: 1.2rem;
}

.top-panel .search-form__submit {
	width: 30px;
	padding: 5px 0;
	background-color: transparent;
}

.top-panel .search-form__submit:hover {
	background: none;
}

.top-panel .search-form__submit:active, .top-panel .search-form__submit:focus, .top-panel .search-form__submit:hover {
	box-shadow: none;
}

@media (min-width: 992px) {
	.comment-reply-title {
		line-height: 1.4;
		margin-bottom: 15px;
	}
}

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
	margin: 1em 0 0 0;
}

.comment-form .form-submit {
	margin: 1em 0 0 0;
}

.comment-form__field {
	width: 100%;
	vertical-align: top;
}

.comment-list .comment-form__field {
	background-color: #fff;
}

.comment-form .logged-in-as,
.comment-form .comment-notes {
	margin: 1em 0;
}

.comment-list .comment-form {
	padding-bottom: 2em;
}

.comment-form input[type='submit'] {
	border: none;
	transition: all 0.3s ease;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-size: 0.75rem;
}

.post-password-form label {
	display: inline-block;
	vertical-align: top;
}

.post-password-form input[type='submit'] {
	border: none;
	transition: all 0.4s ease;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	transition: all 0.35s ease;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	text-decoration: none;
	transition: all 0.3s ease;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.top-panel__menu {
	padding-bottom: 12px;
}

@media (min-width: 544px) {
	.top-panel__menu {
		display: block;
	}
}

.top-panel__menu-list {
	text-align: center;
}

.top-panel__menu-list .menu-item {
	margin: .25em;
}

.top-panel__menu-list .menu-item a {
	text-decoration: none;
}

.top-panel__menu-list .menu-item a:focus {
	outline: none;
}

.top-panel__menu-list .menu-item.current-menu-item a, .top-panel__menu-list .menu-item.current_page_item a {
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
/* Basic */
.main-navigation {
	display: block;
	clear: both;
	width: 100%;
}

.main-navigation ul {
	display: none;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.main-navigation li {
	position: relative;
	text-align: left;
	margin-top: 0;
}

.main-navigation a {
	position: relative;
	display: block;
	text-decoration: none;
}

@media (max-width: 767px) {
	.main-navigation ul ul a {
		text-indent: 1rem;
	}
	.main-navigation ul ul ul a {
		text-indent: 2rem;
	}
	.main-navigation ul ul ul ul a {
		text-indent: 3rem;
	}
	.main-navigation ul ul ul ul ul a {
		text-indent: 4rem;
	}
	.main-navigation ul ul ul ul ul ul a {
		text-indent: 5rem;
	}
	.main-navigation.toggled ul {
		display: block;
	}
}

@media (min-width: 768px) {
	.main-navigation ul {
		display: block;
	}
	.main-navigation li.menu-hover > ul {
		top: 100%;
		left: 0;
		right: auto;
		opacity: 1;
		display: block;
	}
	.main-navigation li li.menu-hover > ul {
		top: 0;
		left: 100%;
		display: block;
	}
	.main-navigation li li.menu-hover > ul.left-side {
		left: auto;
		right: 100%;
	}
	.main-navigation .menu {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
						flex-wrap: wrap;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
	}
	.default .main-navigation .menu {
		display: block;
	}
	.main-navigation .menu > li {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: flex-start;
				-ms-flex-align: start;
						align-items: flex-start;
	}
	.default .main-navigation .menu > li {
		display: inline-block;
	}
	.main-navigation .sub-menu {
		position: absolute;
		z-index: 999;
		top: 70%;
		left: -999em;
		margin: 38px 0 0 -23px;
		opacity: 0;
		-webkit-transform: translateY(-7px);
				-ms-transform: translateY(-7px);
						transform: translateY(-7px);
		transition-property: top, opacity, -webkit-transform;
		transition-property: top, opacity, transform;
		transition-property: top, opacity, transform, -webkit-transform;
		transition-duration: 250ms;
		transition-timing-function: ease;
	}
	.header-layout-transparent .main-navigation .sub-menu {
		margin: 22px 0 0 -23px;
	}
}

@media (min-width: 768px) and (min-width: 992px) {
	.header-layout-transparent .main-navigation .sub-menu {
		margin: 38px 0 0 -23px;
	}
}

@media (min-width: 768px) {
	.header-layout-default .main-navigation .sub-menu {
		margin: 29px 0 0 -23px;
	}
	.header-layout-default .main-navigation .sub-menu:before {
		top: -35px;
		height: 35px;
	}
	.header-layout-centered .main-navigation .sub-menu {
		margin: 22px 0 0 -23px;
	}
	.header-layout-centered .main-navigation .sub-menu:before {
		top: -30px;
		height: 30px;
	}
}

@media (min-width: 768px) and (min-width: 992px) {
	.header-layout-centered .main-navigation .sub-menu {
		margin: 42px 0 0 -23px;
	}
	.header-layout-centered .main-navigation .sub-menu:before {
		top: -45px;
		height: 45px;
	}
}

@media (min-width: 768px) {
	.header-layout-minimal .main-navigation .sub-menu {
		margin: 22px 0 0 -23px;
	}
	.header-layout-minimal .main-navigation .sub-menu:before {
		top: -30px;
		height: 30px;
	}
}

@media (min-width: 768px) and (min-width: 992px) {
	.header-layout-minimal .main-navigation .sub-menu {
		margin: 38px 0 0 -23px;
	}
	.header-layout-minimal .main-navigation .sub-menu:before {
		top: -45px;
		height: 45px;
	}
}

@media (min-width: 768px) {
	.main-navigation .sub-menu:before {
		position: absolute;
		top: -45px;
		height: 45px;
		width: 100%;
		content: "";
		display: block;
		opacity: 0;
		background: transparent;
	}
	.main-navigation .sub-menu .sub-menu {
		margin: 0;
	}
	.main-navigation .sub-menu ul {
		top: 0;
		margin: 0;
	}
	.main-navigation .sub-menu.animate {
		-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
						transform: translateY(0);
		transition-timing-function: ease;
	}
	.main-navigation .menu-toggle {
		display: none;
	}
}

/* Skin */
.main-navigation a {
	padding: 7px;
}

.main-navigation a:focus {
	outline: none;
}

.main-navigation .menu > li {
	margin: 0;
}

@media (min-width: 1200px) {
	.main-navigation .menu > li {
		margin: 0 23px;
	}
}

@media (min-width: 768px) {
	.main-navigation .menu > li > a {
		border-bottom: none;
	}
}

.main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-image):not(.super-guacamole__menu-with-icon)::after {
	/* Marker (level 1) */
}

.main-navigation .menu > li.super-guacamole__menu-with-image a,
.main-navigation .menu > li.super-guacamole__menu-with-image img {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid transparent;
}

.main-navigation .menu > li.super-guacamole__menu-with-image img {
	max-width: 1.6em;
	-webkit-transform: translateY(0.4em);
			-ms-transform: translateY(0.4em);
					transform: translateY(0.4em);
	margin-top: -100%;
}

.main-navigation .menu > li:last-child > a {
	border-bottom: none;
}

.main-navigation .menu > li.menu-hover > a, .main-navigation .menu > li.current_page_item > a, .main-navigation .menu > li.current_page_ancestor > a, .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li.current-menu-ancestor > a {
	/* Active and hover state (level 1) */
}

.main-navigation .menu > li[hidden] {
	display: none;
}

.main-navigation .menu > li .sub-menu-toggle {
	position: absolute;
	display: none;
	top: 0;
	height: 49px;
	width: 80px;
	right: 0;
	z-index: 99;
}

.main-navigation .menu > li .sub-menu-toggle::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -11px;
	-webkit-transform: translate(-50%);
			-ms-transform: translate(-50%);
					transform: translate(-50%);
	content: '\f107';
	color: #fff;
	font-family: 'FontAwesome';
	font-size: 22px;
	line-height: 1;
	transition: .3s all ease;
}

.main-navigation .menu > li .sub-menu-toggle.active::before {
	-webkit-transform: translate(-50%) rotateX(180deg);
					transform: translate(-50%) rotateX(180deg);
}

@media (max-width: 767px) {
	.main-navigation .menu > li .sub-menu-toggle {
		display: block;
	}
}

.main-navigation > .menu > .menu-item > .sub-menu.left-side {
	left: auto;
	right: 0;
}

.main-navigation .sub-menu {
	padding: 0;
}

.main-navigation .sub-menu.left-side {
	left: -100%;
	right: 100%;
}

@media (min-width: 768px) {
	.main-navigation .sub-menu li:last-of-type > a {
		border-bottom: none;
	}
}

.main-navigation .sub-menu li.menu-item-has-children::after {
	/* Marker (level 2, 3, ..., N) */
}

@media (min-width: 768px) {
	.main-navigation .sub-menu a {
		width: 20em!important;
		padding: 14px 20px 14px 32px;
	}
}

.main-navigation .sub-menu li.menu-hover > a,
.main-navigation .sub-menu li.current_page_item > a,
.main-navigation .sub-menu li.current_page_ancestor > a,
.main-navigation .sub-menu li.current-menu-item > a,
.main-navigation .sub-menu li.current-menu-ancestor > a {
	/* Active and hover state (level 2, 3, ..., N) */
}

.main-navigation li.menu-item-has-children > ul.sub-menu {
	display: none;
}

@media (min-width: 768px) {
	.main-navigation li.menu-item-has-children > ul.sub-menu {
		display: block;
	}
}

.main-navigation li.menu-item-has-children.sub-menu-open > ul.sub-menu {
	display: block;
}

.main-navigation li::after {
	/* Marker style */
	position: absolute;
	top: 1em;
	right: 1em;
	cursor: pointer;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	font-size: 1.125rem;
}

@media (min-width: 768px) {
	.main-navigation .menu > li::after {
		/* Marker position (level 1) */
		top: 1.25em;
		right: 0;
	}
}

/* Menu items description */
.menu-item__desc {
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: none;
	line-height: 1.7;
}

@media (min-width: 768px) {
	.menu > li > a > .menu-item__desc {
		position: absolute;
	}
}

/* Toogle button */
.menu-toggle {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
	padding: .5em 0;
	border: none;
	text-transform: uppercase;
	border: none;
	background: none;
	transition: all 0.3s ease-out;
}

.toggled .menu-toggle__icon:before {
	content: '\e5cd';
}

.menu-toggle__icon {
	vertical-align: top;
	font-size: 24px;
}

.menu-toggle__icon:before {
	content: '\e3c7';
	font-family: 'Material Icons';
	font-weight: 400;
	font-style: normal;
	margin-right: 0;
}

@media (min-width: 768px) {
	.main-navigation.isStuck {
		position: fixed;
		z-index: 1000;
		right: 0;
		left: 0;
		padding: 20px;
	}
	.main-navigation.isStuck li.menu-item-has-children > ul.sub-menu {
		margin-top: 20px;
	}
}

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-menu {
	margin: 0;
}

.footer-menu__items {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding-left: 0;
	list-style: none;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
}

.footer-menu__items .menu-item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 5px;
	-webkit-align-items: flex-start;
			-ms-flex-align: start;
					align-items: flex-start;
	position: relative;
}

.footer-menu__items .menu-item:before {
	display: none;
	height: 14px;
	width: 1px;
	content: "";
	background-color: #a6a6a6;
	margin: 5px 10px 0 0px;
}

@media (min-width: 544px) {
	.footer-menu__items .menu-item:before {
		display: inline-block;
	}
}

.footer-menu__items .menu-item a {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
	overflow: hidden;
	padding: 0 0 4px;
	margin-top: 35px;
}

@media (min-width: 768px) {
	.comment-navigation .nav-links,
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
						justify-content: space-between;
	}
}

.comment-navigation .nav-links .meta-nav,
.posts-navigation .nav-links .meta-nav,
.post-navigation .nav-links .meta-nav {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.comment-navigation .nav-links .post-title,
.posts-navigation .nav-links .post-title,
.post-navigation .nav-links .post-title {
	line-height: 1.385em;
	transition: all 0.3s ease;
}

.comment-navigation .nav-previous, .comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	overflow: hidden;
	display: block;
	margin: 1em 0;
}

@media (min-width: 768px) {
	.comment-navigation .nav-previous, .comment-navigation .nav-next,
	.posts-navigation .nav-previous,
	.posts-navigation .nav-next,
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		margin: 0;
		width: 48.5%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.comment-navigation .nav-previous a, .comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	position: relative;
	padding: 27px 15px;
	display: block;
	width: 100%;
}

.comment-navigation .nav-previous a:before, .comment-navigation .nav-next a:before,
.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:before,
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
	transition: all 0.3s ease;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -22px;
	width: 44px;
	height: 44px;
	text-align: center;
	border-radius: 64px;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	-webkit-font-feature-settings: 'liga';
					font-feature-settings: 'liga';
	font-size: 32px;
	line-height: 40px;
}

@media (min-width: 768px) {
	.comment-navigation .nav-previous a:before, .comment-navigation .nav-next a:before,
	.posts-navigation .nav-previous a:before,
	.posts-navigation .nav-next a:before,
	.post-navigation .nav-previous a:before,
	.post-navigation .nav-next a:before {
		width: 64px;
		height: 64px;
		font-size: 40px;
		line-height: 64px;
	}
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	text-align: left;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a {
	padding-left: 60px;
}

@media (min-width: 768px) {
	.comment-navigation .nav-previous > a,
	.posts-navigation .nav-previous > a,
	.post-navigation .nav-previous > a {
		padding-left: 85px;
	}
}

.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:before {
	content: '\E408';
	left: 0;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: right;
}

.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
	padding-right: 60px;
}

@media (min-width: 768px) {
	.comment-navigation .nav-next > a,
	.posts-navigation .nav-next > a,
	.post-navigation .nav-next > a {
		padding-right: 85px;
	}
}

.comment-navigation .nav-next > a:before,
.posts-navigation .nav-next > a:before,
.post-navigation .nav-next > a:before {
	content: '\E409';
	right: 0;
}

.pagination {
	margin: 2em 0;
}

.card-columns + .pagination {
	margin-top: 0;
}

.pagination .page-numbers {
	display: inline-block;
	min-width: 30px;
	height: auto;
	line-height: 32px;
	margin: 0 0 5px 0;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 100%;
	font-size: 20px;
}

@media (min-width: 768px) {
	.pagination .page-numbers {
		line-height: 64px;
	}
}

.pagination .page-numbers:focus {
	outline: none;
}

.pagination .page-numbers.dots {
	min-width: 2em;
	border: none;
	background-color: transparent;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
	border: none;
	min-width: 32px;
	height: 32px;
	line-height: 32px;
	margin-right: 5px;
}

@media (min-width: 768px) {
	.pagination .page-numbers.next, .pagination .page-numbers.prev {
		min-width: 64px;
		height: 64px;
		line-height: 64px;
		margin-right: 22px;
	}
}

.pagination .page-numbers.next i, .pagination .page-numbers.prev i {
	vertical-align: middle;
	font-size: 18px;
}

@media (min-width: 768px) {
	.pagination .page-numbers.next i, .pagination .page-numbers.prev i {
		font-size: 40px;
	}
}

.pagination .page-numbers.next {
	margin-right: 0;
	margin-left: 5px;
}

@media (min-width: 768px) {
	.pagination .page-numbers.next {
		margin-left: 24px;
	}
}

.pagination .page-links, .page-links {
	clear: both;
	margin: 0 0 1em;
}

.pagination .page-links__title, .page-links__title {
	margin-right: 5px;
}

.pagination .page-links a,
.pagination .page-links > .page-links__item, .page-links a,
.page-links > .page-links__item {
	line-height: 32px;
	display: inline-block;
	min-width: 32px;
	height: 32px;
	margin: 0 5px 5px 0;
	border-radius: 64px;
	text-align: center;
	border: none;
}

@media (min-width: 768px) {
	.pagination .page-links a,
	.pagination .page-links > .page-links__item, .page-links a,
	.page-links > .page-links__item {
		min-width: 64px;
		height: 64px;
		line-height: 64px;
	}
}

.pagination .page-links a, .page-links a {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	position: relative;
	margin: 2.25em 0 2.2em;
	text-transform: uppercase;
}

.breadcrumbs__title {
	float: left;
	margin-right: 2em;
	padding-right: 2em;
	border-right: 1px solid #e0e0e8;
}

.breadcrumbs__title .page-title {
	margin: 0;
}

.breadcrumbs__items {
	float: left;
}

.breadcrumbs__browse {
	float: left;
	margin-right: .5em;
}

.breadcrumbs__wrap {
	float: left;
	margin: 0;
}

@media (min-width: 992px) {
	.breadcrumbs__wrap {
		margin: .25em 0;
	}
}

.breadcrumbs__item {
	float: left;
}

.breadcrumbs__item-sep {
	margin: 0 .5em;
}

.breadcrumbs__item-link {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list .menu-item {
	margin: 0;
}

@media (min-width: 768px) {
	.social-list .menu-item {
		margin: 0 0 0 15px;
	}
}

.social-list .menu-item:first-child {
	margin: 0;
}

.social-list .menu-item::before {
	display: none;
}

.social-list .menu-item > a {
	display: block;
	text-decoration: none;
	text-align: center;
}

.social-list .menu-item > a:hover {
	text-decoration: none;
}

.social-list .menu-item > a:focus {
	outline: none;
}

.social-list .menu-item > a[href*="codepen.io"]::before {
	content: '\f1cb';
}

.social-list .menu-item > a[href*="digg.com"]::before {
	content: '\f1a6';
}

.social-list .menu-item > a[href*="dropbox.com"]::before {
	content: '\f16b';
}

.social-list .menu-item > a[href*="flickr.com"]::before {
	content: '\f16e';
}

.social-list .menu-item > a[href*="github.com"]::before {
	content: '\f09b';
}

.social-list .menu-item > a[href*="pinterest.com"]::before {
	content: '\f0d2';
}

.social-list .menu-item > a[href*="getpocket.com"]::before {
	content: '\f265';
}

.social-list .menu-item > a[href*="reddit.com"]::before {
	content: '\f1a1';
}

.social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
	content: '\f17e';
}

.social-list .menu-item > a[href*="stumbleupon.com"]::before {
	content: '\f1a4';
}

.social-list .menu-item > a[href*="vimeo.com"]::before {
	content: '\f27d';
}

.social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
	content: '\f19a';
}

.social-list .menu-item > a[href*="youtube.com"]::before {
	content: '\f167';
}

.social-list .menu-item > a[href*="amazon.com"]::before {
	content: '\f270';
}

.social-list .menu-item > a[href*="tripadvisor"]::before {
	content: '\f262';
}

.social-list .menu-item > a[href*="ycombinator.com"]::before {
	content: '\f23b';
}

.social-list .menu-item > a[href*="xing.com"]::before {
	content: '\f168';
}

.social-list .menu-item > a[href*="yahoo."]::before {
	content: '\f19e';
}

.social-list .menu-item > a[href*="vine.co"]::before {
	content: '\f1ca';
}

.social-list .menu-item > a[href*="weibo.com"]::before {
	content: '\f18a';
}

.social-list .menu-item > a[href*="trello.com"]::before {
	content: '\f181';
}

.social-list .menu-item > a[href*="steampowered.com"]::before {
	content: '\f1b6';
}

.social-list .menu-item > a[href*="soundcloud.com"]::before {
	content: '\f1be';
}

.social-list .menu-item > a[href*="spotify.com"]::before {
	content: '\f1bc';
}

.social-list .menu-item > a[href*="stackexchange.com"]::before {
	content: '\f18d';
}

.social-list .menu-item > a[href*="stackoverflow.com"]::before {
	content: '\f16c';
}

.social-list .menu-item > a[href*="slideshare.net"]::before {
	content: '\f1e7';
}

.social-list .menu-item > a[href*="slack.com"]::before {
	content: '\f198';
}

.social-list .menu-item > a[href*="skyatlas.com"]::before {
	content: '\f216';
}

.social-list .menu-item > a[href*="last.fm"]::before {
	content: '\f202';
}

.social-list .menu-item > a[href*="jsfiddle.net"]::before {
	content: '\f1cc';
}

.social-list .menu-item > a[href*="bitbucket.org"]::before {
	content: '\f171';
}

.social-list .menu-item > a[href*="codepen.io"]::before {
	content: '\f1cb';
}

.social-list .menu-item > a[href*="codiepie.com"]::before {
	content: '\f284';
}

.social-list .menu-item > a[href*="connectdevelop.com"]::before {
	content: '\f20e';
}

.social-list .menu-item > a[href*="dashcube.com"]::before {
	content: '\f210';
}

.social-list .menu-item > a[href*="contao.org"]::before {
	content: '\f26d';
}

.social-list .menu-item > a[href*="delicious.com"]::before {
	content: '\f1a5';
}

.social-list .menu-item > a[href*="deviantart.com"]::before {
	content: '\f1bd';
}

.social-list .menu-item > a[href*="vk.com"]::before {
	content: '\f189';
}

.social-list .menu-item > a[href*="dribbble.com"]::before {
	content: '\e010';
}

.social-list .menu-item > a[href*="facebook.com"]::before {
	content: '\e012';
}

.social-list .menu-item > a[href*="plus.google.com"]::before {
	content: '\e017';
}

.social-list .menu-item > a[href*="instagram.com"]::before {
	content: '\e01e';
}

.social-list .menu-item > a[href*="linkedin.com"]::before {
	content: '\e024';
}

.social-list .menu-item > a[href*="twitter.com"]::before {
	content: '\e03b';
}

.social-list .menu-item > a[href*="tumblr.com"]::before {
	content: '\e03a';
}

.social-list .menu-item > a[href*="behance.net"]::before {
	content: '\e001';
}

.social-list .menu-item > a::before {
	transition: all 0.3s ease;
}

.social-list--text .menu-item > a::before {
	display: none;
}

.social-list--widget a {
	opacity: 1;
}

.invert .social-list--widget a {
	opacity: 1;
}

.glypho_icon, .social-list .menu-item > a[href*="dribbble.com"]::before, .social-list .menu-item > a[href*="facebook.com"]::before, .social-list .menu-item > a[href*="plus.google.com"]::before, .social-list .menu-item > a[href*="instagram.com"]::before, .social-list .menu-item > a[href*="linkedin.com"]::before, .social-list .menu-item > a[href*="twitter.com"]::before, .social-list .menu-item > a[href*="tumblr.com"]::before, .social-list .menu-item > a[href*="behance.net"]::before {
	display: inline-block;
	font: normal normal normal 14px/1 fl-glypho;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	font-size: 1.875rem;
	display: block;
	margin: auto;
}

.social-list--text .glypho_icon, .social-list--text .social-list .menu-item > a[href*="dribbble.com"]::before, .social-list .social-list--text .menu-item > a[href*="dribbble.com"]::before, .social-list--text .social-list .menu-item > a[href*="facebook.com"]::before, .social-list .social-list--text .menu-item > a[href*="facebook.com"]::before, .social-list--text .social-list .menu-item > a[href*="plus.google.com"]::before, .social-list .social-list--text .menu-item > a[href*="plus.google.com"]::before, .social-list--text .social-list .menu-item > a[href*="instagram.com"]::before, .social-list .social-list--text .menu-item > a[href*="instagram.com"]::before, .social-list--text .social-list .menu-item > a[href*="linkedin.com"]::before, .social-list .social-list--text .menu-item > a[href*="linkedin.com"]::before, .social-list--text .social-list .menu-item > a[href*="twitter.com"]::before, .social-list .social-list--text .menu-item > a[href*="twitter.com"]::before, .social-list--text .social-list .menu-item > a[href*="tumblr.com"]::before, .social-list .social-list--text .menu-item > a[href*="tumblr.com"]::before, .social-list--text .social-list .menu-item > a[href*="behance.net"]::before, .social-list .social-list--text .menu-item > a[href*="behance.net"]::before {
	display: none;
}

.fontawesome_icon, .social-list .menu-item > a[href*="digg.com"]::before, .social-list .menu-item > a[href*="dropbox.com"]::before, .social-list .menu-item > a[href*="flickr.com"]::before, .social-list .menu-item > a[href*="github.com"]::before, .social-list .menu-item > a[href*="pinterest.com"]::before, .social-list .menu-item > a[href*="getpocket.com"]::before, .social-list .menu-item > a[href*="reddit.com"]::before, .social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before, .social-list .menu-item > a[href*="stumbleupon.com"]::before, .social-list .menu-item > a[href*="vimeo.com"]::before, .social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before, .social-list .menu-item > a[href*="youtube.com"]::before, .social-list .menu-item > a[href*="amazon.com"]::before, .social-list .menu-item > a[href*="tripadvisor"]::before, .social-list .menu-item > a[href*="ycombinator.com"]::before, .social-list .menu-item > a[href*="xing.com"]::before, .social-list .menu-item > a[href*="yahoo."]::before, .social-list .menu-item > a[href*="vine.co"]::before, .social-list .menu-item > a[href*="weibo.com"]::before, .social-list .menu-item > a[href*="trello.com"]::before, .social-list .menu-item > a[href*="steampowered.com"]::before, .social-list .menu-item > a[href*="soundcloud.com"]::before, .social-list .menu-item > a[href*="spotify.com"]::before, .social-list .menu-item > a[href*="stackexchange.com"]::before, .social-list .menu-item > a[href*="stackoverflow.com"]::before, .social-list .menu-item > a[href*="slideshare.net"]::before, .social-list .menu-item > a[href*="slack.com"]::before, .social-list .menu-item > a[href*="skyatlas.com"]::before, .social-list .menu-item > a[href*="last.fm"]::before, .social-list .menu-item > a[href*="jsfiddle.net"]::before, .social-list .menu-item > a[href*="bitbucket.org"]::before, .social-list .menu-item > a[href*="codepen.io"]::before, .social-list .menu-item > a[href*="codiepie.com"]::before, .social-list .menu-item > a[href*="connectdevelop.com"]::before, .social-list .menu-item > a[href*="dashcube.com"]::before, .social-list .menu-item > a[href*="contao.org"]::before, .social-list .menu-item > a[href*="delicious.com"]::before, .social-list .menu-item > a[href*="deviantart.com"]::before, .social-list .menu-item > a[href*="vk.com"]::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	font-size: 1.5rem;
	display: block;
	margin: auto;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.social-list--text .fontawesome_icon, .social-list--text .social-list .menu-item > a[href*="digg.com"]::before, .social-list .social-list--text .menu-item > a[href*="digg.com"]::before, .social-list--text .social-list .menu-item > a[href*="dropbox.com"]::before, .social-list .social-list--text .menu-item > a[href*="dropbox.com"]::before, .social-list--text .social-list .menu-item > a[href*="flickr.com"]::before, .social-list .social-list--text .menu-item > a[href*="flickr.com"]::before, .social-list--text .social-list .menu-item > a[href*="github.com"]::before, .social-list .social-list--text .menu-item > a[href*="github.com"]::before, .social-list--text .social-list .menu-item > a[href*="pinterest.com"]::before, .social-list .social-list--text .menu-item > a[href*="pinterest.com"]::before, .social-list--text .social-list .menu-item > a[href*="getpocket.com"]::before, .social-list .social-list--text .menu-item > a[href*="getpocket.com"]::before, .social-list--text .social-list .menu-item > a[href*="reddit.com"]::before, .social-list .social-list--text .menu-item > a[href*="reddit.com"]::before, .social-list--text .social-list .menu-item > a[href*="skype.com"]::before, .social-list .social-list--text .menu-item > a[href*="skype.com"]::before, .social-list--text .social-list .menu-item > a[href*="skype:"]::before, .social-list .social-list--text .menu-item > a[href*="skype:"]::before, .social-list--text .social-list .menu-item > a[href*="stumbleupon.com"]::before, .social-list .social-list--text .menu-item > a[href*="stumbleupon.com"]::before, .social-list--text .social-list .menu-item > a[href*="vimeo.com"]::before, .social-list .social-list--text .menu-item > a[href*="vimeo.com"]::before, .social-list--text .social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .social-list--text .menu-item > a[href*="wordpress.org"]::before, .social-list--text .social-list .menu-item > a[href*="wordpress.com"]::before, .social-list .social-list--text .menu-item > a[href*="wordpress.com"]::before, .social-list--text .social-list .menu-item > a[href*="youtube.com"]::before, .social-list .social-list--text .menu-item > a[href*="youtube.com"]::before, .social-list--text .social-list .menu-item > a[href*="amazon.com"]::before, .social-list .social-list--text .menu-item > a[href*="amazon.com"]::before, .social-list--text .social-list .menu-item > a[href*="tripadvisor"]::before, .social-list .social-list--text .menu-item > a[href*="tripadvisor"]::before, .social-list--text .social-list .menu-item > a[href*="ycombinator.com"]::before, .social-list .social-list--text .menu-item > a[href*="ycombinator.com"]::before, .social-list--text .social-list .menu-item > a[href*="xing.com"]::before, .social-list .social-list--text .menu-item > a[href*="xing.com"]::before, .social-list--text .social-list .menu-item > a[href*="yahoo."]::before, .social-list .social-list--text .menu-item > a[href*="yahoo."]::before, .social-list--text .social-list .menu-item > a[href*="vine.co"]::before, .social-list .social-list--text .menu-item > a[href*="vine.co"]::before, .social-list--text .social-list .menu-item > a[href*="weibo.com"]::before, .social-list .social-list--text .menu-item > a[href*="weibo.com"]::before, .social-list--text .social-list .menu-item > a[href*="trello.com"]::before, .social-list .social-list--text .menu-item > a[href*="trello.com"]::before, .social-list--text .social-list .menu-item > a[href*="steampowered.com"]::before, .social-list .social-list--text .menu-item > a[href*="steampowered.com"]::before, .social-list--text .social-list .menu-item > a[href*="soundcloud.com"]::before, .social-list .social-list--text .menu-item > a[href*="soundcloud.com"]::before, .social-list--text .social-list .menu-item > a[href*="spotify.com"]::before, .social-list .social-list--text .menu-item > a[href*="spotify.com"]::before, .social-list--text .social-list .menu-item > a[href*="stackexchange.com"]::before, .social-list .social-list--text .menu-item > a[href*="stackexchange.com"]::before, .social-list--text .social-list .menu-item > a[href*="stackoverflow.com"]::before, .social-list .social-list--text .menu-item > a[href*="stackoverflow.com"]::before, .social-list--text .social-list .menu-item > a[href*="slideshare.net"]::before, .social-list .social-list--text .menu-item > a[href*="slideshare.net"]::before, .social-list--text .social-list .menu-item > a[href*="slack.com"]::before, .social-list .social-list--text .menu-item > a[href*="slack.com"]::before, .social-list--text .social-list .menu-item > a[href*="skyatlas.com"]::before, .social-list .social-list--text .menu-item > a[href*="skyatlas.com"]::before, .social-list--text .social-list .menu-item > a[href*="last.fm"]::before, .social-list .social-list--text .menu-item > a[href*="last.fm"]::before, .social-list--text .social-list .menu-item > a[href*="jsfiddle.net"]::before, .social-list .social-list--text .menu-item > a[href*="jsfiddle.net"]::before, .social-list--text .social-list .menu-item > a[href*="bitbucket.org"]::before, .social-list .social-list--text .menu-item > a[href*="bitbucket.org"]::before, .social-list--text .social-list .menu-item > a[href*="codepen.io"]::before, .social-list .social-list--text .menu-item > a[href*="codepen.io"]::before, .social-list--text .social-list .menu-item > a[href*="codiepie.com"]::before, .social-list .social-list--text .menu-item > a[href*="codiepie.com"]::before, .social-list--text .social-list .menu-item > a[href*="connectdevelop.com"]::before, .social-list .social-list--text .menu-item > a[href*="connectdevelop.com"]::before, .social-list--text .social-list .menu-item > a[href*="dashcube.com"]::before, .social-list .social-list--text .menu-item > a[href*="dashcube.com"]::before, .social-list--text .social-list .menu-item > a[href*="contao.org"]::before, .social-list .social-list--text .menu-item > a[href*="contao.org"]::before, .social-list--text .social-list .menu-item > a[href*="delicious.com"]::before, .social-list .social-list--text .menu-item > a[href*="delicious.com"]::before, .social-list--text .social-list .menu-item > a[href*="deviantart.com"]::before, .social-list .social-list--text .menu-item > a[href*="deviantart.com"]::before, .social-list--text .social-list .menu-item > a[href*="vk.com"]::before, .social-list .social-list--text .menu-item > a[href*="vk.com"]::before {
	display: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin: 11px 51px 49px 0;
}

.alignright {
	float: right;
	margin: 11px 0 49px 51px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 41px;
	margin-top: 40px;
}

.alignnone {
	margin-top: 10px!important;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.comment-body:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.hidden {
	display: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
	position: relative;
	margin-bottom: 1em;
}

@media (min-width: 992px) {
	.comments-area {
		margin-bottom: 2em;
	}
}

.comments-area .comments-title {
	margin-bottom: 1.4em;
}

.comment-list {
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comment-list .children {
	margin-left: 0;
	padding-left: 10px;
	list-style: none;
}

@media (min-width: 992px) {
	.comment-list .children {
		padding-left: 30px;
	}
}

@media (min-width: 1200px) {
	.comment-list .children {
		padding-left: 90px;
	}
}

.comment-wrap {
	padding-top: 5px;
	padding-bottom: 11px;
}

@media (min-width: 992px) {
	.comment-wrap {
		padding-top: 34px;
	}
}

.comment-content a {
	word-wrap: break-word;
}

.comment-body {
	padding: 20px;
}

@media (min-width: 992px) {
	.comment-body {
		padding: 42px 41px 23px 53px;
	}
}

.comment-body__holder {
	position: relative;
	padding-right: 18px;
}

.comment-body .avatar {
	float: none;
	width: 40px;
	margin: 0 0 10px 0;
	border-radius: 50%;
	display: block;
}

@media (min-width: 992px) {
	.comment-body .avatar {
		float: left;
		width: auto;
		margin: 0 48px 15px 0;
	}
}

.comment-body .fn {
	margin-right: 10px;
	font-weight: normal;
}

@media (min-width: 992px) {
	.comment-body .fn {
		margin-right: 25px;
	}
}

.comment-body .reply {
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	transition: all 0.25s ease;
}

.comment-reply-link {
	font-size: 22px;
}

.comment-reply-link .material-icons {
	font-size: inherit;
}

.comment-date {
	display: inline-block;
}

.comment-date__time {
	display: inline-block;
	vertical-align: top;
}

.comment-date:after {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 8px;
	margin: 0 5px 3px 8px;
	position: relative;
	display: inline-block;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
	margin: 2em 0;
}

.post-author__holder {
	padding: 1em;
}

@media (min-width: 1200px) {
	.post-author__holder {
		padding: 2.9em 2em 0em;
	}
}

.post-author__avatar {
	float: left;
	margin: 1em 1em 1em 0;
}

@media (min-width: 1200px) {
	.post-author__avatar {
		margin: 0 4.3em 1em 0;
	}
}

.post-author__avatar .avatar {
	width: 70px;
	vertical-align: top;
	border-radius: 50%;
}

@media (min-width: 1200px) {
	.post-author__avatar .avatar {
		width: auto;
	}
}

.post-author__content {
	padding-bottom: 25px;
}

@media (min-width: 992px) {
	.post-author__title {
		line-height: 1.4;
		margin: 20px 0;
	}
}

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.hentry .share-btns__list {
	float: none;
	padding-top: 5px;
	padding-bottom: 15px;
}

@media (min-width: 768px) {
	.hentry .share-btns__list {
		float: right;
		padding-top: 15px;
	}
}

.single-post .share-btns__list {
	float: none;
	padding-top: 18px;
}

.share-btns__item {
	display: inline-block;
	vertical-align: top;
}

.single-post .share-btns__item {
	margin-right: 19px;
}

.blog .share-btns__item {
	margin-left: 0;
	margin-right: 10px;
}

@media (min-width: 768px) {
	.blog .share-btns__item {
		margin-right: 0;
		margin-left: 19px;
	}
}

.share-btns__link {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1em;
	display: block;
	width: auto;
	height: auto;
	text-align: center;
	text-decoration: none;
	opacity: 1;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.card {
	display: block;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
}

@media (min-width: 768px) {
	.card-deck {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-right: -1.875rem;
		margin-left: -1.875rem;
		-webkit-flex-flow: row wrap;
				-ms-flex-flow: row wrap;
						flex-flow: row wrap;
	}
	.card-deck .card {
		margin-right: 1.875rem;
		margin-left: 1.875rem;
		-webkit-flex: 1 0 0;
				-ms-flex: 1 0 0;
						flex: 1 0 0;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-display: -webkit-flex;
		-webkit-flex-direction: column;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
				justify-content: space-between;
	}
	.home .card-deck .card.sticky {
		display: block;
		max-width: calc(100% - 3.75rem);
		-webkit-flex: none;
				-ms-flex: none;
						flex: none;
	}
	.posts-list--grid-2-cols .card {
		max-width: calc(100%/2 - 3.75rem);
		width: calc(100%/2 - 3.75rem);
		-webkit-flex: 1 0 calc(100%/2 - 3.75rem);
				-ms-flex: 1 0 calc(100%/2 - 3.75rem);
						flex: 1 0 calc(100%/2 - 3.75rem);
	}
	.posts-list--grid-3-cols .card {
		max-width: calc(100%/3 - 3.75rem);
		width: calc(100%/3 - 3.75rem);
		-webkit-flex: 1 0 calc(100%/3 - 3.75rem);
				-ms-flex: 1 0 calc(100%/3 - 3.75rem);
						flex: 1 0 calc(100%/3 - 3.75rem);
	}
}

@media (min-width: 768px) {
	.card-columns {
		-webkit-column-gap: 3.75rem;
			 -moz-column-gap: 3.75rem;
						column-gap: 3.75rem;
	}
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
	.posts-list--masonry-2-cols {
		-webkit-column-count: 2;
			 -moz-column-count: 2;
						column-count: 2;
	}
	.posts-list--masonry-3-cols {
		-webkit-column-count: 3;
			 -moz-column-count: 3;
						column-count: 3;
	}
}

@media (min-width: 768px) {
	.posts-list--vertical-justify {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-right: -1.875rem;
		margin-left: -1.875rem;
		-webkit-flex-flow: row wrap;
				-ms-flex-flow: row wrap;
						flex-flow: row wrap;
	}
	.posts-list--vertical-justify .card {
		-webkit-flex: 1 0 calc(100%/3 - 3.75rem);
				-ms-flex: 1 0 calc(100%/3 - 3.75rem);
						flex: 1 0 calc(100%/3 - 3.75rem);
		max-width: calc(100%/3 - 3.75rem);
		margin-right: 1.875rem;
		margin-left: 1.875rem;
	}
	.posts-list--vertical-justify .card:nth-child(7n + 1), .posts-list--vertical-justify .card:nth-child(7n + 4) {
		-webkit-flex: 1 0 calc(100%/1.5 - 3.75rem);
				-ms-flex: 1 0 calc(100%/1.5 - 3.75rem);
						flex: 1 0 calc(100%/1.5 - 3.75rem);
		max-width: calc(100%/1.5 - 3.75rem);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.posts-list--grid-3-cols {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.posts-list--grid-3-cols .card {
		display: block;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		-webkit-flex: none;
				-ms-flex: none;
						flex: none;
	}
	.posts-list--masonry-3-cols.one-left-sidebar, .posts-list--masonry-3-cols.one-right-sidebar {
		-webkit-column-gap: normal;
			 -moz-column-gap: normal;
						column-gap: normal;
		-webkit-column-count: auto;
			 -moz-column-count: auto;
						column-count: auto;
	}
	.posts-list--masonry-3-cols.one-left-sidebar .card, .posts-list--masonry-3-cols.one-right-sidebar .card {
		display: block;
	}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: none;
	overflow: hidden;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.container.site-header, .container.site-footer {
	padding-left: 0;
	padding-right: 0;
}

.content-layout-boxed .container.site-header, .content-layout-boxed .container.site-footer {
	padding-left: 0;
	padding-right: 0;
}

.container .container {
	max-width: inherit;
	padding-left: 0;
	padding-right: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	box-shadow: 0 5px 32px rgba(103, 122, 141, 0.17);
}

.home .site-header {
	box-shadow: none;
}

.header-container {
	padding: 22px 0 4px;
}

@media (min-width: 768px) {
	.header-container {
		padding: 22px 1.875rem;
	}
	.header-container.isStuck {
		position: fixed;
		z-index: 1000;
		right: 0;
		left: 0;
	}
}

.container .header-container {
	padding-right: 0;
	padding-left: 0;
}

.pseudoStickyBlock {
	display: none;
}

@media (min-width: 768px) {
	.pseudoStickyBlock {
		display: block;
	}
}

.site-header.default {
	text-align: center;
}

@media (min-width: 768px) {
	.site-header.default .header-container {
		padding-bottom: 29px;
	}
}

.site-header.default .site-branding {
	padding: 6px 0 20px;
	text-align: center;
}

@media (min-width: 768px) {
	.site-header.default .site-branding {
		padding: 15px 0 11px;
		float: left;
		text-align: left;
		margin-left: 31px;
	}
}

.site-header.default .main-navigation {
	text-align: left;
	padding-top: 5px;
	margin-top: 19px;
	border-top: 2px solid;
}

@media (min-width: 768px) {
	.site-header.default .main-navigation {
		border-top: none;
		margin-top: 0;
	}
}

.site-header.default .btn.booking {
	float: none;
	margin-top: 0;
}

@media (min-width: 768px) {
	.site-header.default .btn.booking {
		float: right;
		margin-top: 9px;
	}
}

.site-header.centered {
	text-align: center;
}

@media (min-width: 1200px) {
	.site-header.centered .header-container {
		padding-bottom: 46px;
	}
}

.site-header.centered .site-branding {
	padding: 6px 0 20px;
	text-align: center;
}

@media (min-width: 768px) {
	.site-header.centered .site-branding {
		padding: 15px 0 11px;
	}
}

.site-header.centered .main-navigation {
	text-align: left;
	padding-top: 5px;
	margin-top: 19px;
	border-top: 2px solid;
}

@media (min-width: 768px) {
	.site-header.centered .main-navigation {
		padding-top: 0;
		border-top: none;
	}
}

@media (min-width: 1200px) {
	.site-header.centered .main-navigation {
		padding-top: 0;
		margin-top: 5px;
		border-top: none;
	}
}

.site-header.centered .btn.booking {
	float: none;
	margin-top: 0;
}

@media (min-width: 1200px) {
	.site-header.centered .btn.booking {
		float: right;
		margin-top: -68px;
	}
}

.site-header.minimal .site-branding {
	padding: 6px 0 20px;
	-webkit-order: 1;
			-ms-flex-order: 1;
					order: 1;
	-webkit-flex: 0 0 100%;
			-ms-flex: 0 0 100%;
					flex: 0 0 100%;
	text-align: center;
}

@media (min-width: 768px) {
	.site-header.minimal .site-branding {
		padding: 0px 0 8px;
		-webkit-order: 0;
				-ms-flex-order: 0;
						order: 0;
		-webkit-flex: 0 0 auto;
				-ms-flex: 0 0 auto;
						flex: 0 0 auto;
		text-align: left;
	}
}

.site-header.minimal .main-navigation {
	-webkit-order: 2;
			-ms-flex-order: 2;
					order: 2;
	-webkit-flex: 0 1 100%;
			-ms-flex: 0 1 100%;
					flex: 0 1 100%;
	padding-top: 5px;
	margin-top: 19px;
	border-top: 2px solid;
}

@media (min-width: 768px) {
	.site-header.minimal .main-navigation {
		padding-top: 0;
		margin-top: 0;
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
		-webkit-flex: 0 1 70%;
				-ms-flex: 0 1 70%;
						flex: 0 1 70%;
		border-top: none;
	}
}

@media (min-width: 992px) {
	.site-header.minimal .main-navigation {
		padding-top: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.site-header.minimal .main-navigation {
		-webkit-order: 3;
				-ms-flex-order: 3;
						order: 3;
		-webkit-flex: 0 1 100%;
				-ms-flex: 0 1 100%;
						flex: 0 1 100%;
	}
 	.site-header.minimal .site-branding {
		margin-left: auto;
		margin-right: auto;
	}
}

.site-header.minimal .btn.booking {
	-webkit-order: 1;
			-ms-flex-order: 1;
					order: 1;
	-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
					flex: 0 1 auto;
	display: block;
	float: none;
	text-align: center;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.site-header.minimal .btn.booking {
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
		-webkit-flex: 0 1 auto;
				-ms-flex: 0 1 auto;
						flex: 0 1 auto;
		margin: 10px 0 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.site-header.minimal .btn.booking {
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
		-webkit-flex: 0 1 auto;
				-ms-flex: 0 1 auto;
						flex: 0 1 auto;
		margin: 10px 0 0;
	}
}

.header-container__flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
			-ms-flex-direction: row;
					flex-direction: row;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
					justify-content: space-between;
	-webkit-align-content: stretch;
			-ms-flex-line-pack: stretch;
					align-content: stretch;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
					align-items: flex-start;
}

@media (min-width: 992px) {
	.header-container__flex {
		-webkit-flex-wrap: nowrap;
				-ms-flex-wrap: nowrap;
						flex-wrap: nowrap;
	}
}

.site-header.transparent {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

@media (min-width: 1200px) {
	.site-header.transparent {
		position: absolute;
	}
}

.site-header.transparent .site-branding {
	padding: 6px 0 20px;
	-webkit-order: 1;
			-ms-flex-order: 1;
					order: 1;
	-webkit-flex: 0 0 100%;
			-ms-flex: 0 0 100%;
					flex: 0 0 100%;
	text-align: center;
}

@media (min-width: 768px) {
	.site-header.transparent .site-branding {
		padding: 15px 0 11px;
		-webkit-order: 0;
				-ms-flex-order: 0;
						order: 0;
		-webkit-flex: 0 0 auto;
				-ms-flex: 0 0 auto;
						flex: 0 0 auto;
		text-align: left;
	}
}

.site-header.transparent .main-navigation {
	-webkit-order: 2;
			-ms-flex-order: 2;
					order: 2;
	-webkit-flex: 0 1 100%;
			-ms-flex: 0 1 100%;
					flex: 0 1 100%;
	padding-top: 5px;
	margin-top: 19px;
	border-top: 2px solid;
}

@media (min-width: 768px) {
	.site-header.transparent .main-navigation {
		padding-top: 0;
		margin-top: 0;
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
		-webkit-flex: 0 1 70%;
				-ms-flex: 0 1 70%;
						flex: 0 1 70%;
		border-top: none;
	}
}

@media (min-width: 992px) {
	.site-header.transparent .main-navigation {
		padding-top: 18px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.site-header.transparent .main-navigation {
		-webkit-order: 3;
				-ms-flex-order: 3;
						order: 3;
		-webkit-flex: 0 1 100%;
				-ms-flex: 0 1 100%;
						flex: 0 1 100%;
	}
}

.site-header.transparent .btn.booking {
	-webkit-order: 1;
			-ms-flex-order: 1;
					order: 1;
	-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
					flex: 0 1 auto;
	display: block;
	float: none;
	text-align: center;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.site-header.transparent .btn.booking {
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
		-webkit-flex: 0 1 auto;
				-ms-flex: 0 1 auto;
						flex: 0 1 auto;
		margin: 10px 0 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.site-header.transparent .btn.booking {
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
		-webkit-flex: 0 1 auto;
				-ms-flex: 0 1 auto;
						flex: 0 1 auto;
		margin: 10px 0 0;
	}
}

.site-header.transparent .header-container__flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
			-ms-flex-direction: row;
					flex-direction: row;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
					justify-content: space-between;
	-webkit-align-content: stretch;
			-ms-flex-line-pack: stretch;
					align-content: stretch;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
					align-items: flex-start;
}

@media (min-width: 992px) {
	.site-header.transparent .header-container__flex {
		-webkit-flex-wrap: nowrap;
				-ms-flex-wrap: nowrap;
						flex-wrap: nowrap;
	}
}

.header-layout-transparent {
	position: relative;
}

.header-layout-transparent.top-panel-invisible .hentry:first-child,
.header-layout-transparent.top-panel-invisible .sidebar .widget:first-child {
	margin-top: 0;
}

.header-layout-transparent.top-panel-invisible .card-columns {
	padding-top: 0;
}

.top-panel {
	padding: 0;
	text-align: left;
	font-size: 16px;
	font-size: 1rem;
}

.container .top-panel {
	padding-right: 0;
	padding-left: 0;
}

.top-panel .top_panel_head,
.top-panel .top_panel_bottom {
	display: block;
}

@media (min-width: 768px) {
	.top-panel .top_panel_head,
	.top-panel .top_panel_bottom {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
				-ms-flex-direction: row;
						flex-direction: row;
		-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
						flex-wrap: wrap;
		-webkit-justify-content: space-between;
				-ms-flex-pack: justify;
						justify-content: space-between;
		-webkit-align-content: flex-start;
				-ms-flex-line-pack: start;
						align-content: flex-start;
		-webkit-align-items: flex-start;
				-ms-flex-align: start;
						align-items: flex-start;
	}
}

.top-panel__wrap:after {
	display: block;
	clear: both;
	width: 100%;
	content: '';
}

.top-panel__message {
	padding: 14px 0 10px;
	text-align: center;
}

@media (min-width: 544px) {
	.top-panel__message {
		display: block;
	}
}

@media (min-width: 768px) {
	.top-panel__message {
		text-align: left;
	}
}

@media (min-width: 992px) {
	.top-panel__message {
		-webkit-order: 0;
				-ms-flex-order: 0;
						order: 0;
		-webkit-flex: 0 1 auto;
				-ms-flex: 0 1 auto;
						flex: 0 1 auto;
		-webkit-align-self: auto;
				-ms-flex-item-align: auto;
						align-self: auto;
	}
}

@media (min-width: 992px) {
	.top-panel__message .info-block {
		float: left;
		margin-right: 1.9em;
	}
}

.top-panel__message .info-block:first-child {
	margin-top: 0;
}

.top-panel__message .material-icons {
	line-height: 1.5;
	width: 1em;
	height: 1.6em;
	margin: 0 3px 0 0;
	text-align: left;
	vertical-align: middle;
	font-size: 20px;
	font-size: 1.25rem;
}

.top-panel__search {
	text-align: center;
	padding-bottom: 16px;
}

@media (min-width: 768px) {
	.top-panel__search {
		text-align: right;
		-webkit-order: 0;
				-ms-flex-order: 0;
						order: 0;
		-webkit-flex: 0 1 auto;
				-ms-flex: 0 1 auto;
						flex: 0 1 auto;
		-webkit-align-self: auto;
				-ms-flex-item-align: auto;
						align-self: auto;
		text-align: left;
	}
}

@media (min-width: 768px) {
	.top-panel__menu {
		-webkit-order: 0;
				-ms-flex-order: 0;
						order: 0;
		-webkit-flex: 0 1 auto;
				-ms-flex: 0 1 auto;
						flex: 0 1 auto;
		-webkit-align-self: auto;
				-ms-flex-item-align: auto;
						align-self: auto;
	}
}

.top-panel .social-list {
	text-align: center;
	padding: 5px 0 14px;
}

@media (min-width: 768px) {
	.top-panel .social-list {
		padding: 13px 0;
		-webkit-order: 0;
				-ms-flex-order: 0;
						order: 0;
		-webkit-flex: 0 1 auto;
				-ms-flex: 0 1 auto;
						flex: 0 1 auto;
		-webkit-align-self: auto;
				-ms-flex-item-align: auto;
						align-self: auto;
		text-align: left;
	}
}

.site-logo {
	margin: 0;
	line-height: 1em;
}

.site-logo__link {
	text-decoration: none;
}

.site-logo__link:focus {
	outline: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-content,
.entry-summary {
	margin: 1em 0 0;
}

.entry-content {
	margin-top: 0;
}

.single .no-thumb .entry-content {
	padding-top: 1.5em;
}

.card-columns {
	padding-top: 3em;
}

/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry {
	position: relative;
}

.posts-list .hentry:not(:first-child) {
	margin-top: 30px;
	padding-top: 19px;
	border-top: 2px solid #eeeeee;
}

@media (min-width: 768px) {
	.posts-list .hentry:not(:first-child) {
		margin-top: 60px;
		padding-top: 39px;
	}
}

@media (min-width: 768px) {
	.posts-list--grid-2-cols .hentry:nth-child(2) {
		border: none;
		margin-top: 0;
		padding-top: 0;
	}
}

@media (min-width: 992px) {
	.posts-list--grid-3-cols .hentry:nth-child(2), .posts-list--grid-3-cols .hentry:nth-child(3) {
		border: none;
		margin-top: 0;
		padding-top: 0;
	}
}

.posts-list--masonry-2-cols .hentry,
.posts-list--masonry-3-cols .hentry {
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 0;
	padding-bottom: 40px;
	border-top: none;
	border-bottom: 2px solid #eeeeee;
}

.posts-list--masonry-2-cols .hentry:not(:first-child),
.posts-list--masonry-3-cols .hentry:not(:first-child) {
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 0;
	padding-bottom: 40px;
	border-top: none;
	border-bottom: 2px solid #eeeeee;
}

@media (min-width: 768px) {
	.posts-list--vertical-justify .hentry:nth-child(2) {
		border: none;
		margin-top: 0;
		padding-top: 0;
	}
}

@media (min-width: 992px) {
	.single .hentry {
		margin-bottom: 0;
	}
}

.posts-list .hentry:last-child {
	margin-bottom: 3em;
}

.card-columns .hentry {
	margin-top: 0;
	margin-bottom: 3em;
}

.hentry.page {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
### Entry (header, content, footer)
--------------------------------------------------------------*/
.blog .entry-title {
	margin: 12px 0 23px;
}

.blog .post_format-post-format-quote .entry-title {
	margin: 12px 0 8px;
}

.single .entry-title {
	line-height: 1.2em;
	margin-top: 33px;
	margin-bottom: 15px;
}

.entry-header .entry-title:first-child {
	margin-top: 0;
}

@media (min-width: 992px) {
	.posts-list--default .entry-title {
		font-size: 30px;
	}
}

.entry-summary + .entry-meta,
.entry-content + .entry-meta {
	margin-top: 1em;
}

.entry-summary p strong > span, .entry-content p strong > span {
	float: left;
	font-size: 38px;
	line-height: 1.2em;
	margin-right: 8px;
}

@media (min-width: 768px) {
	.entry-summary p strong > span, .entry-content p strong > span {
		font-size: 240px;
		line-height: 0.85;
		margin-right: 14px;
	}
}

.posts-list .entry-summary, .posts-list .entry-content {
	display: none;
}

@media (min-width: 768px) {
	.posts-list .entry-summary, .posts-list .entry-content {
		display: block;
	}
}

.post-list__item .entry-summary, .post-list__item .entry-content {
	margin-top: 0;
}

.post-list__item .entry-summary p, .post-list__item .entry-content p {
	margin: 1em 0 0;
}

.entry-footer {
	position: relative;
	margin-top: 0;
}

.entry-footer .btn {
	float: left;
}

.single .entry-footer {
	padding-top: 10px;
}

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.post-thumbnail__link {
	position: relative;
}

.post-thumbnail__link:before {
	transition: all 0.32s ease;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	z-index: 5;
	background-color: #9fbedd;
}

.post-thumbnail__link:hover:before {
	height: 5px;
}

.post-thumbnail__link.post-thumbnail--small {
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

@media (min-width: 992px) {
	.post-thumbnail__link.post-thumbnail--small {
		float: left;
		margin-right: 30px;
		text-align: left;
	}
}

.post-thumbnail__img {
	display: inline-block;
	vertical-align: top;
}

.entry-header + .post-thumbnail > .post-thumbnail__img {
	margin-top: 20px;
	margin-bottom: 30px;
}

.posts-list .post-thumbnail--fullwidth {
	display: block;
	margin-bottom: 1em;
}

@media (min-width: 992px) {
	.posts-list .post-thumbnail--fullwidth {
		margin-bottom: 20px;
	}
}

.post__cats {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.format-audio .post__cats,
.format-quote .post__cats {
	margin-bottom: 19px;
}

.post__cats a {
	line-height: 22px;
	margin: 0 1px 1px 0;
	padding: 1px 4px;
	vertical-align: top;
	float: left;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
	font-size: 0.75rem;
}

@media (min-width: 768px) {
	.post__cats a {
		padding: 3px 9px;
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.posts-list--grid-3-cols .post__cats a,
.posts-list--grid-2-cols .post__cats a,
.posts-list--masonry-2-cols .post__cats a,
.posts-list--masonry-3-cols .post__cats a {
	font-size: 12px;
	font-size: 0.75rem;
	padding: 1px 4px;
}

@media (min-width: 1200px) {
	.posts-list--grid-3-cols .post__cats a,
	.posts-list--grid-2-cols .post__cats a,
	.posts-list--masonry-2-cols .post__cats a,
	.posts-list--masonry-3-cols .post__cats a {
		padding: 3px 9px;
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
	position: absolute;
	z-index: 99;
	top: 10px;
	left: 10px;
}

@media (min-width: 992px) {
	.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
		top: 30px;
		left: 30px;
	}
	.posts-list--grid-3-cols .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats,
	.posts-list--grid-2-cols .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats,
	.posts-list--masonry-2-cols .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats,
	.posts-list--masonry-3-cols .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
		top: 10px;
		left: 10px;
	}
}

.post-format-wrap .post__cats {
	position: absolute;
	z-index: 99;
	top: 10px;
	left: 10px;
}

@media (min-width: 992px) {
	.post-format-wrap .post__cats {
		top: 30px;
		left: 30px;
	}
}

.post__date .material-icons,
.post__date .fa, .post__comments .material-icons,
.post__comments .fa, .post__tags .material-icons,
.post__tags .fa {
	font-size: 16px;
	margin-right: 10px;
	vertical-align: middle;
}

.invert .post__date .material-icons, .invert
.post__date .fa, .invert .post__comments .material-icons, .invert
.post__comments .fa, .invert .post__tags .material-icons, .invert
.post__tags .fa {
	color: inherit;
}

.post__date a, .post__comments a, .post__tags a {
	text-decoration: none;
}

.blog .post__date, .blog .post__comments, .blog .post__tags {
	margin-right: 0;
	margin-left: 4px;
}

.blog .post__date:before, .blog .post__comments:before, .blog .post__tags:before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 8px;
	margin: 0 7px 3px 0;
	position: relative;
	display: inline-block;
}

.post__date, .post__comments {
	margin-right: 15px;
}

.single .post__date, .single .post__comments {
	margin-right: 0;
	margin-left: 4px;
}

.single .post__date:before, .single .post__comments:before {
	content: "";
	width: 3px;
	height: 3px;
	border-radius: 8px;
	margin: 0 7px 3px 0;
	position: relative;
	display: inline-block;
}

.post__tags {
	margin-top: .5em;
}

.single-post .post__tags {
	margin-top: 0;
}

.blog .post__tags {
	margin-right: 0;
	margin-left: 4px;
}

.single .post .entry-meta span:first-child, .blog .post .entry-meta span:first-child {
	margin-left: 0;
}

.single .post .entry-meta span:first-child:before, .blog .post .entry-meta span:first-child:before {
	display: none;
}

.posted-by__author:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
### Read More button
--------------------------------------------------------------*/
@media (max-width: 1199px) {
	.posts-list__item .btn {
		padding: 0;
	}
}

@media (max-width: 1199px) {
	.posts-list__item .btn__text {
		display: none;
	}
}

@media (max-width: 1199px) {
	.posts-list__item .btn__icon,
	.posts-list__item .btn .material-icons,
	.posts-list__item .btn .fa {
		line-height: 46px;
		width: 46px;
		height: 46px;
		color: inherit;
	}
}

@media (min-width: 992px) {
	.posts-list__item .btn__icon,
	.posts-list__item .btn .material-icons,
	.posts-list__item .btn .fa {
		display: none;
	}
}

@media (min-width: 992px) {
	.posts-list--default:not(.two-sidebars) .posts-list__item .btn {
		padding: 20px 41px;
	}
}

@media (min-width: 992px) {
	.posts-list--default:not(.two-sidebars) .posts-list__item .btn__text {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.posts-list--default:not(.two-sidebars) .posts-list__item .btn__icon,
	.posts-list--default:not(.two-sidebars) .posts-list__item .btn .material-icons,
	.posts-list--default:not(.two-sidebars) .posts-list__item .btn .fa {
		display: none;
	}
}

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.single .related-posts .post__date, .single .related-posts .post__comments {
	margin-right: 15px;
	margin-left: 0px;
}

.single .related-post .post-thumbnail__img + .post__cats, .single .related-post .post-thumbnail__link + .post__cats {
	position: absolute;
	z-index: 99;
	top: 10px;
	left: 40px;
	right: 40px;
}

.single .related-posts {
	margin-bottom: 3em;
}

.single .related-posts .entry-title {
	margin: 10px 0;
}

.single .related-posts .post-thumbnail__img {
	width: 100%;
	height: auto;
}

@media (min-width: 544px) {
	.single .related-posts .post-thumbnail__img {
		width: auto;
		height: auto;
	}
}

.single .related-posts .entry-header span {
	display: block;
}

.single .related-posts .entry-meta {
	margin-top: 0;
}

.single .related-posts .entry-content p {
	margin-bottom: 0.7em;
}

.single .related-posts .post__date:before, .single .related-posts .post__comments:before {
	display: none;
}

.taxonomy-description {
	padding-bottom: 25px;
}

/*--------------------------------------------------------------
### Sticky Post
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.sticky__label {
	line-height: 22px;
	display: inline-block;
	float: right;
	padding: 0 10px;
	text-align: center;
	border-radius: 20px;
}

.sticky__label .material-icons,
.sticky__label .fa {
	font-size: 21px;
	line-height: 2;
	display: block;
	width: auto;
	width: calc(2em - 20px);
	height: 2em;
}

.posts-list .sticky__label .material-icons, .posts-list
.sticky__label .fa {
	font-size: 21px;
	color: inherit;
}

.has-post-thumbnail .sticky__label {
	position: absolute;
	z-index: 99;
	top: 10px;
	right: 10px;
	float: none;
}

@media (min-width: 992px) {
	.has-post-thumbnail .sticky__label {
		top: 30px;
	}
}

.sticky__label.type-both .material-icons,
.sticky__label.type-both .fa {
	display: inline-block;
	margin: 0 5px 0 0;
}

@media (min-width: 992px) {
	.posts-list--grid-2-cols .sticky.posts-list__item .btn,
	.posts-list--grid-3-cols .sticky.posts-list__item .btn {
		padding: 20px 41px;
	}
	.two-sidebars .sticky.posts-list__item .btn {
		padding: 0;
	}
}

@media (min-width: 992px) {
	.sticky.posts-list__item .btn__text {
		display: inline-block;
	}
	.posts-list--masonry-2-cols .sticky.posts-list__item .btn__text,
	.posts-list--masonry-3-cols .sticky.posts-list__item .btn__text {
		display: none;
	}
}

.two-sidebars .sticky.posts-list__item .btn__text {
	display: none;
}

@media (min-width: 992px) {
	.sticky.posts-list__item .btn__icon,
	.sticky.posts-list__item .btn .material-icons,
	.sticky.posts-list__item .btn .fa {
		display: none;
	}
	.posts-list--masonry-2-cols .sticky.posts-list__item .btn__icon,
	.posts-list--masonry-3-cols .sticky.posts-list__item .btn__icon, .posts-list--masonry-2-cols
	.sticky.posts-list__item .btn .material-icons,
	.posts-list--masonry-3-cols
	.sticky.posts-list__item .btn .material-icons, .posts-list--masonry-2-cols
	.sticky.posts-list__item .btn .fa,
	.posts-list--masonry-3-cols
	.sticky.posts-list__item .btn .fa {
		display: inline-block;
	}
}

.two-sidebars .sticky.posts-list__item .btn__icon, .two-sidebars
.sticky.posts-list__item .btn .material-icons, .two-sidebars
.sticky.posts-list__item .btn .fa {
	display: inline-block;
}

@media (min-width: 992px) {
	.posts-list--grid-2-cols .sticky .entry-title,
	.posts-list--grid-3-cols .sticky .entry-title {
		font-size: 30px;
	}
}

.sticky .post-thumbnail__img {
	width: 100%;
}

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post {
	/* Audio */
	/* Gallery */
	/* Link */
	/* Image */
	/* Quote */
	/* Video */
	/* Wrapper for non-image featured content */
}

.single .post.format-audio .wp-audio-shortcode {
	margin: 20px 0;
}

.post.format-audio .post-format-audio {
	padding: 20px;
}

@media (min-width: 992px) {
	.post.format-audio .post-format-audio {
		padding: 29px 50px 58px;
	}
}

.post.format-audio .post-format-audio {
	margin-bottom: 20px;
	text-align: center;
}

.post.format-audio .post-format-audio .post-format-audio-description {
	font-weight: bold;
	max-width: 400px;
	text-transform: uppercase;
	margin: 0 auto;
}

.post.format-audio .post-format-audio .post-format-audio-description h5 {
	line-height: 1.300em;
}

.post.format-audio .post-format-audio .post-format-audio-caption {
	margin: 15px 0 29px;
}

.post-gallery {
	margin-bottom: 1em;
}

@media (min-width: 992px) {
	.post-gallery {
		margin-bottom: 2em;
	}
}

.entry-content .post-gallery {
	margin-top: 10px;
}

.post-gallery__image {
	display: block;
	margin: auto;
}

.post-gallery__button-next, .post-gallery__button-prev {
	top: 50%;
	display: none;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	text-align: center;
	background-image: none;
	border-radius: 100%;
	transition: all 0.3s ease;
}

@media (min-width: 768px) {
	.post-gallery__button-next, .post-gallery__button-prev {
		width: 64px;
		height: 64px;
		margin-top: -32px;
	}
}

.post-gallery__button-prev {
	left: 10px;
}

@media (min-width: 992px) {
	.post-gallery__button-prev {
		left: 40px;
	}
}

.post-gallery__button-next {
	right: 10px;
}

@media (min-width: 992px) {
	.post-gallery__button-next {
		right: 40px;
	}
}

.post-gallery .material-icons,
.post-gallery .fa {
	line-height: 30px;
	font-size: 14px;
	font-size: 0.875rem;
}

@media (min-width: 768px) {
	.post-gallery .material-icons,
	.post-gallery .fa {
		line-height: 64px;
		font-size: 40px;
		font-size: 2.5rem;
	}
}

.post-gallery__slide.swiper-slide:hover:hover {
	background-color: transparent;
}

.post-gallery__caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}

.post-gallery__link {
	display: block;
}

.post-format-link {
	display: inline-block;
	margin: 10px 0;
	padding: 10px 36px 10px 29px;
	text-decoration: underline;
}

.posts-list--grid-3-cols .post-format-link,
.posts-list--grid-2-cols .post-format-link,
.posts-list--masonry-2-cols .post-format-link,
.posts-list--masonry-3-cols .post-format-link {
	padding: 10px;
	font-size: 12px;
	font-size: 0.75rem;
}

.posts-list--grid-3-cols .post-format-link:before,
.posts-list--grid-2-cols .post-format-link:before,
.posts-list--masonry-2-cols .post-format-link:before,
.posts-list--masonry-3-cols .post-format-link:before {
	display: none;
}

@media (min-width: 1200px) {
	.posts-list--grid-3-cols .post-format-link,
	.posts-list--grid-2-cols .post-format-link,
	.posts-list--masonry-2-cols .post-format-link,
	.posts-list--masonry-3-cols .post-format-link {
		padding: 10px 36px 10px 29px;
		font-size: 18px;
		font-size: 1.125rem;
	}
	.posts-list--grid-3-cols .post-format-link:before,
	.posts-list--grid-2-cols .post-format-link:before,
	.posts-list--masonry-2-cols .post-format-link:before,
	.posts-list--masonry-3-cols .post-format-link:before {
		display: inline-block;
	}
}

.post-format-link:before {
	display: inline-block;
	margin: 0 5px 0 0;
	content: 'insert_link';
	vertical-align: middle;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	-webkit-font-feature-settings: 'liga';
					font-feature-settings: 'liga';
}

.has-thumb .post-thumbnail {
	position: relative;
}

.has-thumb .post-thumbnail__format-link {
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 50%;
	left: 0;
	text-align: center;
}

.has-thumb .post-thumbnail__format-link .post-format-link {
	margin: -20px 0 0 0;
}

.post_format-post-format-image .post-format-wrap {
	position: relative;
}

.post-format-quote {
	background-color: transparent;
}

.single-format-video .post iframe {
	width: 100%;
	margin-top: 15px;
}

.post_format-post-format-video .entry-header {
	padding: 20px 0 0;
}

.format-video .post-featured-content {
	background: none;
}

.post-featured-content .post__cats {
	position: relative;
	overflow: hidden;
	margin-bottom: 19px;
	font-size: 18px;
	line-height: 22px;
}

.format-video .post-featured-content .post__cats {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px;
}

@media (min-width: 992px) {
	.format-video .post-featured-content .post__cats {
		margin: 30px;
	}
}

.format-video .post-featured-content .post__cats:first-child {
	position: static;
}

.post.format-status .post__cats {
	padding: 0 0 10px;
}

/* Aside */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-container {
	padding: 42px 0;
	font-size: 12px;
	font-size: 0.75rem;
}

@media (min-width: 768px) {
	.footer-container {
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

.container .footer-container {
	padding-right: 0;
	padding-left: 0;
}

.footer-area-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

@media (min-width: 768px) {
	.footer-area-wrap {
		padding-top: 0;
		padding-bottom: 0;
		border-top: 10px solid #fff;
	}
}

.site-info .footer-logo {
	margin: 0 0 11px;
}

.site-info .social-list {
	margin: 0 0 20px;
}

.footer-layout-boxed .site-info .container {
	padding-right: 0;
	padding-left: 0;
}

.site-info__flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
					flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
					justify-content: space-between;
	-webkit-align-content: stretch;
			-ms-flex-line-pack: stretch;
					align-content: stretch;
	-webkit-align-items: flex-start;
			-ms-flex-align: start;
					align-items: flex-start;
}

@media (min-width: 768px) {
	.site-info__flex {
		-webkit-flex-direction: row;
				-ms-flex-direction: row;
						flex-direction: row;
	}
}

.site-info__flex .footer-logo {
	-webkit-order: 0;
			-ms-flex-order: 0;
					order: 0;
	-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
					flex: 0 1 auto;
	-webkit-align-self: center;
			-ms-flex-item-align: center;
					align-self: center;
}

.site-info__flex .social-list {
	-webkit-order: 1;
			-ms-flex-order: 1;
					order: 1;
	-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
					flex: 0 1 auto;
	-webkit-align-self: center;
			-ms-flex-item-align: center;
					align-self: center;
}

@media (min-width: 768px) {
	.site-info__flex .social-list {
		-webkit-order: 2;
				-ms-flex-order: 2;
						order: 2;
	}
}

.site-info__flex .site-info__mid-box {
	text-align: center;
	-webkit-order: 2;
			-ms-flex-order: 2;
					order: 2;
	-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
					flex: 0 1 auto;
	-webkit-align-self: center;
			-ms-flex-item-align: center;
					align-self: center;
}

@media (min-width: 768px) {
	.site-info__flex .site-info__mid-box {
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
	}
}

.site-footer.default .footer-copyright {
	display: inline-block;
	vertical-align: middle;
}

.site-footer.default .footer-menu {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 1200px) {
	.site-footer.default .footer-menu {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.site-footer.default .social-list {
	margin-bottom: 15px;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.site-footer.default .social-list {
		margin-bottom: 0;
		margin-top: 0;
	}
}

.site-footer.centered {
	text-align: center;
}

.site-footer.centered .site-info .footer-logo {
	margin: 0 0 25px;
}

.site-footer.centered .site-info__mid-box {
	margin-bottom: 22px;
}

.site-footer.centered .social-list {
	margin-bottom: 0;
}

.site-footer.centered .footer-area {
	text-align: left;
}

.site-footer.centered .footer-copyright {
	display: inline-block;
	vertical-align: middle;
}

.site-footer.centered .footer-menu {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 1200px) {
	.site-footer.centered .footer-menu {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.site-footer.minimal .footer-copyright {
	display: inline-block;
	vertical-align: middle;
}

.site-footer.minimal .footer-menu {
	display: inline-block;
	vertical-align: middle;
}

@media (min-width: 1200px) {
	.site-footer.minimal .footer-menu {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.site-footer.minimal .social-list {
	margin-bottom: 15px;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.site-footer.minimal .social-list {
		margin-bottom: 0;
		margin-top: 0;
	}
}

.not-found {
	margin-bottom: 1em;
	text-align: center;
}

@media (min-width: 992px) {
	.not-found {
		margin-bottom: 2em;
	}
}

.not-found .page-title {
	margin: 25px 0 0;
	text-transform: uppercase;
	font-size: 30px;
	font-size: 1.875rem;
}

@media (min-width: 992px) {
	.not-found .page-title {
		font-size: 62px;
		font-size: 3.875rem;
	}
}

.not-found .page-content {
	margin-top: 11px;
}

.not-found .page-content h1 {
	margin: 0 0 35px;
}

.not-found .page-content p {
	margin-top: 39px;
	line-height: 36px;
	font-size: 18px;
	font-size: 1.125rem;
}

@media (min-width: 992px) {
	.not-found .page-content p {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

.error404 #primary {
	margin: 0 auto;
}

.error404 #primary .error-404.not-found {
	padding: 40px 30px;
}

@media (min-width: 992px) {
	.error404 #primary .error-404.not-found {
		padding: 166px 30px;
		max-width: 780px;
	}
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-title {
	line-height: 1.2;
	margin: 0 0 1em 0;
	font-size: 22px;
	font-size: 1.375rem;
}

.footer-area .widget-title {
	margin: 0 0 1.1em 0;
}

@media (min-width: 992px) {
	.widget-title {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

.widget + .widget {
	margin-top: 1em;
}

@media (min-width: 768px) {
	.widget + .widget {
		margin-top: 3.222em;
	}
}

.footer-area .widget {
	margin-top: 1.5em;
}

@media (min-width: 768px) {
	.footer-area .widget {
		margin: 3em 0 1em;
	}
}

.sidebar .widget {
	padding-top: 40px;
	border-top: 2px solid #eeeeee;
}

.footer-area .widget p {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 10px;
}

.widget-area .widget:last-child {
	margin-bottom: 1em;
}

@media (min-width: 768px) {
	.widget-area .widget:last-child {
		margin-bottom: 2em;
	}
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
.widget ul {
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.widget ul li ul {
	margin-left: 10px;
}

.widget > ul > li:first-child {
	margin-top: 0;
}

.widget li {
	position: relative;
	margin-left: 1em;
	list-style: none;
	margin-top: 0.667em;
}

.widget li > ul {
	margin-left: 0;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_rss li,
.widget_nav_menu li {
	margin-left: 0;
}

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
.widget_calendar table {
	margin-bottom: 0;
}

.widget_calendar .calendar_wrap {
	border: 1px solid #e7e7e7;
	padding: 0 10px 15px;
}

@media (min-width: 1200px) {
	.widget_calendar .calendar_wrap {
		padding: 0 30px 20px;
	}
}

.footer-area .widget_calendar .calendar_wrap {
	border: none;
}

.widget_calendar caption {
	margin: 0 -10px 1.5em;
	padding: .7em .5em .6em;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 1.25rem;
}

@media (min-width: 1200px) {
	.widget_calendar caption {
		margin: 0 -30px 1.5em;
	}
}

.widget_calendar tfoot {
	border-top: 1px solid #e7e7e7;
}

.widget_calendar tfoot td {
	padding-top: 15px;
}

.widget_calendar tbody td {
	position: relative;
	line-height: 24px;
}

.widget_calendar tbody td a {
	position: relative;
	display: inline-block;
	width: 20px;
	z-index: 1;
	transition: all 0.5s ease;
}

.widget_calendar tbody td a::before {
	content: '';
	position: absolute;
	width: 28px;
	height: 28px;
	top: -3px;
	left: -4px;
	z-index: -1;
	display: block;
	margin-left: 0px;
	border-radius: 100%;
	transition: all 0.3s ease;
}

.widget_calendar tbody td#today::after {
	content: '';
	position: absolute;
	width: 28px;
	height: 28px;
	z-index: -1;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -14px;
	margin-top: -16px;
	border-radius: 100%;
}

.widget_calendar th, .widget_calendar tbody td {
	padding: .4em 0;
	text-align: center;
	font-size: 13px;
	font-size: 0.8125rem;
}

.widget_calendar #next {
	text-align: right;
}

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud a {
	display: inline-block;
	margin: 0 16px 8px 0;
	padding: 0;
	vertical-align: top;
	text-decoration: none;
}

.sidebar .tagcloud a {
	font-size: 18px !important;
}

.tagcloud a:focus {
	outline: none;
}

/*--------------------------------------------------------------
## Widget Recent Posts
--------------------------------------------------------------*/
.widget_recent_entries li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
			-ms-flex-direction: row;
					flex-direction: row;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
					justify-content: flex-start;
	-webkit-align-content: stretch;
			-ms-flex-line-pack: stretch;
					align-content: stretch;
	-webkit-align-items: flex-start;
			-ms-flex-align: start;
					align-items: flex-start;
	margin-left: 0;
}

.widget_recent_entries li::before {
	display: none;
}

.widget_recent_entries li + li {
	margin-top: 3.5em;
}

.widget_recent_entries li a {
	-webkit-order: 1;
			-ms-flex-order: 1;
					order: 1;
	-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
					flex: 0 1 auto;
	-webkit-align-self: auto;
			-ms-flex-item-align: auto;
					align-self: auto;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.2em;
}

.widget_recent_entries li .post-date {
	-webkit-order: 0;
			-ms-flex-order: 0;
					order: 0;
	-webkit-flex: 0 1 100%;
			-ms-flex: 0 1 100%;
					flex: 0 1 100%;
	-webkit-align-self: auto;
			-ms-flex-item-align: auto;
					align-self: auto;
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------
## Widget Recent Comments
--------------------------------------------------------------*/
.widget_recent_comments li {
	margin-left: 0;
}

.widget_recent_comments li a {
	position: relative;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 36px;
}

.widget_recent_comments li a:before {
	position: relative;
	display: block;
	content: "";
	margin-top: 1px;
}

.widget_recent_comments li::before {
	display: none;
}

.widget_recent_comments li + li {
	margin-top: 1.6em;
}

@media (min-width: 1200px) {
	.widget_recent_comments li + li {
		margin-top: 3.6em;
	}
}

/*--------------------------------------------------------------
## Textwidget
--------------------------------------------------------------*/
.textwidget a {
	font-size: 16px;
	font-size: 1rem;
}

/*--------------------------------------------------------------
## About HealthRehub
--------------------------------------------------------------*/
.sidebar .widget-about {
	text-align: center;
	padding-top: 0;
	margin-top: 30px;
	margin-top: 3.222em;
}

.sidebar .widget-about .widget-about__content {
	padding: 1px 20px 25px;
}

@media (min-width: 1200px) {
	.sidebar .widget-about .widget-about__content {
		padding: 1px 70px 40px;
	}
}

.sidebar .widget-about .widget-about__content h4 {
	margin-bottom: 30px;
}

.widget-about__logo {
	margin-bottom: 32px;
}

.widget-about__logo-img {
	vertical-align: top;
}

.widget-about .tm_builder_inner_content p {
	font-size: 18px;
	font-size: 1.125rem;
}

/*--------------------------------------------------------------
## About author
--------------------------------------------------------------*/
.widget-about-author {
	text-align: center;
}

.full-width-header-area .widget-about-author,
.after-content-full-width-area .widget-about-author {
	padding: 1em;
	text-align: left;
}

@media (min-width: 992px) {
	.full-width-header-area .widget-about-author,
	.after-content-full-width-area .widget-about-author {
		padding: 2em;
	}
}

.before-content-area .widget-about-author,
.before-loop-area .widget-about-author,
.after-content-area .widget-about-author,
.after-loop-area .widget-about-author {
	text-align: left;
}

.about-author:after {
	display: block;
	clear: both;
	width: 100%;
	content: '';
}

.about-author_avatar {
	text-align: center;
}

.full-width-header-area .about-author_avatar,
.after-content-full-width-area .about-author_avatar,
.before-content-area .about-author_avatar,
.before-loop-area .about-author_avatar,
.after-content-area .about-author_avatar,
.after-loop-area .about-author_avatar {
	margin: 0 0 1em;
	max-width: 100%;
}

@media (min-width: 544px) {
	.full-width-header-area .about-author_avatar,
	.after-content-full-width-area .about-author_avatar,
	.before-content-area .about-author_avatar,
	.before-loop-area .about-author_avatar,
	.after-content-area .about-author_avatar,
	.after-loop-area .about-author_avatar {
		float: left;
		max-width: 50%;
		margin: 0 1.5em 0 0;
	}
}

.about-author_img {
	border-radius: 100%;
}

.full-width-header-area .about-author_content,
.after-content-full-width-area .about-author_content,
.before-content-area .about-author_content,
.before-loop-area .about-author_content,
.after-content-area .about-author_content,
.after-loop-area .about-author_content {
	overflow: hidden;
}

.about-author_name {
	margin: 0;
	padding: 1em 0;
}

.about-author_description {
	padding: 0 0 1.5em;
}

.about-author_btn_box {
	padding-top: 1em;
	border-top: 1px solid #4c5461;
}

@media (min-width: 992px) {
	.about-author_btn_box {
		padding-top: 2em;
	}
}

.footer-area .about-author_btn_box {
	border-top-color: rgba(255, 255, 255, 0.2);
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.widget-banner__img {
	display: inline-block;
	vertical-align: top;
}

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.instagram__items {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
			-ms-flex-flow: row wrap;
					flex-flow: row wrap;
	margin-left: -4px;
	margin-right: -4px;
}

.instagram__item {
	position: relative;
	-webkit-flex: auto;
			-ms-flex: auto;
					flex: auto;
	min-height: 1px;
	padding: 4px;
}

.sidebar .instagram__item {
	-webkit-flex: 0 0 33.33333%;
			-ms-flex: 0 0 33.33333%;
					flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.instagram__link {
	position: relative;
	overflow: hidden;
	display: block;
}

.instagram__link:hover .instagram__cover {
	opacity: .75;
}

.instagram__img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.instagram__cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	opacity: 0;
	text-align: center;
	transition: all .25s ease-out;
}

.instagram__cover:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	-webkit-font-feature-settings: 'liga';
					font-feature-settings: 'liga';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	content: '\E8F4';
	font-size: 2em;
	-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}

.full-width-header-area .widget-instagram,
.after-content-full-width-area .widget-instagram {
	padding: 0 4px;
}

/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.after-content-full-width-area .widget.widget-subscribe {
	margin-bottom: 0;
}

.after-content-full-width-area .widget.widget-subscribe .widget-title {
	text-transform: uppercase;
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 35px;
}

@media (min-width: 992px) {
	.after-content-full-width-area .widget.widget-subscribe .widget-title {
		font-size: 44px;
		font-size: 2.75rem;
	}
}

.sidebar .widget.widget-subscribe {
	padding-top: 0;
	margin-top: 58px;
}

.follow-block {
	padding: 0 0 20px;
}

.sidebar .follow-block,
.footer-area .follow-block {
	padding: 20px;
}

@media (min-width: 992px) {
	.sidebar .follow-block,
	.footer-area .follow-block {
		padding: 41px 45px 52px;
	}
}

.sidebar .follow-block .widget-title,
.footer-area .follow-block .widget-title {
	margin-bottom: 27px;
}

.follow-block .social-list .menu-item {
	margin-left: 10px;
}

.follow-block .social-list .menu-item > a:before {
	font-size: 34px;
	font-size: 2.125rem;
}

.sidebar .follow-block,
.footer-area .follow-block,
.after-content-full-width-area .follow-block {
	text-align: center;
}

.after-content-full-width-area .follow-block {
	padding: 50px 0;
	width: 100%;
}

.after-content-full-width-area .follow-block + .subscribe-block {
	padding: 0 30px 30px;
}

@media (min-width: 992px) {
	.after-content-full-width-area .follow-block + .subscribe-block {
		padding: 0 0 86px;
	}
}

@media (min-width: 992px) {
	.after-content-full-width-area .follow-block {
		max-width: 740px;
		margin: 0 auto;
		padding: 65px 0;
	}
}

.follow-block + .subscribe-block {
	padding: 0 0 30px;
}

@media (min-width: 992px) {
	.follow-block + .subscribe-block {
		padding: 0 0 86px;
	}
}

.after-content-full-width-area .follow-block + .subscribe-block {
	padding: 0 30px 30px;
}

@media (min-width: 992px) {
	.after-content-full-width-area .follow-block + .subscribe-block {
		padding: 0 0 86px;
	}
}

.subscribe-block {
	padding: 0 0 20px;
}

.sidebar .subscribe-block,
.footer-area .subscribe-block {
	padding: 20px;
}

@media (min-width: 992px) {
	.sidebar .subscribe-block,
	.footer-area .subscribe-block {
		padding: 40px 30px;
	}
}

.sidebar .subscribe-block .widget-title,
.footer-area .subscribe-block .widget-title {
	margin-bottom: 22px;
}

.sidebar .subscribe-block__message,
.footer-area .subscribe-block__message {
	padding-bottom: 30px;
}

.after-content-full-width-area .subscribe-block {
	width: 100%;
	padding: 40px 30px;
}

@media (min-width: 992px) {
	.after-content-full-width-area .subscribe-block {
		max-width: 740px;
		margin: 0 auto;
		padding: 86px 0 88px;
	}
}

.sidebar .subscribe-block,
.footer-area .subscribe-block,
.after-content-full-width-area .subscribe-block {
	text-align: center;
}

.subscribe-block__input-group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
					justify-content: flex-start;
	-webkit-align-content: stretch;
			-ms-flex-line-pack: stretch;
					align-content: stretch;
	-webkit-align-items: flex-start;
			-ms-flex-align: start;
					align-items: flex-start;
}

.sidebar .subscribe-block__input-group,
.footer-area .subscribe-block__input-group,
.after-content-full-width-area .subscribe-block__input-group {
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
}

.subscribe-block__input[type='email'] {
	width: 100%;
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-order: 0;
			-ms-flex-order: 0;
					order: 0;
	-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
					flex: 0 1 auto;
	-webkit-align-self: center;
			-ms-flex-item-align: center;
					align-self: center;
	margin: 0 auto;
}

.after-content-full-width-area .subscribe-block__input[type='email'] {
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
}

.subscribe-block__input[type='email'].error {
	box-shadow: inset 0 -5px 0 0 #fe5c7a;
}

@media (min-width: 1200px) {
	.subscribe-block__input[type='email'] {
		max-width: 76%;
	}
}

.footer-area .subscribe-block__input[type='email']:focus {
	background: #fff;
	box-shadow: none;
}

.sidebar-1-4 .subscribe-block__input[type='email'] {
	max-width: calc(100% - 50px);
}

.subscribe-block__submit {
	-webkit-order: 1;
			-ms-flex-order: 1;
					order: 1;
	-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
					flex: 0 1 auto;
	-webkit-align-self: center;
			-ms-flex-item-align: center;
					align-self: center;
	margin-top: 20px;
	font-size: 18px;
	font-size: 1.125rem;
}

.subscribe-block__message {
	padding: 0 0 15px;
}

.after-content-full-width-area .subscribe-block__message {
	padding: 0 0 40px;
}

.footer-area .subscribe-block__message {
	padding-bottom: 20px;
}

.subscribe-block__messages {
	margin: 10px 0;
}

.subscribe-block__messages .subscribe-block__error {
	color: #fe5c7a;
}

/*--------------------------------------------------------------
## Custom Posts
--------------------------------------------------------------*/
.custom-posts__item + .custom-posts__item {
	margin-top: 1.5em;
}

.full-width-header-area .custom-posts__item,
.after-content-full-width-area .custom-posts__item {
	margin: 0 0 1.5em;
}

.custom-posts .post__cats {
	margin-top: 15px;
}

.full-width-header-area .custom-posts,
.after-content-full-width-area .custom-posts {
	padding-right: 1.875rem;
	padding-left: 1.875rem;
}

/*--------------------------------------------------------------
## Contact Information
--------------------------------------------------------------*/
.contact-information-widget__inner li {
	margin-left: 0;
}

.contact-information-widget__inner li .icon {
	font-size: 2em;
	-webkit-transform: translateY(0.2em);
			-ms-transform: translateY(0.2em);
					transform: translateY(0.2em);
	margin-right: 5px;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.wpcf7 .wpcf7-form-control-wrap input {
	width: 100%;
}

.wpcf7 .wpcf7-not-valid {
	border-color: #fe5c7a;
	background: rgba(254, 92, 122, 0.1);
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #fe5c7a;
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng, .wpcf7 .wpcf7-mail-sent-ok {
	margin: 1.5em 0;
	padding: 1em 2em;
	color: #fff;
	border: none;
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng {
	background: #fe5c7a;
}

.wpcf7 .wpcf7-mail-sent-ok {
	background: #00da4c;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

.img-pull-left {
	float: left;
	width: 50%;
	margin: 0 4% 1% 0;
}

.img-pull-right {
	float: right;
	width: 50%;
	margin: 0 0 1% 4%;
}

/*--------------------------------------------------------------
## 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 {
	margin: 0.8075em 0;
	font-size: 12px;
	font-size: 0.75rem;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.embed-responsive {
	position: relative;
	display: block;
	padding: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 62.33%;
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}

/* Facebook embed */
.fb_iframe_widget {
	max-width: 100%;
}

.fb_iframe_widget > span {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Builder
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
#tm_builder_outer_content blockquote {
	position: relative;
	margin: 0 0 1em;
	padding: 0 0 0 55px;
}

#tm_builder_outer_content blockquote:before {
	content: "\f10d";
	top: -2px;
	left: 2px;
	position: absolute;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 28px;
	font-size: 1.75rem;
	border: none;
}

@media (min-width: 992px) {
	#tm_builder_outer_content blockquote:before {
		font-size: 36px;
		font-size: 2.25rem;
	}
}

#tm_builder_outer_content blockquote p {
	margin: 0;
	line-height: 1.4em;
	font-size: 20px;
	font-size: 1.25rem;
}

@media (min-width: 992px) {
	#tm_builder_outer_content blockquote p {
		font-size: 44px;
		font-size: 2.75rem;
	}
}

#tm_builder_outer_content blockquote p + p {
	margin-top: 1em;
}

#tm_builder_outer_content blockquote cite {
	display: block;
	padding: 19px 0 2px 3px;
}

#tm_builder_outer_content blockquote cite:before {
	content: "";
	width: 15px;
	height: 2px;
	margin-right: 8px;
	position: relative;
	display: inline-block;
	-webkit-transform: translateY(-5px);
			-ms-transform: translateY(-5px);
					transform: translateY(-5px);
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_slider .tm_pb_container {
	max-width: 1440px;
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description {
	padding: 25% 0 18%;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description {
		padding: 14.4% 0 20.4%;
		max-width: 710px;
		margin: 0 auto;
	}
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description p {
	margin: 0;
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description h2 {
	font-size: 16px;
	font-size: 1rem;
	margin: 10px 0 3px;
	font-size: 35px;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description h2 {
		font-size: 48px;
		padding: 0;
	}
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description h1 {
	text-transform: lowercase;
	font-size: 50px;
	margin: 4px 0;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description h1 {
		font-size: 90px;
	}
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_0 .tm_pb_slide_description {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_0 .tm_pb_slide_description {
		max-width: 485px;
		text-align: left;
		margin: 0 0 0 auto;
	}
	.home #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_0 .tm_pb_slide_description {
		max-width: 710px;
	}
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_1 .tm_pb_slide_description {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_1 .tm_pb_slide_description {
		max-width: 485px;
		text-align: left;
		margin: 0 auto 0 0;
	}
	.home #tm_builder_outer_content .tm_pb_slider .tm_pb_slide_1 .tm_pb_slide_description {
		max-width: 710px;
	}
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_2 .tm_pb_slide_description {
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_button, #tm_builder_outer_content .tm_pb_slider .button_invert {
	margin: 20px 0 0;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_slider .tm_pb_button, #tm_builder_outer_content .tm_pb_slider .button_invert {
		margin: 30px 0 0;
	}
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_slider .tm_pb_button, #tm_builder_outer_content .tm_pb_slider .button_invert {
		margin: 80px 0 0;
	}
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_more_button_invert {
	margin: 0;
}

#tm_builder_outer_content .tm_pb_slider .button_invert {
	margin-left: 0;
	display: block;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_slider .button_invert {
		margin-left: 10px;
		display: inline-block;
	}
}

#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-prev, #tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-next {
	width: 36px;
	height: 36px;
	line-height: 34px;
	top: auto;
	bottom: 10px;
	border-radius: 100%;
	text-align: center;
}

@media (min-width: 544px) {
	#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-prev, #tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-next {
		top: 50%;
	}
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-prev, #tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-next {
		width: 64px;
		height: 64px;
		top: 50%;
	}
}

#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-prev:before, #tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-next:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	-webkit-font-feature-settings: 'liga';
					font-feature-settings: 'liga';
	font-size: 28.8px;
	font-size: 1.8rem;
	line-height: 34px;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-prev:before, #tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-next:before {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 64px;
	}
}

#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-prev:before {
	content: '\E314';
}

#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-next:before {
	content: '\E315';
}

#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
	bottom: 5px;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
		bottom: 20px;
	}
}

#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a {
	border-radius: 18px;
	width: 18px;
	height: 18px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
@media (max-width: 543px) {
	.content-layout-fullwidth #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_blog_grid_wrapper .tm_pb_post_content,
	.content-layout-fullwidth #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_blog_grid_wrapper .entry-title,
	.content-layout-fullwidth #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_blog_grid_wrapper .tm_pb_post_meta {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 543px) {
	.content-layout-fullwidth #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_blog_grid_wrapper > div {
		padding-left: 0;
		padding-right: 0;
	}
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_image_container .entry-featured-image-url {
	line-height: 0;
	overflow: hidden;
	position: relative;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_image_container .entry-featured-image-url:before {
	transition: all 0.4s ease;
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	box-shadow: 0px 0px 70px 200px rgba(255, 255, 255, 0.4);
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
					transform: scale(0.8);
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_image_container .entry-featured-image-url img {
	transition: all 0.35s ease;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1);
	width: 100%;
	background-size: cover;
	background-position: center;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_image_container .entry-featured-image-url:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1);
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_image_container .entry-featured-image-url:hover img {
	-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
					transform: scale(1.05);
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .entry-title {
	text-transform: uppercase;
	font-size: 24px;
	font-size: 1.5rem;
	margin: 11px 0 20px;
	line-height: 1em;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_blog.tm_pb_module .entry-title {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 36px;
	}
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta .author_meta,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta .published,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta .categories_meta,
#tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta .comments {
	margin-right: 8px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .more-link {
	margin-top: 20px;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .pagination {
	text-align: center;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .pagination .nav-links a.page-numbers, #tm_builder_outer_content .tm_pb_blog.tm_pb_module .pagination .nav-links .page-numbers.current {
	padding: 0;
	border-radius: 60px;
	line-height: 62px;
	border: none;
	padding: 0 15px;
	font-size: 20px;
	font-size: 1.25rem;
}

#tm_builder_outer_content .tm_pb_post {
	margin-bottom: 55px;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Taxonomy
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blurb
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_blurb.tm_pb_module {
	padding: 30px 20px;
	position: relative;
	transition: all 0.32s ease;
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_blurb.tm_pb_module {
		padding: 75px 35px 90px;
	}
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module:after {
	content: "";
	position: absolute;
	height: 6px;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 0.37s ease;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module:hover:after {
	height: 12px;
	transition: all 0.25s ease;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm-pb-icon {
	font-size: 64px;
	font-size: 4rem;
	padding: 0 0 28px;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container h4 {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 0px;
	padding-bottom: 18px;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container h4 {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container h4 a:hover {
	opacity: .7;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top .tm_pb_main_blurb_image {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top .tm_pb_main_blurb_image {
		margin: 20px 0 31px;
	}
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_main_blurb_image {
		display: table-cell;
	}
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container {
	padding-left: 0;
	display: block;
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container {
		padding-left: 30px;
		display: table-cell;
	}
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module h4 {
	text-transform: uppercase;
	font-weight: 100;
}

/*--------------------------------------------------------------
# Brands Showcase
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls {
	counter-reset: list;
	border: none;
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls:before, #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 2px;
	left: 0;
	z-index: -1;
	display: none;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls:before, #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls:after {
		display: block;
	}
}

@media (max-width: 1199px) {
	.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls:before, .position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls:after {
		display: none;
	}
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls:after {
	height: 2px;
	left: auto;
	right: 0;
	visibility: visible;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
				-ms-flex-direction: row;
						flex-direction: row;
		-webkit-flex-wrap: nowrap;
				-ms-flex-wrap: nowrap;
						flex-wrap: nowrap;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
		-webkit-align-content: center;
				-ms-flex-line-pack: center;
						align-content: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
		text-align: center;
		height: 100%;
		position: relative;
	}
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
	position: relative;
	display: block;
	margin: 0;
	padding: 15px;
	min-height: auto;
	transition: all 0.3s ease;
}

.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
	padding-top: 10px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
			-ms-flex-direction: row;
					flex-direction: row;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-align-content: center;
			-ms-flex-line-pack: center;
					align-content: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	text-align: center;
	min-height: 70px;
}

@media (min-width: 768px) {
	.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
		min-height: 119px;
	}
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
		-webkit-flex: 0 1 auto;
				-ms-flex: 0 1 auto;
						flex: 0 1 auto;
		-webkit-align-self: auto;
				-ms-flex-item-align: auto;
						align-self: auto;
		min-height: auto;
	}
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
		padding: 70px 25px 0;
		min-height: 140px;
	}
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
		padding: 113px 53px 0;
		min-height: 191px;
	}
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li:after {
	width: 100%;
	height: 0;
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	transition: all 0.4s ease-out;
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li:hover:after, #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li.tm_pb_tab_active:after {
	height: 100%;
	transition: all 0.3s ease-out;
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a {
	font-size: 16px;
	font-size: 1rem;
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a:before {
	list-style: decimal-leading-zero;
	content: "0" counter(list) "/";
	counter-increment: list;
	position: relative;
	display: inline-block;
	margin: 0 10px 0 0;
	top: 0;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: left;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a:before {
		top: -10px;
		font-size: 17.6px;
		font-size: 1.1rem;
	}
}

.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a {
	line-height: 1.2em;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a {
		font-size: 30px;
		font-size: 1.875rem;
	}
	.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li.tm_pb_tab_active {
	bottom: 0;
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs {
	padding: 0 35px;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs {
		padding: 30px 15px;
	}
	.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs {
		padding: 10px;
	}
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs {
		padding: 60px 89px;
	}
	.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs {
		padding: 9px 41px;
	}
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab h1 {
	padding-top: 0;
}

@media (min-width: 1500px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab h1 {
		padding-top: 149px;
	}
}

.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab h2 {
	padding-top: 0;
}

@media (min-width: 1500px) {
	.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab h2 {
		padding-top: 20px;
	}
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab p {
	line-height: 1.7em;
}

.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab p {
	font-size: 12px;
	font-size: 0.75rem;
}

@media (max-width: 768px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab p:first-child {
		margin: 0 -35px;
	}
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab .alignleft {
	margin: 0 60px 15px 0;
}

.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab .alignleft {
	margin: 0 37px 15px 0;
}

@media (max-width: 1350px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab .alignleft {
		margin: 0 30px 15px 0;
		float: left;
		width: 50%;
	}
}

@media (max-width: 768px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab .alignleft {
		margin: 0 0 15px 0;
		width: 100%;
		float: none;
	}
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab .alignright {
	margin: 0 0 15px 60px;
}

.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab .alignright {
	margin: 0 0 15px 37px;
}

@media (max-width: 1350px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab .alignright {
		margin: 0 0 15px 30px;
		float: right;
		width: 50%;
	}
}

@media (max-width: 768px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs .tm_pb_tab .alignright {
		margin: 0 0 15px 0;
		width: 100%;
		float: none;
	}
}

/*--------------------------------------------------------------
# Counters
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_amount {
	border-radius: 30px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3em;
	padding: 1px 10px 1px 1px;
}

#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_title {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 11px;
}

#tm_builder_outer_content .tm_pb_counters.tm_pb_module .tm_pb_counter_container {
	border-radius: 30px;
}

/*--------------------------------------------------------------
# Number Counter
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module h3 {
	font-size: 16px;
	font-size: 1rem;
	padding: 0;
	margin-top: 0;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module h3 {
		font-size: 30px;
		font-size: 1.875rem;
		padding: 20px 0 0;
	}
}

#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .percent {
	font-size: 30px;
	font-size: 1.875rem;
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .percent {
		font-size: 44px;
		font-size: 2.75rem;
	}
}

/*--------------------------------------------------------------
# Circle Counter
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_circle_counter {
	max-width: 100%;
}

#tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar {
	max-width: 100%;
}

#tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar .percent p {
	margin-bottom: 10px;
	padding: 52% 0 48%;
}

#tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar canvas {
	max-width: 100% !important;
	height: auto !important;
}

#tm_builder_outer_content .tm_pb_circle_counter h3 {
	margin: 0;
	padding-top: 17px;
	line-height: 1.5em;
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_circle_counter h3 {
		margin: 0 -60px;
	}
}

@media (min-width: 1450px) {
	.cutom_width_circles {
		padding-right: 275px;
		padding-left: 275px;
	}
}

/*--------------------------------------------------------------
# Audio
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-volume-button button {
	overflow: visible;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container span.mejs-currenttime {
	font-size: 17px;
	font-size: 1.0625rem;
}

@media (max-width: 991px) {
	#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {
		position: relative;
		width: auto;
		padding-bottom: 60%;
	}
	#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content {
		margin-left: 0;
	}
}

#tm_builder_outer_content .tm_pb_audio_module {
	margin-bottom: 50px;
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_cover_art {
	width: 387px;
}

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_audio_no_image .tm_pb_audio_module_content {
	margin-left: 0;
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content {
	padding: 30px 20px 20px;
	margin-left: 387px;
}

@media (min-width: 544px) {
	#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content {
		padding: 20px;
	}
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content {
		padding: 30px;
	}
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content {
		padding: 40px 40px 50px;
	}
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content {
		padding: 42px 60px 60px;
	}
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content h2 {
	padding: 0;
	margin: 0 0 13px;
	font-size: 20px;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content h2 {
		padding: 0 80px;
	}
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content .tm_audio_module_meta {
	font-size: 18px;
	line-height: 1.4;
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content .mejs-container {
	margin-top: 29px;
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content .mejs-container .mejs-controls .mejs-horizontal-volume-handle {
	display: none;
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content .mejs-container .mejs-controls .mejs-playpause-button button:before {
	font-size: 16px;
	margin-left: 10px;
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content .mejs-container .mejs-controls .mejs-currenttime-container .mejs-currenttime {
	font-size: 12px;
	line-height: 30px;
}

#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
	margin-right: 10px;
}

@media (max-width: 1200px) {
	#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_cover_art {
		position: static;
		width: 100%;
		height: 100%;
		padding-bottom: 46%;
	}
	#tm_builder_outer_content .tm_pb_audio_module .tm_pb_audio_module_content {
		margin-left: 0;
	}
}

#tm_builder_outer_content .col-xl-6 .tm_pb_audio_module .tm_pb_audio_cover_art, #tm_builder_outer_content .col-xl-4 .tm_pb_audio_module .tm_pb_audio_cover_art, #tm_builder_outer_content .col-xl-3 .tm_pb_audio_module .tm_pb_audio_cover_art,
#tm_builder_outer_content .col-lg-6 .tm_pb_audio_module .tm_pb_audio_cover_art, #tm_builder_outer_content .col-lg-4 .tm_pb_audio_module .tm_pb_audio_cover_art, #tm_builder_outer_content .col-lg-3 .tm_pb_audio_module .tm_pb_audio_cover_art,
#tm_builder_outer_content .col-md-6 .tm_pb_audio_module .tm_pb_audio_cover_art, #tm_builder_outer_content .col-md-4 .tm_pb_audio_module .tm_pb_audio_cover_art, #tm_builder_outer_content .col-md-3 .tm_pb_audio_module .tm_pb_audio_cover_art,
#tm_builder_outer_content .col-sm-6 .tm_pb_audio_module .tm_pb_audio_cover_art, #tm_builder_outer_content .col-sm-4 .tm_pb_audio_module .tm_pb_audio_cover_art, #tm_builder_outer_content .col-sm-3 .tm_pb_audio_module .tm_pb_audio_cover_art {
	position: static;
	width: 100%;
	height: 100%;
	padding-bottom: 46%;
}

#tm_builder_outer_content .col-xl-6 .tm_pb_audio_module .tm_pb_audio_module_content, #tm_builder_outer_content .col-xl-4 .tm_pb_audio_module .tm_pb_audio_module_content, #tm_builder_outer_content .col-xl-3 .tm_pb_audio_module .tm_pb_audio_module_content,
#tm_builder_outer_content .col-lg-6 .tm_pb_audio_module .tm_pb_audio_module_content, #tm_builder_outer_content .col-lg-4 .tm_pb_audio_module .tm_pb_audio_module_content, #tm_builder_outer_content .col-lg-3 .tm_pb_audio_module .tm_pb_audio_module_content,
#tm_builder_outer_content .col-md-6 .tm_pb_audio_module .tm_pb_audio_module_content, #tm_builder_outer_content .col-md-4 .tm_pb_audio_module .tm_pb_audio_module_content, #tm_builder_outer_content .col-md-3 .tm_pb_audio_module .tm_pb_audio_module_content,
#tm_builder_outer_content .col-sm-6 .tm_pb_audio_module .tm_pb_audio_module_content, #tm_builder_outer_content .col-sm-4 .tm_pb_audio_module .tm_pb_audio_module_content, #tm_builder_outer_content .col-sm-3 .tm_pb_audio_module .tm_pb_audio_module_content {
	margin-left: 0;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play {
	font-size: 64px;
	font-size: 4rem;
}

#tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play::before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	-webkit-font-feature-settings: 'liga';
					font-feature-settings: 'liga';
	content: "play_arrow";
	text-align: center;
	vertical-align: middle;
	border-radius: 100%;
	width: 92px;
	height: 92px;
	line-height: 92px;
}

@media (max-width: 543px) {
	.content-layout-fullwidth #tm_builder_outer_content .tm_pb_video {
		margin: 0 -30px;
	}
}

/*--------------------------------------------------------------
# Pricing Table
--------------------------------------------------------------*/
@media (max-width: 1199px) {
	.position-one-right-sidebar #tm_builder_outer_content .tm_pb_column_4_4 .tm_pb_pricing_table {
		width: 100%;
	}
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_table {
	padding: 20px 50px;
}

@media (max-width: 1199px) {
	#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_table {
		margin-top: 0;
	}
}

@media (max-width: 1550px) {
	#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_table {
		padding: 20px 10px 30px;
	}
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_table.tm_pb_featured_table {
	padding: 51px 70px 89px;
}

@media (max-width: 1550px) {
	#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_table.tm_pb_featured_table {
		padding: 20px 20px 50px;
	}
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_heading {
	padding: 0;
	margin-bottom: 26px;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_heading .tm_pb_pricing_title {
	line-height: 1.337em;
	margin-top: 29px;
	margin-bottom: 12px;
	padding-bottom: 0;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content {
	padding: 30px 0;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content .tm_pb_pricing li {
	border-bottom: 1px solid;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content .tm_pb_pricing li:last-child {
	border-bottom: none;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content .tm_pb_pricing li:before {
	display: none;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content_top {
	width: 182px;
	height: 182px;
	margin: 0 auto;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
	padding-bottom: 0;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content_top .tm_pb_tm_price {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
			-ms-flex-direction: row;
					flex-direction: row;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-align-content: center;
			-ms-flex-line-pack: center;
					align-content: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	text-align: center;
	height: 100%;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content_top .tm_pb_tm_price .tm_pb_frequency {
	-webkit-order: 0;
			-ms-flex-order: 0;
					order: 0;
	-webkit-flex: 0 1 100%;
			-ms-flex: 0 1 100%;
					flex: 0 1 100%;
	-webkit-align-self: auto;
			-ms-flex-item-align: auto;
					align-self: auto;
	font-size: 16px;
	font-size: 1rem;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content_top .tm_pb_tm_price .tm_pb_sum, #tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content_top .tm_pb_tm_price .tm_pb_dollar_sign {
	-webkit-order: 1;
			-ms-flex-order: 1;
					order: 1;
	-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
					flex: 0 1 auto;
	-webkit-align-self: auto;
			-ms-flex-item-align: auto;
					align-self: auto;
	font-size: 30px;
	font-size: 1.875rem;
	margin: 0;
	position: relative;
	line-height: 1.2em;
}

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_best_value {
	font-size: 18px;
	font-size: 1.125rem;
}

/*--------------------------------------------------------------
# Pricing Table
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_contact_form {
	position: relative;
}

#tm_builder_outer_content .tm_pb_contact_form .tm_contact_bottom_container {
	position: relative;
	overflow: visible;
	float: none;
	text-align: left;
}

#tm_builder_outer_content div.tm_pb_contact_right {
	margin-top: 9px;
	margin-right: 20px;
}

#tm_builder_outer_content .tm_pb_contact_main_title {
	margin-bottom: 36px;
	margin-top: 0;
	line-height: 36px;
}

#tm_builder_outer_content .tm_pb_contact_submit {
	margin-top: 8px;
}

#tm_builder_outer_content .tm_pb_contact_field {
	text-align: left;
	width: 100%;
}

#tm_builder_outer_content .tm_pb_contact_field .tm_pb_contact_form_label {
	margin-bottom: 5px;
	display: block;
}

#tm_builder_outer_content .tm_pb_contact_field select {
	-webkit-appearance: none;
	background-image: url(assets/images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}

#tm_builder_outer_content .tm_pb_contact_field .tm_pb_contact_form_input {
	margin: 0 0 12px 0;
}

#tm_builder_outer_content .tm_contact_error {
	box-shadow: inset 0 -5px 0 0 #fe5c7a;
}

#tm_builder_outer_content .cf-success-message {
	font-size: 14px;
	background-color: #00da4c;
	padding: 10px 15px;
	display: block;
	text-align: left;
}

#tm_builder_outer_content .tm-pb-contact-message {
	position: relative;
	top: 0;
	right: 0;
	text-align: left;
	margin-bottom: 10px;
	color: #fe5c7a;
}

#tm_builder_outer_content .tm-pb-contact-message li, #tm_builder_outer_content .tm-pb-contact-message p {
	font-size: 12px;
}

#tm_builder_outer_content .tm-pb-contact-message p {
	margin-bottom: 0;
	padding-right: 12px;
}

#tm_builder_outer_content .tm-pb-contact-message p, #tm_builder_outer_content .tm-pb-contact-message ul {
	display: inline;
}

#tm_builder_outer_content .tm-pb-contact-message ul + p::before {
	content: "";
	display: block;
}

#tm_builder_outer_content .tm-pb-contact-message ul li {
	display: inline-block;
	padding: 2px 10px;
	margin-right: 2px;
	color: #fe5c7a;
}

#tm_builder_outer_content .tm-pb-contact-message ul li::after {
	display: inline-block;
	margin-right: 6px;
}

#tm_builder_outer_content .tm-pb-contact-message ul li:last-child::after {
	display: none;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm-pb-contact-message {
		text-align: right;
	}
}

/*--------------------------------------------------------------
# Toggle
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_toggle {
	border: none;
	padding: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open {
	transition: .3s linear;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
	padding: 15px 30px 15px 45px;
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.125rem;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	-webkit-font-feature-settings: 'liga';
					font-feature-settings: 'liga';
	font-size: 32px;
	font-size: 2rem;
	content: "\E5CC";
	transition: .3s ease-in-out;
	left: 6px;
}

@media (max-width: 1199px) {
	#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
		top: 15px;
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
		padding: 25px 58px 26px;
	}
	#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
		left: 18px;
	}
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
	-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
					transform: rotate(90deg);
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle .tm_pb_toggle_content {
	padding: 15px 30px;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_module.tm_pb_toggle .tm_pb_toggle_content {
		padding: 19px 55px;
	}
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle .tm_pb_toggle_content p {
	margin-bottom: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_toggle .tm_pb_toggle_content p strong span {
	font-size: inherit;
	line-height: inherit;
	font-weight: bold;
	margin-right: 5px;
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle {
	margin-bottom: 2px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
	padding: 15px 45px 15px 30px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
	left: auto;
	right: 6px;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title {
		padding: 26px 60px 26px 29px;
	}
	#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
		right: 28px;
		font-size: 30px;
		font-size: 1.875rem;
	}
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_content, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_content {
	padding: 19px 30px 11px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close .tm_pb_toggle_title::before {
	content: "\E148";
}

#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
	content: "\E15D";
	-webkit-transform: rotate(0);
			-ms-transform: rotate(0);
					transform: rotate(0);
}

/*--------------------------------------------------------------
# Social Media Follow
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li {
	margin-top: 0;
}

#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li a.icon {
	height: 28px;
	width: 28px;
	margin-right: 20px;
	font-size: 14px;
	font-size: 0.875rem;
}

#tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li a.icon.rounded_rectangle {
	border-radius: 100%;
}

/*--------------------------------------------------------------
# Person
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_image img {
	width: 100%;
}

#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_name {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_name {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_name a:hover {
	opacity: 0.65;
}

#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_description {
	overflow: hidden;
	padding: 19px 10px;
}

#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_position {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
			-ms-flex-direction: column;
					flex-direction: column;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module::before {
	-webkit-order: 1;
			-ms-flex-order: 1;
					order: 1;
	font-size: 30px;
	font-size: 1.875rem;
	margin: 0 0 15px;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module::before {
		margin: 0 0 29px;
	}
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_portrait {
	-webkit-order: 0;
			-ms-flex-order: 0;
					order: 0;
	width: 135px;
	height: 135px;
	margin: 0 auto 20px;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_portrait {
		margin: 0 auto 40px;
	}
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description {
	-webkit-order: 2;
			-ms-flex-order: 2;
					order: 2;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description_inner {
	padding: 0;
	width: auto !important;
	box-sizing: border-box;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description_inner {
		padding: 0 70px;
	}
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description p {
	margin-bottom: 1.1em;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author {
	display: block;
	margin-top: 0;
	text-transform: uppercase;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_job_title {
	position: relative;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module.tm_pb_testimonial_no_bg {
	padding: 21px 0 0;
}

/*--------------------------------------------------------------
# Promo
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Countdown Timer
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module {
	padding: 30px 1% 25px;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module {
		padding: 49px 1% 34px;
	}
}

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module.tm_pb_countdown_timer_circle_layout .values {
	margin-bottom: 10px;
}

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module.tm_pb_countdown_timer_circle_layout .values .value {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1em;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module.tm_pb_countdown_timer_circle_layout .values .value {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module.tm_pb_countdown_timer_circle_layout .sep {
	display: none;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module.tm_pb_countdown_timer_circle_layout .sep {
		display: inline-block;
		margin: 0 7px;
	}
}

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {
	font-size: 30px;
	font-size: 1.875rem;
}

.tm_pb_countdown_timer_circle_layout #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1em;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {
		font-size: 60px;
		font-size: 3.75rem;
	}
}

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .label {
	text-transform: uppercase;
	font-size: 10.4px;
	font-size: 0.65rem;
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .label {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.sep {
	font-size: 30px;
	font-size: 1.875rem;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.sep {
		font-size: 48px;
		font-size: 3rem;
	}
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_button {
	text-decoration: none;
	line-height: 1;
	display: inline-block;
	max-width: 100%;
	padding: 18px 30px;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	text-overflow: ellipsis;
	border-radius: 58px;
	box-shadow: none;
	border: none;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	transition: all 0.35s ease;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_button {
		padding: 20px 41px;
	}
}

@media (max-width: 991px) {
	#tm_builder_outer_content .tm_pb_button {
		font-size: 16px;
		font-size: 1rem;
	}
}

#tm_builder_outer_content .tm_pb_button:hover {
	text-decoration: none;
	line-height: 1;
	display: inline-block;
	max-width: 100%;
	padding: 18px 30px;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	text-overflow: ellipsis;
	border-radius: 58px;
	box-shadow: none;
	transition: all 0.3s ease;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_button:hover {
		padding: 20px 41px;
	}
}

#tm_builder_outer_content .tm_pb_button:focus {
	outline: none;
	box-shadow: 0 0 10px;
	transition: all 0.3s ease;
}

#tm_builder_outer_content .tm_pb_button-fullwidth {
	width: 100%;
}

/*--------------------------------------------------------------
# Link Box
--------------------------------------------------------------*/
@media (max-width: 767px) {
	#tm_builder_outer_content .tm_pb_link_box .tm_pb_link_box_content {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
						flex-wrap: wrap;
		-webkit-justify-content: flex-start;
				-ms-flex-pack: start;
						justify-content: flex-start;
		-webkit-align-content: stretch;
				-ms-flex-line-pack: stretch;
						align-content: stretch;
		-webkit-align-items: flex-start;
				-ms-flex-align: start;
						align-items: flex-start;
	}
}

#tm_builder_outer_content .tm_pb_link_box .desc_linkbox {
	padding: 30px 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
			-ms-flex-direction: row;
					flex-direction: row;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-align-content: center;
			-ms-flex-line-pack: center;
					align-content: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	text-align: center;
	height: 100%;
	text-align: center;
}

@media (max-width: 767px) {
	#tm_builder_outer_content .tm_pb_link_box .desc_linkbox {
		-webkit-order: 1;
				-ms-flex-order: 1;
						order: 1;
		-webkit-flex: 1 1 100%;
				-ms-flex: 1 1 100%;
						flex: 1 1 100%;
		-webkit-align-self: center;
				-ms-flex-item-align: center;
						align-self: center;
	}
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_link_box .desc_linkbox {
		padding: 30px 20px;
		min-height: 460px;
	}
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_link_box .desc_linkbox {
		padding: 80px;
		min-height: 523px;
	}
}

#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm_pb_link_box_title,
#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm_pb_blurb_content,
#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm_pb_button,
#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm-pb-icon {
	-webkit-order: 0;
			-ms-flex-order: 0;
					order: 0;
	-webkit-flex: 0 1 100%;
			-ms-flex: 0 1 100%;
					flex: 0 1 100%;
	-webkit-align-self: auto;
			-ms-flex-item-align: auto;
					align-self: auto;
}

#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm-pb-icon {
	margin-top: 0;
}

#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm_pb_link_box_title {
	margin-bottom: 19px;
	margin-top: 34px;
}

#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm_pb_blurb_content p {
	margin-bottom: 0;
}

#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm_pb_button {
	margin-top: 15px;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_link_box .desc_linkbox .tm_pb_button {
		margin-top: 30px;
	}
}

#tm_builder_outer_content .tm_pb_link_box .tm_pb_main_blurb_image {
	overflow: hidden;
	line-height: 0;
}

@media (max-width: 767px) {
	#tm_builder_outer_content .tm_pb_link_box .tm_pb_main_blurb_image {
		width: 100%;
		-webkit-order: 0;
				-ms-flex-order: 0;
						order: 0;
		-webkit-flex: 1 1 100%;
				-ms-flex: 1 1 100%;
						flex: 1 1 100%;
		-webkit-align-self: center;
				-ms-flex-item-align: center;
						align-self: center;
	}
}

#tm_builder_outer_content .tm_pb_link_box .tm_pb_main_blurb_image img {
	width: 100%;
}

#tm_builder_outer_content .tm_pb_link_box .tm_pb_main_blurb_image a {
	line-height: 0;
	display: block;
	overflow: hidden;
	position: relative;
}

#tm_builder_outer_content .tm_pb_link_box .tm_pb_main_blurb_image a:before {
	transition: all 0.4s ease;
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	box-shadow: 0px 0px 70px 200px rgba(255, 255, 255, 0.4);
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
					transform: scale(0.8);
}

#tm_builder_outer_content .tm_pb_link_box .tm_pb_main_blurb_image a img {
	transition: all 0.35s ease;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1);
	width: 100%;
	background-size: cover;
	background-position: center;
}

#tm_builder_outer_content .tm_pb_link_box .tm_pb_main_blurb_image a:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1);
}

#tm_builder_outer_content .tm_pb_link_box .tm_pb_main_blurb_image a:hover img {
	-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
					transform: scale(1.05);
}

#tm_builder_outer_content .tm_pb_link_box .tm-pb-icon {
	font-size: 44px;
	font-size: 2.75rem;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.cherry-services .container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.cherry-services .row, .cherry-services .cherry-services-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1.875rem;
	margin-right: -1.875rem;
}

.cherry-services .col-xs-1, .cherry-services .col-xs-2, .cherry-services .col-xs-3, .cherry-services .col-xs-4, .cherry-services .col-xs-5, .cherry-services .col-xs-6, .cherry-services .col-xs-7, .cherry-services .col-xs-8, .cherry-services .col-xs-9, .cherry-services .col-xs-10, .cherry-services .col-xs-11, .cherry-services .col-xs-12, .cherry-services .col-sm-1, .cherry-services .col-sm-2, .cherry-services .col-sm-3, .cherry-services .col-sm-4, .cherry-services .col-sm-5, .cherry-services .col-sm-6, .cherry-services .col-sm-7, .cherry-services .col-sm-8, .cherry-services .col-sm-9, .cherry-services .col-sm-10, .cherry-services .col-sm-11, .cherry-services .col-sm-12, .cherry-services .col-md-1, .cherry-services .col-md-2, .cherry-services .col-md-3, .cherry-services .col-md-4, .cherry-services .col-md-5, .cherry-services .col-md-6, .cherry-services .col-md-7, .cherry-services .col-md-8, .cherry-services .col-md-9, .cherry-services .col-md-10, .cherry-services .col-md-11, .cherry-services .col-md-12, .cherry-services .col-lg-1, .cherry-services .col-lg-2, .cherry-services .col-lg-3, .cherry-services .col-lg-4, .cherry-services .col-lg-5, .cherry-services .col-lg-6, .cherry-services .col-lg-7, .cherry-services .col-lg-8, .cherry-services .col-lg-9, .cherry-services .col-lg-10, .cherry-services .col-lg-11, .cherry-services .col-lg-12, .cherry-services .col-xl-1, .cherry-services .col-xl-2, .cherry-services .col-xl-3, .cherry-services .col-xl-4, .cherry-services .col-xl-5, .cherry-services .col-xl-6, .cherry-services .col-xl-7, .cherry-services .col-xl-8, .cherry-services .col-xl-9, .cherry-services .col-xl-10, .cherry-services .col-xl-11, .cherry-services .col-xl-12 {
	position: relative;
	min-height: 1px;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services .services-item .title_wrap {
	margin: 14px 0 29px;
	text-align: center;
	text-transform: uppercase;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services .services-item .title_wrap a {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 100;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_cherry_services .cherry-services .services-item .title_wrap a {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services .services-item .content_wrap {
	text-align: center;
	padding: 0 30px;
}

@media (max-width: 991px) {
	#tm_builder_outer_content .tm_pb_cherry_services .cherry-services .services-item .content_wrap {
		padding: 0;
	}
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-listed-services {
	counter-reset: list;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-listed-services .services-item:before {
	content: counter(list) "";
	counter-increment: list;
	position: relative;
	display: inline-block;
	font-size: 50px;
	font-size: 3.125rem;
	height: 85px;
	top: 0;
	min-width: 40px;
	text-align: left;
	text-indent: -4px;
	margin-bottom: 11px;
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-listed-services .services-item:before {
		font-size: 80px;
		font-size: 5rem;
		position: absolute;
		display: block;
		height: 123px;
		min-width: 46px;
		top: -31px;
		text-indent: -5px;
	}
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-listed-services .inner_wrap {
	padding: 0;
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-listed-services .inner_wrap {
		padding: 0 40px 0 80px;
	}
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item {
	text-align: center;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .image_wrap a {
	line-height: 0;
	display: block;
	overflow: hidden;
	position: relative;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .image_wrap a:before {
	transition: all 0.4s ease;
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	box-shadow: 0px 0px 70px 200px rgba(255, 255, 255, 0.4);
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
					transform: scale(0.8);
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .image_wrap a img {
	transition: all 0.35s ease;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1);
	width: 100%;
	background-size: cover;
	background-position: center;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .image_wrap a:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1);
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .image_wrap a:hover img {
	-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
					transform: scale(1.05);
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .title_wrap {
	margin: 20px 0;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .title_wrap {
		margin: 41px 0 19px;
	}
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .content_wrap {
	margin: 0;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .content_wrap {
		margin: 0 60px;
	}
}

#tm_builder_outer_content .tm_pb_cherry_services .service-icon {
	font-size: 100px;
	font-weight: lighter;
}

#tm_builder_outer_content .tm_pb_cherry_services .nav-links a.page-numbers {
	padding: 0;
	border-radius: 60px;
	line-height: 62px;
	border: none;
	font-size: 20px;
	font-size: 1.25rem;
}

.cherry-services .template-single .bg_image_wrap {
	background-size: cover;
	background-position: center;
	min-height: 300px;
}

.cherry-services .template-single .title_wrap {
	text-transform: capitalize;
}

.cherry-services .template-single .single_content_wrap {
	padding-top: 30px;
	padding-bottom: 20px;
}

@media (min-width: 1200px) {
	.cherry-services .template-single .single_content_wrap {
		padding-top: 147px;
		padding-bottom: 76px;
	}
}

.cherry-services .template-single .slogan_wrap, .cherry-services .template-single .descr_wrap {
	text-align: center;
}

.cherry-services .template-single .service-slogan {
	margin: 30px 0;
}

@media (min-width: 992px) {
	.cherry-services .template-single .service-slogan {
		margin: 60px 0 30px;
	}
}

.cherry-services .template-single .service-descr {
	margin: 20px auto;
	max-width: none;
}

@media (min-width: 992px) {
	.cherry-services .template-single .service-descr {
		max-width: 65%;
		margin: 40px auto 60px;
	}
}

.cherry-services .template-single .features_wrap .service-features {
	padding: 20px 0;
	counter-reset: list;
}

@media (min-width: 992px) {
	.cherry-services .template-single .features_wrap .service-features {
		padding: 40px 0;
	}
}

.cherry-services .template-single .features_wrap .service-features .service-features_row {
	position: relative;
	margin: 25px 0;
	padding: 0;
}

@media (min-width: 992px) {
	.cherry-services .template-single .features_wrap .service-features .service-features_row {
		margin: 40px 0;
		padding: 0 0 0 70px;
	}
}

.cherry-services .template-single .features_wrap .service-features .service-features_row .service-features_label {
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
}

@media (min-width: 992px) {
	.cherry-services .template-single .features_wrap .service-features .service-features_row .service-features_label {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

.cherry-services .template-single .features_wrap .service-features .service-features_row:before {
	content: counter(list) "";
	counter-increment: list;
	position: relative;
	display: inline-block;
	font-size: 36px;
	font-size: 2.25rem;
	height: 65px;
	top: 0;
	left: 0;
	min-width: 40px;
	text-align: left;
	text-indent: 0;
	margin-bottom: 11px;
}

@media (min-width: 992px) {
	.cherry-services .template-single .features_wrap .service-features .service-features_row:before {
		font-size: 60px;
		font-size: 3.75rem;
		position: absolute;
		display: block;
		height: 90px;
		top: -14px;
	}
}

.cherry-services .template-single .cta_wrap .service-cta {
	padding: 25px 0 45px;
}

@media (min-width: 992px) {
	.cherry-services .template-single .cta_wrap .service-cta {
		padding: 40px 0 65px;
	}
}

.cherry-services .template-single .cta_wrap .cta-form_submit.btn {
	border: none;
	transition: all 0.35s ease;
}

.cherry-services .template-single .cta_wrap .cta-form_submit.btn:hover {
	text-decoration: none;
	transition: all 0.3s ease;
}

.post-type-archive-cherry-services .services-item .image_wrap {
	margin-bottom: 20px;
}

.post-type-archive-cherry-services .services-item .image_wrap a {
	display: block;
	overflow: hidden;
	position: relative;
}

.post-type-archive-cherry-services .services-item .image_wrap a:before {
	transition: all 0.4s ease;
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	box-shadow: 0px 0px 70px 200px rgba(255, 255, 255, 0.4);
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
					transform: scale(0.8);
}

.post-type-archive-cherry-services .services-item .image_wrap a img {
	transition: all 0.35s ease;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1);
	width: 100%;
	background-size: cover;
	background-position: center;
}

.post-type-archive-cherry-services .services-item .image_wrap a:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1);
}

.post-type-archive-cherry-services .services-item .image_wrap a:hover img {
	-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
					transform: scale(1.05);
}

/*--------------------------------------------------------------
# Cherry Team
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_cherry_team .template-default .team-listing_desc {
	margin-bottom: 20px;
}

#tm_builder_outer_content .tm_pb_cherry_team .template-default .team-listing_socials .team-socials {
	padding-top: 0;
}

#tm_builder_outer_content .tm_pb_cherry_team .template-default .team-item {
	padding-bottom: 40px;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_cherry_team .template-default .team-item {
		padding-bottom: 52px;
	}
}

@media (max-width: 768px) {
	#tm_builder_outer_content .tm_pb_cherry_team .template-default .team-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 543px) {
	#tm_builder_outer_content .tm_pb_cherry_team .team-item {
		padding-left: 0;
		padding-right: 0;
	}
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing {
	text-align: center;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_photo a {
	line-height: 0;
	display: block;
	overflow: hidden;
	position: relative;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_photo a:before {
	transition: all 0.4s ease;
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	box-shadow: 0px 0px 70px 200px rgba(255, 255, 255, 0.4);
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
					transform: scale(0.8);
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_photo a img {
	transition: all 0.35s ease;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1);
	width: 100%;
	background-size: cover;
	background-position: center;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_photo a:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1);
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_photo a:hover img {
	-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
					transform: scale(1.05);
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_name {
	margin: 27px 0 2px;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_position {
	margin-bottom: 20px;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_desc {
	line-height: 1.5em;
	margin-bottom: 33px;
}

@media (max-width: 543px) {
	#tm_builder_outer_content .tm_pb_cherry_team .team-listing_name, #tm_builder_outer_content .tm_pb_cherry_team .team-listing_position, #tm_builder_outer_content .tm_pb_cherry_team .team-listing_desc, #tm_builder_outer_content .tm_pb_cherry_team .team-listing .btn.btn-primary {
		margin-left: 40px;
		margin-right: 40px;
	}
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing .team-socials_item {
	margin-right: 10px;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-socials {
	padding-top: 20px;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-socials .team-socials_item a:hover {
	opacity: 0.7;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-socials_icon {
	font-size: 30px;
	font-size: 1.875rem;
}

#tm_builder_outer_content .tm_pb_cherry_team .nav-links a.page-numbers {
	padding: 0;
	border-radius: 60px;
	line-height: 62px;
	border: none;
	font-size: 20px;
	font-size: 1.25rem;
}

#tm_builder_outer_content .tm_pb_cherry_team .cherry-team-filter .cherry-team-filter_item.active a:hover {
	opacity: 1;
}

#tm_builder_outer_content .tm_pb_cherry_team .cherry-team-filter .cherry-team-filter_item a:hover {
	opacity: 0.7;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-ajax-pager {
	text-align: center;
}

.single-team .team-single-item {
	padding: 10px;
	overflow: hidden;
	margin-bottom: 50px;
}

@media (min-width: 544px) {
	.single-team .team-single-item {
		padding: 50px;
	}
}

.single-team .team-single-item .team-photo {
	float: none;
	padding: 0;
}

.single-team .team-single-item .position:before {
	display: none;
}

.single-team .team-single-item .team-member-name {
	margin-bottom: 10px;
}

.single-team .team-single-item .team-socials {
	margin-bottom: 20px;
	padding: 0;
}

.single-team .team-single-item .team-socials_link {
	width: auto;
	height: auto;
}

.single-team .team-single-item .team-socials i {
	font-size: 36px;
	font-size: 2.25rem;
}

.single-team .team-single-item .team-socials a:hover {
	opacity: .7;
}

.single-team .team-single-item .team-meta {
	float: none;
	padding: 0;
}

.single-team .team-single-item .team-meta .team-contact-info .team-macros {
	position: relative;
	box-sizing: border-box;
	padding: 15px;
	margin-top: 20px;
}

@media (min-width: 544px) {
	.single-team .team-single-item .team-meta .team-contact-info .team-macros {
		padding: 25px;
	}
}

.single-team .team-single-item .team-meta .team-contact-info .team-macros:first-child {
	margin-top: 0;
}

.single-team .team-single-item .team-meta .team-contact-info .team-macros span {
	padding-left: 0;
}

@media (min-width: 544px) {
	.single-team .team-single-item .team-meta .team-contact-info .team-macros span {
		padding-left: 60px;
	}
}

.single-team .team-single-item .team-meta .team-contact-info .team-macros span:before {
	position: absolute;
	display: none;
	text-align: center;
}

@media (min-width: 544px) {
	.single-team .team-single-item .team-meta .team-contact-info .team-macros span:before {
		top: 10px;
		left: 20px;
		display: block;
		font-size: 36px;
		font-size: 2.25rem;
	}
}

.post-type-archive-team .team-listing_item .team-listing_name {
	margin: 15px 0;
}

.post-type-archive-team .team-listing_item .team-socials_icon {
	font-size: 32px;
}

.post-type-archive-team .team-listing_item .team-listing_photo {
	margin-bottom: 20px;
}

.post-type-archive-team .team-listing_item .team-listing_photo a {
	display: block;
	overflow: hidden;
	position: relative;
}

.post-type-archive-team .team-listing_item .team-listing_photo a:before {
	transition: all 0.4s ease;
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	box-shadow: 0px 0px 70px 200px rgba(255, 255, 255, 0.4);
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.8);
			-ms-transform: scale(0.8);
					transform: scale(0.8);
}

.post-type-archive-team .team-listing_item .team-listing_photo a img {
	transition: all 0.35s ease;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1);
	width: 100%;
	background-size: cover;
	background-position: center;
}

.post-type-archive-team .team-listing_item .team-listing_photo a:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1);
}

.post-type-archive-team .team-listing_item .team-listing_photo a:hover img {
	-webkit-transform: scale(1.05);
			-ms-transform: scale(1.05);
					transform: scale(1.05);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.home #tm_builder_outer_content .tm_pb_map {
	height: 250px;
}

@media (min-width: 768px) {
	.home #tm_builder_outer_content .tm_pb_map {
		height: 722px;
	}
}

#tm_builder_outer_content .tm_pb_map {
	height: 250px;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_map {
		height: 582px;
	}
}

#tm_builder_outer_content .tm_pb_map .gm-style-iw {
	padding: 10px 5px 5px;
}

#tm_builder_outer_content .tm_pb_map .gm-style-iw h3 {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 11px;
}

#tm_builder_outer_content .tm_pb_map .infowindow p {
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1rem;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
#tm_builder_outer_content ol {
	margin: 0 0 1.5em 1.2em;
	padding-left: 0;
}

#tm_builder_outer_content ol li {
	list-style: decimal !important;
}

/*--------------------------------------------------------------
# Call to action
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_promo_description h2 {
	line-height: 1.35em;
	margin: 0;
	font-weight: lighter;
	font-size: 50px;
}

.home #tm_builder_outer_content .tm_pb_promo_description h2 {
	line-height: 0.85em;
	margin: 0;
	font-weight: lighter;
	font-size: 90px;
}

@media (max-width: 991px) {
	.home #tm_builder_outer_content .tm_pb_promo_description h2 {
		font-size: 50px;
	}
}

.home #tm_builder_outer_content .tm_pb_promo_description h1 {
	line-height: 1.35em;
	margin: 0;
	font-weight: lighter;
	font-size: 48px;
	text-transform: lowercase;
}

#tm_builder_outer_content .tm_pb_promo_description h1 {
	line-height: 1.35em;
	margin: 0;
	font-weight: lighter;
	font-size: 32px;
}

#tm_builder_outer_content .tm_pb_cta {
	padding: 30px 20px 50px;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_cta {
		padding: 50px 70px 70px;
	}
}

#tm_builder_outer_content .tm_pb_promo {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
			-ms-flex-direction: row;
					flex-direction: row;
	-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
					flex-wrap: nowrap;
	-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-align-content: center;
			-ms-flex-line-pack: center;
					align-content: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
}

@media (max-width: 991px) {
	#tm_builder_outer_content .tm_pb_promo {
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
		text-align: center;
	}
}

#tm_builder_outer_content .tm_pb_promo .tm_pb_promo_button {
	margin-bottom: 24px;
}

/*--------------------------------------------------------------
# Custom class elements
--------------------------------------------------------------*/
#tm_builder_outer_content .info-box .tm_pb_image img {
	border-radius: 100%;
}

#tm_builder_outer_content .info-box h2 {
	margin-bottom: 2px;
}

@media (max-width: 991px) {
	#tm_builder_outer_content .info-box h2 {
		margin-top: 20px;
	}
}

#tm_builder_outer_content .info-box h2 a:hover {
	opacity: .5;
}

/*--------------------------------------------------------------
# Booked Pluging
--------------------------------------------------------------*/
.widget_booked_calendar {
	background-color: transparent;
	padding: 40px 20px 20px;
}

@media (max-width: 1200px) {
	.widget_booked_calendar {
		padding: 30px 10px 10px;
	}
}

.widget_booked_calendar .booked-calendar-wrap {
	margin-bottom: 0;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar {
	display: block;
	border: none;
	background: none;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar h2:after {
	display: none;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead {
	display: block;
	background: none !important;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr {
	margin: -1px;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr th {
	width: 100%;
	border: none;
	padding: 40px 0 11px !important;
}

@media (min-width: 992px) {
	.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr th {
		padding: 13px 0 11px !important;
	}
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr.days {
	margin: 0 -2px;
	padding: 2% 0 1%;
	background: none !important;
}

@media (min-width: 1200px) {
	.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr.days {
		margin: 0 -5px;
	}
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr.days th {
	font-size: 8px !important;
	font-weight: normal;
	padding: 12px 0 !important;
	margin: 0 2px;
}

@media (min-width: 544px) {
	.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr.days th {
		font-size: 12px !important;
	}
}

@media (min-width: 768px) {
	.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr.days th {
		margin: 0 2px;
		font-size: 8px !important;
	}
}

@media (min-width: 992px) {
	.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr.days th {
		margin: 0 1%;
		font-size: 10px !important;
	}
}

@media (min-width: 1200px) {
	.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead tr.days th {
		margin: 0 1%;
		font-size: 16px !important;
	}
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead .monthName {
	width: 100%;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead .monthName a {
	font-size: 10px;
	position: relative;
	margin: 10px 0 0;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar thead .monthName a:before {
	position: relative;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody {
	display: block;
	padding: 0 0 5%;
	margin: 0 -2px;
}

@media (min-width: 1200px) {
	.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody {
		margin: 0 -5px;
	}
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td {
	display: block;
	width: 100%;
	margin: 2px;
	text-align: center;
	border: none;
	font-size: 13px;
}

@media (min-width: 1200px) {
	.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td {
		margin: 5px;
	}
}

@media (min-width: 992px) {
	.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td {
		font-size: 20px;
	}
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td .tooltipster {
	border: none;
	transition: all 0.28s ease;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td .number {
	color: #fff !important;
	font-size: 14px;
	font-weight: normal;
	-webkit-transform: none !important;
			-ms-transform: none !important;
					transform: none !important;
}

@media (min-width: 544px) {
	.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td .number {
		font-size: 18px !important;
	}
}

@media (min-width: 768px) {
	.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td .number {
		font-size: 12px !important;
	}
}

@media (min-width: 992px) {
	.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td .number {
		font-size: 16px !important;
	}
}

@media (min-width: 1200px) {
	.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td .number {
		font-size: 20px !important;
	}
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td:hover .date {
	background: none;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td.active {
	box-sizing: content-box;
	margin: 1% 1% -1px;
	padding: 0 0 10px;
	position: relative;
	border: none;
	z-index: 10;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td.active .tooltipster {
	border: none;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.week td.active .date {
	background: none !important;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.entryBlock {
	display: block;
	margin-bottom: 2%;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar tbody tr.entryBlock td {
	display: block;
	padding: 2% !important;
	border: 10px solid !important;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot button {
	border-radius: 0;
	border: none;
	transition: all 0.35s ease;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot button:hover {
	border: none;
	transition: all 0.35s ease;
}

.widget_booked_calendar .booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot.bookedClearFix:after {
	display: block;
}

.booked-calendar-wrap {
	margin-bottom: 0;
}

.booked-calendar-wrap .booked-calendar {
	display: block;
	border: none;
	background: none;
}

.booked-calendar-wrap .booked-calendar h2:after {
	display: none;
}

.booked-calendar-wrap .booked-calendar thead {
	display: block;
	background: none !important;
}

.booked-calendar-wrap .booked-calendar thead tr {
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
}

.booked-calendar-wrap .booked-calendar thead tr th {
	width: 100%;
	border: none;
	padding: 13px 0 12px !important;
}

@media (min-width: 768px) {
	.booked-calendar-wrap .booked-calendar thead tr th {
		padding: 24px 0 22px !important;
	}
}

.booked-calendar-wrap .booked-calendar thead tr.days {
	margin: 0 -2px;
	padding: 2% 0 1%;
	background: none !important;
}

@media (min-width: 1200px) {
	.booked-calendar-wrap .booked-calendar thead tr.days {
		margin: 0 -5px;
	}
}

.booked-calendar-wrap .booked-calendar thead tr.days th {
	font-size: 8px !important;
	font-weight: normal;
	padding: 12px 0 !important;
	margin: 0 2px;
}

@media (min-width: 544px) {
	.booked-calendar-wrap .booked-calendar thead tr.days th {
		font-size: 8px !important;
	}
}

@media (min-width: 768px) {
	.booked-calendar-wrap .booked-calendar thead tr.days th {
		margin: 0 2px;
		font-size: 8px !important;
	}
}

@media (min-width: 992px) {
	.booked-calendar-wrap .booked-calendar thead tr.days th {
		margin: 0 2px;
		font-size: 10px !important;
	}
}

@media (min-width: 1200px) {
	.booked-calendar-wrap .booked-calendar thead tr.days th {
		margin: 0 5px;
		font-size: 16px !important;
	}
}

.booked-calendar-wrap .booked-calendar thead .monthName {
	width: 100%;
}

.booked-calendar-wrap .booked-calendar thead .monthName a {
	font-size: 10px;
	position: relative;
	margin: 10px 0 0;
}

.booked-calendar-wrap .booked-calendar thead .monthName a:before {
	position: relative;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
}

.booked-calendar-wrap .booked-calendar tbody {
	display: block;
	padding: 0 0 5%;
	margin: 0 -2px;
}

@media (min-width: 1200px) {
	.booked-calendar-wrap .booked-calendar tbody {
		margin: 0 -5px;
	}
}

.booked-calendar-wrap .booked-calendar tbody tr.week {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.booked-calendar-wrap .booked-calendar tbody tr.week td {
	display: block;
	width: 100%;
	margin: 2px;
	text-align: center;
	border: none;
	font-size: 13px;
}

@media (min-width: 1200px) {
	.booked-calendar-wrap .booked-calendar tbody tr.week td {
		margin: 5px;
	}
}

@media (min-width: 992px) {
	.booked-calendar-wrap .booked-calendar tbody tr.week td {
		font-size: 20px;
	}
}

.booked-calendar-wrap .booked-calendar tbody tr.week td .tooltipster {
	border: none;
	transition: all 0.28s ease;
}

.booked-calendar-wrap .booked-calendar tbody tr.week td .number {
	color: #fff !important;
	font-size: 14px;
	font-weight: normal;
	-webkit-transform: none !important;
			-ms-transform: none !important;
					transform: none !important;
}

@media (min-width: 544px) {
	.booked-calendar-wrap .booked-calendar tbody tr.week td .number {
		font-size: 12px !important;
	}
}

@media (min-width: 768px) {
	.booked-calendar-wrap .booked-calendar tbody tr.week td .number {
		font-size: 12px !important;
	}
}

@media (min-width: 992px) {
	.booked-calendar-wrap .booked-calendar tbody tr.week td .number {
		font-size: 16px !important;
	}
}

@media (min-width: 1200px) {
	.booked-calendar-wrap .booked-calendar tbody tr.week td .number {
		font-size: 20px !important;
	}
}

.booked-calendar-wrap .booked-calendar tbody tr.week td:hover .date {
	background: none;
}

.booked-calendar-wrap .booked-calendar tbody tr.week td.active {
	box-sizing: content-box;
	margin: 1% 1% -1px;
	padding: 0 0 10px;
	position: relative;
	border: none;
	z-index: 10;
}

@media (min-width: 992px) {
	.booked-calendar-wrap .booked-calendar tbody tr.week td.active {
		margin: 5px 5px -1px;
	}
}

.booked-calendar-wrap .booked-calendar tbody tr.week td.active .tooltipster {
	border: none;
}

.booked-calendar-wrap .booked-calendar tbody tr.week td.active .date {
	background: none !important;
}

.booked-calendar-wrap .booked-calendar tbody tr.entryBlock {
	display: block;
	margin: 0 5px 7px;
}

.booked-calendar-wrap .booked-calendar tbody tr.entryBlock td {
	display: block;
	padding: 2% !important;
	border: 10px solid !important;
}

.booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot button {
	border-radius: 0;
	border: none;
	transition: all 0.35s ease;
}

.booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot button:hover {
	border: none;
	transition: all 0.35s ease;
}

.booked-calendar-wrap .booked-calendar .booked-appt-list .timeslot.bookedClearFix:after {
	display: block;
}

@media (max-width: 991px) {
	body .booked-calendarSwitcher p i.fa {
		display: none !important;
	}
}

body .booked-modal .bm-window {
	border-radius: 0;
}

body .booked-modal input[type=submit].button-primary:hover,
body .booked-modal input[type=submit].button-primary {
	border: none;
	transition: all 0.3s ease;
}

body table.booked-calendar tr.days th {
	border: none !important;
}

body .booked-calendarSwitcher {
	border-radius: 0;
	padding: 4px 10px 4px 17px;
	margin-bottom: 14px;
}

body .booked-calendarSwitcher select {
	background-image: url(assets/images/select_arrow_white.png) !important;
	background-repeat: no-repeat !important;
	background-position: 97% 50% !important;
	border-radius: 0;
}

/*--------------------------------------------------------------
# mp-timetable Pluging
--------------------------------------------------------------*/
.mptt-shortcode-wrapper .mptt-navigation-select {
	margin-bottom: 13px;
	margin-left: 0;
	box-shadow: none;
}

@media (min-width: 992px) {
	.mptt-shortcode-wrapper .mptt-navigation-select {
		margin-left: 10px;
	}
}

.mptt-shortcode-wrapper table.mptt-shortcode-table {
	border: none;
	border-collapse: separate;
	border-spacing: 0;
	margin-top: 0;
}

@media (min-width: 992px) {
	.mptt-shortcode-wrapper table.mptt-shortcode-table {
		border-spacing: 10px 0;
	}
}

.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row {
	border: none;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th {
	width: 13%;
	padding: 1.55em 0.25em 1.37em;
	border: none;
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th {
		font-size: 24px;
	}
}

.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th:first-child {
	width: 4%;
	position: relative;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th:first-child:before {
	position: absolute;
	content: '\e192';
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	-webkit-font-feature-settings: 'liga';
					font-feature-settings: 'liga';
	font-size: 24px;
	font-size: 1.5rem;
	-webkit-transform: translate(-50%, -80%);
			-ms-transform: translate(-50%, -80%);
					transform: translate(-50%, -80%);
}

@media (min-width: 992px) {
	.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th:first-child:before {
		font-size: 40px;
		font-size: 2.5rem;
		-webkit-transform: translate(-50%, -80%);
				-ms-transform: translate(-50%, -80%);
						transform: translate(-50%, -80%);
	}
}

@media (min-width: 1200px) {
	.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th:first-child:before {
		font-size: 40px;
		font-size: 2.5rem;
		-webkit-transform: translate(-50%, -85%);
				-ms-transform: translate(-50%, -85%);
						transform: translate(-50%, -85%);
	}
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody tr:nth-child(1n) {
	background: none;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody tr td {
	border: none;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody tr td.mptt-shortcode-hours {
	text-align: center;
	padding: 0 5px !important;
	font-size: 18px;
	font-size: 1.125rem;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container {
	outline: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
			-ms-flex-direction: column;
					flex-direction: column;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	transition: all 0.2s ease;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container .event-title {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.15em;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	transition: all 0.2s ease;
}

@media (max-width: 1400px) {
	.mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container .event-title {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media (max-width: 1150px) {
	.mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container .event-title {
		font-size: 12.8px;
		font-size: 0.8rem;
	}
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container .timeslot {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	transition: all 0.2s ease;
}

@media (max-width: 1400px) {
	.mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container .timeslot {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media (max-width: 1200px) {
	.mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container .timeslot {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media (max-width: 992px) {
	.mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container .timeslot {
		font-size: 12.8px;
		font-size: 0.8rem;
	}
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container:hover {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody .mptt-event-container:hover .event-title {
	text-decoration: none;
}

.mptt-shortcode-wrapper .mptt-shortcode-list li.mptt-list-event {
	padding-left: 15px !important;
}

.single .mptt-main-wrapper {
	margin-top: 65px;
}

.single .mptt-main-wrapper .mptt-content {
	padding: 3em;
	margin-bottom: 40px;
}

.single .mptt-main-wrapper .mptt-content .event-content {
	margin-bottom: 3em;
}

.single .mptt-main-wrapper .mptt-content .events-list {
	margin-bottom: 3em;
}

.single .mptt-main-wrapper .mptt-content .comments-area {
	margin: 0;
}

.single .mptt-main-wrapper .mptt-content .comments-area .comment-respond {
	padding: 0;
}

.single.single-mp-column .mptt-event.events-list, .single.single-mp-column .mptt-column.events-list, .single.single-mp-event .mptt-event.events-list, .single.single-mp-event .mptt-column.events-list {
	margin-left: 0;
}

.single.single-mp-column .mptt-event.events-list .event, .single.single-mp-column .mptt-column.events-list .event, .single.single-mp-event .mptt-event.events-list .event, .single.single-mp-event .mptt-column.events-list .event {
	position: relative;
	padding: 0 0 0 50px;
	margin: 0 0 1.5em;
	list-style: none;
}

.single.single-mp-column .mptt-event.events-list .event:before, .single.single-mp-column .mptt-column.events-list .event:before, .single.single-mp-event .mptt-event.events-list .event:before, .single.single-mp-event .mptt-column.events-list .event:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: '\f100';
	font-family: "Flaticon";
	font-size: 30px;
	line-height: 1;
	margin-right: 20px;
}

.single.single-mp-column .mptt-event.events-list .event .event-thumbnail, .single.single-mp-column .mptt-column.events-list .event .event-thumbnail, .single.single-mp-event .mptt-event.events-list .event .event-thumbnail, .single.single-mp-event .mptt-column.events-list .event .event-thumbnail {
	display: none;
}

.mptt-container .widgettitle {
	margin: 0 0 1.625em 0;
	position: relative;
	padding: 1.625em 0 0 0;
	border-top: 2px solid #4c5461;
}

.mptt-container .widgettitle:before {
	content: '';
	position: absolute;
	width: 56px;
	height: 6px;
	top: -2px;
	left: 0;
}

.mptt-container .widgettitle:after {
	display: none;
}

.sidebar.widget-area .widget_recent_entries ul li.event, .footer-area .widget_recent_entries ul li.event {
	position: relative;
	padding: 15px 15px 15px 50px;
	margin: 0 0 1em;
}

.sidebar.widget-area .widget_recent_entries ul li.event:before, .footer-area .widget_recent_entries ul li.event:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	-webkit-font-feature-settings: 'liga';
					font-feature-settings: 'liga';
	content: '\e616';
	left: 12px;
	top: 22px;
	line-height: 1;
	position: absolute;
	font-size: 24px;
	font-size: 1.5rem;
}

@media (min-width: 992px) {
	.sidebar.widget-area .widget_recent_entries ul li.event:before, .footer-area .widget_recent_entries ul li.event:before {
		font-size: 52px;
		font-size: 3.25rem;
		left: 15px;
		top: 28px;
	}
}

@media (min-width: 992px) {
	.sidebar.widget-area .widget_recent_entries ul li.event, .footer-area .widget_recent_entries ul li.event {
		padding: 26px 20px 30px 80px;
	}
}

.sidebar.widget-area .widget_recent_entries ul li.event .event-link, .footer-area .widget_recent_entries ul li.event .event-link {
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0 0 1.25em;
}

/*--------------------------------------------------------------
# tm-gallery Pluging
--------------------------------------------------------------*/
.tm-pg_front_gallery {
	padding: 5px 0 50px;
}

@media (min-width: 768px) {
	.tm-pg_front_gallery {
		padding: 35px 0 50px;
	}
}

.tm-pg_front_gallery-navigation {
	margin: 54px 0;
}

.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers {
	font-size: 20px;
	font-size: 1.25rem;
}

.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next, .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev {
	padding: 0;
	border-radius: 100px;
	min-height: 64px;
	min-width: 64px;
	border: none;
}

.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next i, .tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev i {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	-webkit-font-feature-settings: 'liga';
					font-feature-settings: 'liga';
	font-weight: normal;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 64px;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_icon.tm_pg_image-icon, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon.tm_pg_image-icon, .tm-pg_front_gallery-justify .tm_pg_gallery-item_icon.tm_pg_image-icon {
	background: none;
	position: relative;
	width: auto;
	height: auto;
	min-height: inherit;
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.tm-pg_front_gallery-grid .tm_pg_gallery-item_icon.tm_pg_image-icon, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon.tm_pg_image-icon, .tm-pg_front_gallery-justify .tm_pg_gallery-item_icon.tm_pg_image-icon {
		margin-bottom: 20px;
	}
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_icon.tm_pg_image-icon:before, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon.tm_pg_image-icon:before, .tm-pg_front_gallery-justify .tm_pg_gallery-item_icon.tm_pg_image-icon:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	-webkit-font-feature-settings: 'liga';
					font-feature-settings: 'liga';
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 34px;
	content: "\e557";
	display: block;
}

@media (min-width: 1200px) {
	.tm-pg_front_gallery-grid .tm_pg_gallery-item_icon.tm_pg_image-icon:before, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_icon.tm_pg_image-icon:before, .tm-pg_front_gallery-justify .tm_pg_gallery-item_icon.tm_pg_image-icon:before {
		font-size: 44px;
		font-size: 2.75rem;
	}
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_meta, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_meta, .tm-pg_front_gallery-justify .tm_pg_gallery-item_meta {
	padding: 5%;
}

@media (min-width: 768px) {
	.tm-pg_front_gallery-grid .tm_pg_gallery-item_meta, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_meta, .tm-pg_front_gallery-justify .tm_pg_gallery-item_meta {
		padding: 5% 18%;
	}
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_label, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_label, .tm-pg_front_gallery-justify .tm_pg_gallery-item_label {
	padding: 5px 14px 6px;
	line-height: 1em;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more a, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more a, .tm-pg_front_gallery-justify .tm_pg_gallery-item_show-more a {
	font-size: 18px;
	font-size: 1.125rem;
	transition: all 0.3s ease;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more a span, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_show-more a span, .tm-pg_front_gallery-justify .tm_pg_gallery-item_show-more a span {
	position: relative;
	padding-top: 24px;
	transition: all 0.3s ease;
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_title, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_title, .tm-pg_front_gallery-justify .tm_pg_gallery-item_title {
	font-size: 16px;
	font-size: 1rem;
}

@media (min-width: 1200px) {
	.tm-pg_front_gallery-grid .tm_pg_gallery-item_title, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_title, .tm-pg_front_gallery-justify .tm_pg_gallery-item_title {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

.tm-pg_front_gallery-grid .tm_pg_gallery-item_description, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_description, .tm-pg_front_gallery-justify .tm_pg_gallery-item_description {
	font-size: 14px;
	font-size: 0.875rem;
}

@media (min-width: 1200px) {
	.tm-pg_front_gallery-grid .tm_pg_gallery-item_description, .tm-pg_front_gallery-masonry .tm_pg_gallery-item_description, .tm-pg_front_gallery-justify .tm_pg_gallery-item_description {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.tm-pg_front_gallery .tm-pg_frontend, .tm-pg_front_gallery .dropdown_filter_wrap {
	text-align: center;
}

.tm-pg_front_gallery .load-more-button a.btn {
	text-decoration: none;
	line-height: 1;
	display: inline-block;
	max-width: 100%;
	padding: 18px 30px;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	text-overflow: ellipsis;
	border-radius: 58px;
	box-shadow: none;
	transition: all 0.3s ease;
}

@media (min-width: 768px) {
	.tm-pg_front_gallery .load-more-button a.btn {
		padding: 20px 41px;
	}
}

@media (max-width: 991px) {
	.tm-pg_front_gallery .load-more-button a.btn {
		font-size: 16px;
		font-size: 1rem;
	}
}

.tm-pg_front_gallery .load-more-button a.btn:hover {
	text-decoration: none;
	transition: all 0.3s ease;
}

.tm-pg_front_gallery .load-more-button a.btn:focus {
	outline: none;
	box-shadow: 0 0 10px;
}

.tm-pg_front_gallery .tm_pg_gallery-item_link_show-more i {
	display: inline-block;
	width: 64px;
	height: 64px;
	line-height: 68px;
	text-align: center;
	border-radius: 100px;
	margin: 0 auto;
	transition: all 0.3s ease;
}

.tm-pg_front_gallery-tabs {
	position: relative;
	margin-bottom: 45px !important;
	counter-reset: list;
	border: none;
}

.tm-pg_front_gallery-tabs:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	left: 0;
	right: 0;
	z-index: -1;
}

.tm-pg_front_gallery-tabs .tm-pg_front_gallery-preloader .preloader {
	display: block !important;
}

@media (min-width: 768px) {
	.tm-pg_front_gallery-tabs {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
				-ms-flex-direction: row;
						flex-direction: row;
		-webkit-flex-wrap: nowrap;
				-ms-flex-wrap: nowrap;
						flex-wrap: nowrap;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
		-webkit-align-content: stretch;
				-ms-flex-line-pack: stretch;
						align-content: stretch;
		-webkit-align-items: flex-start;
				-ms-flex-align: start;
						align-items: flex-start;
	}
}

.tm-pg_front_gallery-tabs li {
	position: relative;
	display: block;
	transition: all 0.3s ease;
}

@media (min-width: 768px) {
	.tm-pg_front_gallery-tabs li {
		-webkit-order: 0;
				-ms-flex-order: 0;
						order: 0;
		-webkit-flex: 0 1 auto;
				-ms-flex: 0 1 auto;
						flex: 0 1 auto;
		-ms-flex-item-align: end;
		-webkit-align-self: flex-end;
						align-self: flex-end;
		text-align: center;
	}
}

.tm-pg_front_gallery-tabs li a {
	text-align: center;
	padding: 10px 22px;
	font-size: 16px;
	font-size: 1rem;
}

.tm-pg_front_gallery-tabs li a:after {
	display: none;
}

@media (min-width: 768px) {
	.tm-pg_front_gallery-tabs li a {
		padding: 5px 30px 10px;
		min-height: 60px;
	}
}

@media (min-width: 1200px) {
	.tm-pg_front_gallery-tabs li a {
		font-size: 30px;
		font-size: 1.875rem;
		padding: 5px 40px 10px;
		min-height: 84px;
	}
}

.tm-pg_front_gallery-tabs li.tm_pb_tab_active {
	bottom: 0;
}

.type-tm_pg_album, .type-tm_pg_set {
	margin-top: 50px;
}

.type-tm_pg_album .entry-title, .type-tm_pg_set .entry-title {
	margin-bottom: 10px;
}

.type-tm_pg_album .tm-pg_front_gallery, .type-tm_pg_set .tm-pg_front_gallery {
	padding: 0 0 50px;
}

.lg-outer .lg-icon.lg-next,
.lg-outer .lg-icon.lg-prev {
	border-radius: 100px;
	height: 64px;
	width: 64px;
	border: none;
	padding: 0;
	text-align: center;
	transition: all 0.3s ease;
}

.lg-outer .lg-icon.lg-next:after, .lg-outer .lg-icon.lg-next:before,
.lg-outer .lg-icon.lg-prev:after,
.lg-outer .lg-icon.lg-prev:before {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	-webkit-font-feature-settings: 'liga';
					font-feature-settings: 'liga';
	font-weight: normal;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 64px;
}

.lg-outer .lg-toolbar .lg-icon:hover:after,
.lg-outer .lg-thumb-outer .lg-icon:hover:after {
	transition: all 0.3s ease;
}

.lg-outer .lg-icon.lg-toogle-thumb:after, .lg-outer .lg-icon.lg-close:after, .lg-outer .lg-icon.lg-autoplay-button:after, .lg-outer .lg-icon.lg-download:after, .lg-outer .lg-icon.lg-fullscreen:after, .lg-outer .lg-icon.lg-close:after, .lg-outer .lg-icon.lg-autoplay-button:after, .lg-outer .lg-icon.lg-download:after, .lg-outer .lg-icon.lg-fullscreen:after {
	font-size: 30px;
	font-size: 1.875rem;
}

.lg-outer .lg-icon.lg-toogle-thumb:before {
	font-size: 30px;
	font-size: 1.875rem;
}

.lg-outer .lg-icon.lg-toogle-thumb:before {
	content: 'vertical_align_top';
}

.lg-outer .lg-icon.lg-toogle-thumb:after {
	display: none;
}

.lg-outer .lg-icon.lg-close:after {
	content: 'cancel';
}

.lg-outer .lg-icon.lg-autoplay-button:after {
	content: 'play_circle_filled';
}

.lg-outer .lg-icon.lg-fullscreen:after {
	content: 'photo_size_select_small';
}

.lg-outer.lg-thumb-open .lg-icon.lg-toogle-thumb:before {
	content: 'vertical_align_bottom';
}

.lg-outer.lg-show-autoplay .lg-icon.lg-autoplay-button:after {
	content: 'pause_circle_filled';
}

.lg-outer.lg-fullscreen-on .lg-icon.lg-fullscreen:after {
	content: 'photo_size_select_large';
}

/*--------------------------------------------------------------
# cherry-search
--------------------------------------------------------------*/
.cherry-search {
	position: relative;
}

.error404 .cherry-search {
	max-width: 100%;
}

@media (min-width: 768px) {
	.error404 .cherry-search {
		max-width: 537px;
		margin: 0 auto;
	}
}

.widget-area .cherry-search {
	padding-top: 12px;
}

.cherry-search form.cherry-search__form {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}

.cherry-search form.cherry-search__form:after {
	display: none;
}

.top-panel .cherry-search form.cherry-search__form input[type='search'] {
	padding: 7px 0;
}

.cherry-search form.cherry-search__form button.search-submit {
	display: inline-block;
	-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
					flex: 0 1 auto;
	width: inherit;
	white-space: nowrap;
	border: none;
	z-index: 1;
	transition: all 0.25s ease;
}

.widget-area .cherry-search form.cherry-search__form button.search-submit,
.error404 .cherry-search form.cherry-search__form button.search-submit {
	padding: 5px 25px;
	margin-left: -40px;
}

@media (min-width: 992px) {
	.widget-area .cherry-search form.cherry-search__form button.search-submit,
	.error404 .cherry-search form.cherry-search__form button.search-submit {
		padding: 5px 40px;
	}
}

.top-panel .cherry-search form.cherry-search__form button.search-submit {
	margin-left: 10px;
}

.cherry-search form.cherry-search__form button.search-submit:before {
	display: none;
}

.cherry-search__item-attr {
	transition: all 0.3s ease;
}

.cherry-search__item-attr .cherry-search__item-title {
	font-size: 16px;
	font-size: 1rem;
}

.cherry-search__item-attr .cherry-search__item-title strong {
	font-weight: normal;
}

.cherry-search__item-attr .cherry-search__item-author {
	font-size: 14px;
	font-size: 0.875rem;
}

.cherry-search__item-attr .cherry-search__item-author em {
	font-style: normal;
}

.cherry-search__results-list {
	margin-top: 14px;
	padding: 20px;
	border-radius: 25px;
	border: none !important;
	box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.15);
}

.error404 .cherry-search__more-button, .top-panel .cherry-search__more-button, .widget-area .cherry-search__more-button, .error404 .cherry-search__results-item, .top-panel .cherry-search__results-item, .widget-area .cherry-search__results-item {
	border-top: 1px solid black;
}

.error404 .cherry-search__more-button, .top-panel .cherry-search__more-button, .widget-area .cherry-search__more-button {
	padding: 6px 10px;
}

.cherry-search .cherry-search__results-item a {
	padding: 20px 0;
}

.cherry-search .cherry-search__results-item:first-child a {
	padding: 0 0 20px;
}

.cherry-search .cherry-search__more-button {
	padding: 20px 0 0;
}

.cherry-search .cherry-search__results-item:hover,
.cherry-search .cherry-search__more-button:hover {
	background-color: transparent;
}

/*# sourceMappingURL=style.css.map */

#tm_builder_outer_content .tm_pb_module li {
	list-style-type: circle;
}

h2.ls-l, #tm_builder_outer_content > div > div.tm_pb_section.tm_pb_section_0.tm_section_regular.tm_section_transparent > div > div > div > div.tm_pb_slides > div.tm_pb_slide.tm_pb_bg_layout_light.tm_pb_media_alignment_center.tm_pb_slide_0.tm-pb-active-slide > div > div > div > h2 {color:#fff!important;}
#tm_builder_outer_content .tm-pb-arrow-prev, #tm_builder_outer_content .tm-pb-arrow-next { background-color: #0F3579!important; }
.main-navigation .menu > li > a:hover, .main-navigation .menu > li.menu-hover > a, .main-navigation .menu > li.current_page_item > a, .main-navigation .menu > li.current_page_ancestor > a, .main-navigation .menu > li.current-menu-item > a, .main-navigation .menu > li.current-menu-ancestor > a { color:#0F3579!important; }

#tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-next:before, #tm_builder_outer_content .tm_pb_slider .tm-pb-arrow-prev:before { color:#fff; }
.top-panel { height:5px!important; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2, .tm_pb_builder #tm_builder_outer_content .tm_pb_column_3 { padding-top:30px!important; padding-bottom:30px!important; }
#tm_builder_outer_content h1 {
    font-size: 30px;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services .services-item .title_wrap a { font-weight:bold; font-size: 22px; }
#tm_builder_outer_content .tm_pb_cherry_services .service-icon i { color:#0F3579!important; }
a:hover { color:#0F3579!important; }
#colophon > div.footer-area-wrap.invert, .team-listing_socials, .team-socials { display:none; }
.site-branding {max-width:375px; } /* img.site-link__img { max-width:50%; } */
h2.team-listing_name > a{ color:#0F3579!important; font-weight:300; }

.main-navigation .menu > li {
    margin: 0 0px;
}
.main-navigation .menu > li > a, .main-navigation ul ul a { font-weight:400!important;font-size:14px!important; }

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_position { color:#0F3579!important; }
#menu-item-2325-el, #menu-item-2342-en { margin-top:5px; }
#menu-item-2342-el, #menu-item-2325-en, #sg-menu-item-2342-el, #sg-menu-item-2325-en { display:none; }
h1.page-title { 
    font-size: 30px;
    font-style: normal;
    font-weight: 100;
    line-height: 1.1;
    font-family: Roboto, sans-serif;
    letter-spacing: 0px;
    text-align: inherit;
 }
.cherry-team-filter { display:none; }

#masthead > div.header-container > div {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

@media (min-width: 1345px) {
  .header-container {
    padding: 0px 0px;
  }
}
