<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: Woods
Theme URI: http://www.templatemonster.com/wordpress-themes.php
Author: Template Monster
Author URI: http://www.templatemonster.com/
Description: Your theme description.
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: woods
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/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; 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 {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  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; }

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

h1, h2, h3, h4 {
  text-transform: uppercase; }

h1 {
  margin-bottom: 23px; }

h2 {
  margin-bottom: 26px; }

h2 {
  margin-top: 6px; }

h3 {
  margin: 6px 0 16px; }

h4 {
  margin-bottom: 20px; }

h5 {
  margin-bottom: 6px; }

h6 {
  margin-bottom: 11px; }

p {
  margin: 0 0 1.5em; }

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

blockquote {
  font-size: 20px;
  font-size: 1.25rem; }
  blockquote cite {
    font-size: 14px;
    font-size: 0.875rem; }

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: 2px 5px;
  border: 1px solid #ebebeb; }

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

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

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

.col-xs-1 {
  -webkit-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-xs-4 {
  -webkit-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-xs-7 {
  -webkit-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-xs-10 {
  -webkit-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1; }

.col-xs-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

@media (min-width: 544px) {
  .col-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .col-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 768px) {
  .col-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .col-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 992px) {
  .col-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .col-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 1200px) {
  .col-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .col-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

.row-xs-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

.row-xs-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.row-xs-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

@media (min-width: 544px) {
  .row-sm-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row-sm-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row-sm-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; } }

@media (min-width: 768px) {
  .row-md-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row-md-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row-md-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; } }

@media (min-width: 992px) {
  .row-lg-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row-lg-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row-lg-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; } }

@media (min-width: 1200px) {
  .row-xl-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
  .row-xl-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
  .row-xl-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; } }

.col-xs-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.col-xs-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.col-xs-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

@media (min-width: 544px) {
  .col-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col-sm-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .col-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media (min-width: 768px) {
  .col-md-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col-md-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .col-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media (min-width: 992px) {
  .col-lg-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col-lg-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .col-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; } }

@media (min-width: 1200px) {
  .col-xl-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .col-xl-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .col-xl-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; } }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

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

blockquote, q {
  quotes: none;
  background: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ''; }

.entry-content blockquote {
  position: relative;
  margin: 22px 0 1em;
  padding: 2px 0 0 42px;
  background: none;
  border-left: 2px solid red; }
  .entry-content blockquote h5 {
    padding-bottom: 17px; }
  .entry-content blockquote p {
    margin: 0; }
    .entry-content blockquote p + p {
      margin-top: 1em; }
  .entry-content blockquote cite:before {
    content: "- "; }

hr {
  background-color: #ebebeb;
  border: 0;
  height: 1px;
  margin: 1.5em 0; }

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0;
  padding-left: 0; }

ul {
  list-style: disc; }

ol {
  list-style: none; }

li &gt; ul,
li &gt; ol {
  margin-bottom: 0;
  margin-left: 1.5em;
  padding-top: 15px; }

.entry-content ul,
.widget_categories ul,
.widget_archive ul,
.widget ul,
.site-content ul {
  list-style: none; }
  .entry-content ul li,
  .widget_categories ul li,
  .widget_archive ul li,
  .widget ul li,
  .site-content ul li {
    padding-bottom: 16px; }
    .entry-content ul li:before,
    .widget_categories ul li:before,
    .widget_archive ul li:before,
    .widget ul li:before,
    .site-content ul li:before {
      content: '\f105';
      font-size: 16px;
      font-family: 'FontAwesome';
      margin-right: 28px;
      top: 0;
      position: relative;
      left: 0; }

.entry-content ol,
.widget_categories ol,
.widget_archive ol,
.widget ol,
.site-content ol {
  counter-reset: li;
  list-style: none; }
  .entry-content ol li:not(.comment),
  .widget_categories ol li:not(.comment),
  .widget_archive ol li:not(.comment),
  .widget ol li:not(.comment),
  .site-content ol li:not(.comment) {
    position: relative;
    padding-bottom: 16px;
    padding-left: 10px !important;
    position: relative; }
    .entry-content ol li:not(.comment):before,
    .widget_categories ol li:not(.comment):before,
    .widget_archive ol li:not(.comment):before,
    .widget ol li:not(.comment):before,
    .site-content ol li:not(.comment):before {
      content: counter(li, decimal);
      counter-increment: li;
      display: inline-block;
      margin-right: 16px;
      font-weight: bold; }
    .entry-content ol li:not(.comment):after,
    .widget_categories ol li:not(.comment):after,
    .widget_archive ol li:not(.comment):after,
    .widget ol li:not(.comment):after,
    .site-content ol li:not(.comment):after {
      content: '#';
      float: left;
      font-weight: bold;
      position: absolute;
      top: 0;
      left: 0; }

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

tbody {
  border: 1px solid; }

tbody tr {
  border-bottom: 1px solid; }

tbody tr th, tbody tr td {
  border-right: 1px solid;
  padding: 0 5px; }

.entry-content table {
  margin: 0 0 1.5em;
  max-width: 100%;
  border: 1px solid #ebebeb; }
  .entry-content table th,
  .entry-content table td {
    padding: 5px;
    vertical-align: top;
    border: 1px solid #ebebeb; }
  .entry-content table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #ebebeb; }
  .entry-content table tbody + tbody {
    border-top: 1px solid #ebebeb; }

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
@-webkit-keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px; }
  65% {
    width: 150px;
    height: 150px; } }
@keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px; }
  65% {
    width: 150px;
    height: 150px; } }

@-webkit-keyframes loaderBlock {
  0%, 30% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@keyframes loaderBlock {
  0%, 30% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@-webkit-keyframes loaderBlockInverse {
  0%, 20% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); } }

@keyframes loaderBlockInverse {
  0%, 20% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); } }

.page-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  -webkit-animation: loader 1.2s infinite ease-in-out;
  animation: loader 1.2s infinite ease-in-out; }
  .page-preloader-cover {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff; }
  .page-preloader span {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
    animation: loaderBlock 1.2s infinite ease-in-out both; }
    .page-preloader span:nth-child(1) {
      top: 0;
      left: 0; }
    .page-preloader span:nth-child(2) {
      top: 0;
      right: 0;
      -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
      animation: loaderBlockInverse 1.2s infinite ease-in-out both; }
    .page-preloader span:nth-child(3) {
      bottom: 0;
      left: 0;
      -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
      animation: loaderBlockInverse 1.2s infinite ease-in-out both; }
    .page-preloader span:nth-child(4) {
      bottom: 0;
      right: 0; }

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: -999em;
  overflow: hidden;
  width: 51px;
  height: 51px;
  z-index: 999;
  border: none;
  text-align: center; }
  #toTop:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    width: 100%;
    margin: 14px 0 0 0;
    font-size: 24px;
    content: "arrow_upward"; }
  #toTop span {
    display: none; }
  #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: 99%;
  padding: 16px 50px 17px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  border: 2px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .9px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

input[type='submit'] {
  padding: 21px 64px; }

.btn, .mphb-book-button,
.mphb_sc_checkout-submit-wrapper .button {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  max-width: 99%;
  padding: 16px 50px 17px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  border: 2px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .9px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn:hover, .mphb-book-button:hover,
  .mphb_sc_checkout-submit-wrapper .button:hover {
    text-decoration: none; }
  .btn:focus, .mphb-book-button:focus,
  .mphb_sc_checkout-submit-wrapper .button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-fullwidth, .mphb-book-button-fullwidth,
  .mphb_sc_checkout-submit-wrapper .button-fullwidth {
    width: 100%; }

.btn-primary {
  background: transparent; }

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
select,
textarea {
  padding: 24px 50px 24px 26px;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }
  input[type='text']:focus,
  input[type='email']:focus,
  input[type='url']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='number']:focus,
  input[type='tel']:focus,
  input[type='range']:focus,
  input[type='date']:focus,
  input[type='month']:focus,
  input[type='week']:focus,
  input[type='time']:focus,
  input[type='datetime']:focus,
  input[type='datetime-local']:focus,
  input[type='color']:focus,
  select:focus,
  textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .widget-subscribe input[type='text'], .mphb_sc_checkout-form input[type='text'], #mprm_checkout_form_wrap input[type='text'], .widget-subscribe
  input[type='email'], .mphb_sc_checkout-form
  input[type='email'], #mprm_checkout_form_wrap
  input[type='email'], .widget-subscribe
  input[type='url'], .mphb_sc_checkout-form
  input[type='url'], #mprm_checkout_form_wrap
  input[type='url'], .widget-subscribe
  input[type='password'], .mphb_sc_checkout-form
  input[type='password'], #mprm_checkout_form_wrap
  input[type='password'], .widget-subscribe
  input[type='search'], .mphb_sc_checkout-form
  input[type='search'], #mprm_checkout_form_wrap
  input[type='search'], .widget-subscribe
  input[type='number'], .mphb_sc_checkout-form
  input[type='number'], #mprm_checkout_form_wrap
  input[type='number'], .widget-subscribe
  input[type='tel'], .mphb_sc_checkout-form
  input[type='tel'], #mprm_checkout_form_wrap
  input[type='tel'], .widget-subscribe
  input[type='range'], .mphb_sc_checkout-form
  input[type='range'], #mprm_checkout_form_wrap
  input[type='range'], .widget-subscribe
  input[type='date'], .mphb_sc_checkout-form
  input[type='date'], #mprm_checkout_form_wrap
  input[type='date'], .widget-subscribe
  input[type='month'], .mphb_sc_checkout-form
  input[type='month'], #mprm_checkout_form_wrap
  input[type='month'], .widget-subscribe
  input[type='week'], .mphb_sc_checkout-form
  input[type='week'], #mprm_checkout_form_wrap
  input[type='week'], .widget-subscribe
  input[type='time'], .mphb_sc_checkout-form
  input[type='time'], #mprm_checkout_form_wrap
  input[type='time'], .widget-subscribe
  input[type='datetime'], .mphb_sc_checkout-form
  input[type='datetime'], #mprm_checkout_form_wrap
  input[type='datetime'], .widget-subscribe
  input[type='datetime-local'], .mphb_sc_checkout-form
  input[type='datetime-local'], #mprm_checkout_form_wrap
  input[type='datetime-local'], .widget-subscribe
  input[type='color'], .mphb_sc_checkout-form
  input[type='color'], #mprm_checkout_form_wrap
  input[type='color'], .widget-subscribe
  select, .mphb_sc_checkout-form
  select, #mprm_checkout_form_wrap
  select, .widget-subscribe
  textarea, .mphb_sc_checkout-form
  textarea, #mprm_checkout_form_wrap
  textarea {
    border: none; }

button:focus,
input[type='submit']:focus,
input[type='reset']:focus {
  outline: none; }

select {
  border: 1px solid #e0e0e8; }

textarea {
  width: 100%;
  min-height: 150px;
  resize: vertical;
  overflow: auto; }

::-moz-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

.search-form {
  margin: 0;
  padding: 0;
  position: relative; }
  .top-panel .search-form {
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 768px) {
      .top-panel .search-form {
        display: block; } }
  .search-form:after {
    display: block;
    clear: both;
    width: 100%;
    content: ''; }
  .search-form__field[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: none;
    width: 100%;
    border: 1px solid #e0e0e8;
    padding: 17px 44px 17px 24px; }
    .site-footer .search-form__field[type='search'] {
      padding: 20px 44px 20px 24px; }
    .sidebar .search-form__field[type='search'], .no-results .search-form__field[type='search'] {
      font-size: 1rem; }
    .top-panel .search-form__field[type='search'] {
      width: 150px;
      height: 20px;
      padding: 0 7px;
      border: none;
      background: none;
      font-size: 14px;
      font-size: 0.875rem; }
      .top-panel .search-form__field[type='search']:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
  .search-form__submit {
    float: left;
    width: 50px;
    padding-right: 0;
    padding-left: 0;
    border: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .search-form__submit i {
      display: block;
      margin: 0 auto;
      font-size: 15px;
      font-size: 0.9375rem; }
    .sidebar .search-form__submit,
    .no-results .search-form__submit,
    .full-width-header-area .search-form__submit,
    .before-content-area .search-form__submit,
    .before-loop-area .search-form__submit,
    .after-loop-area .search-form__submit,
    .after-content-area .search-form__submit,
    .after-content-full-width-area .search-form__submit,
    .footer-area .search-form__submit {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      background: none; }
    .top-panel .search-form__submit {
      width: 30px;
      padding: 0;
      margin-right: 8px;
      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 {
        -webkit-box-shadow: none;
        box-shadow: none; }

.site .cherry-search__more-button {
  border-top: none; }

.site .cherry-search form.cherry-search__form button.search-submit {
  border: none; }

.cherry-search__field.search-field[type="search"] {
  border: 1px solid #e0e0e8;
  padding: 17px 44px 17px 24px; }
  .sidebar .cherry-search__field.search-field[type="search"] {
    font-size: 1rem;
    text-transform: none; }

.cherry-search__results-list li:before {
  display: none; }

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
  margin: 20px 0 0 0; }

.comment-form .form-submit {
  margin: 50px 0 0 0; }
  .comment-form .form-submit .submit:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.comment-form__field {
  width: 100%;
  vertical-align: top;
  letter-spacing: 1px;
  border: 1px solid; }

.comment-form .logged-in-as,
.comment-form .comment-notes {
  margin: 1em 0; }

.comment-list .comment-form {
  padding-bottom: 2em; }

#cancel-comment-reply-link {
  font-size: 12px;
  font-size: 0.75rem; }

.post-password-form label {
  display: inline-block;
  vertical-align: top; }
  .post-password-form label input {
    border: 1px solid;
    margin: 0 10px; }

.sidebar select {
  background: url(assets/images/select_icon.png) right center no-repeat; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    text-decoration: none; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.top-panel__menu {
  display: none; }
  @media (min-width: 544px) {
    .top-panel__menu {
      display: block; } }
  .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; }
  .main-navigation a {
    position: relative;
    display: block;
    text-decoration: none; }
  @media (max-width: 767px) {
    .main-navigation ul ul a {
      text-indent: 1rem; }
    .main-navigation ul ul ul a {
      text-indent: 2rem; }
    .main-navigation ul ul ul ul a {
      text-indent: 3rem; }
    .main-navigation ul ul ul ul ul a {
      text-indent: 4rem; }
    .main-navigation ul ul ul ul ul ul a {
      text-indent: 5rem; }
    .main-navigation.toggled ul {
      display: block; } }
  @media (min-width: 768px) {
    .main-navigation ul {
      display: block; }
    .main-navigation li.menu-hover &gt; ul {
      top: 100%;
      left: 0;
      right: auto;
      opacity: 1;
      visibility: visible; }
    .main-navigation li li {
      margin-bottom: 16px; }
      .main-navigation li li.menu-hover &gt; ul {
        top: -34px;
        left: -webkit-calc(100% + 1px);
        left: calc(100% + 1px); }
        .main-navigation li li.menu-hover &gt; ul.left-side {
          left: auto;
          right: -webkit-calc(100% + 1px);
          right: calc(100% + 1px); }
    .main-navigation .menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .default .main-navigation .menu {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .default .main-navigation .menu {
        padding-top: 0; } }
  @media (min-width: 768px) {
      .main-navigation .menu &gt; li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
    .main-navigation .sub-menu {
      position: absolute;
      z-index: 999;
      top: 120%;
      left: 0;
      margin: 0;
      opacity: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      visibility: hidden;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; } }
  @media (min-width: 768px) and (max-width: 767px) {
    .main-navigation .sub-menu {
      background: none; } }
  @media (min-width: 768px) {
      .main-navigation .sub-menu ul {
        left: -webkit-calc(100% + 1px);
        left: calc(100% + 1px);
        margin-top: 0;
        top: 20%; }
    .main-navigation .menu-toggle {
      display: none; } }

/* Skin */
.main-navigation a {
  padding: 0; }
  .main-navigation a:focus {
    outline: none; }

@media (max-width: 991px) {
  .main-navigation .menu {
    margin: 20px 0 0; } }

.main-navigation .menu &gt; li {
  margin-left: 32px; }
  @media (max-width: 767px) {
    .main-navigation .menu &gt; li {
      margin: 0 0 20px; } }
  .main-navigation .menu &gt; li:first-child {
    margin-left: 0; }
  .main-navigation .menu &gt; li &gt; a {
    padding: 39px 0;
    letter-spacing: .7px; }
    .site-header.centered .main-navigation .menu &gt; li &gt; a {
      padding: 24px 0; }
      @media (max-width: 991px) {
        .site-header.centered .main-navigation .menu &gt; li &gt; a {
          padding: 0; } }
    @media (min-width: 768px) {
      .main-navigation .menu &gt; li &gt; a {
        border-bottom: none; } }
    @media (max-width: 991px) {
      .main-navigation .menu &gt; li &gt; a {
        padding: 0; } }
    .isStuck .main-navigation .menu &gt; li &gt; a {
      padding: 25px 0; }
  .main-navigation .menu &gt; li.menu-item-has-children:not(.super-guacamole__menu-with-image):not(.super-guacamole__menu-with-icon)::after {
    /* Marker (level 1) */
    content: '\f107'; }
    @media (max-width: 767px) {
      .main-navigation .menu &gt; li.menu-item-has-children:not(.super-guacamole__menu-with-image):not(.super-guacamole__menu-with-icon)::after {
        display: none; } }
  .main-navigation .menu &gt; li.super-guacamole__menu-with-image a,
  .main-navigation .menu &gt; li.super-guacamole__menu-with-image img {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent; }
  .main-navigation .menu &gt; 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 &gt; li:last-child &gt; a {
    border-bottom: none; }
  .main-navigation .menu &gt; li.menu-hover &gt; a, .main-navigation .menu &gt; li.current_page_item &gt; a, .main-navigation .menu &gt; li.current_page_ancestor &gt; a, .main-navigation .menu &gt; li.current-menu-item &gt; a, .main-navigation .menu &gt; li.current-menu-ancestor &gt; a {
    /* Active and hover state (level 1) */ }
  .main-navigation .menu &gt; li[hidden] {
    display: none; }
  @media (max-width: 991px) {
    .main-navigation .menu &gt; li .sub-menu {
      margin-top: 20px; }
      .main-navigation .menu &gt; li .sub-menu .sub-menu {
        margin-top: 0; } }
  .main-navigation .menu &gt; li .sub-menu-toggle {
    position: absolute;
    display: none;
    top: 0;
    height: 22px;
    width: 80px;
    right: 0;
    z-index: 99; }
    .main-navigation .menu &gt; 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';
      font-family: 'FontAwesome';
      font-size: 22px;
      line-height: 1;
      -webkit-transition: .3s all ease;
      transition: .3s all ease; }
    .main-navigation .menu &gt; li .sub-menu-toggle.active::before {
      -webkit-transform: translate(-50%) rotateX(180deg);
      transform: translate(-50%) rotateX(180deg); }
    @media (max-width: 767px) {
      .main-navigation .menu &gt; li .sub-menu-toggle {
        display: block; } }

.main-navigation &gt; .menu &gt; .menu-item &gt; .sub-menu.left-side {
  left: auto;
  right: 0; }

.main-navigation .sub-menu {
  padding: 34px 0 18px; }
  .main-navigation .sub-menu.left-side {
    left: auto;
    right: -webkit-calc(100% + 1px);
    right: calc(100% + 1px); }
  @media (min-width: 768px) {
    .main-navigation .sub-menu li:last-of-type &gt; a {
      border-bottom: none; } }
  @media (max-width: 991px) {
    .main-navigation .sub-menu li {
      margin-bottom: 20px; } }
  .main-navigation .sub-menu li.menu-item-has-children::after {
    /* Marker (level 2, 3, ..., N) */
    top: 1.1em;
    content: '\f105';
    font-size: inherit;
    display: none; }
  .main-navigation .sub-menu a {
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .main-navigation .sub-menu a {
        width: 16em;
        padding: 0 38px; } }
  .main-navigation .sub-menu li.menu-hover &gt; a,
  .main-navigation .sub-menu li.current_page_item &gt; a,
  .main-navigation .sub-menu li.current_page_ancestor &gt; a,
  .main-navigation .sub-menu li.current-menu-item &gt; a,
  .main-navigation .sub-menu li.current-menu-ancestor &gt; a {
    /* Active and hover state (level 2, 3, ..., N) */ }

.main-navigation li.menu-item-has-children &gt; ul.sub-menu {
  display: none; }
  @media (min-width: 768px) {
    .main-navigation li.menu-item-has-children &gt; ul.sub-menu {
      display: block; } }

.main-navigation li.menu-item-has-children.sub-menu-open &gt; 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 &gt; li::after {
    /* Marker position (level 1) */
    position: relative;
    top: 2px;
    right: 0;
    margin-left: 12px;
    font-size: inherit; } }

/* Menu items description */
.menu-item__desc {
  font-size: 10px;
  font-size: 0.625rem; }
  @media (min-width: 768px) {
    .menu &gt; li &gt; a &gt; .menu-item__desc {
      position: absolute; } }

/* Toogle button */
.menu-toggle {
  padding: 0;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .toggled .menu-toggle__icon:before {
    content: '\e5cd'; }
  .menu-toggle__icon {
    vertical-align: top;
    font-size: 25px; }
    .menu-toggle__icon:before {
      content: '\e3c7';
      font-family: 'Material Icons';
      font-weight: 400;
      font-style: normal;
      margin-right: 0; }

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-menu {
  margin: 38px 0; }
  .footer-menu__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-left: 0;
    list-style: none;
    letter-spacing: .6px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 991px) {
      .footer-menu__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center; } }
    .footer-menu__items .menu-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin-left: 42px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .footer-menu__items .menu-item:first-child {
        margin-left: 0; }
      @media (max-width: 991px) {
        .footer-menu__items .menu-item {
          margin: 0 0 15px; } }
      .footer-menu__items .menu-item a {
        text-decoration: none; }

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  overflow: hidden;
  margin-top: 2em; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%; }
    .comment-navigation .nav-previous &gt; a,
    .posts-navigation .nav-previous &gt; a,
    .post-navigation .nav-previous &gt; a {
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      white-space: nowrap; }
      .comment-navigation .nav-previous &gt; a:before,
      .posts-navigation .nav-previous &gt; a:before,
      .post-navigation .nav-previous &gt; a:before {
        font-size: 20px;
        content: '\E408';
        vertical-align: top;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga'; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    width: 50%;
    text-align: right;
    white-space: nowrap; }
    .comment-navigation .nav-next &gt; a,
    .posts-navigation .nav-next &gt; a,
    .post-navigation .nav-next &gt; a {
      display: inline-block;
      vertical-align: top;
      text-decoration: none; }
      .comment-navigation .nav-next &gt; a:after,
      .posts-navigation .nav-next &gt; a:after,
      .post-navigation .nav-next &gt; a:after {
        font-size: 20px;
        content: '\E409';
        vertical-align: top;
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        /* Support for all WebKit browsers. */
        -webkit-font-smoothing: antialiased;
        /* Support for Safari and Chrome. */
        text-rendering: optimizeLegibility;
        /* Support for Firefox. */
        -moz-osx-font-smoothing: grayscale;
        /* Support for IE. */
        -webkit-font-feature-settings: 'liga';
        font-feature-settings: 'liga'; }

.pagination {
  margin: 2em 0; }
  .card-columns + .pagination {
    margin-top: 0; }

.nav-links {
  padding: 26px 0 53px;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .nav-links {
      padding: 20px 0; } }
  .nav-links .nav-previous, .nav-links .nav-next {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 1px; }
    .nav-links .nav-previous a:before, .nav-links .nav-next a:before {
      margin-right: 12px; }
  .tm_pb_blog .nav-links {
    padding-left: 20px; }

#tm_builder_outer_content .tm_pb_module .page-numbers,
.page-numbers, .single-post .page-links .page-links__item, .single-post .page-links a {
  line-height: 3;
  display: inline-block;
  min-width: 50px;
  height: 50px;
  margin: 0 5px 5px 0;
  text-align: center;
  text-decoration: none;
  border: 2px solid;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 45px;
  letter-spacing: .9px; }
  #tm_builder_outer_content .tm_pb_module .page-numbers.dots,
  .page-numbers.dots, .single-post .page-links .page-links__item.dots, .single-post .page-links a.dots {
    min-width: 2em;
    border: none;
    background-color: transparent; }
  #tm_builder_outer_content .tm_pb_module .page-numbers.next, #tm_builder_outer_content .tm_pb_module .page-numbers.prev,
  .page-numbers.next,
  .page-numbers.prev, .single-post .page-links .page-links__item.next, .single-post .page-links .page-links__item.prev, .single-post .page-links a.next, .single-post .page-links a.prev {
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase; }
    #tm_builder_outer_content .tm_pb_module .page-numbers.next i, #tm_builder_outer_content .tm_pb_module .page-numbers.prev i,
    .page-numbers.next i,
    .page-numbers.prev i, .single-post .page-links .page-links__item.next i, .single-post .page-links .page-links__item.prev i, .single-post .page-links a.next i, .single-post .page-links a.prev i {
      vertical-align: middle; }

.single-post .page-links a .page-links__item {
  width: auto;
  height: auto;
  background: none;
  border: none;
  margin: 0;
  min-width: auto; }

.page-links {
  clear: both;
  margin: 0 0 1em; }
  .page-links__title {
    margin-right: 5px; }
  .page-links a,
  .page-links &gt; .page-links__item {
    line-height: 3;
    display: inline-block;
    min-width: 3em;
    height: 3em;
    margin: 0 5px 5px 0;
    text-align: center;
    border: 1px solid #ebebeb;
    background: transparent; }
  .page-links a {
    text-decoration: none; }

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  margin: 0 0 46px;
  padding: 15px 0 12px; }
  .breadcrumbs__title {
    float: left;
    margin-right: 2em;
    padding-right: 2em;
    border-right: 1px solid #e0e0e8; }
    .breadcrumbs__title .page-title {
      margin: 0; }
  .breadcrumbs__items {
    float: left;
    text-transform: uppercase; }
  .breadcrumbs__browse {
    float: left;
    margin-right: .5em; }
  .breadcrumbs__wrap {
    float: left;
    margin: 0; }
    @media (min-width: 992px) {
      .breadcrumbs__wrap {
        margin: .25em 0; } }
  .breadcrumbs__item {
    float: left; }
    .breadcrumbs__item-sep {
      margin: 0 2.3em;
      opacity: .2; }
      .breadcrumbs__item-sep i {
        font-size: .875rem; }
    .breadcrumbs__item-link {
      text-decoration: none;
      opacity: .2; }
      .breadcrumbs__item-link:hover {
        opacity: 1; }

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list {
  line-height: 1em; }
  .social-list .menu-item {
    margin: 0 0 0 35px; }
    @media (max-width: 1199px) {
      .social-list .menu-item {
        margin: 0 0 0 15px; } }
    .social-list .menu-item:first-child {
      margin-left: 0; }
    .social-list .menu-item::before {
      display: none; }
    .social-list .menu-item &gt; a {
      display: block;
      text-decoration: none;
      opacity: 1; }
      .social-list .menu-item &gt; a:hover {
        text-decoration: none; }
      .social-list .menu-item &gt; a:focus {
        outline: none; }
      .social-list .menu-item &gt; a[href*="codepen.io"]::before {
        content: '\f1cb'; }
      .social-list .menu-item &gt; a[href*="digg.com"]::before {
        content: '\f1a6'; }
      .social-list .menu-item &gt; a[href*="dribbble.com"]::before {
        content: '\f17d'; }
      .social-list .menu-item &gt; a[href*="dropbox.com"]::before {
        content: '\f16b'; }
      .social-list .menu-item &gt; a[href*="facebook.com"]::before {
        content: '\f09a'; }
      .social-list .menu-item &gt; a[href*="flickr.com"]::before {
        content: '\f16e'; }
      .social-list .menu-item &gt; a[href*="plus.google.com"]::before {
        content: '\f0d5'; }
      .social-list .menu-item &gt; a[href*="github.com"]::before {
        content: '\f09b'; }
      .social-list .menu-item &gt; a[href*="instagram.com"]::before {
        content: '\f16d'; }
      .social-list .menu-item &gt; a[href*="linkedin.com"]::before {
        content: '\f0e1'; }
      .social-list .menu-item &gt; a[href*="pinterest.com"]::before {
        content: '\f0d2'; }
      .social-list .menu-item &gt; a[href*="getpocket.com"]::before {
        content: '\f265'; }
      .social-list .menu-item &gt; a[href*="reddit.com"]::before {
        content: '\f1a1'; }
      .social-list .menu-item &gt; a[href*="skype.com"]::before, .social-list .menu-item &gt; a[href*="skype:"]::before {
        content: '\f17e'; }
      .social-list .menu-item &gt; a[href*="stumbleupon.com"]::before {
        content: '\f1a4'; }
      .social-list .menu-item &gt; a[href*="tumblr.com"]::before {
        content: '\f173'; }
      .social-list .menu-item &gt; a[href*="twitter.com"]::before {
        content: '\f099'; }
      .social-list .menu-item &gt; a[href*="vimeo.com"]::before {
        content: '\f27d'; }
      .social-list .menu-item &gt; a[href*="wordpress.org"]::before, .social-list .menu-item &gt; a[href*="wordpress.com"]::before {
        content: '\f19a'; }
      .social-list .menu-item &gt; a[href*="youtube.com"]::before {
        content: '\f167'; }
      .social-list .menu-item &gt; a[href*="amazon.com"]::before {
        content: '\f270'; }
      .social-list .menu-item &gt; a[href*="tripadvisor"]::before {
        content: '\f262'; }
      .social-list .menu-item &gt; a[href*="ycombinator.com"]::before {
        content: '\f23b'; }
      .social-list .menu-item &gt; a[href*="xing.com"]::before {
        content: '\f168'; }
      .social-list .menu-item &gt; a[href*="yahoo."]::before {
        content: '\f19e'; }
      .social-list .menu-item &gt; a[href*="vine.co"]::before {
        content: '\f1ca'; }
      .social-list .menu-item &gt; a[href*="weibo.com"]::before {
        content: '\f18a'; }
      .social-list .menu-item &gt; a[href*="trello.com"]::before {
        content: '\f181'; }
      .social-list .menu-item &gt; a[href*="steampowered.com"]::before {
        content: '\f1b6'; }
      .social-list .menu-item &gt; a[href*="soundcloud.com"]::before {
        content: '\f1be'; }
      .social-list .menu-item &gt; a[href*="spotify.com"]::before {
        content: '\f1bc'; }
      .social-list .menu-item &gt; a[href*="stackexchange.com"]::before {
        content: '\f18d'; }
      .social-list .menu-item &gt; a[href*="stackoverflow.com"]::before {
        content: '\f16c'; }
      .social-list .menu-item &gt; a[href*="slideshare.net"]::before {
        content: '\f1e7'; }
      .social-list .menu-item &gt; a[href*="slack.com"]::before {
        content: '\f198'; }
      .social-list .menu-item &gt; a[href*="skyatlas.com"]::before {
        content: '\f216'; }
      .social-list .menu-item &gt; a[href*="last.fm"]::before {
        content: '\f202'; }
      .social-list .menu-item &gt; a[href*="jsfiddle.net"]::before {
        content: '\f1cc'; }
      .social-list .menu-item &gt; a[href*="behance.net"]::before {
        content: '\f1b4'; }
      .social-list .menu-item &gt; a[href*="bitbucket.org"]::before {
        content: '\f171'; }
      .social-list .menu-item &gt; a[href*="codepen.io"]::before {
        content: '\f1cb'; }
      .social-list .menu-item &gt; a[href*="codiepie.com"]::before {
        content: '\f284'; }
      .social-list .menu-item &gt; a[href*="connectdevelop.com"]::before {
        content: '\f20e'; }
      .social-list .menu-item &gt; a[href*="dashcube.com"]::before {
        content: '\f210'; }
      .social-list .menu-item &gt; a[href*="contao.org"]::before {
        content: '\f26d'; }
      .social-list .menu-item &gt; a[href*="delicious.com"]::before {
        content: '\f1a5'; }
      .social-list .menu-item &gt; a[href*="deviantart.com"]::before {
        content: '\f1bd'; }
      .social-list .menu-item &gt; a[href*="vk.com"]::before {
        content: '\f189'; }
      .social-list .menu-item &gt; a[href*="foursquare.com"]::before {
        content: '\f180'; }
      .social-list .menu-item &gt; a::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: 16px;
        font-size: 1rem;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: block;
        margin: auto;
        font-size: 12px; }
        .social-list--text .social-list .menu-item &gt; a::before {
          display: none; }
  .social-list--text .menu-item &gt; a::before {
    display: none; }
  .social-list--widget a {
    opacity: .3; }
    .invert .social-list--widget a {
      opacity: 1; }
    .social-list--widget a:hover {
      opacity: 1; }

/*--------------------------------------------------------------
# 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;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px; }

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px; }

/*--------------------------------------------------------------
# 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: 30px; }
  @media (min-width: 992px) {
    .comments-area {
      margin-bottom: 90px; } }

.comment-list {
  margin: 0;
  padding: 0 0 38px;
  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; } }
  .comment-list &gt; .comment,
  .comment-list &gt; .ping {
    margin-bottom: 10px; }

.comment-content a {
  word-wrap: break-word; }

.comment-body {
  padding-top: 10px;
  padding-bottom: 10px; }
  .comment-body__holder {
    position: relative;
    padding-right: 18px; }
  .comment-body .avatar {
    float: left;
    width: 40px;
    margin: 0 15px 10px 0;
    border-radius: 0; }
    @media (min-width: 992px) {
      .comment-body .avatar {
        width: auto;
        margin: 0 42px 15px 0; } }
  .comment-body .comment-metadata {
    padding-top: 30px; }
  .comment-body .fn {
    margin-right: 10px;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize; }
    @media (min-width: 992px) {
      .comment-body .fn {
        margin-right: 30px; } }
  .comment-body .reply {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.comment-reply-link {
  font-size: 17px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .comment-reply-link .material-icons {
    font-size: inherit; }

.comment-date {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: bold;
  text-transform: uppercase; }
  .comment-date__time {
    display: inline-block;
    vertical-align: top; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
  margin: 2em 0 80px; }

.post-author__holder {
  padding: 1em; }
  @media (min-width: 992px) {
    .post-author__holder {
      padding: 2em; } }

.post-author__avatar {
  float: left;
  margin: 0 1em 1em 0; }
  @media (min-width: 992px) {
    .post-author__avatar {
      margin: 0 2em 1em 0; } }
  .post-author__avatar .avatar {
    width: 70px;
    vertical-align: top;
    border-radius: 0; }
    @media (min-width: 992px) {
      .post-author__avatar .avatar {
        width: auto; } }

@media (min-width: 992px) {
  .post-author__title {
    font-size: 20px;
    line-height: 1.4;
    margin: 20px 0; } }

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.hentry .share-btns__list {
  line-height: 0; }

.single-post .share-btns__list {
  line-height: 0; }

@media (max-width: 1199px) {
  .share-btns__list {
    clear: both;
    margin: 15px 0 30px; } }

.share-btns__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 27px; }
  .share-btns__item:first-child {
    margin-left: 0; }

.share-btns__link {
  line-height: 1;
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  background: none;
  font-size: 12px;
  font-size: 0.75rem; }

/*--------------------------------------------------------------
# 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-box;
    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-box-flex: 1;
      -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
      flex: 1 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-display: flex;
      -webkit-flex-direction: column;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .home .card-deck .card.sticky {
        display: block;
        max-width: -webkit-calc(100% - 1.875rem);
        max-width: calc(100% - 1.875rem);
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none; }
  .posts-list--grid-2-cols .card {
    max-width: -webkit-calc(100%/2 - 1.875rem);
    max-width: calc(100%/2 - 1.875rem);
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-calc(100%/2 - 1.875rem);
    -ms-flex: 1 0 calc(100%/2 - 1.875rem);
    flex: 1 0 calc(100%/2 - 1.875rem); }
  .posts-list--grid-3-cols .card {
    max-width: -webkit-calc(100%/3 - 1.875rem);
    max-width: calc(100%/3 - 1.875rem);
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 -webkit-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-box;
    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-box-flex: 1;
      -webkit-flex: 1 0 -webkit-calc(100%/3 - 1.875rem);
      -ms-flex: 1 0 calc(100%/3 - 1.875rem);
      flex: 1 0 calc(100%/3 - 1.875rem);
      max-width: -webkit-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-box-flex: 1;
        -webkit-flex: 1 0 -webkit-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: -webkit-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-box-flex: 0;
      -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; }

.container.site-content .container {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header-container {
  padding: 0; }
  @media (min-width: 768px) {
    .header-container.isStuck {
      position: fixed;
      z-index: 1000;
      right: 0;
      left: 0; } }
  .container .header-container {
    padding-right: 0;
    padding-left: 0; }
  .header-container .booking {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 63px; }
    @media (max-width: 1199px) {
      .header-container .booking {
        margin-left: 40px; } }
    @media (max-width: 991px) {
      .header-container .booking {
        margin-left: 0; } }

.pseudoStickyBlock {
  display: none; }
  @media (min-width: 768px) {
    .pseudoStickyBlock {
      display: block; } }

@media (min-width: 1200px) {
  .isStuck {
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 0;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    justify-content: center; }
    .isStuck.main-navigation .menu {
      margin: 0;
      width: 100%;
      -webkit-box-pack: inherit;
      -webkit-justify-content: inherit;
      -ms-flex-pack: inherit;
      justify-content: inherit; }
      .isStuck.main-navigation .menu &gt; li &gt; a {
        padding: 24px 0; } }

.site-header.default .main-navigation {
  padding: 1em 0 0 0; }
  .site-header.default .main-navigation .menu &gt; li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
    .site-header.default .main-navigation .menu &gt; li &gt; a {
      padding-top: 0; }
    .site-header.default .main-navigation .menu &gt; li:after {
      top: 4px; }
  @media (max-width: 991px) {
    .site-header.default .main-navigation {
      text-align: center;
      padding: 20px 0; } }

.site-header.default .header-container {
  padding-top: 30px; }
  .site-header.default .header-container .btn.booking {
    margin: 0; }
    @media (max-width: 991px) {
      .site-header.default .header-container .btn.booking {
        margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .site-header.default .header-container .header-container_wrap {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

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

.site-header.default .social-list {
  text-align: center; }
  @media (min-width: 768px) {
    .site-header.default .social-list {
      float: right;
      text-align: left; } }

.site-header.default .flex_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .site-header.default .flex_wrapper {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media (min-width: 768px) {
  .site-header.centered {
    text-align: center; } }

.site-header.centered .header-container {
  padding-top: 30px; }
  .site-header.centered .header-container .btn.booking {
    margin: 0 0 30px; }
  @media (max-width: 991px) {
    .site-header.centered .header-container {
      text-align: center; } }

.site-header.centered .main-navigation {
  padding-top: 0;
  padding-bottom: 8px;
  text-align: left; }
  @media (max-width: 991px) {
    .site-header.centered .main-navigation {
      padding-bottom: 0; } }
  .site-header.centered .main-navigation.isStuck {
    padding-bottom: 0; }
  .site-header.centered .main-navigation .menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media (max-width: 991px) {
    .site-header.centered .main-navigation {
      text-align: center;
      padding: 20px 0; } }

.site-header.minimal .site-branding {
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .site-header.minimal .site-branding {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      text-align: center; } }

.site-header.minimal .social-list {
  padding: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .site-header.minimal .social-list {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      text-align: left;
      -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
      transform: translateY(3px); } }

.site-header.minimal .main-navigation {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }
  @media (min-width: 768px) {
    .site-header.minimal .main-navigation {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.minimal .main-navigation {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0; } }
  @media (max-width: 991px) {
    .site-header.minimal .main-navigation {
      text-align: center;
      padding: 20px 0; }
      .site-header.minimal .main-navigation.isStuck {
        padding: 0; } }

.header-container__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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-box-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: center;
  -webkit-box-align: center;
  -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; } }
  @media (max-width: 991px) {
    .header-container__flex {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 30px; } }

@media (max-width: 991px) {
  .header-container .btn.booking {
    margin-bottom: 30px; } }

@media (min-width: 1200px) {
  .site-header.transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; } }

.site-header.transparent .site-branding {
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .site-header.transparent .site-branding {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; } }

.site-header.transparent .social-list {
  padding: 0;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .site-header.transparent .social-list {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      text-align: left; } }

.site-header.transparent .main-navigation {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 768px) {
    .site-header.transparent .main-navigation {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.transparent .main-navigation {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0; } }
  @media (max-width: 991px) {
    .site-header.transparent .main-navigation .menu {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (max-width: 991px) {
    .site-header.transparent .main-navigation {
      text-align: center;
      padding: 20px 0; } }

.site-header.transparent .header-container__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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; } }
  @media (max-width: 991px) {
    .site-header.transparent .header-container__flex {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 30px; } }

@media (max-width: 991px) {
  .site-header.transparent .btn.booking {
    margin-bottom: 30px; } }

.header-layout-transparent {
  position: relative; }
  .header-layout-transparent.top-panel-invisible .hentry:first-child,
  .header-layout-transparent.top-panel-invisible .sidebar-primary .widget:first-child {
    margin-top: 0; }
  .header-layout-transparent.top-panel-invisible .card-columns {
    padding-top: 0; }

.top-panel {
  padding: .9rem 0 .95rem;
  text-align: left; }
  .container .top-panel {
    padding-right: 0;
    padding-left: 0; }
  .top-panel__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      .top-panel__wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .top-panel__message {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    letter-spacing: -.2px; }
    @media (min-width: 768px) {
      .top-panel__message {
        display: block; } }
    @media (max-width: 991px) {
      .top-panel__message {
        margin-bottom: 30px;
        text-align: center; } }
    .top-panel__message .info-block {
      margin-top: 1em;
      font-size: 14px;
      letter-spacing: .1px; }
      @media (min-width: 992px) {
        .top-panel__message .info-block {
          float: left;
          margin-top: 0;
          margin-right: 2em; } }
      .top-panel__message .info-block:first-child {
        margin-top: 0; }
    .top-panel__message .material-icons {
      line-height: 2;
      width: 2em;
      height: 2em;
      margin: 0 1em 0 0;
      text-align: center;
      vertical-align: middle;
      border-radius: 2em;
      font-size: 16px;
      font-size: 1rem; }
    .top-panel__message .fa {
      margin-right: 15px; }
  .top-panel__search {
    text-align: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
    .top-panel__search .search-form {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    @media (max-width: 991px) {
      .top-panel__search {
        margin-bottom: 30px; } }
  @media (max-width: 991px) {
    .top-panel .top-panel__menu {
      margin-bottom: 30px; } }

.site-logo {
  margin: 0;
  min-width: 101px;
  line-height: 1em;
  letter-spacing: -1.2px; }
  .site-logo__link {
    text-decoration: none;
    display: block;
    line-height: .8em;
    margin-bottom: 5px; }
    .site-logo__link:focus {
      outline: none; }

.site-description {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 4px;
  margin-top: 0; }

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

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

/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry {
  position: relative;
  margin-top: 0; }
  .posts-list .hentry:last-child {
    margin-bottom: 3em; }
  .card-columns .hentry {
    margin-top: 0;
    margin-bottom: 3em; }
  .hentry.page {
    margin-bottom: 0; }

.clear {
  clear: both; }

.content-layout-boxed .tm_pb_section.tm_pb_with_background {
  padding: 0 30px; }

/*--------------------------------------------------------------
### Entry (header, content, footer)
--------------------------------------------------------------*/
.single-post .entry-title:first-child {
  margin-top: 0;
  margin-bottom: 9px; }

.entry-meta {
  padding-bottom: 19px; }
  .entry-summary + .entry-meta,
  .entry-content + .entry-meta {
    margin-top: 1em; }

@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-content {
  padding-top: 0; }

.entry-footer {
  position: relative;
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .single-post .entry-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 73px;
    padding-bottom: 65px;
    border-bottom: 1px solid #e0e0e8; }
  .entry-footer:after, .entry-footer:before {
    display: none; }
  @media (max-width: 1199px) {
    .entry-footer {
      display: block; } }

.entry-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .entry-footer-wrapper &gt; span {
    line-height: .7;
    margin-right: 30px; }
  @media (max-width: 1199px) {
    .entry-footer-wrapper {
      display: block;
      clear: both;
      padding-top: 20px; } }

.posts-list__item .entry-footer {
  padding-top: 2px; }

.entry-footer .btn-primary {
  background: transparent; }

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.posts-list--default .posts-list__item,
.tax-mp_menu_category .posts-list__item,
.tax-mp_ingredient .posts-list__item,
.tax-mphb_room_type_facility .posts-list__item,
.tax-mphb_room_type_category .posts-list__item,
.tax-mp_menu_tag .posts-list__item {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e0e0e8; }
  .posts-list--default .posts-list__item:last-child,
  .tax-mp_menu_category .posts-list__item:last-child,
  .tax-mp_ingredient .posts-list__item:last-child,
  .tax-mphb_room_type_facility .posts-list__item:last-child,
  .tax-mphb_room_type_category .posts-list__item:last-child,
  .tax-mp_menu_tag .posts-list__item:last-child {
    border-bottom: none; }

.posts-list--grid-2-cols .post.posts-list__item,
.posts-list--grid-3-cols .post.posts-list__item,
.posts-list--vertical-justify .post.posts-list__item {
  margin-bottom: 60px; }

.post-thumbnail {
  margin-bottom: 30px; }
  .posts-list--grid-2-cols .post-thumbnail,
  .posts-list--grid-3-cols .post-thumbnail {
    margin-bottom: 20px; }
  .format-standard.no-thumb .post-thumbnail,
  .post_format-post-format-image.no-thumb .post-thumbnail,
  .post_format-post-format-status.no-thumb .post-thumbnail {
    margin: 0; }
  .single-post .post-thumbnail {
    margin-bottom: 54px; }
  .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: 25px;
        text-align: left; } }
  .post-thumbnail__img {
    display: inline-block;
    vertical-align: top; }
    .entry-header + .post-thumbnail &gt; .post-thumbnail__img {
      margin-top: 25px; }
  .posts-list .post-thumbnail--fullwidth {
    display: block; }

.post__cats {
  margin-right: 30px;
  float: left; }
  .post__cats a {
    font-size: .625rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 22px;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 4px 13px;
    vertical-align: top;
    text-decoration: none; }
  .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; } }
  .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; } }
  .single .post__cats {
    margin-right: 0;
    float: none; }

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

.post__date:before, .post__date:after {
  content: '-';
  color: inherit;
  display: inline-block; }

.post__posted-by, .post__date, .post__comments {
  margin-right: 0;
  text-transform: uppercase;
  font-size: .625rem;
  font-weight: bold;
  letter-spacing: 1.5px; }
  .post__posted-by a, .post__date a, .post__comments a {
    text-decoration: none; }
    .post__posted-by a:hover, .post__date a:hover, .post__comments a:hover {
      text-decoration: none; }
  .single .post__posted-by, .single .post__date, .single .post__comments {
    margin-right: 0;
    margin-left: 0; }

.post__tags {
  margin-top: 0; }
  @media (max-width: 991px) {
    .post__tags {
      clear: both; } }
  .posts-list--grid-3-cols .post__tags,
  .blog-masonry-3-cols .post__tags {
    clear: both; }
  @media (max-width: 1199px) {
    .posts-list--grid-2-cols .post__tags,
    .posts-list--masonry-2-cols .post__tags {
      clear: both; } }
  .post__tags a {
    display: inline-block;
    font-size: .625rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .9px;
    line-height: 22px;
    margin: 0 5px 5px 0;
    padding: 2px 13px;
    vertical-align: top;
    text-decoration: none;
    border: 2px solid;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .single-post .post__tags {
    margin-top: 0; }
    @media (min-width: 1200px) {
      .single-post .post__tags {
        max-width: 60%; } }
    @media (min-width: 544px) {
      .single-post .post__tags {
        float: left; } }

.postposted-by__author:hover {
  text-decoration: underline; }

.post .post-format-quote {
  position: relative;
  margin: 0;
  padding: 62px 45px 60px; }
  .post .post-format-quote:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 100px;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.post_badge_wrapper {
  overflow: hidden;
  padding-bottom: 12px; }

.mejs-container {
  margin-bottom: 30px; }
  .posts-list--grid-2-cols .mejs-container,
  .posts-list--grid-3-cols .mejs-container {
    margin-bottom: 20px; }

.post-author__title a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/*--------------------------------------------------------------
### Read More button
--------------------------------------------------------------*/
.posts-list__item .btn__text {
  display: block; }

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

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

.btn.btn-primary {
  font-size: .75rem;
  padding: 9px 21px;
  display: inline-block;
  line-height: 1.5; }

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.single .related-posts .post__date, .single .related-posts .post__comments {
  margin-right: 0;
  margin-left: 0px; }

.single .related-post .post-thumbnail__img + .post__cats, .single .related-post .post-thumbnail__link + .post__cats {
  margin-top: 30px; }

.single .related-posts {
  margin-bottom: 3em; }
  .single .related-posts .post-thumbnail__img {
    width: 100%;
    height: auto; }
    @media (min-width: 544px) {
      .single .related-posts .post-thumbnail__img {
        width: auto;
        height: auto; } }

/*--------------------------------------------------------------
### 404 page
--------------------------------------------------------------*/
.error404 {
  background-size: cover;
  background-attachment: fixed; }
  .error404 #primary {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .error404 .error-404 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .error404 .page-title {
    font-size: 80px;
    letter-spacing: 10px; }
    @media (min-width: 768px) {
      .error404 .page-title {
        font-size: 340px;
        letter-spacing: 47px; } }
  .error404 .description {
    padding-bottom: 30px; }

@media (min-width: 992px) and (max-width: 1200px) {
  .fullHeightBlock h3 {
    font-size: 35px; } }

/*--------------------------------------------------------------
### Sticky Post
--------------------------------------------------------------*/
.sticky {
  display: block; }
  .sticky__label {
    line-height: 22px;
    display: inline-block;
    float: left;
    padding: 0 10px;
    text-align: center;
    position: absolute;
    z-index: 99;
    top: 30px;
    left: 0;
    float: none; }
    .sticky__label .material-icons,
    .sticky__label .fa {
      font-size: 20px;
      line-height: 2;
      display: block;
      width: auto;
      width: -webkit-calc(2em - 20px);
      width: calc(2em - 20px);
      height: 2em; }
      .posts-list .sticky__label .material-icons, .posts-list
      .sticky__label .fa {
        font-size: 20px;
        color: inherit; }
    .post-thumbnail .sticky__label {
      position: absolute;
      z-index: 99;
      top: 30px;
      left: 0;
      float: none; }
      .post-thumbnail .sticky__label:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transform: translateX(-webkit-calc(100% - 6px));
        -ms-transform: translateX(calc(100% - 6px));
        transform: translateX(calc(100% - 6px));
        border: 15px solid transparent;
        border-top: 20px solid; }
      .post-thumbnail .sticky__label:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transform: translateX(-webkit-calc(100% - 6px));
        -ms-transform: translateX(calc(100% - 6px));
        transform: translateX(calc(100% - 6px));
        border: 15px solid transparent;
        border-bottom: 20px solid; }
    .no-thumb .sticky__label {
      position: relative;
      top: 0;
      float: left;
      margin-right: 40px; }
    .sticky__label.type-both .material-icons,
    .sticky__label.type-both .fa {
      display: inline-block;
      margin: 0 5px 0 0; }
  @media (min-width: 992px) {
    .two-sidebars .sticky.posts-list__item .btn {
      padding: 0; } }
  @media (min-width: 992px) {
    .sticky.posts-list__item .btn__text {
      display: inline-block; } }
  .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; } }
  .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; }
  .sticky .post-thumbnail__img {
    width: 100%; }

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post {
  /* Gallery */
  /* Link */
  /* Quote */
  /* Wrapper for non-image featured content */ }
  .post-gallery {
    margin-bottom: 1em; }
    @media (min-width: 992px) {
      .post-gallery {
        margin-bottom: 2em; } }
    .post-gallery.swiper-container {
      margin-bottom: 30px; }
    .entry-content .post-gallery {
      margin-top: 0; }
    .post-gallery__image {
      display: block;
      margin: auto; }
    .post-gallery__button-next, .post-gallery__button-prev {
      top: 50%;
      display: none;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      text-align: center;
      background-image: none; }
    .post-gallery__button-prev {
      left: 0; }
    .post-gallery__button-next {
      right: 0; }
    .post-gallery .material-icons,
    .post-gallery .fa {
      line-height: 50px; }
    .post-gallery__slide.swiper-slide:hover:hover {
      background-color: transparent; }
    .post-gallery__caption {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 15px; }
    .post-gallery__link {
      display: block; }
  .posts-list--grid-2-cols .post .post-thumbnail__format-link, .posts-list--grid-3-cols .post .post-thumbnail__format-link, .blog-masonry-2-cols .post .post-thumbnail__format-link {
    min-height: 255px;
    padding: 0 15px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .posts-list--grid-2-cols .post .post-thumbnail__format-link, .posts-list--grid-3-cols .post .post-thumbnail__format-link, .blog-masonry-2-cols .post .post-thumbnail__format-link {
    min-height: 123px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .posts-list--grid-2-cols .post .post-thumbnail__format-link, .posts-list--grid-3-cols .post .post-thumbnail__format-link, .blog-masonry-2-cols .post .post-thumbnail__format-link {
    min-height: 91px; } }
  .posts-list--grid-3-cols .post .post-thumbnail__format-link, .blog-masonry-3-cols .post .post-thumbnail__format-link {
    min-height: 165px; }
  .post-format-link {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 0.875rem; }
    .posts-list--grid-3-cols .post-format-link,
    .blog-masonry-2-cols .post-format-link,
    .blog-masonry-3-cols .post-format-link,
    .blog-vertical-justify .post-format-link {
      font-size: 0.625rem; }
    @media (max-width: 1199px) {
      .posts-list--grid-2-cols .post-format-link {
        font-size: 0.625rem; } }
  .has-thumb .post-thumbnail {
    position: relative; }
  .post-thumbnail__format-link {
    text-align: center;
    min-height: 189px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .has-thumb .post-thumbnail__format-link {
      position: absolute;
      background: none;
      top: 50%;
      right: 0;
      bottom: 50%;
      left: 0;
      text-align: center;
      min-height: auto; }
      .has-thumb .post-thumbnail__format-link .post-format-link {
        margin: -20px 0 0 0; }
  .post-format-quote {
    background-color: #2f2c2f; }
  .post-featured-content {
    margin-bottom: 1em; }
    @media (min-width: 992px) {
      .post-featured-content {
        margin-bottom: 30px; }
        .posts-list--grid-2-cols .post-featured-content,
        .posts-list--grid-3-cols .post-featured-content {
          margin-bottom: 20px; } }
    .format-video .post-featured-content {
      background: none; }
    .post-featured-content .post__cats {
      padding: 1em 0 0 1em; }
      @media (min-width: 992px) {
        .post-featured-content .post__cats {
          padding-top: 2em; } }
      .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; }

/* Aside */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* Image | Room type gallery hover */
.post-thumbnail__link, .mphb-room-type-gallery-wrapper .post-gallery__link {
  font-size: 2.5rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: block; }
  .post-thumbnail__link:before, .mphb-room-type-gallery-wrapper .post-gallery__link:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    content: "search";
    text-align: center;
    vertical-align: middle;
    color: inherit;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .post-thumbnail__link:after, .mphb-room-type-gallery-wrapper .post-gallery__link:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    will-change: opacity;
    will-change: transform;
    -webkit-transition: opacity 0.95s, -webkit-transform 0.15s;
    transition: opacity 0.95s, -webkit-transform 0.15s;
    transition: opacity 0.95s, transform 0.15s;
    transition: opacity 0.95s, transform 0.15s, -webkit-transform 0.15s; }
  .post-thumbnail__link:hover:before, .mphb-room-type-gallery-wrapper .post-gallery__link:hover:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .post-thumbnail__link:hover:after, .mphb-room-type-gallery-wrapper .post-gallery__link:hover:after {
    opacity: 1;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-container {
  padding: 106px 0 76px;
  text-align: center; }
  .default .footer-container {
    padding-top: 50px;
    padding-bottom: 55px; }
  .minimal .footer-container {
    padding-top: 84px; }
  .container .footer-container {
    padding-right: 0;
    padding-left: 0; }

.footer-area {
  text-align: left;
  padding: 100px 0 20px; }
  .footer-area p, .footer-area .subscribe-block__message {
    opacity: .75; }
  .footer-area dl {
    margin: 0 0 18px; }
    .footer-area dl dt {
      font-weight: 400;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .footer-area dl dt:before {
        content: '\f041';
        font-family: 'FontAwesome';
        font-size: .9rem;
        margin-right: 19px; }
    .footer-area dl:nth-child(2) dt:before {
      content: '\f095'; }
    .footer-area dl:nth-child(3) dt:before {
      content: '\f017'; }
    .footer-area dl:nth-child(4) dt:before {
      content: '\f0e0'; }
  @media (max-width: 991px) {
    .footer-area .widget {
      padding-bottom: 15px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .footer-area .widget.widget-about {
    padding-top: 5px; }
  .footer-area .widget.widget-subscribe .widget-title {
    margin-bottom: 16px; }
  .footer-area .widget.widget-subscribe .subscribe-block__form {
    padding-top: 7px; }

.footer-copyright {
  opacity: .55;
  font-size: .875rem; }

.site-info .footer-logo {
  margin: 0 0 12px; }

.site-info .social-list {
  margin: 0 0 30px; }

.site-info__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .site-info__flex {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .site-info__flex .footer-logo {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .site-info__flex .social-list {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
    @media (min-width: 768px) {
      .site-info__flex .social-list {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
  .site-info__flex .site-info__mid-box {
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
    @media (min-width: 768px) {
      .site-info__flex .site-info__mid-box {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }

.site-footer.default {
  text-align: center; }

.site-footer.centered {
  text-align: center; }

.site-footer.minimal .footer-copyright {
  display: block;
  vertical-align: middle; }

.not-found {
  margin-bottom: 1em;
  text-align: center; }
  @media (min-width: 992px) {
    .not-found {
      margin-bottom: 2em; } }
  .not-found .page-title {
    margin: 17px 0; }
  .not-found h3 {
    padding-bottom: 3px; }
  .not-found h4 {
    margin: 0 0 25px; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-title {
  margin: 0 0 11px 0; }
  .footer-area .widget-title {
    margin-bottom: 25px; }
  .sidebar .widget-title {
    margin-bottom: 30px; }

.widget + .widget {
  margin-top: 1em; }
  @media (min-width: 768px) {
    .widget + .widget {
      margin-top: 2em; } }

.sidebar .widget,
.footer-area .widget {
  margin-top: 0; }
  @media (min-width: 768px) {
    .sidebar .widget,
    .footer-area .widget {
      margin-top: 0; } }

.widget select {
  max-width: 100%; }

.after-content-full-width-area,
.after-content-area,
.after-loop-area {
  text-align: center; }

.after-content-full-width-area .widget {
  padding-top: 70px; }

.after-content-area .widget-instagram {
  margin-bottom: 0; }

.single-mphb_room_type .sidebar {
  padding-top: 30px; }

/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
.widget {
  margin-bottom: 23px; }
  .sidebar .widget {
    margin-bottom: 53px; }
    .sidebar .widget.custom-posts {
      margin-bottom: 13px; }
  .widget ul {
    margin-bottom: 0;
    margin-left: 0;
    padding: 0; }
  .widget &gt; ul &gt; li:first-child {
    margin-top: 0; }
  .widget li {
    position: relative;
    margin-left: 0;
    list-style: none;
    margin-top: 0; }
    .widget li &gt; ul {
      margin-left: 10px; }

.widget_pages li::before,
.widget_meta li::before,
.widget_rss li::before,
.widget_nav_menu li::before {
  font-size: 6px;
  position: absolute;
  top: 1.25em;
  left: -2em;
  content: 'fiber_manual_record';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
.widget_calendar table {
  margin-bottom: 0;
  border: none; }

.widget_calendar caption {
  margin-bottom: 1.5em;
  padding: 1em .5em;
  font-size: 16px;
  font-size: 1rem; }

.widget_calendar th, .widget_calendar tbody td {
  padding: .25em 0;
  text-align: center;
  border: none; }

.widget_calendar tr {
  border: none; }

.widget_calendar #next {
  text-align: right; }

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud a {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 8px;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid; }
  @media (min-width: 992px) {
    .tagcloud a {
      padding: 10px 20px; } }
  .tagcloud a:focus {
    outline: none; }

/*--------------------------------------------------------------
## Widget Recent Posts
--------------------------------------------------------------*/
.widget_recent_entries li {
  margin-left: 0; }
  .widget_recent_entries li::before {
    display: none; }
  .widget_recent_entries li + li {
    margin-top: 1em; }
  .widget_recent_entries li .post-date {
    font-size: .85em;
    display: block; }

/*--------------------------------------------------------------
## Widget Recent Comments
--------------------------------------------------------------*/
.widget_recent_comments li {
  margin-left: 0; }
  .widget_recent_comments li::before {
    display: none; }
  .widget_recent_comments li + li {
    margin-top: 1em; }

/*--------------------------------------------------------------
## About Woods
--------------------------------------------------------------*/
.widget-about__logo-img {
  vertical-align: top; }

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.instagram__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
  padding-top: 45px; }

.instagram__item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  min-height: 1px;
  padding: 0; }
  .sidebar .instagram__item {
    -webkit-box-flex: 0;
    -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;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out; }
  .instagram__cover:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '\E8F4';
    font-size: 2em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.full-width-header-area .widget-instagram,
.after-content-full-width-area .widget-instagram {
  padding: 0 4px; }

/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.widget-subscribe {
  padding: 0 0 60px;
  margin: 0; }
  .sidebar .widget-subscribe {
    padding: 0; }

.follow-block {
  padding: 0 0 20px; }
  .sidebar .follow-block,
  .footer-area .follow-block {
    text-align: left; }
  .follow-block__message {
    padding: 0 0 15px; }
    .footer-area .follow-block__message {
      padding-bottom: 20px; }

.subscribe-block {
  padding: 0 0 20px; }
  .sidebar .subscribe-block,
  .footer-area .subscribe-block {
    text-align: left; }
  .follow-block + .subscribe-block {
    padding: 10px 0; }
    @media (min-width: 992px) {
      .follow-block + .subscribe-block {
        padding: 20px 0; } }
  .subscribe-block__form {
    margin-top: 7px;
    max-width: 750px;
    margin: 0 auto; }
    .after-loop-area .subscribe-block__form,
    .full-width-header-area .subscribe-block__form,
    .before-content-area .subscribe-block__form,
    .before-loop-area .subscribe-block__form {
      margin-top: 21px;
      margin-left: 0;
      margin-right: 0; }
    .after-content-area .subscribe-block__form,
    .after-content-full-width-area .subscribe-block__form {
      margin-top: 20px; }
  .subscribe-block__input {
    letter-spacing: 1.5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    font-weight: 400;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .subscribe-block__input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative; }
    .sidebar .subscribe-block__input-group,
    .footer-area .subscribe-block__input-group {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .subscribe-block__input[type='email'] {
    max-width: 100%;
    width: 100%;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto; }
    .footer-area .subscribe-block__input[type='email']:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .sidebar-1-4 .subscribe-block__input[type='email'], .sidebar-1-3 .subscribe-block__input[type='email'] {
      max-width: 100%; }
  .subscribe-block__submit {
    font-size: 0;
    max-width: 40%;
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    right: 27px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    outline: none; }
    .subscribe-block__submit:focus {
      outline: none; }
    .subscribe-block__submit:before {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: .6em;
      content: '\f003';
      font-family: 'FontAwesome';
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .footer-area .subscribe-block__submit {
      font-size: 0; }
      .footer-area .subscribe-block__submit:before {
        display: inline-block; }
  .subscribe-block__message {
    padding: 0 0 15px; }
    .footer-area .subscribe-block__message {
      padding-bottom: 20px; }
  .subscribe-block__messages {
    position: relative; }
  .subscribe-block__error, .subscribe-block__success {
    position: absolute;
    bottom: -30px; }

/*--------------------------------------------------------------
## Custom Posts
--------------------------------------------------------------*/
.custom-posts__item + .custom-posts__item {
  margin-top: 0; }

.custom-posts__item .post-inner {
  margin-bottom: 16px; }

.full-width-header-area .custom-posts__item,
.after-content-full-width-area .custom-posts__item {
  margin: 0 0 1.5em; }

.full-width-header-area .custom-posts,
.after-content-full-width-area .custom-posts {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.custom-posts .post-thumbnail {
  float: left;
  margin: 0  20px 20px 0; }
  @media (max-width: 1199px) {
    .custom-posts .post-thumbnail {
      float: none;
      margin: 0  0 20px 0; } }

.custom-posts .post__cats {
  float: none; }

.custom-posts .caption {
  overflow: hidden;
  text-align: left; }
  .custom-posts .caption h6 {
    margin: 3px 0 6px; }
  .custom-posts .caption .entry-footer {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    border: none; }

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

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng {
  background: #fe5c7a; }

.wpcf7 .wpcf7-mail-sent-ok {
  background: #162541; }

/*--------------------------------------------------------------
## Categories
--------------------------------------------------------------*/
.widget_categories select,
.widget_archive select,
.widget_search select,
.widget_tag_cloud select,
.widget_recent_comments select, select {
  width: 100%;
  padding: 15px 26px 14px;
  font-size: 1rem;
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*--------------------------------------------------------------
## Tagcloud
--------------------------------------------------------------*/
.tagcloud a {
  display: inline-block;
  font-size: .625rem !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .9px;
  line-height: 22px;
  margin: 0 5px 5px 0;
  padding: 2px 13px;
  vertical-align: top;
  text-decoration: none;
  border: 2px solid; }

/*--------------------------------------------------------------
## Contact Information
--------------------------------------------------------------*/
.widget.contact-information-widget {
  padding-left: 85px;
  margin: 0 0 42px;
  position: relative; }
  .widget.contact-information-widget h4:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 21px;
    left: 0;
    width: 50px;
    height: 1px;
    opacity: .1;
    margin-right: 30px; }
  .widget.contact-information-widget .contact-information-widget__inner li {
    margin: 0s;
    padding: 0; }
    .widget.contact-information-widget .contact-information-widget__inner li:before {
      display: none; }
    .widget.contact-information-widget .contact-information-widget__inner li .icon {
      position: absolute;
      top: 50%;
      left: -20px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .widget.contact-information-widget .contact-information-widget__inner li strong {
      font-weight: 400;
      font-size: 1rem;
      opacity: .85; }
    .widget.contact-information-widget .contact-information-widget__inner li h5 {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      opacity: .85;
      margin: 16px 0 0;
      padding: 0 0 4px; }
      .widget.contact-information-widget .contact-information-widget__inner li h5:before {
        content: '+';
        display: inline-block;
        font-size: 19px;
        margin-right: 10px;
        opacity: .5; }
    .widget.contact-information-widget .contact-information-widget__inner li h6 {
      font-size: 0.625rem;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      opacity: .25;
      font-weight: bold;
      margin: 0; }

/*--------------------------------------------------------------
## Recent comments
--------------------------------------------------------------*/
#recentcomments &gt; li {
  padding-bottom: 5px; }

/*--------------------------------------------------------------
## Restaurant Menu Cart
--------------------------------------------------------------*/
.widget.widget_mprm_cart_widget .mprm-cart-content .mprm-cart .mprm-cart-item:before {
  display: none; }

.widget.mprm_widget .mprm-title {
  margin-top: 15px; }

.widget.mprm_widget .type-mp_menu_item {
  margin-bottom: 30px; }

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

.alignleft {
  margin: 15px 30px 15px 0; }

.alignright {
  margin: 15px 0 15px 30px; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 12px;
    font-size: 0.75rem; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  padding: 0; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 62.33%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

/* Facebook embed */
.fb_iframe_widget {
  max-width: 100%; }
  .fb_iframe_widget &gt; span {
    max-width: 100%; }

/*--------------------------------------------------------------
# Builder
--------------------------------------------------------------*/
.tm_pb_builder #tm_builder_outer_content .tm_pb_row {
  position: relative; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-next::before {
  font-family: "arrows";
  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;
  font-size: 40px;
  content: "\e008";
  color: inherit; }

.tm_pb_builder #tm_builder_outer_content .tm-pb-slider-arrows .tm-pb-arrow-prev::before {
  font-family: "arrows";
  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;
  font-size: 40px;
  content: "\e009";
  color: inherit; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slides .tm_pb_slide_description {
  margin: 52px auto 41px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slides .tm_pb_slide_title {
  text-transform: uppercase;
  margin: 0 0 7px;
  padding: 0;
  line-height: 1em;
  letter-spacing: 3.8px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_slides .tm_pb_slide_title:after {
    width: 100px;
    height: 1px;
    display: block;
    content: '';
    clear: both;
    margin: 15px auto 0; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slides .tm_pb_slide_content p {
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: -2px;
  font-size: 98px;
  line-height: 1em; }
  @media (max-width: 1199px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_slides .tm_pb_slide_content p {
      font-size: 78px; } }
  @media (max-width: 991px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_slides .tm_pb_slide_content p {
      font-size: 58px; } }
  @media (max-width: 767px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_slides .tm_pb_slide_content p {
      font-size: 38px; } }

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

@media (min-width: 1500px) {
  #tm_builder_outer_content .tm_pb_slider:not(.custom):hover .tm-pb-arrow-prev, #tm_builder_outer_content .tm_mobile_device .tm-pb-arrow-prev {
    left: 222px !important; } }

@media (min-width: 1500px) {
  #tm_builder_outer_content .tm_pb_slider:not(.custom):hover .tm-pb-arrow-next, #tm_builder_outer_content .tm_mobile_device .tm-pb-arrow-next {
    right: 222px !important; } }

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.swiper-carousel-container {
  position: relative; }

.widget-carousel .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto; }

.swiper-slide .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.swiper-slide .entry-content {
  margin: 0;
  padding: 0 2em; }

.swiper-slide .entry-footer {
  margin: 1.5em 0;
  padding: 0 2em; }

.swiper-slide .post-thumbnail__link {
  display: block;
  overflow: hidden;
  margin-bottom: 1em; }
  .swiper-slide .post-thumbnail__link:hover .post-thumbnail__img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.swiper-slide .post-thumbnail__img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.swiper-slide .post__cats {
  position: absolute;
  top: 30px;
  left: 30px; }

.widget-carousel .swiper-pagination {
  position: static; }

#tm_builder_outer_content .swiper-pagination-bullet-active,
#tm_builder_outer_content .swiper-pagination-bullet:hover {
  opacity: 1; }

.widget-carousel__button-next, .widget-carousel__button-prev {
  top: 50%;
  display: none;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 0;
  background-image: none;
  text-align: center; }
  .widget-carousel__button-next .fa,
  .widget-carousel__button-next .material-icons, .widget-carousel__button-prev .fa,
  .widget-carousel__button-prev .material-icons {
    line-height: 50px; }

.widget-carousel__button-next {
  right: 0; }

.widget-carousel__button-prev {
  left: 0; }

.sidebar .swiper-button-next,
.sidebar .swiper-button-prev,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev {
  top: 20%;
  width: 30px;
  height: 30px; }
  .sidebar .swiper-button-next .material-icons,
  .sidebar .swiper-button-next .fa,
  .sidebar .swiper-button-prev .material-icons,
  .sidebar .swiper-button-prev .fa,
  .footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next .material-icons,
  .footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next .fa,
  .footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev .material-icons,
  .footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev .fa {
    line-height: 30px; }

.blog .swiper-button-next.post-gallery__button-next,
.blog .swiper-button-prev.post-gallery__button-prev, .single-post .swiper-button-next.post-gallery__button-next,
.single-post .swiper-button-prev.post-gallery__button-prev, .single-mp_menu_item .swiper-button-next.post-gallery__button-next,
.single-mp_menu_item .swiper-button-prev.post-gallery__button-prev, .mphb-room-type-gallery-wrapper .swiper-button-next.post-gallery__button-next,
.mphb-room-type-gallery-wrapper .swiper-button-prev.post-gallery__button-prev, .archive .post_format-post-format-gallery .post-gallery .swiper-button-next.post-gallery__button-next,
.archive .post_format-post-format-gallery .post-gallery .swiper-button-prev.post-gallery__button-prev {
  width: 85px;
  height: 85px;
  opacity: 1;
  margin: 0;
  bottom: 0;
  top: auto;
  left: auto;
  right: 0;
  background: none;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media (max-width: 991px) {
    .blog .swiper-button-next.post-gallery__button-next,
    .blog .swiper-button-prev.post-gallery__button-prev, .single-post .swiper-button-next.post-gallery__button-next,
    .single-post .swiper-button-prev.post-gallery__button-prev, .single-mp_menu_item .swiper-button-next.post-gallery__button-next,
    .single-mp_menu_item .swiper-button-prev.post-gallery__button-prev, .mphb-room-type-gallery-wrapper .swiper-button-next.post-gallery__button-next,
    .mphb-room-type-gallery-wrapper .swiper-button-prev.post-gallery__button-prev, .archive .post_format-post-format-gallery .post-gallery .swiper-button-next.post-gallery__button-next,
    .archive .post_format-post-format-gallery .post-gallery .swiper-button-prev.post-gallery__button-prev {
      width: 50px;
      height: 50px; } }

.blog .posts-list--grid-2-cols .swiper-button-next.post-gallery__button-next,
.blog .posts-list--grid-2-cols .swiper-button-prev.post-gallery__button-prev,
.blog .posts-list--grid-3-cols .swiper-button-next.post-gallery__button-next,
.blog .posts-list--grid-3-cols .swiper-button-prev.post-gallery__button-prev,
.blog .posts-list--vertical-justify .swiper-button-next.post-gallery__button-next,
.blog .posts-list--vertical-justify .swiper-button-prev.post-gallery__button-prev, .single-post .posts-list--grid-2-cols .swiper-button-next.post-gallery__button-next,
.single-post .posts-list--grid-2-cols .swiper-button-prev.post-gallery__button-prev,
.single-post .posts-list--grid-3-cols .swiper-button-next.post-gallery__button-next,
.single-post .posts-list--grid-3-cols .swiper-button-prev.post-gallery__button-prev,
.single-post .posts-list--vertical-justify .swiper-button-next.post-gallery__button-next,
.single-post .posts-list--vertical-justify .swiper-button-prev.post-gallery__button-prev, .single-mp_menu_item .posts-list--grid-2-cols .swiper-button-next.post-gallery__button-next,
.single-mp_menu_item .posts-list--grid-2-cols .swiper-button-prev.post-gallery__button-prev,
.single-mp_menu_item .posts-list--grid-3-cols .swiper-button-next.post-gallery__button-next,
.single-mp_menu_item .posts-list--grid-3-cols .swiper-button-prev.post-gallery__button-prev,
.single-mp_menu_item .posts-list--vertical-justify .swiper-button-next.post-gallery__button-next,
.single-mp_menu_item .posts-list--vertical-justify .swiper-button-prev.post-gallery__button-prev, .mphb-room-type-gallery-wrapper .posts-list--grid-2-cols .swiper-button-next.post-gallery__button-next,
.mphb-room-type-gallery-wrapper .posts-list--grid-2-cols .swiper-button-prev.post-gallery__button-prev,
.mphb-room-type-gallery-wrapper .posts-list--grid-3-cols .swiper-button-next.post-gallery__button-next,
.mphb-room-type-gallery-wrapper .posts-list--grid-3-cols .swiper-button-prev.post-gallery__button-prev,
.mphb-room-type-gallery-wrapper .posts-list--vertical-justify .swiper-button-next.post-gallery__button-next,
.mphb-room-type-gallery-wrapper .posts-list--vertical-justify .swiper-button-prev.post-gallery__button-prev, .archive .post_format-post-format-gallery .post-gallery .posts-list--grid-2-cols .swiper-button-next.post-gallery__button-next,
.archive .post_format-post-format-gallery .post-gallery .posts-list--grid-2-cols .swiper-button-prev.post-gallery__button-prev,
.archive .post_format-post-format-gallery .post-gallery .posts-list--grid-3-cols .swiper-button-next.post-gallery__button-next,
.archive .post_format-post-format-gallery .post-gallery .posts-list--grid-3-cols .swiper-button-prev.post-gallery__button-prev,
.archive .post_format-post-format-gallery .post-gallery .posts-list--vertical-justify .swiper-button-next.post-gallery__button-next,
.archive .post_format-post-format-gallery .post-gallery .posts-list--vertical-justify .swiper-button-prev.post-gallery__button-prev {
  width: 50px;
  height: 50px; }

.blog .swiper-button-prev.post-gallery__button-prev, .single-post .swiper-button-prev.post-gallery__button-prev, .single-mp_menu_item .swiper-button-prev.post-gallery__button-prev, .mphb-room-type-gallery-wrapper .swiper-button-prev.post-gallery__button-prev, .archive .post_format-post-format-gallery .post-gallery .swiper-button-prev.post-gallery__button-prev {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }
  .blog .swiper-button-prev.post-gallery__button-prev:before, .single-post .swiper-button-prev.post-gallery__button-prev:before, .single-mp_menu_item .swiper-button-prev.post-gallery__button-prev:before, .mphb-room-type-gallery-wrapper .swiper-button-prev.post-gallery__button-prev:before, .archive .post_format-post-format-gallery .post-gallery .swiper-button-prev.post-gallery__button-prev:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 40px;
    display: inline-block;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.swiper-button-next.post-gallery__button-next {
  right: 22px; }

.swiper-button-prev.post-gallery__button-prev {
  left: 22px; }

.single-mphb_room_type .swiper-container {
  margin-bottom: 30px; }

#tm_builder_outer_content .tm_pb_swiper .entry-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit; }

#tm_builder_outer_content .tm_pb_swiper .swiper-container {
  padding-bottom: 60px; }

#tm_builder_outer_content .tm_pb_swiper .swiper-button-prev, #tm_builder_outer_content .tm_pb_swiper .swiper-container-rtl .swiper-button-prev,
#tm_builder_outer_content .tm_pb_swiper .swiper-button-next, #tm_builder_outer_content .tm_pb_swiper .swiper-container-rtl .swiper-button-next {
  opacity: 1;
  width: 65px;
  height: 65px;
  margin: 0;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  #tm_builder_outer_content .tm_pb_swiper .swiper-button-prev:after, #tm_builder_outer_content .tm_pb_swiper .swiper-container-rtl .swiper-button-prev:after,
  #tm_builder_outer_content .tm_pb_swiper .swiper-button-next:after, #tm_builder_outer_content .tm_pb_swiper .swiper-container-rtl .swiper-button-next:after {
    content: '\e5cc';
    font-family: 'Material Icons';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-size: 40px;
    line-height: 1em;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

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

#tm_builder_outer_content .tm_pb_swiper .swiper-button-prev {
  left: 0; }
  #tm_builder_outer_content .tm_pb_swiper .swiper-button-prev:after {
    content: '\e5cb'; }

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_blog.tm_pb_module {
  padding-top: 35px; }
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_image_container {
    margin-bottom: 18px; }
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .entry-title {
    padding-bottom: 9px; }
  #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post {
    padding-bottom: 30px; }
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_meta, #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_comments {
      text-transform: uppercase;
      font-size: .625rem;
      font-weight: 900;
      letter-spacing: 1.5px;
      float: left; }
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_comments {
      margin-left: 5px;
      background: none; }
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post span {
      margin-right: 2px; }
      #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post span a {
        background: none; }
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_content {
      clear: both;
      padding-top: 9px; }
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post .more-link {
      margin-top: 25px;
      display: inline-block;
      float: left; }
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module .tm_pb_post_categories a {
      text-transform: uppercase;
      font-size: .625rem;
      font-weight: 900;
      letter-spacing: 1.5px;
      padding: 8px 13px;
      margin: 7px 15px 2px 0;
      display: inline-block;
      margin-right: 2px; }
  @media (min-width: 1200px) {
    #tm_builder_outer_content .tm_pb_blog.tm_pb_module .caption {
      padding-left: 20px; } }

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_content {
  background: rgba(255, 255, 255, 0.8); }

#tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_meta {
  margin-right: 0;
  text-transform: uppercase;
  font-size: .625rem;
  font-weight: bold;
  letter-spacing: 1.5px; }
  #tm_builder_outer_content .tm_pb_posts.tm_pb_module .tm-posts_item .tm-posts_item_meta &gt; a {
    margin: 0 5px 0 0; }

/*--------------------------------------------------------------
# Taxonomy
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_taxonomy.tm_pb_module .tm_pb_taxonomy__content h6 a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/*--------------------------------------------------------------
# Blurb
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm-pb-icon {
  font-size: 72px;
  font-size: 4.5rem;
  margin-bottom: -2px; }

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm-pb-icon {
  margin-top: -10px; }

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_container h4 {
  padding-bottom: 0;
  margin: 0 0 17px; }

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_top .tm_pb_main_blurb_image {
  margin-bottom: 0; }

@media (min-width: 768px) {
  #tm_builder_outer_content .tm_pb_blurb.tm_pb_module.tm_pb_blurb_position_left .tm_pb_blurb_container {
    padding-left: 9px; } }

#tm_builder_outer_content .tm_pb_blurb.tm_pb_module .tm_pb_blurb_content {
  line-height: 1.35; }

/*--------------------------------------------------------------
# Brands Showcase
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands {
  padding-top: 7px; }

#tm_builder_outer_content .tm_pb_brands_showcase_module__wrapper .tm_pb_brands_showcase_module__brands {
  padding-top: 7px; }

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls {
  border-bottom: none; }
  #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li {
    padding: 0 0 6px;
    margin-right: 50px; }
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li:last-child {
      margin-left: 0; }
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li:before {
      display: none; }
    #tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_tabs_controls li a {
      -webkit-transition: .3s all ease;
      transition: .3s all ease;
      font-size: 20px;
      font-weight: 400; }

#tm_builder_outer_content .tm_pb_tabs.tm_pb_module .tm_pb_all_tabs {
  padding: 22px 0 0; }

/*--------------------------------------------------------------
# Counters
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Number Counter
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .percent {
  padding-bottom: 10px; }
  #tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .percent .percent-value {
    font-size: 60px; }
    @media (max-width: 1199px) {
      #tm_builder_outer_content .tm_pb_number_counter.tm_pb_module .percent .percent-value {
        font-size: 40px; } }

#tm_builder_outer_content .tm_pb_number_counter.tm_pb_module h6 {
  padding-top: 10px; }

/*--------------------------------------------------------------
# Circle Counter
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_circle_counter {
  max-width: 100%;
  margin: 0 0 30px; }
  #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar {
    max-width: 100%; }
    #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar .percent .percent-value {
      font-size: 60px; }
      @media (max-width: 1199px) {
        #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar .percent .percent-value {
          font-size: 40px; } }
    #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar .percent p {
      margin: 0; }
      #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar .percent p:last-of-type {
        padding: 43% 0; }
    #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar .percent h6 {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin-top: 35px;
      visibility: visible;
      font-size: .625rem;
      line-height: 1em;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-weight: bold; }
    #tm_builder_outer_content .tm_pb_circle_counter .tm_pb_circle_counter_bar canvas {
      max-width: 100% !important;
      height: auto !important; }

/*--------------------------------------------------------------
# Audio
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container h2 {
  letter-spacing: 0; }

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

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-container .mejs-controls .mejs-button button {
  margin-top: 3px; }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-container .mejs-controls .mejs-button.mejs-playpause-button button {
  margin-top: -3px; }
  #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-container .mejs-controls .mejs-button.mejs-playpause-button button:before {
    font-size: 16px; }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  height: 2px; }
  #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current {
    height: 2px; }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-container .mejs-controls .mejs-time-total .mejs-time-handle {
  top: -2px;
  width: 6px;
  height: 6px; }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-container .mejs-controls .mejs-horizontal-volume-total,
#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-container .mejs-controls .mejs-horizontal-volume-current {
  height: 2px; }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_container .mejs-container .mejs-controls .mejs-horizontal-volume-handle {
  width: 6px;
  height: 6px;
  top: 10px; }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {
  width: 250px; }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_audio_module_meta {
  text-transform: uppercase;
  font-weight: bold;
  font-size: .625rem;
  letter-spacing: 1.4px;
  opacity: .5;
  padding-top: 3px;
  margin-bottom: 22px; }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content {
  margin-left: 250px;
  padding: 50px 40px 12px; }
  @media (max-width: 767px) {
    #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content {
      padding-left: 20px;
      padding-right: 20px; } }

#tm_builder_outer_content .tm_pb_audio_module.tm_pb_module.tm_pb_audio_no_image .tm_pb_audio_module_content {
  margin-left: 0;
  padding: 48px 112px 9px; }
  @media (max-width: 991px) {
    #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module.tm_pb_audio_no_image .tm_pb_audio_module_content {
      padding: 50px 30px; } }
  @media (max-width: 767px) {
    #tm_builder_outer_content .tm_pb_audio_module.tm_pb_module.tm_pb_audio_no_image .tm_pb_audio_module_content {
      padding-left: 20px;
      padding-right: 20px; } }

@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_column_1_2 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content, #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content, #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content {
  padding: 38px 50px 9px;
  margin-left: 0; }
  @media (max-width: 767px) {
    #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content, #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content, #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content {
      padding-left: 20px;
      padding-right: 20px; } }
  #tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content p.tm_audio_module_meta, #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content p.tm_audio_module_meta, #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_module_content p.tm_audio_module_meta {
    margin-bottom: 32px; }

#tm_builder_outer_content .tm_pb_column_1_2 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art, #tm_builder_outer_content .tm_pb_column_1_3 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art, #tm_builder_outer_content .tm_pb_column_1_4 .tm_pb_audio_module.tm_pb_module .tm_pb_audio_cover_art {
  height: 195px;
  width: 100%;
  position: relative; }

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play {
  font-size: 64px;
  font-size: 4rem; }
  #tm_builder_outer_content .tm_pb_video_overlay .tm_pb_video_overlay_hover a.tm_pb_video_play::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    content: "play_arrow";
    text-align: center;
    vertical-align: middle; }

/*--------------------------------------------------------------
# Pricing Table
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table {
  margin-top: 5px; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table .tm_pb_pricing_heading {
    background: none; }

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing {
  margin: 0 -6px; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_table {
    text-align: left; }
    #tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_table &gt; div {
      margin: 0 6px;
      border-radius: 5px;
      padding: 28px 60px 60px 60px;
      -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07); }
      @media (max-width: 767px) {
        #tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_table &gt; div {
          padding-left: 30px;
          padding-right: 30px; } }
      #tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_table &gt; div .tm_pb_pricing li {
        padding-left: 0;
        line-height: 1.5; }
        #tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_table &gt; div .tm_pb_pricing li:before {
          display: none; }
    @media (max-width: 1199px) {
      #tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_table {
        width: 100%;
        float: none;
        padding-bottom: 0; } }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_heading {
    margin-bottom: 0;
    padding: 10px 0 7px; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content {
    padding: 0; }
    #tm_builder_outer_content .tm_pb_pricing.tm_pb_module div.tm_pb_pricing_content_top {
      padding-bottom: 0; }

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_tm_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 42px; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_tm_price .tm_pb_sum {
    font-size: 40px; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_tm_price .tm_pb_frequency, #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_tm_price .tm_pb_dollar_sign {
    font-size: 1rem;
    opacity: .5;
    padding: 10px 0 0 10px;
    margin: 0; }
  #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_tm_price .tm_pb_dollar_sign {
    padding-left: 0;
    margin-left: -13px; }

#tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table_button.tm_pb_button, #tm_builder_outer_content .tm_pb_pricing.tm_pb_module .tm_pb_pricing_table_button.tm_pb_button:hover {
  margin-top: 8px;
  width: 100%;
  text-align: center; }

/*--------------------------------------------------------------
# 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;
    padding-top: 5px; }
  #tm_builder_outer_content .tm_pb_contact_form .tm_pb_contact_message {
    min-height: 100px; }

#tm_builder_outer_content div.tm_pb_contact_right {
  display: block; }
  @media (min-width: 1200px) {
    #tm_builder_outer_content div.tm_pb_contact_right {
      position: absolute;
      right: -webkit-calc(100% + 30px);
      right: calc(100% + 30px);
      top: 20px;
      min-width: 200px; } }

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

#tm_builder_outer_content .tm_pb_contact_submit {
  margin-top: 20px;
  padding: 21px 64px !important; }

#tm_builder_outer_content .tm_pb_contact_field {
  text-align: left;
  width: 100%; }

#tm_builder_outer_content .tm_pb_contact_form_input {
  border: 1px solid #e0e0e8;
  padding: 21px 26px 20px; }

#tm_builder_outer_content .tm_contact_error {
  border: 1px solid #fe5c7a;
  background-color: #ffe5ea; }

#tm_builder_outer_content .cf-success-message {
  font-size: 12px;
  color: #162541; }

#tm_builder_outer_content .tm-pb-contact-message {
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #fe5c7a; }
  #tm_builder_outer_content .tm-pb-contact-message &gt; p {
    font-weight: 600; }
  #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;
    padding-right: 10px; }
    #tm_builder_outer_content .tm-pb-contact-message ul li::before {
      display: none; }
    #tm_builder_outer_content .tm-pb-contact-message ul li::after {
      content: ','; }
    #tm_builder_outer_content .tm-pb-contact-message ul li:last-child::after {
      display: none; }

/*--------------------------------------------------------------
# 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 {
    -webkit-transition: .3s linear;
    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 0 2px;
      background: none;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      #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-size: 20.8px;
        font-size: 1.3rem;
        font-family: 'FontAwesome';
        content: "\f107";
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        left: 16px; }
      @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: 20px 65px 22px; }
          #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: 30px; } }
  #tm_builder_outer_content .tm_pb_module.tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  #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: 0 65px 8px;
        margin-top: -6px; } }

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle {
  border: none;
  padding: 0;
  margin: 0; }
  #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_close, #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    #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 30px 15px 45px;
      margin: 0;
      background: none;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      #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 {
        font-size: 20.8px;
        font-size: 1.3rem;
        font-family: 'FontAwesome';
        content: "\f107";
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        left: 16px; }
      @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: 20px 65px 22px; }
          #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: 30px; } }
  #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle.tm_pb_toggle_open .tm_pb_toggle_title::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content {
    padding: 15px 30px; }
    @media (min-width: 768px) {
      #tm_builder_outer_content .tm_pb_module.tm_pb_accordion .tm_pb_toggle .tm_pb_toggle_content {
        padding: 0 65px 8px;
        margin-top: -6px; } }

/*--------------------------------------------------------------
# Social Media Follow
--------------------------------------------------------------*/
.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li {
  margin-right: 45px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li:last-child {
    margin-left: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li a.icon {
    width: auto;
    height: auto;
    font-size: 0.75rem; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module li:before {
    display: none; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_social_media_follow.tm_pb_module .tm_pb_social_icon a {
  background: none; }

/*--------------------------------------------------------------
# Person
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_team_member_image {
  padding-bottom: 8px; }

#tm_builder_outer_content .tm_pb_team_member.tm_pb_module .tm_pb_member_position {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.2px;
  opacity: .3;
  padding-bottom: 16px; }

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description {
  padding-top: 11px; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_description .tm_pb_testimonial_description_inner {
    font-style: italic;
    font-size: 20px;
    line-height: 30px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_portrait {
  margin: 0 28px 0 0;
  float: left;
  width: 60px;
  height: 60px; }
  @media (max-width: 1199px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_portrait {
      margin: 0 0 10px;
      float: none; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_author {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 3px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial.tm_pb_module .tm_pb_testimonial_meta {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: bold; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_caption {
  overflow: hidden;
  padding: 5px 0 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_testimonial_caption .caption {
    overflow: hidden; }

/*--------------------------------------------------------------
# Promo
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_promo.tm_pb_module .tm_pb_promo_description {
  padding-bottom: 4px; }

/*--------------------------------------------------------------
# Countdown Timer
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module {
  padding: 48px 50px 56px; }
  @media (max-width: 991px) {
    #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module {
      padding: 30px 10px; } }
  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container h4 {
    padding-bottom: 7px; }
  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {
    font-size: 80px;
    line-height: 1em;
    padding-bottom: 6px; }
    @media (max-width: 1199px) {
      #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .value {
        font-size: 40px; } }
  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.values .label {
    font-size: 0.625rem;
    line-height: 1em;
    opacity: .5;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px; }
  #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.sep .countdown-sep {
    font-size: 80px;
    line-height: 1em;
    position: relative;
    top: -10px; }
    @media (max-width: 1199px) {
      #tm_builder_outer_content .tm_pb_countdown_timer.tm_pb_module .tm_pb_countdown_timer_container .section.sep .countdown-sep {
        font-size: 40px;
        top: 0; } }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.widget-about .widget-about__content h2, .widget-about .widget-about__content .mphb-price-wrapper {
  display: none; }

.footer-area .widget-about .widget-about__content {
  margin: 28px 0 0; }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.tm_pb_builder #tm_builder_outer_content .tm_pb_button:not(.tm_pb_contact_submit),
.tm_pb_builder #tm_builder_outer_content .tm_pb_button:not(.tm_pb_contact_submit):hover,
.tm_pb_builder #tm_builder_outer_content .tm_pb_button.tm_pb_custom_button_icon:hover,
.tm_pb_builder #tm_builder_outer_content .more-link,
.tm_pb_builder #tm_builder_outer_content .more-link:hover {
  border: 2px solid;
  padding: 11px 48px 12px;
  margin-top: 13px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .9px;
  background: none; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_button:not(.tm_pb_contact_submit).tm_pb_button_icon_alignment_left:after,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_button:not(.tm_pb_contact_submit):hover.tm_pb_button_icon_alignment_left:after,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_button.tm_pb_custom_button_icon:hover.tm_pb_button_icon_alignment_left:after,
  .tm_pb_builder #tm_builder_outer_content .more-link.tm_pb_button_icon_alignment_left:after,
  .tm_pb_builder #tm_builder_outer_content .more-link:hover.tm_pb_button_icon_alignment_left:after {
    margin: 0 10px 0 0;
    left: 1em;
    right: auto; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_button:not(.tm_pb_contact_submit):after,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_button:not(.tm_pb_contact_submit):hover:after,
  .tm_pb_builder #tm_builder_outer_content .tm_pb_button.tm_pb_custom_button_icon:hover:after,
  .tm_pb_builder #tm_builder_outer_content .more-link:after,
  .tm_pb_builder #tm_builder_outer_content .more-link:hover:after {
    margin: 0 0 0 10px;
    line-height: 1.2em;
    opacity: 1;
    right: 1em;
    -webkit-transition: all 0s;
    transition: all 0s; }

.tm_pb_builder #tm_builder_outer_content .more-link, .tm_pb_builder #tm_builder_outer_content .more-link:hover {
  padding: 9px 21px;
  font-size: .75rem; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_submit, .tm_pb_builder #tm_builder_outer_content .tm_pb_contact_submit:hover {
  line-height: 1;
  display: inline-block;
  max-width: 99%;
  padding: 16px 50px 17px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  border: 2px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .9px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.download_btn {
  text-transform: uppercase; }
  .download_btn:before {
    content: '\f019';
    font-family: 'FontAwesome';
    font-size: 43px;
    display: block;
    margin: 0 0 7px; }

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.tm_pb_builder #tm_builder_outer_content .tm_pb_column .tm_pb_map {
  height: 375px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column .contacts_page_map .tm_pb_map {
  height: 507px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_column .elements_page_map .tm_pb_map {
  height: 450px; }

.tm_pb_builder #tm_builder_outer_content .location_info {
  position: relative;
  padding-bottom: 6px; }
  @media (min-width: 1200px) {
    .tm_pb_builder #tm_builder_outer_content .location_info {
      padding-left: 85px; } }
  .tm_pb_builder #tm_builder_outer_content .location_info:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 21px;
    left: 0;
    width: 50px;
    height: 1px;
    opacity: .1; }
  .tm_pb_builder #tm_builder_outer_content .location_info h4 {
    margin-bottom: 10px; }
  .tm_pb_builder #tm_builder_outer_content .location_info ._phone_number {
    position: relative;
    font-size: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .85; }
    .tm_pb_builder #tm_builder_outer_content .location_info ._phone_number:before {
      content: '+';
      display: inline-block;
      font-size: 19px;
      margin-right: 10px;
      opacity: .5; }
    @media (max-width: 991px) {
      .tm_pb_builder #tm_builder_outer_content .location_info ._phone_number {
        font-size: 20px; } }
  .tm_pb_builder #tm_builder_outer_content .location_info ._phone {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: .25;
    font-weight: bold;
    margin-top: 0; }
  .tm_pb_builder #tm_builder_outer_content .location_info ._mail {
    padding: 16px 0 13px; }
  .tm_pb_builder #tm_builder_outer_content .location_info p strong {
    font-weight: 400;
    font-size: 1rem;
    opacity: .85; }

h5.phone {
  margin-top: -17px; }

/*--------------------------------------------------------------
# Booking
--------------------------------------------------------------*/
.mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper input,
.mphb_sc_search-wrapper .mphb-reserve-btn-wrapper input, .mphb-booking-form .mphb_sc_search-submit-button-wrapper input,
.mphb-booking-form .mphb-reserve-btn-wrapper input {
  border: 2px solid;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 20px 39px; }
  @media (max-width: 767px) {
    .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper input,
    .mphb_sc_search-wrapper .mphb-reserve-btn-wrapper input, .mphb-booking-form .mphb_sc_search-submit-button-wrapper input,
    .mphb-booking-form .mphb-reserve-btn-wrapper input {
      padding: 20px 15px;
      font-size: 12px; } }
  .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper input:hover,
  .mphb_sc_search-wrapper .mphb-reserve-btn-wrapper input:hover, .mphb-booking-form .mphb_sc_search-submit-button-wrapper input:hover,
  .mphb-booking-form .mphb-reserve-btn-wrapper input:hover {
    background: transparent; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper input,
    .mphb_sc_search-wrapper .mphb-reserve-btn-wrapper input, .mphb-booking-form .mphb_sc_search-submit-button-wrapper input,
    .mphb-booking-form .mphb-reserve-btn-wrapper input {
      padding: 20px;
      font-size: 12px; } }

.mphb_sc_search-wrapper .form_logo_wrapper, .mphb-booking-form .form_logo_wrapper {
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 1199px) {
    .mphb_sc_search-wrapper .form_logo_wrapper, .mphb-booking-form .form_logo_wrapper {
      position: relative;
      margin-bottom: 30px; } }
  .mphb_sc_search-wrapper .form_logo_wrapper .title, .mphb_sc_search-wrapper .form_logo_wrapper .description, .mphb-booking-form .form_logo_wrapper .title, .mphb-booking-form .form_logo_wrapper .description {
    text-transform: uppercase;
    margin: 0; }
  .mphb_sc_search-wrapper .form_logo_wrapper .title, .mphb-booking-form .form_logo_wrapper .title {
    letter-spacing: -.7px;
    margin-bottom: 5px; }
  .mphb_sc_search-wrapper .form_logo_wrapper .description, .mphb-booking-form .form_logo_wrapper .description {
    font-weight: bold;
    font-size: .75rem;
    letter-spacing: 1px; }

.mphb_sc_search-wrapper {
  background: none; }

.mphb_sc_search-form, .mphb-booking-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  padding: 0;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px); }
  @media (max-width: 1199px) {
    .mphb_sc_search-form, .mphb-booking-form {
      display: block; } }
  .availability_search_wrapper .mphb_sc_search-form, .availability_search_wrapper .mphb-booking-form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .mphb_sc_search-form .mphb-datepick, .mphb_sc_search-form select, .mphb-booking-form .mphb-datepick, .mphb-booking-form select {
    font-size: 14px;
    text-transform: none;
    padding: 14px;
    border: none;
    width: 100%; }
  .mphb_sc_search-form select, .mphb-booking-form select {
    padding: 12px 14px;
    min-height: 45px;
    background: url(./assets/images/select_icon_small.png) right center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .mphb_sc_search-form .mphb_sc_search-check-in-date label,
  .mphb_sc_search-form .mphb_sc_search-check-out-date label,
  .mphb_sc_search-form .mphb_sc_search-adults label,
  .mphb_sc_search-form .mphb_sc_search-childs label,
  .mphb_sc_search-form .mphb-check-in-date-wrapper label,
  .mphb_sc_search-form .mphb-check-out-date-wrapper label,
  .mphb_sc_search-form .mphb-adults-wrapper label,
  .mphb_sc_search-form .mphb-check-childs-date-wrapper label, .mphb-booking-form .mphb_sc_search-check-in-date label,
  .mphb-booking-form .mphb_sc_search-check-out-date label,
  .mphb-booking-form .mphb_sc_search-adults label,
  .mphb-booking-form .mphb_sc_search-childs label,
  .mphb-booking-form .mphb-check-in-date-wrapper label,
  .mphb-booking-form .mphb-check-out-date-wrapper label,
  .mphb-booking-form .mphb-adults-wrapper label,
  .mphb-booking-form .mphb-check-childs-date-wrapper label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
    letter-spacing: .7px;
    display: inline-block; }
  .mphb_sc_search-form .mphb_sc_search-check-in-date strong,
  .mphb_sc_search-form .mphb_sc_search-check-out-date strong,
  .mphb_sc_search-form .mphb_sc_search-adults strong,
  .mphb_sc_search-form .mphb_sc_search-childs strong,
  .mphb_sc_search-form .mphb-check-in-date-wrapper strong,
  .mphb_sc_search-form .mphb-check-out-date-wrapper strong,
  .mphb_sc_search-form .mphb-adults-wrapper strong,
  .mphb_sc_search-form .mphb-check-childs-date-wrapper strong, .mphb-booking-form .mphb_sc_search-check-in-date strong,
  .mphb-booking-form .mphb_sc_search-check-out-date strong,
  .mphb-booking-form .mphb_sc_search-adults strong,
  .mphb-booking-form .mphb_sc_search-childs strong,
  .mphb-booking-form .mphb-check-in-date-wrapper strong,
  .mphb-booking-form .mphb-check-out-date-wrapper strong,
  .mphb-booking-form .mphb-adults-wrapper strong,
  .mphb-booking-form .mphb-check-childs-date-wrapper strong {
    display: none; }
  .mphb_sc_search-form &gt; p, .mphb-booking-form &gt; p {
    margin-right: 10px;
    float: left; }
    @media (max-width: 1199px) {
      .mphb_sc_search-form &gt; p, .mphb-booking-form &gt; p {
        max-width: none;
        float: none;
        margin-right: 0;
        width: 100%; } }
  .mphb_sc_search-form .mphb_sc_search-check-in-date,
  .mphb_sc_search-form .mphb_sc_search-check-out-date, .mphb-booking-form .mphb_sc_search-check-in-date,
  .mphb-booking-form .mphb_sc_search-check-out-date {
    max-width: 180px;
    position: relative; }
    .mphb_sc_search_results-wrapper .mphb_sc_search-form .mphb_sc_search-check-in-date, .mphb_sc_search_results-wrapper
    .mphb_sc_search-form .mphb_sc_search-check-out-date, .mphb_sc_search_results-wrapper .mphb-booking-form .mphb_sc_search-check-in-date, .mphb_sc_search_results-wrapper
    .mphb-booking-form .mphb_sc_search-check-out-date {
      min-width: 220px; }
    @media (max-width: 1400px) {
      .mphb_sc_search-form .mphb_sc_search-check-in-date,
      .mphb_sc_search-form .mphb_sc_search-check-out-date, .mphb-booking-form .mphb_sc_search-check-in-date,
      .mphb-booking-form .mphb_sc_search-check-out-date {
        max-width: 165px; } }
    @media (max-width: 1199px) {
      .mphb_sc_search-form .mphb_sc_search-check-in-date,
      .mphb_sc_search-form .mphb_sc_search-check-out-date, .mphb-booking-form .mphb_sc_search-check-in-date,
      .mphb-booking-form .mphb_sc_search-check-out-date {
        max-width: none;
        float: none;
        margin-right: 0;
        width: 100%; } }
    .mphb_sc_search-form .mphb_sc_search-check-in-date input,
    .mphb_sc_search-form .mphb_sc_search-check-out-date input, .mphb-booking-form .mphb_sc_search-check-in-date input,
    .mphb-booking-form .mphb_sc_search-check-out-date input {
      padding-left: 47px; }
    .mphb_sc_search-form .mphb_sc_search-check-in-date:before,
    .mphb_sc_search-form .mphb_sc_search-check-out-date:before, .mphb-booking-form .mphb_sc_search-check-in-date:before,
    .mphb-booking-form .mphb_sc_search-check-out-date:before {
      content: '\f073';
      font-family: 'FontAwesome';
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0 0 11px 16px;
      opacity: .4; }
  .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper, .mphb_sc_search-form .mphb-reserve-btn-wrapper, .mphb_sc_search-form .single-mphb_room_type .mphb-booking-form, .mphb-booking-form .mphb_sc_search-submit-button-wrapper, .mphb-booking-form .mphb-reserve-btn-wrapper, .mphb-booking-form .single-mphb_room_type .mphb-booking-form {
    margin-left: 77px;
    margin-right: 0; }
    .mphb_sc_search_results-wrapper .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper, .mphb_sc_search_results-wrapper .mphb_sc_search-form .mphb-reserve-btn-wrapper, .mphb_sc_search_results-wrapper .mphb_sc_search-form .single-mphb_room_type .mphb-booking-form, .mphb_sc_search_results-wrapper .mphb-booking-form .mphb_sc_search-submit-button-wrapper, .mphb_sc_search_results-wrapper .mphb-booking-form .mphb-reserve-btn-wrapper, .mphb_sc_search_results-wrapper .mphb-booking-form .single-mphb_room_type .mphb-booking-form {
      margin-left: 64px; }
    @media (max-width: 1500px) {
      .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper, .mphb_sc_search-form .mphb-reserve-btn-wrapper, .mphb_sc_search-form .single-mphb_room_type .mphb-booking-form, .mphb-booking-form .mphb_sc_search-submit-button-wrapper, .mphb-booking-form .mphb-reserve-btn-wrapper, .mphb-booking-form .single-mphb_room_type .mphb-booking-form {
        margin-left: 20px; }
        .mphb_sc_search_results-wrapper .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper, .mphb_sc_search_results-wrapper .mphb_sc_search-form .mphb-reserve-btn-wrapper, .mphb_sc_search_results-wrapper .mphb_sc_search-form .single-mphb_room_type .mphb-booking-form, .mphb_sc_search_results-wrapper .mphb-booking-form .mphb_sc_search-submit-button-wrapper, .mphb_sc_search_results-wrapper .mphb-booking-form .mphb-reserve-btn-wrapper, .mphb_sc_search_results-wrapper .mphb-booking-form .single-mphb_room_type .mphb-booking-form {
          margin-left: 20px; } }
    @media (max-width: 1300px) {
      .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper, .mphb_sc_search-form .mphb-reserve-btn-wrapper, .mphb_sc_search-form .single-mphb_room_type .mphb-booking-form, .mphb-booking-form .mphb_sc_search-submit-button-wrapper, .mphb-booking-form .mphb-reserve-btn-wrapper, .mphb-booking-form .single-mphb_room_type .mphb-booking-form {
        margin-left: 0; }
        .mphb_sc_search_results-wrapper .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper, .mphb_sc_search_results-wrapper .mphb_sc_search-form .mphb-reserve-btn-wrapper, .mphb_sc_search_results-wrapper .mphb_sc_search-form .single-mphb_room_type .mphb-booking-form, .mphb_sc_search_results-wrapper .mphb-booking-form .mphb_sc_search-submit-button-wrapper, .mphb_sc_search_results-wrapper .mphb-booking-form .mphb-reserve-btn-wrapper, .mphb_sc_search_results-wrapper .mphb-booking-form .single-mphb_room_type .mphb-booking-form {
          margin-left: 0; } }
    @media (max-width: 991px) {
      .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper, .mphb_sc_search-form .mphb-reserve-btn-wrapper, .mphb_sc_search-form .single-mphb_room_type .mphb-booking-form, .mphb-booking-form .mphb_sc_search-submit-button-wrapper, .mphb-booking-form .mphb-reserve-btn-wrapper, .mphb-booking-form .single-mphb_room_type .mphb-booking-form {
        margin-left: 0;
        float: none;
        width: 100%; }
        .mphb_sc_search-form .mphb_sc_search-submit-button-wrapper input, .mphb_sc_search-form .mphb-reserve-btn-wrapper input, .mphb_sc_search-form .single-mphb_room_type .mphb-booking-form input, .mphb-booking-form .mphb_sc_search-submit-button-wrapper input, .mphb-booking-form .mphb-reserve-btn-wrapper input, .mphb-booking-form .single-mphb_room_type .mphb-booking-form input {
          width: 100%; } }
  .mphb_sc_search-form .mphb_sc_search-adults, .mphb_sc_search-form .mphb_sc_search-childs, .mphb_sc_search-form .mphb-adults-wrapper, .mphb_sc_search-form .mphb-check-childs-date-wrapper, .mphb-booking-form .mphb_sc_search-adults, .mphb-booking-form .mphb_sc_search-childs, .mphb-booking-form .mphb-adults-wrapper, .mphb-booking-form .mphb-check-childs-date-wrapper {
    min-width: 91px; }
    .mphb_sc_search_results-wrapper .mphb_sc_search-form .mphb_sc_search-adults, .mphb_sc_search_results-wrapper .mphb_sc_search-form .mphb_sc_search-childs, .mphb_sc_search_results-wrapper .mphb_sc_search-form .mphb-adults-wrapper, .mphb_sc_search_results-wrapper .mphb_sc_search-form .mphb-check-childs-date-wrapper, .mphb_sc_search_results-wrapper .mphb-booking-form .mphb_sc_search-adults, .mphb_sc_search_results-wrapper .mphb-booking-form .mphb_sc_search-childs, .mphb_sc_search_results-wrapper .mphb-booking-form .mphb-adults-wrapper, .mphb_sc_search_results-wrapper .mphb-booking-form .mphb-check-childs-date-wrapper {
      min-width: 140px; }
    @media (max-width: 1400px) {
      .mphb_sc_search-form .mphb_sc_search-adults, .mphb_sc_search-form .mphb_sc_search-childs, .mphb_sc_search-form .mphb-adults-wrapper, .mphb_sc_search-form .mphb-check-childs-date-wrapper, .mphb-booking-form .mphb_sc_search-adults, .mphb-booking-form .mphb_sc_search-childs, .mphb-booking-form .mphb-adults-wrapper, .mphb-booking-form .mphb-check-childs-date-wrapper {
        min-width: 60px; } }
    @media (max-width: 1199px) {
      .mphb_sc_search-form .mphb_sc_search-adults, .mphb_sc_search-form .mphb_sc_search-childs, .mphb_sc_search-form .mphb-adults-wrapper, .mphb_sc_search-form .mphb-check-childs-date-wrapper, .mphb-booking-form .mphb_sc_search-adults, .mphb-booking-form .mphb_sc_search-childs, .mphb-booking-form .mphb-adults-wrapper, .mphb-booking-form .mphb-check-childs-date-wrapper {
        max-width: none;
        float: none;
        margin-right: 0;
        width: 100%; } }

.mphb-booking-form {
  padding: 42px 40px 33px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media (max-width: 991px) {
    .mphb-booking-form {
      padding: 15px; } }

.mphb-room-type {
  overflow: hidden; }
  .mphb-room-type &gt; p:last-child {
    margin: 0; }

#tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb_sc_search-wrapper,
#tm_builder_outer_content .availability_search_wrapper .mphb_sc_search-wrapper,
.availability_search_wrapper .mphb_sc_search-wrapper {
  padding: 41px 55px 32px 53px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-bottom: 80px; }

#tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb_sc_search-results-count,
#tm_builder_outer_content .availability_search_wrapper .mphb_sc_search-results-count,
.availability_search_wrapper .mphb_sc_search-results-count {
  display: none; }

#tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb-room-type,
#tm_builder_outer_content .availability_search_wrapper .mphb-room-type,
.availability_search_wrapper .mphb-room-type {
  padding-bottom: 62px; }
  #tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb-room-type .post-thumbnail,
  #tm_builder_outer_content .availability_search_wrapper .mphb-room-type .post-thumbnail,
  .availability_search_wrapper .mphb-room-type .post-thumbnail {
    float: left;
    margin-right: 90px; }
  #tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb-room-type h3,
  #tm_builder_outer_content .availability_search_wrapper .mphb-room-type h3,
  .availability_search_wrapper .mphb-room-type h3 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    opacity: .6; }
  #tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb-room-type form,
  #tm_builder_outer_content .availability_search_wrapper .mphb-room-type form,
  .availability_search_wrapper .mphb-room-type form {
    overflow: hidden;
    float: right;
    -webkit-transform: translateY(36px);
    -ms-transform: translateY(36px);
    transform: translateY(36px); }
  #tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb-room-type .mphb-loop-room-type-attributes ul,
  #tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb-room-type .excerpt_caption ul,
  #tm_builder_outer_content .availability_search_wrapper .mphb-room-type .mphb-loop-room-type-attributes ul,
  #tm_builder_outer_content .availability_search_wrapper .mphb-room-type .excerpt_caption ul,
  .availability_search_wrapper .mphb-room-type .mphb-loop-room-type-attributes ul,
  .availability_search_wrapper .mphb-room-type .excerpt_caption ul {
    overflow: hidden;
    padding: 2px 0 19px; }
    #tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb-room-type .mphb-loop-room-type-attributes ul li,
    #tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb-room-type .excerpt_caption ul li,
    #tm_builder_outer_content .availability_search_wrapper .mphb-room-type .mphb-loop-room-type-attributes ul li,
    #tm_builder_outer_content .availability_search_wrapper .mphb-room-type .excerpt_caption ul li,
    .availability_search_wrapper .mphb-room-type .mphb-loop-room-type-attributes ul li,
    .availability_search_wrapper .mphb-room-type .excerpt_caption ul li {
      padding: 0 0 8px 76px;
      position: relative; }
      #tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb-room-type .mphb-loop-room-type-attributes ul li:before,
      #tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb-room-type .excerpt_caption ul li:before,
      #tm_builder_outer_content .availability_search_wrapper .mphb-room-type .mphb-loop-room-type-attributes ul li:before,
      #tm_builder_outer_content .availability_search_wrapper .mphb-room-type .excerpt_caption ul li:before,
      .availability_search_wrapper .mphb-room-type .mphb-loop-room-type-attributes ul li:before,
      .availability_search_wrapper .mphb-room-type .excerpt_caption ul li:before {
        display: inline-block;
        content: '';
        width: 45px;
        height: 1px;
        position: absolute;
        top: 10px;
        left: 0; }
  #tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price,
  #tm_builder_outer_content .availability_search_wrapper .mphb-room-type .mphb-regular-price,
  .availability_search_wrapper .mphb-room-type .mphb-regular-price {
    display: inline-block; }
    #tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price strong,
    #tm_builder_outer_content .availability_search_wrapper .mphb-room-type .mphb-regular-price strong,
    .availability_search_wrapper .mphb-room-type .mphb-regular-price strong {
      display: block;
      font-weight: 400; }
    #tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price .mphb-price,
    #tm_builder_outer_content .availability_search_wrapper .mphb-room-type .mphb-regular-price .mphb-price,
    .availability_search_wrapper .mphb-room-type .mphb-regular-price .mphb-price {
      font-size: 54px;
      line-height: .9em;
      padding-top: 12px;
      letter-spacing: -2.5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      float: left; }
      #tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price .mphb-price .mphb-currency,
      #tm_builder_outer_content .availability_search_wrapper .mphb-room-type .mphb-regular-price .mphb-price .mphb-currency,
      .availability_search_wrapper .mphb-room-type .mphb-regular-price .mphb-price .mphb-currency {
        margin-right: 7px;
        font-size: 1rem;
        line-height: 1.9rem;
        opacity: .5;
        letter-spacing: 0; }
    #tm_builder_outer_content .mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price .mrhb-price-suffix,
    #tm_builder_outer_content .availability_search_wrapper .mphb-room-type .mphb-regular-price .mrhb-price-suffix,
    .availability_search_wrapper .mphb-room-type .mphb-regular-price .mrhb-price-suffix {
      font-size: 1rem;
      line-height: 2.1rem;
      opacity: .5;
      margin-left: 10px;
      letter-spacing: 0;
      float: left;
      -webkit-transform: translateY(11px);
      -ms-transform: translateY(11px);
      transform: translateY(11px); }

.mphb_sc_search_form_wrapper {
  background-repeat: no-repeat;
  background-position: 0 center; }
  @media (max-width: 1199px) {
    .mphb_sc_search_form_wrapper {
      background: none !important; } }

.mphb_sc_search_results-wrapper .mphb_sc_search-wrapper .mphb_sc_search-form &gt; p {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px); }

.mphb-required-fields-tip {
  display: none; }

.mphb_sc_room-wrapper .slider_wrapper + .room-caption {
  padding-top: 17px;
  margin-top: -webkit-calc(9.15% + 4px);
  margin-top: calc(9.15% + 4px);
  -webkit-transform: translateY(-9.15%);
  -ms-transform: translateY(-9.15%);
  transform: translateY(-9.15%); }
  @media (max-width: 1199px) {
    .mphb_sc_room-wrapper .slider_wrapper + .room-caption {
      margin-top: 0;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); } }
  #tm_builder_outer_content .tm_pb_module.room_type_small_thumbnail .mphb_sc_room-wrapper .slider_wrapper + .room-caption {
    padding-top: 4px;
    margin-top: 0;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
    #tm_builder_outer_content .tm_pb_module.room_type_small_thumbnail .mphb_sc_room-wrapper .slider_wrapper + .room-caption .mphb-room-type-title {
      margin-bottom: 18px;
      letter-spacing: .2px; }
    #tm_builder_outer_content .tm_pb_module.room_type_small_thumbnail .mphb_sc_room-wrapper .slider_wrapper + .room-caption .mphb-regular-price {
      margin-bottom: 8px; }
      #tm_builder_outer_content .tm_pb_module.room_type_small_thumbnail .mphb_sc_room-wrapper .slider_wrapper + .room-caption .mphb-regular-price strong {
        display: none; }
      #tm_builder_outer_content .tm_pb_module.room_type_small_thumbnail .mphb_sc_room-wrapper .slider_wrapper + .room-caption .mphb-regular-price .mphb-price {
        padding-top: 4px;
        line-height: 1.1em; }
        #tm_builder_outer_content .tm_pb_module.room_type_small_thumbnail .mphb_sc_room-wrapper .slider_wrapper + .room-caption .mphb-regular-price .mphb-price:after {
          line-height: 1.4rem; }
      #tm_builder_outer_content .tm_pb_module.room_type_small_thumbnail .mphb_sc_room-wrapper .slider_wrapper + .room-caption .mphb-regular-price .mrhb-price-suffix {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); }
  .mphb_sc_rooms-wrapper.mphb-room-types .mphb_sc_room-wrapper .slider_wrapper + .room-caption {
    padding-top: 45px; }
  .mphb_sc_room-wrapper .slider_wrapper + .room-caption &gt; p:last-child {
    margin: 0; }

.mphb_sc_room-wrapper .slider_wrapper .swiper-image {
  width: 100%; }

.single-mphb_room_type p, .single-mphb_room_type h2, .single-mphb_room_type .mphb-single-room-type-attributes, .single-mphb_room_type .mphb-calendar {
  overflow: hidden; }

.single-mphb_room_type h2:nth-last-of-type(2) {
  clear: both; }

#tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type .slider_wrapper + .room-caption {
  padding: 55px 0 0; }
  #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type .slider_wrapper + .room-caption .excerpt_caption {
    padding-bottom: 10px; }
  @media (max-width: 1500px) {
    #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type .slider_wrapper + .room-caption {
      padding: 20px 0 0; } }
  @media (max-width: 1199px) {
    #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type .slider_wrapper + .room-caption {
      padding: 55px 30px 30px; } }
  #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type .slider_wrapper + .room-caption &gt; p:last-child {
    margin: 0; }

#tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type &gt; .room-caption {
  padding: 30px; }

.mphb-gallery-slider .post-gallery {
  margin: 0; }

.mphb-gallery-slider .swiper-button-next, .mphb-gallery-slider .swiper-button-prev {
  width: 85px;
  height: 85px;
  opacity: 1;
  margin: 0;
  bottom: 0;
  top: auto;
  left: auto;
  right: 0;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media (max-width: 991px) {
    .mphb-gallery-slider .swiper-button-next, .mphb-gallery-slider .swiper-button-prev {
      width: 50px;
      height: 50px; } }
  .room_type_small_thumbnail .mphb-gallery-slider .swiper-button-next, .room_type_small_thumbnail .mphb-gallery-slider .swiper-button-prev {
    display: none !important; }
  .mphb-gallery-slider .swiper-button-next i, .mphb-gallery-slider .swiper-button-prev i {
    display: none; }
  .mphb-gallery-slider .swiper-button-next:after, .mphb-gallery-slider .swiper-button-prev:after {
    width: 100%;
    height: 100%;
    line-height: 85px;
    display: block;
    background: inherit;
    font-family: "arrows"; }
    @media (max-width: 991px) {
      .mphb-gallery-slider .swiper-button-next:after, .mphb-gallery-slider .swiper-button-prev:after {
        line-height: 50px; } }

.mphb-gallery-slider .swiper-button-next.swiper-button-disabled, .mphb-gallery-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 1; }

.mphb-gallery-slider .swiper-button-next:after {
  content: "\e008"; }

.mphb-gallery-slider .swiper-button-prev {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }
  .mphb-gallery-slider .swiper-button-prev:after {
    content: "\e009"; }
  .mphb-gallery-slider .swiper-button-prev:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 40px;
    display: inline-block;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.flexslider {
  border: none; }

.fullwidth_booking_wrapper h5 {
  letter-spacing: 0;
  margin-top: 0;
  font-size: 1rem; }
  .fullwidth_booking_wrapper h5 strong {
    text-transform: none;
    font-weight: 400;
    letter-spacing: -3px; }
    .fullwidth_booking_wrapper h5 strong span sup {
      font-size: 1rem;
      top: -1.25em;
      letter-spacing: 0; }
      .fullwidth_booking_wrapper h5 strong span sup:first-child {
        margin-right: 7px; }
      .fullwidth_booking_wrapper h5 strong span sup:last-child {
        margin-left: 11px; }

.fullwidth_booking_wrapper .tm_pb_module {
  height: 100%; }

.fullwidth_booking_wrapper strong {
  font-weight: 400;
  display: block;
  margin: 0; }

.fullwidth_booking_wrapper h3 {
  margin-bottom: 0; }

.fullwidth_booking_wrapper h6 {
  margin-top: 6px; }

.fullwidth_booking_wrapper p &gt; sub {
  padding: 19px 16px;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  display: inline-block; }

.fullwidth_booking_wrapper .btn:hover {
  background: transparent; }

@media (max-width: 1200px) {
  .fullwidth_booking_wrapper .tm_pb_column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .fullwidth_booking_wrapper .tm_pb_column &gt; .tm_pb_module {
      width: 100%; } }

@media (min-width: 980px) and (max-width: 1200px) {
  .fullwidth_booking_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

.mphb-room-type-gallery-wrapper.flexslider {
  border: none; }

.mphb-gallery-thumbnails-slider,
.mphb-to-book-btn-wrapper,
.mphb-view-details-button-wrapper {
  display: none; }

#tm_builder_outer_content .tm_pb_module.room_type_small_thumbnail .mphb_sc_room-wrapper {
  width: 100%; }

#tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper,
#tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper {
  width: 100%; }
  #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type,
  #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type {
    padding-right: 15%; }
    @media (max-width: 1500px) {
      #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type,
      #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type {
        padding-right: 30px; } }
    @media (max-width: 1199px) {
      #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type,
      #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type {
        padding-right: 0; } }
    #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type .room-caption,
    #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type .room-caption {
      overflow: hidden; }
      @media (max-width: 1199px) {
        #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type .room-caption,
        #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type .room-caption {
          padding: 30px; } }
    #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type .slider_wrapper,
    #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type .slider_wrapper {
      width: 65%;
      float: left;
      margin-right: 128px; }
      #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type .slider_wrapper img,
      #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type .slider_wrapper img {
        width: 100%; }
      @media (max-width: 1500px) {
        #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type .slider_wrapper,
        #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type .slider_wrapper {
          margin-right: 30px; } }
      @media (max-width: 1199px) {
        #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type .slider_wrapper,
        #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type .slider_wrapper {
          width: 100%;
          float: none;
          margin-right: 0; } }
    #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type:nth-child(2n),
    #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type:nth-child(2n) {
      padding-right: 0;
      padding-left: 15%; }
      @media (max-width: 1500px) {
        #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type:nth-child(2n),
        #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type:nth-child(2n) {
          padding-left: 30px; } }
      @media (max-width: 1199px) {
        #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type:nth-child(2n),
        #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type:nth-child(2n) {
          padding-left: 0; } }
      #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type:nth-child(2n) .slider_wrapper,
      #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type:nth-child(2n) .slider_wrapper {
        float: right;
        margin-right: 0;
        margin-left: 128px; }
        @media (max-width: 1199px) {
          #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type:nth-child(2n) .slider_wrapper,
          #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type:nth-child(2n) .slider_wrapper {
            margin-left: 0;
            float: none; } }
        @media (max-width: 1500px) {
          #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type:nth-child(2n) .slider_wrapper,
          #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type:nth-child(2n) .slider_wrapper {
            margin-left: 30px; } }
        @media (max-width: 1199px) {
          #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type:nth-child(2n) .slider_wrapper,
          #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type:nth-child(2n) .slider_wrapper {
            margin-left: 0; } }
    #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-room-type .mphb-room-type-title,
    #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-room-type .mphb-room-type-title {
      font-size: 40px;
      margin-top: 0;
      padding-bottom: 2px;
      letter-spacing: -.6px; }
  #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper ul,
  #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper ul {
    padding: 7px 0 25px 0;
    position: relative;
    overflow: hidden; }
    #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper ul li,
    #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper ul li {
      position: relative;
      padding: 0 0 8px 76px; }
      #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper ul li:before,
      #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper ul li:before {
        display: inline-block;
        content: '';
        width: 45px;
        height: 1px;
        position: absolute;
        top: 10px;
        left: 0; }
  #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-regular-price,
  #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-regular-price {
    display: inline-block;
    margin-bottom: 17px; }
    #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-regular-price &gt; strong,
    #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-regular-price &gt; strong {
      display: block;
      font-weight: 400; }
    #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-regular-price .mphb-price,
    #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-regular-price .mphb-price {
      font-size: 54px;
      line-height: .9em;
      padding-top: 12px;
      letter-spacing: -2.5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      float: left; }
      .room_type_small_thumbnail #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-regular-price .mphb-price, .room_type_small_thumbnail
      #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-regular-price .mphb-price {
        font-size: 41px; }
      #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-regular-price .mphb-price .mphb-currency,
      #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-regular-price .mphb-price .mphb-currency {
        margin-right: 7px;
        font-size: 1rem;
        line-height: 1.9rem;
        opacity: .5;
        letter-spacing: 0; }
    #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-regular-price .mrhb-price-suffix,
    #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-regular-price .mrhb-price-suffix {
      font-size: 1rem;
      line-height: 2.1rem;
      opacity: .5;
      margin-left: 10px;
      letter-spacing: 0;
      float: left;
      -webkit-transform: translateY(11px);
      -ms-transform: translateY(11px);
      transform: translateY(11px); }
  #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper.mphb-room-types form,
  #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper.mphb-room-types form {
    overflow: hidden;
    float: right;
    -webkit-transform: translateY(26px);
    -ms-transform: translateY(26px);
    transform: translateY(26px); }
    @media (min-width: 1200px) and (max-width: 1800px) {
      #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper.mphb-room-types form .button,
      #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper.mphb-room-types form .button {
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper.mphb-room-types form,
      #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper.mphb-room-types form {
        float: none;
        margin-bottom: 30px; } }
  .room_type_small_thumbnail #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .post-thumbnail, .room_type_small_thumbnail
  #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .post-thumbnail {
    float: left;
    margin-right: 50px;
    max-width: 410px; }
  .room_type_small_thumbnail #tm_builder_outer_content .tm_pb_module .mphb_sc_room-wrapper .mphb-book-button, .room_type_small_thumbnail
  #tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-book-button {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }

#tm_builder_outer_content .tm_pb_module .mphb_sc_rooms-wrapper .mphb-regular-price {
  margin-bottom: 0; }

#tm_builder_outer_content .tm_pb_module .mphb_sc_search_results-wrapper ul {
  padding: 7px 0 25px 0;
  position: relative;
  overflow: hidden; }
  #tm_builder_outer_content .tm_pb_module .mphb_sc_search_results-wrapper ul li {
    position: relative;
    padding: 0 0 8px 76px; }
    #tm_builder_outer_content .tm_pb_module .mphb_sc_search_results-wrapper ul li:before {
      display: inline-block;
      content: '';
      width: 45px;
      height: 1px;
      position: absolute;
      top: 10px;
      left: 0; }

#tm_builder_outer_content .tm_pb_module.room_type_small_thumbnail .mphb_sc_room-wrapper .mphb-regular-price .mphb-price {
  font-size: 40px; }

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_module.room_type_small_thumbnail .mphb_sc_room-wrapper .button.mphb-book-button {
    padding-left: 0;
    padding-right: 0;
    width: 100%; } }

.room_type_small_thumbnail .mphb_sc_room-wrapper .mphb-book-button {
  background: transparent; }

.single-mphb_room_type #primary {
  width: 100%; }

.mphb-single-room-content h2 {
  padding-top: 30px; }

.site-content .site-main .calendar_designations li {
  padding-left: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .75rem; }
  .site-content .site-main .calendar_designations li:after {
    display: none; }
  .site-content .site-main .calendar_designations li:before {
    width: 31px;
    height: 23px;
    margin: 0 0 0 10px;
    line-height: 23px;
    font-weight: 400;
    font-size: 0.85rem;
    text-align: center; }

@media (min-width: 1200px) {
  .mphb-single-room-sidebar {
    padding-top: 132px; } }

.mphb-preloader {
  margin-top: 19px; }

#tm_builder_outer_content .tm_pb_module .mphb-room-type h3 {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  opacity: .6; }

#tm_builder_outer_content .tm_pb_module.room_type_small_thumbnail .mphb-room-type {
  padding-left: 0;
  padding-right: 0; }
  #tm_builder_outer_content .tm_pb_module.room_type_small_thumbnail .mphb-room-type .slider_wrapper {
    margin-right: 50px; }

.mphb-room-details {
  float: right;
  width: 25%;
  padding-top: 42px; }
  @media (max-width: 1199px) {
    .mphb-room-details {
      width: 100%;
      float: none;
      padding-top: 0;
      padding-bottom: 60px; } }
  .mphb-room-details .mphb_sc_checkout-submit-wrapper input {
    width: 100%; }
    @media (max-width: 1199px) {
      .mphb-room-details .mphb_sc_checkout-submit-wrapper input {
        width: auto; } }
  .mphb-room-details .mphb-total-price-field {
    margin-left: 60px; }
  .mphb-room-details .mphb-total-price {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.7px;
    padding-bottom: 16px; }
    .mphb-room-details .mphb-total-price output {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
    .mphb-room-details .mphb-total-price .mphb-price {
      font-size: 40px;
      line-height: .9em;
      padding-top: 0;
      letter-spacing: -2.5px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      font-weight: 400;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: flex-start; }
      .mphb-room-details .mphb-total-price .mphb-price .mphb-currency {
        margin-right: 7px;
        font-size: 0.9375rem;
        line-height: 1.9rem;
        opacity: .5;
        font-weight: 400;
        letter-spacing: 0; }
  .mphb-room-details .mphb-room-type-title,
  .mphb-room-details .mphb-guests-number,
  .mphb-room-details .mphb-check-in-date,
  .mphb-room-details .mphb-check-out-date {
    font-size: .75rem; }
    .mphb-room-details .mphb-room-type-title span,
    .mphb-room-details .mphb-guests-number span,
    .mphb-room-details .mphb-check-in-date span,
    .mphb-room-details .mphb-check-out-date span {
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1.55px;
      display: inline-block;
      width: 155px; }
    .mphb-room-details .mphb-room-type-title strong,
    .mphb-room-details .mphb-guests-number strong,
    .mphb-room-details .mphb-check-in-date strong,
    .mphb-room-details .mphb-check-out-date strong {
      font-weight: 400;
      font-size: .875rem; }
  .mphb-room-details .mphb-check-out-date {
    padding-bottom: 28px; }
  .mphb-room-details .mphb-price-breakdown {
    border: none; }
    .mphb-room-details .mphb-price-breakdown th, .mphb-room-details .mphb-price-breakdown td {
      border: none;
      font-weight: 400; }
    .mphb-room-details .mphb-price-breakdown tbody {
      border: none; }
      .mphb-room-details .mphb-price-breakdown tbody tr {
        border-bottom: 1px solid; }
        .mphb-room-details .mphb-price-breakdown tbody tr &gt; td, .mphb-room-details .mphb-price-breakdown tbody tr &gt; th {
          padding: 13px 20px; }
        .mphb-room-details .mphb-price-breakdown tbody tr:first-child + tr {
          text-transform: uppercase;
          font-size: .625rem;
          letter-spacing: .9px;
          font-weight: bold;
          opacity: .6; }
        .mphb-room-details .mphb-price-breakdown tbody tr:first-child + tr, .mphb-room-details .mphb-price-breakdown tbody tr:first-child {
          background: none; }
    .mphb-room-details .mphb-price-breakdown tfoot tr th {
      padding: 13px 20px; }

.mphb_sc_checkout-services-list li:before {
  display: none; }

.mphb_sc_checkout-services-list .mphb_sc_checkout-service {
  margin-right: 5px; }

#mphb-customer-details {
  width: 70%;
  padding: 42px 50px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #mphb-customer-details input, #mphb-customer-details textarea {
    width: 100%;
    margin-top: 11px;
    letter-spacing: 1.4px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #mphb-customer-details .mphb-customer-name,
  #mphb-customer-details .mphb-customer-last-name,
  #mphb-customer-details .mphb-customer-email,
  #mphb-customer-details .mphb-customer-phone,
  #mphb-customer-details .mphb-customer-note {
    margin: 0 0 19px; }
  @media (max-width: 1199px) {
    #mphb-customer-details {
      width: 100%; } }

.mphb-room-details h3, #mphb-customer-details h3 {
  font-size: 30px; }

.mphb-room-details label, #mphb-customer-details label {
  font-size: 15px; }

.single-mphb_room_service .mphb_room_service {
  padding-bottom: 65px;
  border-bottom: 1px solid #e0e0e8; }

.single-mphb_room_service .mphb-price-wrapper,
.single-mphb_room_type .mphb-regular-price {
  font-size: 1rem;
  line-height: 2.1rem; }

.single-mphb_room_service .mphb-price-wrapper .mphb-price,
.single-mphb_room_type .mphb-regular-price .mphb-price {
  font-size: 40px; }

.single-mphb_room_service .mphb-price-wrapper .mphb-currency,
.single-mphb_room_type .mphb-regular-price .mphb-currency {
  margin-right: 2px;
  font-size: 1rem;
  line-height: 1.9rem;
  opacity: .5;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: super; }

.single-mphb_room_type .mphb_room_type .mphb-single-room-type-attributes {
  list-style: none; }
  .single-mphb_room_type .mphb_room_type .mphb-single-room-type-attributes li {
    padding: 0 0 8px 76px;
    position: relative; }
    .single-mphb_room_type .mphb_room_type .mphb-single-room-type-attributes li:before {
      display: inline-block;
      content: '';
      width: 45px;
      height: 1px;
      position: absolute;
      top: 10px;
      left: 0; }

.single-mphb_room_type .mphb-regular-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-bottom: 30px; }
  .single-mphb_room_type .mphb-regular-price strong {
    font-weight: 400;
    opacity: .5; }

.single-mphb_room_type .mphb-single-room-type-attributes {
  margin-bottom: 60px; }

.single-mphb_room_type .mphb-booking-form {
  margin-bottom: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .single-mphb_room_type .mphb-booking-form {
      margin-bottom: 30px; } }

.mphb-calendar {
  margin-bottom: 30px; }

.mphb-calendar .datepick, .datepick-popup .datepick {
  border: none;
  border-radius: 0; }
  @media (min-width: 992px) {
    .mphb-calendar .datepick, .datepick-popup .datepick {
      width: 460px !important; } }
  @media (max-width: 543px) {
    .mphb-calendar .datepick, .datepick-popup .datepick {
      max-width: 320px; } }
  .mphb-single-room-sidebar .mphb-calendar .datepick, .mphb-single-room-sidebar .datepick-popup .datepick {
    width: 100% !important; }
  .mphb-calendar .datepick .datepick-ctrl a, .datepick-popup .datepick .datepick-ctrl a {
    font-weight: 400;
    width: 50%;
    height: auto;
    padding-bottom: 15px; }
    .mphb-calendar .datepick .datepick-ctrl a:first-child, .datepick-popup .datepick .datepick-ctrl a:first-child {
      border-right: 2px solid; }
    .mphb-calendar .datepick .datepick-ctrl a:hover, .datepick-popup .datepick .datepick-ctrl a:hover {
      background: none; }
  .mphb-calendar .datepick .datepick-month, .datepick-popup .datepick .datepick-month {
    width: 50%;
    border: none;
    padding-left: 11px; }
    .mphb-calendar .datepick .datepick-month a, .datepick-popup .datepick .datepick-month a {
      background: none; }
    .mphb-calendar .datepick .datepick-month:first-child, .datepick-popup .datepick .datepick-month:first-child {
      border-right: 2px solid; }
    .mphb-calendar .datepick .datepick-month table, .datepick-popup .datepick .datepick-month table {
      margin: 0; }
      .mphb-calendar .datepick .datepick-month table thead tr th, .datepick-popup .datepick .datepick-month table thead tr th {
        border: none;
        text-transform: uppercase;
        padding: 8px 0; }
        .mphb-calendar .datepick .datepick-month table thead tr th &gt; span, .datepick-popup .datepick .datepick-month table thead tr th &gt; span {
          font-size: .625rem; }
      .mphb-calendar .datepick .datepick-month table td span, .datepick-popup .datepick .datepick-month table td span {
        background: none; }
    .mphb-calendar .datepick .datepick-month thead, .mphb-calendar .datepick .datepick-month tbody, .mphb-calendar .datepick .datepick-month td, .mphb-calendar .datepick .datepick-month tr, .datepick-popup .datepick .datepick-month thead, .datepick-popup .datepick .datepick-month tbody, .datepick-popup .datepick .datepick-month td, .datepick-popup .datepick .datepick-month tr {
      border: none;
      background: none;
      padding-bottom: 7px; }
    .mphb-calendar .datepick .datepick-month td, .datepick-popup .datepick .datepick-month td {
      border-right: 1px solid; }

.mphb-calendar .datepick-nav, .datepick-popup .datepick-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .mphb-calendar .datepick-nav .datepick-cmd-prev,
  .mphb-calendar .datepick-nav .datepick-cmd-next, .datepick-popup .datepick-nav .datepick-cmd-prev,
  .datepick-popup .datepick-nav .datepick-cmd-next {
    font-size: 0;
    line-height: 0; }
    .mphb-calendar .datepick-nav .datepick-cmd-prev a,
    .mphb-calendar .datepick-nav .datepick-cmd-next a, .datepick-popup .datepick-nav .datepick-cmd-prev a,
    .datepick-popup .datepick-nav .datepick-cmd-next a {
      background: none; }
    .mphb-calendar .datepick-nav .datepick-cmd-prev:before,
    .mphb-calendar .datepick-nav .datepick-cmd-next:before, .datepick-popup .datepick-nav .datepick-cmd-prev:before,
    .datepick-popup .datepick-nav .datepick-cmd-next:before {
      font-size: 16px;
      font-family: 'FontAwesome';
      line-height: 50px; }
  .mphb-calendar .datepick-nav .datepick-cmd-next, .datepick-popup .datepick-nav .datepick-cmd-next {
    margin-right: 10px; }
    .mphb-calendar .datepick-nav .datepick-cmd-next:before, .datepick-popup .datepick-nav .datepick-cmd-next:before {
      content: '\f105'; }
  .mphb-calendar .datepick-nav .datepick-cmd-prev, .datepick-popup .datepick-nav .datepick-cmd-prev {
    margin-left: 10px; }
    .mphb-calendar .datepick-nav .datepick-cmd-prev:before, .datepick-popup .datepick-nav .datepick-cmd-prev:before {
      content: '\f104'; }
  .mphb-calendar .datepick-nav .datepick-cmd-today, .datepick-popup .datepick-nav .datepick-cmd-today {
    text-transform: uppercase; }
  .mphb-calendar .datepick-nav &gt; a, .datepick-popup .datepick-nav &gt; a {
    height: 50px;
    line-height: 50px; }
    .mphb-calendar .datepick-nav &gt; a:hover, .datepick-popup .datepick-nav &gt; a:hover {
      background: none; }

.mphb-calendar .datepick-month-header,
.mphb-calendar .datepick-month-header select,
.mphb-calendar .datepick-month-header input, .datepick-popup .datepick-month-header,
.datepick-popup .datepick-month-header select,
.datepick-popup .datepick-month-header input {
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 400; }

.mphb-calendar .datepick-month-header, .datepick-popup .datepick-month-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  margin-left: -11px; }
  .mphb-calendar .datepick-month-header &gt; .datepick-month-year, .datepick-popup .datepick-month-header &gt; .datepick-month-year {
    display: inline-block;
    width: auto;
    padding-right: 13px;
    margin-right: 13px;
    background: url(./assets/images/datepick_icon.png) right center no-repeat; }

.mphb-calendar .datepick .datepick-month {
  border: none;
  width: 50%; }
  .mphb-calendar .datepick .datepick-month .datepick-month-header, .mphb-calendar .datepick .datepick-month select {
    text-transform: none; }
    .mphb-calendar .datepick .datepick-month .datepick-month-header option, .mphb-calendar .datepick .datepick-month select option {
      letter-spacing: 1px; }
  .mphb-calendar .datepick .datepick-month a {
    background: none; }
  .mphb-calendar .datepick .datepick-month table {
    margin: 0; }
    .mphb-calendar .datepick .datepick-month table thead &gt; tr &gt; th {
      border: none; }
      .mphb-calendar .datepick .datepick-month table thead &gt; tr &gt; th &gt; span {
        border: none; }
    .mphb-calendar .datepick .datepick-month table tbody &gt; tr &gt; td {
      border: none;
      border-right: 1px solid; }
    .mphb-calendar .datepick .datepick-month table thead, .mphb-calendar .datepick .datepick-month table tbody, .mphb-calendar .datepick .datepick-month table td, .mphb-calendar .datepick .datepick-month table tr {
      border: none;
      background: none;
      padding-bottom: 7px; }

.mprm-main-wrapper .mprm-tags .mprm-tag,
.mprm-container .mprm-tags .mprm-tag {
  display: inline-block;
  font-size: .625rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .9px;
  line-height: 22px;
  margin: 0 5px 5px 0;
  padding: 2px 13px;
  vertical-align: top;
  text-decoration: none;
  border: 2px solid; }

.widget_mphb_rooms_widget {
  text-align: left; }
  .widget_mphb_rooms_widget .mphb-room-type .mphb-widget-room-type-attributes li {
    padding-bottom: 17px; }
    .widget_mphb_rooms_widget .mphb-room-type .mphb-widget-room-type-attributes li &gt; span {
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1.55px;
      display: inline-block;
      width: 155px;
      font-size: .75rem; }
  .widget_mphb_rooms_widget .mphb-room-type .mphb-widget-room-type-featured-image {
    margin-bottom: 20px; }
  .widget_mphb_rooms_widget .mphb-room-type .mphb-widget-room-type-price {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.7px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 20px; }
    .widget_mphb_rooms_widget .mphb-room-type .mphb-widget-room-type-price .mphb-price {
      font-size: 40px;
      line-height: .9em;
      padding-top: 0;
      letter-spacing: -2.5px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      font-weight: 400;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: flex-start;
      margin-left: 60px; }
      .widget_mphb_rooms_widget .mphb-room-type .mphb-widget-room-type-price .mphb-price .mphb-currency {
        margin-right: 7px;
        font-size: 0.9375rem;
        line-height: 1.9rem;
        opacity: .5;
        font-weight: 400;
        letter-spacing: 0; }

.widget_mphb_search_availability_widget {
  padding: 42px 50px; }
  @media (max-width: 1199px) {
    .widget_mphb_search_availability_widget {
      padding: 30px; } }
  .widget_mphb_search_availability_widget .mphb_widget_search-form label {
    font-size: 1rem; }
  .widget_mphb_search_availability_widget .mphb_widget_search-form select, .widget_mphb_search_availability_widget .mphb_widget_search-form input {
    width: 100%;
    padding: 20px 44px 20px 24px;
    font-size: .875rem;
    border: none;
    margin-top: 11px; }
  .widget_mphb_search_availability_widget .mphb_widget_search-submit-button-wrapper input {
    padding-left: 0;
    padding-right: 0; }

/*--------------------------------------------------------------
# Restaurant menu
--------------------------------------------------------------*/
#tm_builder_outer_content .mprm-simple-view-column {
  margin: 0;
  display: block; }

#tm_builder_outer_content .mprm-container.mprm-shortcode-items.mprm-view-simple-list {
  margin: 26px 0 11px; }

#tm_builder_outer_content .mprm-simple-view-column .mprm-link, #tm_builder_outer_content .mprm-view-list .mprm-link {
  text-align: left; }
  #tm_builder_outer_content .mprm-simple-view-column .mprm-link .mprm-list li:first-child, #tm_builder_outer_content .mprm-view-list .mprm-link .mprm-list li:first-child {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

#tm_builder_outer_content .mprm-simple-view-column .mp_menu_item, #tm_builder_outer_content .mprm-view-list .mp_menu_item {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 17px;
  border-bottom: 1px dashed; }
  #tm_builder_outer_content .mprm-simple-view-column .mp_menu_item .mprm-price-container, #tm_builder_outer_content .mprm-view-list .mp_menu_item .mprm-price-container {
    margin: 0; }
  #tm_builder_outer_content .mprm-simple-view-column .mp_menu_item .mprm-price, #tm_builder_outer_content .mprm-view-list .mp_menu_item .mprm-price {
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .93; }
    @media (max-width: 1199px) {
      #tm_builder_outer_content .mprm-simple-view-column .mp_menu_item .mprm-price, #tm_builder_outer_content .mprm-view-list .mp_menu_item .mprm-price {
        position: relative;
        width: 100%; } }
  #tm_builder_outer_content .mprm-simple-view-column .mp_menu_item .mprm-excerpt, #tm_builder_outer_content .mprm-view-list .mp_menu_item .mprm-excerpt {
    font-size: .8125rem;
    opacity: .8;
    width: 70%;
    margin-bottom: 7px; }
    @media (max-width: 991px) {
      #tm_builder_outer_content .mprm-simple-view-column .mp_menu_item .mprm-excerpt, #tm_builder_outer_content .mprm-view-list .mp_menu_item .mprm-excerpt {
        width: 100%; } }

#tm_builder_outer_content .mprm-simple-view-column .mprm-list li, #tm_builder_outer_content .mprm-view-list .mprm-list li {
  padding: 0;
  margin: 0; }
  #tm_builder_outer_content .mprm-simple-view-column .mprm-list li:before, #tm_builder_outer_content .mprm-view-list .mprm-list li:before {
    display: none; }
  #tm_builder_outer_content .mprm-simple-view-column .mprm-list li.mprm-dots, #tm_builder_outer_content .mprm-view-list .mprm-list li.mprm-dots {
    border-bottom: none; }

#tm_builder_outer_content .mprm-simple-view-column .mprm-tags-wrapper, #tm_builder_outer_content .mprm-view-list .mprm-tags-wrapper {
  margin: 0;
  padding: 10px 0 0; }
  #tm_builder_outer_content .mprm-simple-view-column .mprm-tags-wrapper .mprm-tag, #tm_builder_outer_content .mprm-view-list .mprm-tags-wrapper .mprm-tag {
    border-width: 2px;
    font-size: .625rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .9px;
    line-height: 22px;
    margin: 0 5px 5px 0;
    padding: 2px 13px; }

@media (min-width: 550px) {
  .has-thumb.mprm-columns {
    margin-left: 3px; }
    .has-thumb.mprm-columns:first-child {
      margin-left: 0; } }

.mprm-container .mprm-row {
  padding-bottom: 0; }

.mprm-price {
  font-size: 40px; }
  .mprm-price .currency {
    margin-right: 2px;
    font-size: 1rem;
    line-height: 1.9rem;
    opacity: .5;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: super; }

@media (min-width: 1200px) {
  #tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb.mprm-four.mprm-columns, .mprm-view-grid .mp_menu_item.has-thumb.mprm-four.mprm-columns {
    width: 33%; } }

#tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-link, .mprm-view-grid .mp_menu_item.has-thumb .mprm-link {
  line-height: 0;
  display: inline-block;
  overflow: hidden;
  position: relative; }
  #tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-link img, .mprm-view-grid .mp_menu_item.has-thumb .mprm-link img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out; }
  #tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-link i, .mprm-view-grid .mp_menu_item.has-thumb .mprm-link i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-size: 40px;
    line-height: 1em;
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.45s ease-out;
    transition: all 0.45s ease-out; }
  #tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-link:hover i, .mprm-view-grid .mp_menu_item.has-thumb .mprm-link:hover i {
    opacity: 1; }
  #tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-link:hover img, .mprm-view-grid .mp_menu_item.has-thumb .mprm-link:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .7 !important; }

#tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-image, .mprm-view-grid .mp_menu_item.has-thumb .mprm-image {
  width: auto;
  max-width: none; }

#tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-item-title, .mprm-view-grid .mp_menu_item.has-thumb .mprm-item-title {
  padding-top: 4px; }

#tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-price, .mprm-view-grid .mp_menu_item.has-thumb .mprm-price {
  padding-top: 4px; }

@media (min-width: 992px) {
  #tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-item-title, #tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-ingredients, #tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-excerpt, #tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-price-container, #tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-tags-wrapper, .mprm-view-grid .mp_menu_item.has-thumb .mprm-item-title, .mprm-view-grid .mp_menu_item.has-thumb .mprm-ingredients, .mprm-view-grid .mp_menu_item.has-thumb .mprm-excerpt, .mprm-view-grid .mp_menu_item.has-thumb .mprm-price-container, .mprm-view-grid .mp_menu_item.has-thumb .mprm-tags-wrapper {
    padding-left: 30px; } }

#tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-item-title b, #tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-ingredients b, #tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-excerpt b, #tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-price-container b, #tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-tags-wrapper b, .mprm-view-grid .mp_menu_item.has-thumb .mprm-item-title b, .mprm-view-grid .mp_menu_item.has-thumb .mprm-ingredients b, .mprm-view-grid .mp_menu_item.has-thumb .mprm-excerpt b, .mprm-view-grid .mp_menu_item.has-thumb .mprm-price-container b, .mprm-view-grid .mp_menu_item.has-thumb .mprm-tags-wrapper b {
  text-transform: uppercase;
  font-weight: 400; }

#tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.has-thumb .mprm-price-container, .mprm-view-grid .mp_menu_item.has-thumb .mprm-price-container {
  margin: 6px 0; }

#tm_builder_outer_content .tm_pb_module .mprm-view-grid .mp_menu_item.no-thumb .mprm-link b, .mprm-view-grid .mp_menu_item.no-thumb .mprm-link b {
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.sidebar .mprm-view-grid .mp_menu_item.has-thumb .mprm-excerpt, .sidebar .mprm-view-grid .mp_menu_item.has-thumb .mprm-price-container, .sidebar .mprm-view-grid .mp_menu_item.has-thumb .mprm-ingredients {
  padding-left: 0; }

.mprm-main-wrapper.mp_menu_item .content-wrapper .mprm-thumbnail {
  margin-bottom: 30px; }

.mprm-main-wrapper.mp_menu_item .content-wrapper .mprm-sidebar .mprm-related-items .mprm-title {
  margin-bottom: 30px; }

.mprm-main-wrapper.mp_menu_item .content-wrapper .mprm-sidebar .mprm-price-box .mprm-price {
  margin-top: 0; }

.mprm-main-wrapper.mp_menu_item .content-wrapper .mprm-sidebar .mprm-ingredients .mprm-ingredient {
  display: inline-block;
  font-size: .625rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .9px;
  line-height: 22px;
  margin: 0 5px 5px 0;
  padding: 2px 13px;
  vertical-align: top;
  text-decoration: none;
  border: 2px solid; }

.mprm-main-wrapper.mp_menu_item .content-wrapper .mprm-sidebar .mprm-related-items-list li {
  overflow: hidden; }
  .mprm-main-wrapper.mp_menu_item .content-wrapper .mprm-sidebar .mprm-related-items-list li:before {
    display: none; }
  .mprm-main-wrapper.mp_menu_item .content-wrapper .mprm-sidebar .mprm-related-items-list li .caption {
    float: left;
    margin-right: 10px; }

.single-mp_menu_item .entry-content &gt; p {
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: bold;
  letter-spacing: 1.7px;
  padding-bottom: 30px; }
  .single-mp_menu_item .entry-content &gt; p span {
    font-family: 'Old Standard TT', serif;
    font-size: 40px;
    line-height: .9em;
    padding-top: 0;
    letter-spacing: -2.5px;
    font-weight: 400;
    margin-left: 30px; }
    .single-mp_menu_item .entry-content &gt; p span b {
      font-weight: inherit; }
      .single-mp_menu_item .entry-content &gt; p span b .currency {
        margin-right: 2px;
        font-size: 1rem;
        line-height: 1.9rem;
        opacity: .5;
        letter-spacing: 0;
        display: inline-block;
        vertical-align: super; }

.single-mp_menu_item .entry-content &gt; ul {
  padding: 10px 0 25px 0; }
  .single-mp_menu_item .entry-content &gt; ul li {
    position: relative;
    padding: 0 0 12px 76px; }
    .single-mp_menu_item .entry-content &gt; ul li:before {
      display: inline-block;
      content: '';
      width: 45px;
      height: 1px;
      position: absolute;
      top: 10px;
      left: 0;
      background: red; }

.type-mp_menu_item.hentry .mprm-related-items {
  overflow: hidden;
  padding: 30px 0;
  margin-bottom: 65px; }
  .type-mp_menu_item.hentry .mprm-related-items &gt; a {
    float: left;
    width: 33%;
    margin-right: 3px;
    line-height: 0;
    overflow: hidden;
    position: relative; }
    .type-mp_menu_item.hentry .mprm-related-items &gt; a:after {
      content: '\e250';
      font-family: 'Material Icons';
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      font-size: 40px;
      line-height: 1em;
      opacity: 0;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .type-mp_menu_item.hentry .mprm-related-items &gt; a img {
      display: block;
      -webkit-transition: all 0.45s ease-out;
      transition: all 0.45s ease-out; }
    .type-mp_menu_item.hentry .mprm-related-items &gt; a:last-child {
      margin-right: 0; }
    .type-mp_menu_item.hentry .mprm-related-items &gt; a:hover:after {
      opacity: 1; }
    .type-mp_menu_item.hentry .mprm-related-items &gt; a:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: .7; }

.mprm-view-list .mprm-link {
  text-align: left; }

.mprm-container.mprm-widget-items.mprm-view-simple-list .type-mp_menu_item .mprm-flex-item:before {
  display: none; }

.mprm-container.mprm-widget-items.mprm-view-simple-list .type-mp_menu_item .mprm-flex-container-simple-view {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.widget_mphb_rooms_widget .mphb-room-type .mphb-widget-room-type-attributes li:before {
  display: none; }

#tm_builder_outer_content .tm_pb_menu_items .mprm-shortcode-items .mprm-tags-wrapper {
  font-size: 0;
  line-height: 0;
  padding-top: 15px; }
  #tm_builder_outer_content .tm_pb_menu_items .mprm-shortcode-items .mprm-tags-wrapper a {
    display: inline-block;
    font-size: .625rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .9px;
    line-height: 22px;
    margin: 0 5px 5px 0;
    padding: 2px 13px;
    vertical-align: top;
    text-decoration: none;
    border: 2px solid; }

#tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-two .mprm-five.mprm-columns, #tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-two .mprm-seven.mprm-columns,
#tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-three .mprm-five.mprm-columns,
#tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-three .mprm-seven.mprm-columns,
#tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-four .mprm-five.mprm-columns,
#tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-four .mprm-seven.mprm-columns {
  width: 100%; }
  #tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-two .mprm-five.mprm-columns .mprm-excerpt, #tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-two .mprm-seven.mprm-columns .mprm-excerpt,
  #tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-three .mprm-five.mprm-columns .mprm-excerpt,
  #tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-three .mprm-seven.mprm-columns .mprm-excerpt,
  #tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-four .mprm-five.mprm-columns .mprm-excerpt,
  #tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-four .mprm-seven.mprm-columns .mprm-excerpt {
    width: 100%; }

#tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-two .mprm-seven.mprm-columns,
#tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-three .mprm-seven.mprm-columns,
#tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-four .mprm-seven.mprm-columns {
  padding-top: 15px;
  margin-left: 0; }

#tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-two .mprm-price,
#tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-three .mprm-price,
#tm_builder_outer_content .tm_pb_menu_items .mprm-view-list .mprm-four .mprm-price {
  position: relative; }

.mprm_widget .mprm-widget-items .mprm-content-container .mprm-link {
  display: block; }

.mprm_widget .mprm-widget-items .mprm-content-container .mprm-ingredients {
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.55px; }

.mprm_widget .mprm-widget-items .mprm-tags-wrapper {
  padding-top: 20px; }

.mprm_widget .mprm-widget-items.mprm-view-simple-list .mprm-list {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
  padding-bottom: 20px; }
  .mprm_widget .mprm-widget-items.mprm-view-simple-list .mprm-list li {
    line-height: 1em; }
    .mprm_widget .mprm-widget-items.mprm-view-simple-list .mprm-list li:first-child {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 1.7px; }
    .mprm_widget .mprm-widget-items.mprm-view-simple-list .mprm-list li.mprm-dots {
      display: none; }
    .mprm_widget .mprm-widget-items.mprm-view-simple-list .mprm-list li.mprm-price {
      padding-left: 30px; }

.mprm-container.mprm-widget-categories.mprm-view-grid .mprm-menu-category {
  background: none; }
  .mprm-container.mprm-widget-categories.mprm-view-grid .mprm-menu-category .mprm-link .mprm-category-content .mprm-title {
    display: inline-block; }
    .mprm-container.mprm-widget-categories.mprm-view-grid .mprm-menu-category .mprm-link .mprm-category-content .mprm-title i {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .mprm-container.mprm-widget-categories.mprm-view-grid .mprm-menu-category .mprm-effect-hover {
    opacity: .4; }
  .mprm-container.mprm-widget-categories.mprm-view-grid .mprm-menu-category:hover:before {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .mprm-container.mprm-widget-categories.mprm-view-grid .mprm-menu-category:hover .mprm-category-content .mprm-title i {
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out; }

.mprm-container.mprm-widget-categories.mprm-view-list .mprm-title {
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 15px; }

.mprm-container.mprm-widget-categories.mprm-view-list .mprm-menu-category .mprm-category-content .mprm-category-description {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.5;
  color: inherit; }

.mprm-container.mprm-widget-categories.mprm-view-list .mprm-menu-category .mprm-category-content .mprm-link .mprm-icon {
  margin: 0 0 15px;
  display: block; }

/*--------------------------------------------------------------
# Room Services
--------------------------------------------------------------*/
#tm_builder_outer_content .mphb_sc_services-wrapper .mphb_room_service {
  overflow: hidden;
  margin-bottom: 90px; }
  @media (max-width: 1199px) {
    #tm_builder_outer_content .mphb_sc_services-wrapper .mphb_room_service {
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    #tm_builder_outer_content .mphb_sc_services-wrapper .mphb_room_service {
      margin-bottom: 30px; } }
  #tm_builder_outer_content .mphb_sc_services-wrapper .mphb_room_service .service_thumb {
    float: left;
    margin-right: 88px;
    line-height: 0; }
    #tm_builder_outer_content .mphb_sc_services-wrapper .mphb_room_service .service_thumb img {
      width: 100%; }
    @media (max-width: 1350px) {
      #tm_builder_outer_content .mphb_sc_services-wrapper .mphb_room_service .service_thumb {
        float: none;
        margin-right: 0; } }
  #tm_builder_outer_content .mphb_sc_services-wrapper .mphb_room_service .mphb-loop-service-thumbnail {
    display: none; }
  #tm_builder_outer_content .mphb_sc_services-wrapper .mphb_room_service .mphb-service-title {
    font-size: 40px;
    margin: -5px 0 0;
    padding-right: 15%; }
  #tm_builder_outer_content .mphb_sc_services-wrapper .mphb_room_service h6 {
    font-size: .625rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
    opacity: .4;
    padding-bottom: 20px;
    margin-top: 12px; }
  #tm_builder_outer_content .mphb_sc_services-wrapper .mphb_room_service h2, #tm_builder_outer_content .mphb_sc_services-wrapper .mphb_room_service .mphb-price-wrapper {
    display: none; }
  #tm_builder_outer_content .mphb_sc_services-wrapper .mphb_room_service .mphb-price-wrapper:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -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 .mphb_sc_services-wrapper .mphb_room_service .mphb-price-wrapper &gt; strong {
    display: block;
    font-weight: 400;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
  #tm_builder_outer_content .mphb_sc_services-wrapper .mphb_room_service .mphb-price-wrapper .mphb-price {
    font-size: 54px;
    line-height: .9em;
    padding-top: 12px;
    letter-spacing: -2.5px;
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    #tm_builder_outer_content .mphb_sc_services-wrapper .mphb_room_service .mphb-price-wrapper .mphb-price .mphb-currency {
      margin-right: 7px;
      font-size: 1rem;
      line-height: 1.9rem;
      opacity: .5;
      letter-spacing: 0; }
  #tm_builder_outer_content .mphb_sc_services-wrapper .mphb_room_service:nth-child(2n) .service_thumb {
    float: right;
    margin-right: 0;
    margin-left: 88px; }
    @media (max-width: 1350px) {
      #tm_builder_outer_content .mphb_sc_services-wrapper .mphb_room_service:nth-child(2n) .service_thumb {
        float: none;
        margin-right: 0;
        margin-left: 0; } }

/*--------------------------------------------------------------
# Call to Action
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_cta .tm_pb_promo_description .cta_title {
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 3.7px; }

/*--------------------------------------------------------------
# Bar Counter
--------------------------------------------------------------*/
.tm_pb_builder #tm_builder_outer_content .tm_pb_counters &gt; div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 16px; }
  @media (max-width: 991px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_counters &gt; div {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_counter_container {
  border-radius: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  height: 7px;
  margin-bottom: 0; }
  .tm_pb_builder #tm_builder_outer_content .tm_pb_counter_container .tm_pb_counter_amount {
    min-height: 7px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    border-radius: inherit; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_counter_title {
  font-size: .9375rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  margin-right: 23px; }
  @media (max-width: 991px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_counter_title {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      margin-right: 0; } }

.tm_pb_builder #tm_builder_outer_content .tm_pb_counter_amount_number {
  font-size: .9375rem;
  margin-left: 12px; }
  @media (max-width: 991px) {
    .tm_pb_builder #tm_builder_outer_content .tm_pb_counter_amount_number {
      margin-left: 0; } }

/*--------------------------------------------------------------
# Person
--------------------------------------------------------------*/
#tm_builder_outer_content .tm_pb_team_member .tm_pb_team_member_image {
  padding-bottom: 3px; }

#tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links li {
  margin-right: 45px; }
  #tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links li:before {
    display: none; }
  #tm_builder_outer_content .tm_pb_team_member .tm_pb_member_social_links li .tm-pb-icon {
    font-size: 0.75rem; }

/*--------------------------------------------------------------
# Post Slider
--------------------------------------------------------------*/
.tm_pb_builder #tm_builder_outer_content .tm_pb_slides .tm_pb_slide_description .post-meta {
  letter-spacing: 2px;
  margin-bottom: 30px; }

.tm_pb_builder #tm_builder_outer_content .tm_pb_slides .tm_pb_slide_description .tm_pb_more_button {
  margin-top: 30px; }

/*--------------------------------------------------------------
# Post Slider
--------------------------------------------------------------*/
.tm-pg_front_gallery {
  padding-top: 0; }
  @media (max-width: 543px) {
    .tm-pg_front_gallery .tm_pg_gallery-item {
      width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.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 {
  font-size: .625rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 22px;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 4px 13px;
  vertical-align: top;
  text-decoration: none; }

.lg-outer .lg-actions .lg-icon.lg-next:hover:before,
.lg-outer .lg-actions .lg-icon.lg-prev:hover:before {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.tm_pb_builder #tm_builder_outer_content .home-contact-area.tm_pb_sidebar_0 {
  display: block !important; }
</pre></body></html>