/*!
Theme Name: Tooth Fairy
Theme URI: https://www.templatemonster.com/wordpress-themes/64016.html
Author: Jetimpex
Author URI: https://www.templatemonster.com/authors/jetimpex/
Description: Tooth Fairy - Pediatric dentistry for kids.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: toothfairy
Template Id: 64016
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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 15px 0 15px;
}

p + h2 {
	margin: 45px 0 11px;
}

p + h3 {
	margin: 46px 0 23px;
}

h3 + ul,
h3 + ol {
	margin-top: 23px;
}

p + h4 {
	margin: 46px 0 4px;
}

p + h5 {
	margin: 47px 0 4px;
}

p + h6 {
	margin: 46px 0 6px;
}

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 #d5d5d5;
	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: 0.9375rem;
	padding-right: 0.9375rem;
}

@media (min-width: 768px) {
	.container {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@media (min-width: 992px) {
	.container {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@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: 0.9375rem;
	padding-right: 0.9375rem;
}

@media (min-width: 768px) {
	.container-fluid {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@media (min-width: 992px) {
	.container-fluid {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@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: -0.9375rem;
	margin-right: -0.9375rem;
}

@media (min-width: 768px) {
	.row {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

@media (min-width: 992px) {
	.row {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

@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: -0.9375rem;
	margin-right: -0.9375rem;
}

.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: -0.9375rem;
		margin-right: -0.9375rem;
	}
}

@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: 0.9375rem;
	padding-right: 0.9375rem;
}

@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: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@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;
	-ms-grid-row-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;
		-ms-grid-row-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;
		-ms-grid-row-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;
		-ms-grid-row-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;
		-ms-grid-row-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.358em 0 2.3em;
	clear: both;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul li, ol li {
	font-weight: 500;
	margin-top: 5px;
}

ul li:first-child, ol li:first-child {
	margin-top: 0;
}

ol {
	margin: 0 0 1.5em 0;
	padding-left: 0;
}

ul:not([class]),
ul:not([class]):not([id]),
#tm_builder_outer_content .tm_pb_module ul:not([class]) {
	list-style: none;
	padding-left: 0;
	margin: 0 0 1.5em 0;
}

ul:not([class]) > li,
ul:not([class]):not([id]) > li,
#tm_builder_outer_content .tm_pb_module ul:not([class]) > li {
	padding-left: 15px;
	position: relative;
}

ul:not([class]) > li:before,
ul:not([class]):not([id]) > li:before,
#tm_builder_outer_content .tm_pb_module ul:not([class]) > li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.cherry-search__results-list ul li,
.tm-pb-contact-message ul li {
	padding-left: 0 !important;
}

.cherry-search__results-list ul li:before,
.tm-pb-contact-message ul li:before {
	display: none;
}

ol {
	list-style: decimal-leading-zero;
	list-style-position: inside;
}

.entry-content ol {
	list-style: none;
	counter-reset: li;
	margin-left: 0;
}

.entry-content ol li + li,
.entry-content ol li > ul li,
.entry-content ol li > ol li {
	margin-top: 5px;
}

.entry-content ol > li:before {
	content: counter(li, decimal) ".";
	counter-increment: li;
	margin-right: 6px;
}

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

.entry-content table {
	margin: 0 0 1.5em;
	max-width: 100%;
	border: 1px solid #fdfdfd;
}

.entry-content table th,
.entry-content table td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #fdfdfd;
}

.entry-content table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #fdfdfd;
}

.entry-content table tbody + tbody {
	border-top: 1px solid #fdfdfd;
}

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.page-preloader {
	position: relative;
	left: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	margin-left: -9px;
}

.page-preloader-cover {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.s2 {
	position: absolute;
	height: 100px;
	width: 100px;
	background-color: transparent;
	top: 50vh;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.s1 {
	position: absolute;
	height: 100px;
	width: 100px;
	top: 50vh;
	left: 50%;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: transparent;
}

.bigcon {
	position: absolute;
	height: 95px;
	width: 95px;
	top: 50vh;
	left: 50%;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	background-color: transparent;
	-webkit-animation: bigcon 2s infinite linear;
	animation: bigcon 2s infinite linear;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}

.b {
	border-radius: 50%;
	position: absolute;
}

.s {
	width: 25px;
	height: 25px;
	-webkit-animation: small 2s infinite ease;
	animation: small 2s infinite ease;
	box-shadow: 0px 2px rgba(0, 0, 0, 0.3);
	background-color: #9ad290;
}

.s:nth-child(1) {
	top: 0%;
	left: 0%;
}

.s:nth-child(2) {
	top: 0%;
	right: 0%;
}

.s:nth-child(3) {
	right: 0%;
	bottom: 0%;
}

.s:nth-child(4) {
	bottom: 0%;
	left: 0%;
}

.big {
	width: 20px;
	height: 20px;
	border-radius: 15px;
	box-shadow: 0px 0px 10px #9bdff5, 0px 0px 20px #9bdff5, 0px 0px 30px #9bdff5, 0px 0px 50px #9bdff5, 0px 0px 60px #9bdff5;
	z-index: 1;
	background-color: #9bdff5;
	-webkit-animation: bigball 1s infinite linear;
	animation: bigball 1s infinite linear;
}

.sb1 {
	-webkit-animation-delay: -1.75s;
	animation-delay: -1.75s;
}

.sb6 {
	-webkit-animation-delay: -1.5s;
	animation-delay: -1.5s;
}

.sb2 {
	-webkit-animation-delay: -1.25s;
	animation-delay: -1.25s;
}

.sb7 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sb3 {
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
}

.sb8 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sb4 {
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
}

.sb5 {
	-webkit-animation-delay: -0s;
	animation-delay: -0s;
}

@-webkit-keyframes bigcon {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate(-50%, -50%) rotate(405deg);
		transform: translate(-50%, -50%) rotate(405deg);
	}
}

@keyframes bigcon {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
	}
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate(-50%, -50%) rotate(405deg);
		transform: translate(-50%, -50%) rotate(405deg);
	}
}

@-webkit-keyframes small {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-color: #f49aaf;
	}
	10% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		background-color: #9bdff5;
	}
	15% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-color: #f49aaf;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-color: #f49aaf;
	}
}

@keyframes small {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-color: #f49aaf;
	}
	10% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		background-color: #9bdff5;
	}
	15% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-color: #f49aaf;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		background-color: #f49aaf;
	}
}

/*--------------------------------------------------------------
## 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. */
	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: 5px;
	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: 5px;
	box-shadow: none;
	border-radius: 5px;
}

@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 {
	-webkit-appearance: none;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 11px 20px;
	border: none;
	border-radius: 5px;
	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 {
	outline: none;
	transition: all 0.27s ease;
}

.wpcf7-form > p {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -0.46875rem;
	margin-left: -0.46875rem;
	position: relative;
}

.wpcf7-form > p span:not(.ajax-loader) {
	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	max-width: 50%;
	padding-left: 0.46875rem;
	padding-right: 0.46875rem;
	margin-top: 0.9375rem;
}

.wpcf7-form > p span:not(.ajax-loader) select {
	width: 100%;
	background-image: url(assets/images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

.wpcf7-form > p span:not(.ajax-loader) select option {
	background-color: rgba(255, 255, 255, 0.1);
}

.wpcf7-form > p span.wpcf7-not-valid-tip {
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	max-width: 100%;
	font-size: 12px;
	font-size: 0.75rem;
}

.wpcf7-form > p span.ajax-loader {
	position: absolute;
	bottom: 20px;
	right: 30%;
}

.wpcf7-form > p span.your-comments {
	-webkit-flex: 1 0 100%;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	max-width: 100%;
}

.wpcf7-form > p textarea {
	height: 103px;
	resize: none;
}

.wpcf7-form > p input[type="submit"] {
	border-style: solid;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	font-size: 18px;
	font-size: 1.125rem;
	padding: 14px 38px;
}

textarea {
	-webkit-appearance: none;
	font-size: 16px;
	font-size: 1rem;
	padding: 11px 20px;
	border: none;
	border-radius: 5px;
	transition: all 0.32s ease;
}

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: 103px;
	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;
	border-radius: 5px;
	padding: 3px;
}

@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: none;
}

a:hover, a:active {
	text-decoration: none;
	outline: 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;
	cursor: pointer;
}

@media (max-width: 767px) {
	.main-navigation ul ul a {
		margin-left: 1rem;
	}

	.main-navigation ul ul ul a {
		margin-left: 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;
	}

	.default .main-navigation .menu > li:first-child {
		margin-left: 0;
	}

	.default .main-navigation .menu > li:first-child > a {
		padding-left: 0;
	}

	.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;
		padding-top: 10px;
	}

	.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: 14px 0 0 0;
	}

	.header-layout-default .main-navigation .sub-menu:before {
		top: -35px;
		height: 35px;
	}

	.header-layout-centered .main-navigation .sub-menu {
		margin: 10px 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: 10px 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-top: -25px;
		margin-left: 0;
	}

	.main-navigation .sub-menu ul {
		top: 0;
		margin: 0;
	}

	.main-navigation .sub-menu ul:before {
		display: none;
	}

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

.menu-toggle {
	background-color: transparent;
}

/* Skin */
.main-navigation a {
	padding: 10px 0;
}

.main-navigation a:focus {
	outline: none;
}

.main-navigation .menu > li {
	margin: 0 23px;
	cursor: pointer;
}

@media (min-width: 1200px) {
	.main-navigation .menu > li:before {
		content: '';
		position: absolute;
		height: 4px;
		width: 0;
		top: -1px;
		left: auto;
		right: 0;
		transition: all 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
	}
}

@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) */
}

@media (min-width: 1200px) {
	.main-navigation .menu > li.menu-hover:before, .main-navigation .menu > li.current_page_item:before, .main-navigation .menu > li.current_page_ancestor:before, .main-navigation .menu > li.current-menu-item:before, .main-navigation .menu > li.current-menu-ancestor:before {
		left: 0;
		right: auto;
		width: 100%;
		transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 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;
	cursor: pointer;
}

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

@media (min-width: 768px) {
	.main-navigation .sub-menu {
		padding: 24px 0px 10px 0px;
		border-radius: 5px;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
	}
}

.main-navigation .sub-menu.left-side {
	left: -100%;
	right: 100%;
}

.main-navigation .sub-menu li {
	padding: 0px 20px;
}

@media (min-width: 768px) {
	.main-navigation .sub-menu li:last-of-type > a {
		border-bottom: none;
	}
}

@media (min-width: 768px) {
	.main-navigation .sub-menu li.menu-item-has-children:after {
		content: '\f105';
		position: absolute;
		right: 20px;
		top: 35%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 16px;
		font-size: 1rem;
	}
}

.main-navigation .sub-menu li + li {
	margin-top: 9px;
}

@media (min-width: 768px) {
	.main-navigation .sub-menu a {
		width: 11.2em;
		padding: 0 10px 8px;
		border-bottom: 1px solid #f2f2f5;
	}
}

.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: 18px;
	font-size: 1.125rem;
	line-height: 1.5em;
	padding: .5em 0;
	border: none;
	font-weight: 400;
	background: none;
	transition: all 0.3s ease-out;
}

.toggled .menu-toggle__icon:before {
	content: '\e5cd';
}

.menu-toggle__icon {
	vertical-align: middle;
	font-size: 24px;
}

.menu-toggle__icon:before {
	content: '\e3c7';
	font-family: 'Material Icons';
	font-weight: 400;
	font-style: normal;
	margin-right: 0;
}

/*--------------------------------------------------------------
## 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 li {
	margin-top: 0;
}

.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: "";
	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
--------------------------------------------------------------*/
.navigation.post-navigation {
	border-top: 3px solid;
	border-bottom: 3px solid;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
	overflow: hidden;
	padding: 0 0 4px;
	margin-top: 35px;
}

.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. */
	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;
	float: 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;
	float: 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;
}

.blog .pagination, .archive .pagination {
	margin: 2em 0 3em;
}

.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;
	border-radius: 5px;
}

@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;
	background-color: #c4e0ea;
	text-align: center;
	padding: 45px 0 52px;
}

.breadcrumbs:before, .breadcrumbs:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9999px;
	background-color: #c4e0ea;
}

.breadcrumbs:before {
	left: 100%;
}

.breadcrumbs:after {
	right: 100%;
}

.breadcrumbs__title .page-title {
	margin: 0;
}

.breadcrumbs__browse {
	margin-right: .5em;
}

.breadcrumbs__wrap {
	margin: 0;
}

@media (min-width: 992px) {
	.breadcrumbs__wrap {
		margin: .1em 0;
	}
}

.breadcrumbs__item {
	vertical-align: middle;
	text-transform: uppercase;
	display: inline-block;
}

.breadcrumbs__item-sep {
	font-size: 46px;
	font-size: 2.875rem;
	line-height: 10px;
	margin-top: 4px;
}

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

.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: '\f17d';
}

.social-list .menu-item > a[href*="facebook.com"]::before {
	content: '\f09a';
}

.social-list .menu-item > a[href*="plus.google.com"]::before {
	content: '\f0d5';
}

.social-list .menu-item > a[href*="instagram.com"]::before {
	content: '\f16d';
}

.social-list .menu-item > a[href*="linkedin.com"]::before {
	content: '\f0e1';
}

.social-list .menu-item > a[href*="twitter.com"]::before {
	content: '\f099';
}

.social-list .menu-item > a[href*="tumblr.com"]::before {
	content: '\f173';
}

.social-list .menu-item > a[href*="behance.net"]::before {
	content: '\f1b4';
}

.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 {
	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 {
	display: none;
}

.fontawesome_icon, .social-list .menu-item > a[href*="codepen.io"]::before, .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*="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, .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 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	font-size: 0.9375rem;
	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*="codepen.io"]::before, .social-list .social-list--text .menu-item > a[href*="codepen.io"]::before, .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*="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, .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;
}

/*--------------------------------------------------------------
# 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: #89c1d6;
	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: 0px 61px 49px 0 !important;
}

.alignright {
	float: right;
	margin: 0px 0 49px 61px !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 33px !important;
	margin-top: 33px !important;
}

.alignnone {
	margin-top: 10px;
}

/*--------------------------------------------------------------
# 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;
	margin-left: 0;
	margin-right: 10px;
}

@media (min-width: 768px) {
	.share-btns__item {
		margin-right: 0;
		margin-left: 19px;
	}
}

.single-post .share-btns__item {
	margin-right: 19px;
	margin-left: 0;
}

.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: -0.9375rem;
		margin-left: -0.9375rem;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.card-deck .card {
		margin-right: 0.9375rem;
		margin-left: 0.9375rem;
		-webkit-flex: 1 0 0;
		-ms-flex: 1 0 0px;
		flex: 1 0 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-display: 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% - 1.875rem);
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}

	.posts-list--grid-2-cols .card {
		max-width: calc(100% / 2 - 1.875rem);
		width: calc(100% / 2 - 1.875rem);
		-webkit-flex: 1 0 calc(100% / 2 - 1.875rem);
		-ms-flex: 1 0 calc(100% / 2 - 1.875rem);
		flex: 1 0 calc(100% / 2 - 1.875rem);
	}
}

@media (min-width: 992px) {
	.posts-list--grid-3-cols .card {
		max-width: calc(100% / 3 - 1.875rem);
		width: calc(100% / 3 - 1.875rem);
		-webkit-flex: 1 0 calc(100% / 3 - 1.875rem);
		-ms-flex: 1 0 calc(100% / 3 - 1.875rem);
		flex: 1 0 calc(100% / 3 - 1.875rem);
	}
}

@media (min-width: 768px) {
	.card-columns {
		-webkit-column-gap: 1.875rem;
		-moz-column-gap: 1.875rem;
		column-gap: 1.875rem;
	}

	.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: -0.9375rem;
		margin-left: -0.9375rem;
		-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 - 1.875rem);
		-ms-flex: 1 0 calc(100% / 3 - 1.875rem);
		flex: 1 0 calc(100% / 3 - 1.875rem);
		max-width: calc(100% / 3 - 1.875rem);
		margin-right: 0.9375rem;
		margin-left: 0.9375rem;
	}

	.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 - 1.875rem);
		-ms-flex: 1 0 calc(100% / 1.5 - 1.875rem);
		flex: 1 0 calc(100% / 1.5 - 1.875rem);
		max-width: calc(100% / 1.5 - 1.875rem);
	}
}

@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: auto;
	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;
}

.site-header .header-container {
	padding: 22px 0 4px;
	position: relative;
}

.site-header .header-container:before {
	content: '';
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: url(assets/images/header-bg.jpg);
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.site-header .header-container {
		padding: 22px 0.9375rem;
	}

	.site-header .header-container .main-navigation {
		top: -100px;
		transition: top 0.75s ease;
	}

	.site-header .header-container .main-navigation.isStuck {
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		text-align: center;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9999;
		margin: 0;
		padding: 15px 0.9375rem;
	}

	.site-header.centered .site-header .header-container .main-navigation.isStuck,
	.site-header.default .site-header .header-container .main-navigation.isStuck {
		padding-bottom: 0;
	}

	.site-header .header-container .main-navigation.isStuck .sub-menu {
		margin: 17px 0 0 -23px;
	}

	.site-header .header-container .main-navigation.isStuck.has-bar {
		margin-top: 32px;
	}
}

.container .site-header .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: 23px;
	}
}

.site-header.default .social-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

@media (max-width: 543px) {
	.site-header.default .social-nav {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.site-header.default .social-nav .main-navigation {
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	text-align: left;
	margin-top: 19px;
	border-top: 2px solid;
}

@media (min-width: 768px) {
	.site-header.default .social-nav .main-navigation {
		border-top: none;
		margin-top: 0;
	}
}

.site-header.default .social-nav .main-navigation .menu > li {
	padding-top: 0;
	margin: 0 0 0 20px;
}

@media (min-width: 768px) {
	.site-header.default .social-nav .main-navigation .menu > li {
		padding-top: 25px;
	}
}

.site-header.default .social-nav .isStuck .menu {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.site-header.default .social-nav .isStuck .menu > li {
	padding-top: 0;
}

.site-header.default .social-nav .social-list--header {
	padding-top: 25px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

@media (max-width: 767px) {
	.site-header.default .social-nav .social-list--header {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}

.site-header.default .site-branding {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 6px 0 20px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #f2f2f5;
}

.site-header.default .site-branding:before, .site-header.default .site-branding:after {
	content: "";
	width: 9999px;
	height: 1px;
	bottom: -1px;
	position: absolute;
	background-color: #f2f2f5;
}

.site-header.default .site-branding:before {
	left: -100%;
}

.site-header.default .site-branding:after {
	right: -100%;
}

@media (min-width: 768px) {
	.site-header.default .site-branding {
		padding: 20px 0 37px;
		float: left;
		text-align: left;
	}
}

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

.site-header.centered .site-branding {
	padding: 6px 0 20px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #f2f2f5;
}

.site-header.centered .site-branding:before, .site-header.centered .site-branding:after {
	content: "";
	width: 9999px;
	height: 1px;
	bottom: -1px;
	position: absolute;
	background-color: #f2f2f5;
}

.site-header.centered .site-branding:before {
	left: -100%;
}

.site-header.centered .site-branding:after {
	right: -100%;
}

@media (min-width: 768px) {
	.site-header.centered .site-branding {
		padding: 20px 0 38px;
	}
}

.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: 0px;
		border-top: none;
	}
}

.site-header.centered .main-navigation > ul > li > a {
	padding: 34px 0 11px;
}

.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: 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.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: 2px;
	}
}

@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 .main-navigation > ul > li > a {
	padding: 20px 0;
}

.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: 1px 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: 1px 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: center;
	align-items: center;
}

@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) {
	.home .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: 2px;
	}
}

@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: 1px 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: 1px 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: center;
	align-items: center;
}

@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.invert .cherry-search input[type='search'] {
	background-color: transparent;
}

.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 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
	.top-panel__wrap {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.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;
		-ms-grid-row-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;
	padding-top: 15px;
}

@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;
		-ms-grid-row-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;
		-ms-grid-row-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;
		-ms-grid-row-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;
}

.contact-block--header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 130px;
	padding-top: 11px;
}

@media (max-width: 1199px) {
	.contact-block--header {
		padding-left: 0;
	}
}

.contact-block__inner {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact-block__label, .contact-block__text {
	display: block;
	text-align: left;
}

.contact-block__label {
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 12px;
}

.contact-block__text {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 500;
}

.contact-block__item--icon {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contact-block__icon {
	margin-right: 10px;
}

.contact-block__icon:before {
	font-size: 16px;
	font-size: 1rem;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-content,
.entry-summary {
	margin: 1em 0 0;
}

.page:not(.tm_pb_builder) #primary {
	margin-top: 9.2em;
}

.page.home #primary {
	margin-top: 0;
}

.single #primary, .single #sidebar, .blog #primary, .blog #sidebar, .search #primary, .search #sidebar, .archive #primary, .archive #sidebar {
	margin-top: 4.1em;
	margin-bottom: 4.1em;
}

.entry-content {
	margin-top: 0;
}

.single .no-thumb .entry-content {
	padding-top: 1.5em;
}

.card-columns {
	padding-top: 3em;
}

.taxonomy-description {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry {
	position: relative;
	border-radius: 5px;
}

.posts-list .hentry:not(:first-child) {
	margin-top: 30px;
	padding-top: 19px;
	border-top: 2px solid #fdfdfd;
}

@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 #fdfdfd;
}

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

@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, .archive .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)
--------------------------------------------------------------*/
.format-audio .post-format-audio .mejs-container .mejs-controls,
.format-audio .mejs-container .mejs-controls {
	background-color: #1bbcff;
}

.posted-by a:hover, .posted-by__author a:hover, .post-featured-content a:hover, .post__date a:hover, .post__comments a:hover, .post__tags a:hover {
	text-decoration: none;
}

.single .post__date:before,
.single .post__comments:before,
.blog .post__date:before,
.blog .post__comments:before,
.blog .post__tags:before,
.archive .post__date:before,
.archive .post__comments:before,
.archive .post__tags:before {
	background-color: #8d8d8f;
}

.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: #89c1d6;
}

.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, .archive .post__date, .blog .post__comments, .archive .post__comments, .blog .post__tags, .archive .post__tags {
	margin-right: 0;
	margin-left: 4px;
}

.blog .post__date:before, .archive .post__date:before, .blog .post__comments:before, .archive .post__comments:before, .blog .post__tags:before, .archive .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;
}

.comments-area .children article.comment-body {
	background-color: transparent;
}

.comments-area article.comment-body {
	background-color: #fbfbfb;
}

.comments-area .comment-date:after {
	background-color: #8d8d8f;
}

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

/*--------------------------------------------------------------
### 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;
	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: none;
	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. */
	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: 24px 0;
	font-size: 12px;
	font-size: 0.75rem;
}

@media (min-width: 768px) {
	.footer-container {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.container .footer-container {
	padding-right: 0;
	padding-left: 0;
}

.footer-area-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.footer-area-wrap:before {
	content: '';
	height: 10px;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	background-image: url(assets/images/header-bg.jpg);
}

@media (min-width: 768px) {
	.footer-area-wrap {
		padding-top: 29px;
		padding-bottom: 76px;
	}
}

.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;
	-ms-grid-row-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;
	-ms-grid-row-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;
	-ms-grid-row-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 .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;
	border-radius: 5px;
}

@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 {
	border-left: 4px solid;
	padding-left: 8px;
	line-height: 1.2;
	margin: 0 0 1em 0;
	font-size: 22px;
	font-size: 1.375rem;
}

.footer-area .widget-title {
	margin: 26px 0 49px 0;
}

@media (min-width: 992px) {
	.widget-title {
		font-size: 30px;
		font-size: 1.875rem;
	}

	.footer-area .widget-title {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

.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-top: 3em;
	}
}

.sidebar .widget {
	padding-top: 40px;
	border-top: 2px solid #fdfdfd;
}

.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_calendar #next a:hover,
.widget_calendar #prev a:hover {
	color: #777;
}

/*--------------------------------------------------------------
## 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: 1.3em;
}

.widget_recent_entries li a {
	-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;
	-ms-grid-row-align: auto;
	align-self: auto;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2em;
	font-weight: 700;
}

.widget_recent_entries li .post-date {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	-ms-grid-row-align: auto;
	align-self: auto;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 9px;
}

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

/*--------------------------------------------------------------
## Textwidget
--------------------------------------------------------------*/
.textwidget a {
	font-size: 16px;
	font-size: 1rem;
}

/*--------------------------------------------------------------
## About Toothfairy
--------------------------------------------------------------*/
.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: 22px;
}

.widget-about__logo-img {
	vertical-align: top;
}

@media (max-width: 1199px) {
	.sidebar .widget-about__logo-img {
		width: 100%;
	}
}

.widget-about .tm_builder_inner_content p {
	font-size: 16px;
	font-size: 1rem;
}

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

@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;
	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. */
	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 {
	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: 0 0 52px;
	}
}

.sidebar .follow-block .widget-title,
.footer-area .follow-block .widget-title {
	margin-bottom: 27px;
}

.follow-block .social-list .menu-item {
	margin-right: 10px;
}

.follow-block .social-list .menu-item > a:before {
	font-size: 24px;
	font-size: 1.5rem;
}

.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: 0 0 40px;
	}
}

.sidebar .subscribe-block .widget-title,
.footer-area .subscribe-block .widget-title {
	margin-bottom: 45px;
}

.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__input-group,
.footer-area .subscribe-block__input-group,
.after-content-full-width-area .subscribe-block__input-group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.subscribe-block__input[type='email'] {
	border-radius: 5px 0 0 5px;
	padding-top: 9px;
	padding-bottom: 9px;
	margin: 0;
	border-right: none;
	-webkit-flex: 0 0 64%;
	-ms-flex: 0 0 64%;
	flex: 0 0 64%;
	max-width: 64%;
}

.sidebar .subscribe-block__input[type='email'] {
	text-align: left;
}

.subscribe-block__input[type='email'].error {
	background-color: #ffe5ea;
	box-shadow: inset 0 -5px 0 0 #fe5c7a;
}

.invert .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 {
	font-size: 18px;
	font-size: 1.125rem;
	border-radius: 0 5px 5px 0;
	padding: 13px;
	-webkit-flex: 0 0 36%;
	-ms-flex: 0 0 36%;
	flex: 0 0 36%;
	max-width: 36%;
}

.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: 31px;
}

.subscribe-block__messages {
	margin: 10px 0;
}

.subscribe-block__messages .subscribe-block__error {
	font-size: 14px;
	font-size: 0.875rem;
	color: #fe5c7a;
	background-color: #ffe5ea;
	display: inline-block;
	padding: 0 7px;
}

/*--------------------------------------------------------------
## 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: 0.9375rem;
	padding-left: 0.9375rem;
}

/*--------------------------------------------------------------
## 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: #86c27a;
}

/*--------------------------------------------------------------
# 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 !important;
	margin-right: auto !important;
}

.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 Pluging
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
#tm_builder_outer_content blockquote {
	position: relative;
	margin: 0 0 1em;
	padding: 0 0 0 55px;
}

#tm_builder_outer_content blockquote:before {
	content: "\201C";
	font-weight: 700;
	top: -2px;
	left: 2px;
	position: absolute;
	font-size: 28px;
	font-size: 1.75rem;
}

@media (min-width: 992px) {
	#tm_builder_outer_content blockquote:before {
		font-size: 80px;
		font-size: 5rem;
	}
}

#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: none;
}

#tm_builder_outer_content .tm_pb_text > a,
#tm_builder_outer_content .tm_pb_text p > a {
	text-decoration: underline;
}

#tm_builder_outer_content .tm_pb_text h1 a,
#tm_builder_outer_content .tm_pb_text h2 a,
#tm_builder_outer_content .tm_pb_text h3 a,
#tm_builder_outer_content .tm_pb_text h4 a,
#tm_builder_outer_content .tm_pb_text h5 a,
#tm_builder_outer_content .tm_pb_text h6 a {
	text-decoration: none;
}

#tm_builder_outer_content .tm_pb_text blockquote p {
	font-size: 16px;
	font-size: 1rem;
}

.post-edit-link {
	display: inline-block;
	padding-bottom: 10px;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_slider .tm_pb_container {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description {
	text-align: left;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description {
		padding: 12.1% 48% 21.5% 0;
	}
}

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

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_description h2 {
		font-size: 60px;
		font-size: 3.75rem;
		line-height: 1.15em;
		margin: 28px 0 20px;
		padding: 0;
	}
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_slide_content {
	font-size: 20px;
	font-size: 1.25rem;
}

#tm_builder_outer_content .tm_pb_slider .tm_pb_button, #tm_builder_outer_content .tm_pb_slider .button_invert {
	margin: 10px 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: 20px 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: 42px 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. */
	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;
}

#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a {
	border-radius: 18px;
	width: 18px;
	height: 18px;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
		bottom: 20px;
	}
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		text-align: left;
		bottom: 112px;
	}

	#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a {
		text-indent: inherit;
		font-weight: 700;
		font-size: 25px;
		font-size: 1.5625rem;
		position: relative;
		background-color: transparent;
		box-shadow: none;
		width: 30px;
		height: auto;
		text-align: center;
		margin-right: 15px;
		padding-bottom: 14px;
		color: transparent;
	}

	#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a.tm-pb-active-control {
		width: 50px;
	}

	#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a.tm-pb-active-control:after {
		bottom: 0;
		opacity: 1;
		height: 4px;
	}

	#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a:hover {
		background-color: transparent;
		box-shadow: none;
		width: 50px;
	}

	#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a:hover:after {
		bottom: 0;
		opacity: 1;
		height: 4px;
	}

	#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a:nth-child(-n+9):before {
		content: '0';
	}

	#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers a:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 1px;
		height: 2px;
		opacity: .5;
	}
}

#tm_builder_outer_content .tm-pb-arrow-prev,
#tm_builder_outer_content .tm-pb-arrow-next {
	background-color: #89c1d6;
}

/*--------------------------------------------------------------
# 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 {
	margin-bottom: 31px;
}

#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);
	-ms-transform: scale(1);
	transform: scale(1);
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .entry-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0 0 20px;
	line-height: 1em;
}

@media (min-width: 768px) {
	#tm_builder_outer_content .tm_pb_blog.tm_pb_module .entry-title {
		font-size: 25px;
		font-size: 1.5625rem;
		line-height: 27px;
	}
}

#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;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
}

#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;
	min-width: 62px;
	height: 62px;
	border: none;
	padding: 0;
	font-size: 20px;
	font-size: 1.25rem;
}

#tm_builder_outer_content .tm_pb_blog.tm_pb_module .pagination .nav-links a.page-numbers.next, #tm_builder_outer_content .tm_pb_blog.tm_pb_module .pagination .nav-links a.page-numbers.prev, #tm_builder_outer_content .tm_pb_blog.tm_pb_module .pagination .nav-links .page-numbers.current.next, #tm_builder_outer_content .tm_pb_blog.tm_pb_module .pagination .nav-links .page-numbers.current.prev {
	padding: 0 20px;
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_posts.tm_pb_module .toothfairyposts_title_group .toothfairyposts_title_divider .toothfairyposts_subtitle {
	background: #fdfdfd;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .toothfairyposts_item .btn i {
	vertical-align: middle;
	margin-left: 4px;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .toothfairyposts_item .toothfairyposts_item_meta > a {
	margin: 0 5px 0 0;
}

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .navigation.pagination .nav-links a.page-number {
	padding: 0;
	width: 62px;
	height: 62px;
}

/*--------------------------------------------------------------
# Taxonomy
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blurb
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_blurb.tm_pb_module {
	padding: 30px 0px;
	position: relative;
	transition: all 0.32s ease;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_blurb.tm_pb_module {
		padding: 10px 0;
	}
}

#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;
	border-bottom: 3px solid;
	padding: 0 0 28px;
	border-color: inherit;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module > .tm_pb_blurb_content {
	background-color: inherit;
}

#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: 12px;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container h4 {
		font-size: 25px;
		font-size: 1.5625rem;
		text-transform: uppercase;
	}
}

#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_container:first-child {
	position: relative;
	background-color: inherit;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container:first-child .tm_pb_blurb_content {
	top: 50%;
	right: -0.9375rem;
	left: -0.9375rem;
	position: absolute;
	opacity: 0;
	padding: 36px 40px;
	background-color: inherit;
	-webkit-transform: translateY(-50%) scaleY(0);
	-ms-transform: translateY(-50%) scaleY(0);
	transform: translateY(-50%) scaleY(0);
	transition: all 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	border-radius: 5px;
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container:first-child .tm_pb_blurb_content {
		left: -1.875rem;
		right: -1.875rem;
	}
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container:first-child .tm_pb_blurb_content p {
	margin-bottom: 0;
}

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container:first-child:hover .tm_pb_blurb_content {
	opacity: 1;
	-webkit-transform: translateY(-50%) scaleY(1);
	-ms-transform: translateY(-50%) scaleY(1);
	transform: translateY(-50%) scaleY(1);
	transition: all 350ms cubic-bezier(0.47, 0, 0.745, 0.715);
}

#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-bottom: 38px;
	}
}

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

@media (min-width: 1200px) {
	.tm_pb_row_4col div:first-child {
		border-radius: 5px 0px 0px 5px;
	}

	.tm_pb_row_4col div:last-child {
		border-radius: 0 5px 5px 0;
	}
}

/*--------------------------------------------------------------
# Brands Showcase
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container {
	padding-bottom: 40px;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-pagination {
	bottom: 0;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-button-next, #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-button-prev {
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 44px;
	margin-top: -22px;
	padding: 0;
	background-image: none;
	transition: all 0.3s ease;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-button-next:before, #tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-button-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. */
	font-feature-settings: 'liga';
	line-height: 44px;
	width: 44px;
	font-size: 28.8px;
	font-size: 1.8rem;
	text-align: center;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-button-prev {
	left: 0;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-button-prev:before {
	content: '\E314';
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-button-next {
	right: 0;
}

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .swiper-container .swiper-button-next:before {
	content: '\E315';
}

/*--------------------------------------------------------------
# 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: inherit;
	transition: all 0.3s ease;
}

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li:nth-child(3n+1), #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li:nth-child(3n+2), #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li:nth-child(3n+3) {
	border-bottom: 2px solid;
}

.position-one-right-sidebar #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
	padding: 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 {
		padding: 50px 15px 15px;
		-webkit-flex-basis: 30%;
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

@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;
		-ms-grid-row-align: auto;
		align-self: auto;
		min-height: inherit;
	}
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
		padding: 70px 20px 15px;
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
		padding: 113px 20px 36px;
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

#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: counter(list, decimal-leading-zero) "/";
	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: 100px;
	}
}

#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%;
	margin-bottom: 12px;
}

#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;
	border-color: #000;
}

#tm_builder_outer_content .tm_pb_circle_counter h3 {
	margin: 0;
	padding-top: 17px;
	line-height: 1.5em;
	font-weight: 400;
}

@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: 1600px) {
	#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;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #86c27a;
}

/*--------------------------------------------------------------
# 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. */
	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;
	font-size: 35px;
	font-size: 2.1875rem;
	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;
	-ms-grid-row-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;
	-ms-grid-row-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: center;
}

#tm_builder_outer_content div.tm_pb_contact_right {
	margin-top: 0;
	margin-bottom: 16px;
	margin-right: 20px;
}

#tm_builder_outer_content .tm_pb_contact_main_title {
	margin-bottom: 36px;
	margin-top: 0;
}

#tm_builder_outer_content .tm_pb_contact_submit {
	margin-top: 0;
}

#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;
	-moz-appearance: none;
	apperance: 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 select::-ms-expand {
	opacity: 0;
}

#tm_builder_outer_content .tm_pb_contact_field .tm_pb_contact_form_input {
	margin: 0 0 15px 0;
}

#tm_builder_outer_content .tm_pb_contact_captcha {
	padding: 18px 40px;
}

#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: #86c27a;
	padding: 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;
}

#tm_builder_outer_content .tm_pb_contact_field textarea {
	min-height: 174px;
}

/*--------------------------------------------------------------
# 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. */
	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_icon_off .tm_pb_testimonial_description_inner {
	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.tm_pb_icon_off .tm_pb_testimonial_description_inner:before {
	content: "\201C";
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	font-size: 105px;
	font-size: 6.5625rem;
	line-height: 162px;
	height: 75px;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module.tm_pb_icon_off .tm_pb_testimonial_description_inner p:not(.tm_pb_testimonial_meta) {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

#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 {
	display: block;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description_inner {
	font-size: 20px;
	font-size: 1.25rem;
	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 {
	margin-top: 0;
	position: relative;
	line-height: 35px;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author:before {
	content: '';
	display: block;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author em {
	margin: 0 6px 0 0;
}

#tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_job_title {
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 9px;
	letter-spacing: 4px;
	font-size: 16px;
	font-size: 1rem;
}

#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: 5px;
	box-shadow: none;
	border-radius: 5px;
	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: 5px;
	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;
		-ms-grid-row-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;
	-ms-grid-row-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;
		-ms-grid-row-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);
	-ms-transform: scale(1);
	transform: scale(1);
}

#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-box;
	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,
.services-container .cherry-services .services-item {
	text-align: left;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services .services-item .title_wrap,
.services-container .cherry-services .services-item .title_wrap {
	margin: 14px 0 29px;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-listed-services,
.services-container .cherry-services.template-listed-services {
	counter-reset: list;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-listed-services .services-item:before,
.services-container .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;
	border-bottom: 3px solid;
}

@media (min-width: 1200px) {
	#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-listed-services .services-item:before,
	.services-container .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,
.services-container .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,
	.services-container .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-container .cherry-services.template-default {
	margin-bottom: 150px;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item,
.services-container .cherry-services.template-default .services-item {
	text-align: left;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	padding-top: 57px;
	padding-bottom: 47px;
	border-top: 1px solid #f2f2f5;
	border-right: 1px solid #f2f2f5;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item:before,
.services-container .cherry-services.template-default .services-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	width: 0;
	z-index: 1;
	transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item:hover .service-descr,
#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item:hover .services-macros a,
#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item:hover .service-icon i,
.services-container .cherry-services.template-default .services-item:hover .service-descr,
.services-container .cherry-services.template-default .services-item:hover .services-macros a,
.services-container .cherry-services.template-default .services-item:hover .service-icon i {
	transition: all 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition-delay: 200ms;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item:hover:before,
.services-container .cherry-services.template-default .services-item:hover:before {
	left: 0;
	width: 100%;
	transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition-delay: 100ms;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item[class$="-12"], #tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item[class$="-6"]:nth-child(2n+2), #tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item[class$="-4"]:nth-child(3n+3), #tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item[class$="-3"]:nth-child(4n+4), #tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item[class$="-2"]:nth-child(6n+6),
.services-container .cherry-services.template-default .services-item[class$="-12"],
.services-container .cherry-services.template-default .services-item[class$="-6"]:nth-child(2n+2),
.services-container .cherry-services.template-default .services-item[class$="-4"]:nth-child(3n+3),
.services-container .cherry-services.template-default .services-item[class$="-3"]:nth-child(4n+4),
.services-container .cherry-services.template-default .services-item[class$="-2"]:nth-child(6n+6) {
	border-right: none;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item[class$="-12"]:first-child, #tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item[class$="-6"]:nth-child(-n+2), #tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item[class$="-4"]:nth-child(-n+3), #tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item[class$="-3"]:nth-child(-n+4), #tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item[class$="-2"]:nth-child(-n+6),
.services-container .cherry-services.template-default .services-item[class$="-12"]:first-child,
.services-container .cherry-services.template-default .services-item[class$="-6"]:nth-child(-n+2),
.services-container .cherry-services.template-default .services-item[class$="-4"]:nth-child(-n+3),
.services-container .cherry-services.template-default .services-item[class$="-3"]:nth-child(-n+4),
.services-container .cherry-services.template-default .services-item[class$="-2"]:nth-child(-n+6) {
	border-top: none;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .image_wrap a,
.services-container .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,
.services-container .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,
.services-container .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,
.services-container .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,
.services-container .cherry-services.template-default .services-item .image_wrap a:hover img {
	-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 .icon_wrap,
.services-container .cherry-services.template-default .services-item .icon_wrap {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-right: 15px;
	position: relative;
	z-index: 2;
	transition: color .3s ease-out;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .icon_wrap i,
.services-container .cherry-services.template-default .services-item .icon_wrap i {
	font-size: 70px;
	font-size: 4.375rem;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .title-desc,
.services-container .cherry-services.template-default .services-item .title-desc {
	position: relative;
	z-index: 2;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: calc(100% - 85px);
	transition: color .3s ease-out;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .title_wrap,
.services-container .cherry-services.template-default .services-item .title_wrap {
	margin: 0;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .title_wrap h4,
.services-container .cherry-services.template-default .services-item .title_wrap h4 {
	margin-top: 0;
	margin-bottom: 5px;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .title_wrap h4 a,
.services-container .cherry-services.template-default .services-item .title_wrap h4 a {
	transition: color .3s ease-out;
}

#tm_builder_outer_content .tm_pb_cherry_services .cherry-services.template-default .services-item .content_wrap,
.services-container .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,
	.services-container .cherry-services.template-default .services-item .content_wrap {
		margin: 0 60px;
	}
}

#tm_builder_outer_content .tm_pb_cherry_services .nav-links a.page-numbers,
.services-container .nav-links a.page-numbers {
	padding: 0;
	border-radius: 60px;
	line-height: 62px;
	border: none;
	font-size: 20px;
	font-size: 1.25rem;
}

.single.single-cherry-services .cta-type-form {
	text-align: center;
	margin: 0;
}

@media (min-width: 992px) {
	.single.single-cherry-services .cta-type-form {
		margin: 0 15%;
	}
}

@media (min-width: 1200px) {
	.single.single-cherry-services .cta-type-form {
		margin: 0 25%;
	}
}

.single.single-cherry-services .cta-form .cherry-services-row > div {
	width: 100%;
}

.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 .slogan-title {
	border-left: 4px solid;
	padding-left: 28px;
	margin-top: 10px;
	margin-bottom: 42px;
}

.cherry-services .template-single .slogan-title .service-slogan {
	text-transform: uppercase;
}

.cherry-services .template-single .slogan-title .services-macros {
	margin-bottom: 10px;
	margin-top: 4px;
}

.cherry-services .template-single .single_content_wrap .content_wrap {
	margin-top: 34px;
}

.cherry-services .template-single .features_wrap .service-features {
	padding: 17px 0;
}

.cherry-services .template-single .features_wrap .service-features .service-features_row {
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px;
}

.cherry-services .template-single .features_wrap .service-features .service-features_row .service-features_label {
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
}

.cherry-services .template-single .features_wrap .service-features .service-features_row:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 11px;
}

.cherry-services .template-single .cta_wrap .service-cta_title:empty {
	margin: 0;
}

.cherry-services .template-single .cta_wrap .service-cta_desc:empty {
	padding: 0;
}

.cherry-services .template-single .cta_wrap .service-cta {
	padding: 25px 0 45px;
}

.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);
	-ms-transform: scale(1);
	transform: scale(1);
}

/*--------------------------------------------------------------
# Cherry Team
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_cherry_team .template-default .team-listing_desc {
	margin-bottom: 30px;
}

#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: 60px;
	}
}

@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);
	-ms-transform: scale(1);
	transform: scale(1);
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_name {
	margin: 0 0 34px;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_position {
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 12px;
	font-size: 0.75rem;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_desc {
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 1.65em;
	margin-bottom: 33px;
	position: relative;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_desc:before, #tm_builder_outer_content .tm_pb_cherry_team .team-listing_desc:after {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #f2f2f5;
	left: 20%;
	right: 20%;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_desc:before {
	top: 0;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-listing_desc:after {
	bottom: 0;
}

@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: 5px;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-socials {
	padding-top: 20px;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-socials_link {
	height: 30px;
	display: inline-block;
	overflow: hidden;
}

#tm_builder_outer_content .tm_pb_cherry_team .team-socials_icon {
	display: inline-block;
	line-height: 1em;
	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;
}

.cherry-team-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_sm_1, .col_sm_2, .col_sm_3, .col_sm_4, .col_sm_5, .col_sm_6, .col_md_1, .col_md_2, .col_md_3, .col_md_4, .col_md_5, .col_md_6, .col_lg_1, .col_lg_2, .col_lg_3, .col_lg_4, .col_lg_5, .col_lg_6, .col_xl_1, .col_xl_2, .col_xl_3, .col_xl_4, .col_xl_5, .col_xl_6 {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.single-team .team-single-item {
	padding: 0;
	overflow: hidden;
	margin-bottom: 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;
	margin-top: 4px;
}

.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 .name-position {
	border-left: 4px solid;
	padding-left: 28px;
}

.single-team .team-single-item .position {
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.single-team .team-single-item .team-meta {
		padding: 38px 0 0 16px;
	}
}

@media (min-width: 992px) {
	.single-team .team-single-item .team-contact-info {
		padding-top: 77px;
	}
}

.single-team .team-single-item .team-contact-info h3 {
	text-align: center;
	margin-bottom: 50px;
}

.single-team .team-single-item .team-contact-info .team-macros {
	margin-bottom: 30px;
}

.single-team .team-single-item .team-contact-info .team-macros .team-meta_item {
	display: block;
	padding: 31px 30px;
	line-height: 30px;
	border-radius: 4px;
	font-size: 20px;
	font-size: 1.25rem;
}

.single-team .team-single-item .team-contact-info .team-macros .team-meta_item:before {
	font-size: 30px;
	font-size: 1.875rem;
}

.single-team .team-single-item .team-content {
	margin-top: 40px;
}

.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);
	-ms-transform: scale(1);
	transform: scale(1);
}

/*--------------------------------------------------------------
# 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: 487px;
	}
}

#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 13px;
	padding-left: 0;
}

#tm_builder_outer_content ol li {
	list-style: decimal;
}

/*--------------------------------------------------------------
# Call to action
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_text_align_left .tm_pb_promo_description {
	border-left: 4px solid;
	padding-left: 31px;
}

#tm_builder_outer_content .tm_pb_text_align_right .tm_pb_promo_description {
	border-right: 4px solid;
	padding-right: 31px;
}

#tm_builder_outer_content .tm_pb_promo_description {
	padding-bottom: 0;
}

#tm_builder_outer_content .tm_pb_promo_description h2 {
	margin-bottom: 0;
	margin-top: 0;
}

#tm_builder_outer_content .tm_pb_promo_description h2:first-child {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 10px;
	font-weight: 400;
	text-transform: uppercase;
}

#tm_builder_outer_content .tm_pb_text_align_center .tm_pb_promo_description {
	padding-bottom: 21px;
	position: relative;
}

#tm_builder_outer_content .tm_pb_text_align_center .tm_pb_promo_description:before {
	content: '';
	border-bottom: 4px solid;
	width: 76px;
	position: absolute;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}

#tm_builder_outer_content .tm_pb_promo_button.tm_pb_button,
#tm_builder_outer_content .tm_pb_promo_button.tm_pb_button:hover {
	background-color: transparent;
	color: inherit;
	box-shadow: none;
}

#tm_builder_outer_content .tm_pb_promo_button.tm_pb_button:not(.tm_pb_custom_button_icon),
#tm_builder_outer_content .tm_pb_promo_button.tm_pb_button:hover:not(.tm_pb_custom_button_icon) {
	padding-right: 0;
	padding-top: 5px;
}

#tm_builder_outer_content .tm_pb_promo_button.tm_pb_button:not(.tm_pb_custom_button_icon):after,
#tm_builder_outer_content .tm_pb_promo_button.tm_pb_button:hover:not(.tm_pb_custom_button_icon):after {
	content: '\f178';
	position: relative;
	opacity: 1;
	margin-left: 14px;
	color: inherit;
	transition: all 0s;
}

#tm_builder_outer_content .tm_pb_cta.tm_pb_text_align_left {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#tm_builder_outer_content .tm_pb_cta.tm_pb_text_align_right {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#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_pb_promo .tm_pb_button, .tm_pb_promo .tm_pb_button:active, .invert.tm_pb_promo .tm_pb_button, .invert.tm_pb_promo .tm_pb_button:active, .invert .tm_pb_promo .tm_pb_button, .invert .tm_pb_promo .tm_pb_button:active {
	box-shadow: none;
}

.invert .cta-form_submit.btn,
.invert .cta-form_submit.btn:focus {
	box-shadow: none;
}

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

/*--------------------------------------------------------------
# Custom class elements
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container {
	padding-bottom: 40px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-button-next, #tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-button-prev {
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 44px;
	margin-top: -22px;
	padding: 0;
	background-image: none;
	transition: all 0.3s ease;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-button-next:before, #tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-button-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. */
	font-feature-settings: 'liga';
	line-height: 44px;
	width: 44px;
	font-size: 28.8px;
	font-size: 1.8rem;
	text-align: center;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-button-prev {
	left: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-button-prev:before {
	content: '\E314';
}

#tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-button-next {
	right: 0;
}

#tm_builder_outer_content .tm_pb_module.tm_pb_swiper .swiper-container .swiper-button-next:before {
	content: '\E315';
}

/*--------------------------------------------------------------
# Custom class elements
--------------------------------------------------------------*/
#tm_builder_outer_content .tm-testi__inner blockquote {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: center;
	padding-left: 0;
}

#tm_builder_outer_content .tm-testi__inner blockquote p {
	font-size: 20px;
	font-size: 1.25rem;
}

#tm_builder_outer_content .tm-testi-slider__pags {
	counter-reset: li;
}

#tm_builder_outer_content .tm-testi-slider__pags span {
	width: 30px;
	height: auto;
	background-color: transparent;
	padding-bottom: 4px;
	position: relative;
	opacity: 1;
	transition: all .3s ease-out;
	margin-right: 15px;
}

#tm_builder_outer_content .tm-testi-slider__pags span:before {
	color: transparent;
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
	display: inline-block;
	font-weight: 700;
	font-size: 25px;
	font-size: 1.5625rem;
	transition: all .3s ease-out;
}

#tm_builder_outer_content .tm-testi-slider__pags span:after {
	content: '';
	position: absolute;
	height: 2px;
	bottom: 1px;
	left: 0;
	right: 0;
	opacity: .5;
	transition: all .3s ease-out;
}

#tm_builder_outer_content .tm-testi-slider__pags span.swiper-pagination-bullet-active, #tm_builder_outer_content .tm-testi-slider__pags span:hover {
	width: 60px;
}

#tm_builder_outer_content .tm-testi-slider__pags span.swiper-pagination-bullet-active:before, #tm_builder_outer_content .tm-testi-slider__pags span:hover:before {
	color: inherit;
}

#tm_builder_outer_content .tm-testi-slider__pags span.swiper-pagination-bullet-active:after, #tm_builder_outer_content .tm-testi-slider__pags span:hover:after {
	height: 4px;
	bottom: 0;
	opacity: 1;
}

#tm_builder_outer_content .tm-testi__item-body {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: flex;
}

@media (min-width: 992px) {
	#tm_builder_outer_content .tm-testi__item-body {
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 35px 60px;
	}
}

#tm_builder_outer_content .tm-testi__item-body footer {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

#tm_builder_outer_content .tm-testi__item-body:before {
	content: "\201C";
	font-size: 105px;
	font-size: 6.5625rem;
	line-height: 200px;
	height: 95px;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

#tm_builder_outer_content .tm-testi__item-body p {
	width: 100%;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

#tm_builder_outer_content .tm-testi__item-body h3 {
	margin: 0;
}

#tm_builder_outer_content .tm-testi__item-body cite {
	padding-top: 0;
}

#tm_builder_outer_content .tm-testi__item-body cite:before {
	content: none;
}

#tm_builder_outer_content .tm-testi__item-position {
	text-transform: uppercase;
	letter-spacing: 3px;
}

#tm_builder_outer_content .tm-testi__item-position:before {
	content: '- ';
}

#tm_builder_outer_content .tm-testi__item-position:after {
	content: ' -';
}

#tm_builder_outer_content .tm-testi .swiper-button-next {
	right: 0;
	background: none;
}

#tm_builder_outer_content .tm-testi .swiper-button-next: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: 48px;
	font-size: 3rem;
	content: '\f105';
}

#tm_builder_outer_content .tm-testi .swiper-button-prev {
	left: 0;
	background: none;
}

#tm_builder_outer_content .tm-testi .swiper-button-prev: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: 48px;
	font-size: 3rem;
	content: '\f104';
}

/*--------------------------------------------------------------
# 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: #b1b1b1 !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: #b1b1b1 !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;
	-webkit-appearance: none;
	-moz-appearance: none;
	apperance: none;
}

/*--------------------------------------------------------------
# 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: 26px 0 25px;
	border: none;
	font-size: 12px;
	line-height: 1;
	border-bottom: 10px solid #fff;
	font-weight: 700;
}

@media (min-width: 992px) {
	.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media (min-width: 1200px) {
	.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th:first-child {
	width: 65px;
	padding-top: 65px;
	padding-bottom: 0;
	position: relative;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th:first-child:before {
	position: absolute;
	content: '\e192';
	font-weight: 700;
	top: 50%;
	left: 50%;
	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. */
	font-feature-settings: 'liga';
	font-size: 24px;
	font-size: 1.5rem;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@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%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media (min-width: 1200px) {
	.mptt-shortcode-wrapper table.mptt-shortcode-table thead tr.mptt-shortcode-row th:first-child:before {
		font-size: 30px;
		font-size: 1.875rem;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.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: 16px;
	font-size: 1rem;
}

.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;
	font-weight: 700;
	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: 20px;
		font-size: 1.25rem;
	}
}

@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 {
	margin: 0;
	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 .event-subtitle {
	font-size: 14px;
	font-size: 0.875rem;
}

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

.mptt-main-wrapper .event-title {
	text-transform: uppercase;
}

.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-mp-column .event.mptt-theme-mode-event {
	position: relative;
	padding: 0 0 0 90px;
	margin: 0 0 1.5em;
	list-style: none;
}

.single-mp-column .event.mptt-theme-mode-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;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: 'liga';
	-moz-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	content: '\e616';
	left: 2px;
	top: 7px;
	line-height: 1;
	position: absolute;
	font-size: 24px;
	font-size: 4rem;
}

.single-mp-column .event.mptt-theme-mode-event .event-thumbnail {
	display: none;
}

.single-mp-event p img {
	margin-top: 0;
	margin-bottom: 2em;
}

.mptt-container .widgettitle {
	margin: 0 0 1.625em 0;
	position: relative;
	padding: 1.625em 0 0 0;
	border-top: 2px solid #fdfdfd;
}

.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 {
	border-top: 6px solid;
	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. */
	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;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody tr:nth-child(2n+1) td.mptt-shortcode-hours {
	background-color: #89c1d6;
}

.mptt-shortcode-wrapper table.mptt-shortcode-table tbody tr:nth-child(1n) {
	background-color: #ececec;
}

/*--------------------------------------------------------------
# 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: 16px;
	font-size: 1rem;
}

.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.next {
	margin-left: 35px;
}

.tm-pg_front_gallery-navigation .tm_pg_nav-links a.tm_pg_page-numbers.prev {
	margin-right: 35px;
}

.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: 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-weight: normal;
	font-size: 20px;
	font-size: 1.25rem;
}

.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. */
	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: 3px 9px;
	line-height: 1em;
	top: 11px;
	left: 8px;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
}

.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 {
	background-color: #f2f2f2;
	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;
	}
}

@media (max-width: 1199px) {
	.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more {
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

@media (max-width: 991px) {
	.tm-pg_front_gallery-grid .tm_pg_gallery-item.col-xs-6,
	.tm-pg_front_gallery-grid .tm_pg_gallery-item_show-more {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.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: 5px;
	box-shadow: none;
	border-radius: 5px;
	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;
	margin: 0 auto;
	transition: all 0.3s ease;
	font-size: 30px;
	font-size: 1.875rem;
}

.tm-pg_front_gallery-tabs {
	position: relative;
	margin-bottom: 45px;
	counter-reset: list;
	border: none;
}

#tm_builder_outer_content .tm_pb_module .tm-pg_front_gallery-tabs {
	margin-bottom: 10px;
}

@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: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
}

.tm-pg_front_gallery-tabs .tm-pg_front_gallery-preloader .preloader {
	display: block !important;
}

.tm-pg_front_gallery-tabs li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	min-height: inherit;
	transition: all 0.3s ease;
}

@media (min-width: 768px) {
	.tm-pg_front_gallery-tabs 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;
		-ms-grid-row-align: auto;
		align-self: auto;
		min-height: inherit;
	}
}

@media (min-width: 992px) {
	.tm-pg_front_gallery-tabs li {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

@media (min-width: 1200px) {
	.tm-pg_front_gallery-tabs li {
		-webkit-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
}

.tm-pg_front_gallery-tabs li a {
	text-align: center;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
}

.tm-pg_front_gallery-tabs li a:after {
	display: none;
}

@media (max-width: 1199px) {
	.tm-pg_front_gallery-tabs li a {
		padding: 15px 20px;
	}
}

@media (min-width: 992px) {
	.tm-pg_front_gallery-tabs li a {
		padding: 5px 20px 15px;
	}
}

@media (min-width: 1200px) {
	.tm-pg_front_gallery-tabs li a {
		padding: 5px 20px 44px;
	}
}

.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. */
	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-icon .lg-toolbar .lg-icon,
.lg-outer .lg-icon .lg-toolbar .lg-icon:hover,
.lg-outer .lg-icon .lg-thumb-outer .lg-icon,
.lg-outer .lg-icon .lg-thumb-outer .lg-icon:hover {
	background: transparent;
}

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

.cherry-search form.cherry-search__form input[type='search'] {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 18px;
	font-size: 1.125rem;
}

.top-panel .cherry-search form.cherry-search__form input[type='search'] {
	padding: 7px;
}

.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;
	font-size: 18px;
	font-size: 1.125rem;
	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: 5px;
	border: none !important;
	-webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.15);
	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 #e0e0e0;
}

.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 */