@charset "UTF-8";
/*!
Theme Name: Alpenhouse
Theme URI: https://motopress.com/products/alpenhouse
Author: MotoPress
Author URI: https://motopress.com
Description: AlpenHouse is a professional WordPress property rental theme with a neat design, full-blown PMS and a booking system.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alpenhouse
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

AlpenHouse is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
 * @include respond-to(xs) {
 *       width: 100%;
 *	}
 */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #221f1f;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Roboto Slab", sans-serif;
  color: #344583;
  line-height: 1.4;
  font-weight: 700;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 2em 0 1em;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 2.5em 0 1.25em;
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 2.72727em 0 1.36364em;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 3em 0 1.5em;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 3.33333em 0 1.66667em;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 4.28571em 0 2.14286em;
}

@media (min-width: 1470px) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin: 1.66667em 0 0.83333em;
  }
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 2em 0 1em;
  }
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 2.5em 0 1.25em;
  }
  h4 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 2.72727em 0 1.36364em;
  }
  h5 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 3em 0 1.5em;
  }
  h6 {
    font-size: 16px;
    font-size: 1rem;
    margin: 3.75em 0 1.875em;
  }
}

.main-title:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #e2e2e2;
  left: 0;
  bottom: -25px;
}

@media screen and (max-width: 1469px) {
  .main-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

p {
  margin: 0 0 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #dfeeff;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #dfeeff;
  padding: 0.063em 0.250em;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

blockquote, q {
  quotes: "" "";
}

blockquote {
  font-size: 16px;
  font-size: 1rem;
  padding: 30px 30px 30px 90px;
  margin: 40px 0;
  font-weight: 300;
  font-family: "Roboto Slab", sans-serif;
  border-radius: 5px;
  background: #eff2f6;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

blockquote:before {
  display: block;
  position: absolute;
  left: 30px;
  top: 30px;
  line-height: .9;
  content: '“';
  font-family: "Roboto Slab", sans-serif;
  color: #a8b6c6;
  font-size: 80px;
  margin-right: 30px;
  font-weight: 700;
}

blockquote cite,
blockquote small {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1.875em;
  display: block;
  color: #344583;
}

blockquote a cite,
blockquote a small {
  color: inherit;
  text-decoration: inherit;
}

blockquote p {
  margin: 0 0 0.72727em;
}

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

blockquote strong,
blockquote b {
  font-weight: 600;
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 2em;
  margin-top: 2em;
}

ul, ol {
  margin: 0 0 1em 1.25em;
  padding: 0;
}

@media (max-width: 767px) {
  ul, ol {
    margin: 0 0 1.4375em 1.25em;
  }
}

ul li + li, ol li + li {
  margin-top: 1em;
}

@media (max-width: 767px) {
  ul li + li, ol li + li {
    margin-top: 1em;
  }
}

ul li + li li, ol li + li li {
  margin-top: 1em;
}

ul {
  list-style: circle;
}

ul li ol {
  margin-left: 2.5rem;
}

ul li ol li:before {
  display: none;
}

ol {
  list-style: decimal;
}

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

@media (max-width: 767px) {
  li > ul,
  li > ol {
    margin-top: 1em;
    margin-left: 1.25em;
  }
}

dt {
  font-weight: 600;
  margin: 0 0 1.4375em;
}

dd {
  margin: 0 1.25em 1.4375em;
}

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

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

figure figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  color: #77818c;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.75em 0 1.75em;
  width: 100%;
}

th, td {
  padding: 0.5em;
  border: 1px solid #e2e2e2;
}

th {
  font-weight: 600;
  color: #344583;
  text-align: left;
}

thead th {
  background: #ffffff;
}

@media (min-width: 768px) {
  table {
    margin: 2.375em 0 2.375em;
  }
  th, td {
    padding: 1.25em 1.75em;
  }
  thead th, thead td {
    padding: 0.625em 1.75em 0.8125em;
  }
}

b,
strong {
  font-weight: 600;
}

del {
  color: #848484;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"],
.button,
.menu-highlighted-item a,
.more-link {
  height: 50px;
  border-radius: 25px;
  display: inline-block;
  line-height: 50px;
  background: #3f7bfe;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 30px;
  border: none;
  font-weight: 700;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.button:hover,
.menu-highlighted-item a:hover,
.more-link:hover {
  background: #344583;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

input[type="button"]:active, input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
button[type="submit"]:active,
button[type="submit"]:focus,
.button:active,
.button:focus,
.menu-highlighted-item a:active,
.menu-highlighted-item a:focus,
.more-link:active,
.more-link:focus {
  color: #fff;
}

input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
button[type="submit"].secondary,
.button.secondary,
.menu-highlighted-item a.secondary,
.more-link.secondary {
  background: #deeeff;
  color: #344583;
}

input[type="button"].secondary:hover,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:hover,
button[type="submit"].secondary:hover,
.button.secondary:hover,
.menu-highlighted-item a.secondary:hover,
.more-link.secondary:hover {
  background: #3f7bfe;
  color: #fff;
}

input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled,
button[type="submit"]:disabled,
.button:disabled,
.menu-highlighted-item a:disabled,
.more-link:disabled {
  background: #eff2f6;
  color: #77818c;
}

input[type="button"]:disabled:hover,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled:hover,
button[type="submit"]:disabled:hover,
.button:disabled:hover,
.menu-highlighted-item a:disabled:hover,
.more-link:disabled:hover {
  cursor: not-allowed;
  color: #77818c;
}

.button + .button {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .button + .button {
    margin-top: 10px;
  }
}

.site-header .button {
  color: #fff;
}

.site-header .button:hover {
  color: #fff;
}

.site-header .button:hover.secondary {
  color: #fff;
}

.site-header .button.secondary {
  color: #344583;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  color: #221f1f;
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 5px;
  padding: 0 1rem;
  height: 50px;
  font-size: 16px;
  font-size: 1rem;
}

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,
textarea:focus,
select:focus {
  border: 1px solid #3a75ff;
  background-color: #ffffff;
  outline: none;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="range"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="time"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="color"]:disabled,
textarea:disabled,
select:disabled {
  background: #eff2f6;
  color: #848484;
  border: #e4e4e4;
}

input[type="text"]:disabled:hover,
input[type="email"]:disabled:hover,
input[type="url"]:disabled:hover,
input[type="password"]:disabled:hover,
input[type="search"]:disabled:hover,
input[type="number"]:disabled:hover,
input[type="tel"]:disabled:hover,
input[type="range"]:disabled:hover,
input[type="date"]:disabled:hover,
input[type="month"]:disabled:hover,
input[type="week"]:disabled:hover,
input[type="time"]:disabled:hover,
input[type="datetime"]:disabled:hover,
input[type="datetime-local"]:disabled:hover,
input[type="color"]:disabled:hover,
textarea:disabled:hover,
select:disabled:hover {
  color: #848484 !important;
  cursor: not-allowed;
}

textarea {
  padding: 1rem;
  min-height: 160px;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
select {
  width: 100%;
}

select {
  border: 1px solid #e4e4e4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.5rem;
  background-image: url("img/arrow_down_passive.svg");
  background-position: right .8rem center;
  background-repeat: no-repeat;
}

select:focus {
  background-image: url("img/arrow_down_hover.svg");
}

textarea {
  width: 100%;
}

input[type="checkbox"], input[type="radio"] {
  margin-right: .5rem;
}

label {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #344583;
  margin-bottom: 1em;
  display: inline-block;
}

form ul {
  margin: 0;
}

form ul li {
  list-style: none;
  margin-top: 30px;
}

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

form p {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #3f7bfe;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #3f7bfe;
  text-decoration: underline;
}

a:focus, a:active {
  color: #3f7bfe;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul,
.footer-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul,
.footer-navigation ul ul {
  background-color: #344583;
  color: #dfedff;
  border-radius: 5px;
  float: left;
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 99999;
  width: 160px;
  padding: .5rem 0;
  -webkit-transition: opacity .3s ease, top .5s ease;
  transition: opacity .3s ease, top .5s ease;
  opacity: 0;
}

@media (min-width: 992px) {
  .main-navigation ul ul,
  .footer-navigation ul ul {
    visibility: hidden;
  }
}

@media screen and (max-width: 991px) {
  .main-navigation ul ul,
  .footer-navigation ul ul {
    background: transparent;
    border-radius: 0;
    color: #344583;
  }
}

.main-navigation ul ul ul,
.footer-navigation ul ul ul {
  left: 100%;
  top: 0;
  border-top: transparent;
}

@media screen and (max-width: 991px) {
  .main-navigation ul ul ul,
  .footer-navigation ul ul ul {
    left: 0;
  }
}

@media (min-width: 992px) {
  .main-navigation ul ul ul,
  .footer-navigation ul ul ul {
    visibility: hidden;
  }
}

.main-navigation ul ul ul:before,
.footer-navigation ul ul ul:before {
  display: none;
}

.main-navigation ul ul li,
.footer-navigation ul ul li {
  display: block;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .main-navigation ul ul li,
  .footer-navigation ul ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.footer-navigation ul ul li:hover > ul,
.footer-navigation ul ul li.focus > ul {
  right: 0;
  top: 0;
}

@media (min-width: 992px) {
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul,
  .footer-navigation ul ul li:hover > ul,
  .footer-navigation ul ul li.focus > ul {
    right: -100%;
    visibility: visible;
  }
}

@media screen and (max-width: 991px) {
  .main-navigation ul ul li a,
  .footer-navigation ul ul li a {
    float: left;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.main-navigation ul ul a,
.footer-navigation ul ul a {
  width: 100%;
  padding: .5rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: inherit;
}

@media screen and (max-width: 991px) {
  .main-navigation ul ul a,
  .footer-navigation ul ul a {
    float: left;
    width: auto;
    padding: 1.25em;
  }
}

@media screen and (max-width: 991px) {
  .main-navigation ul ul :hover > a,
  .main-navigation ul ul .focus > a,
  .footer-navigation ul ul :hover > a,
  .footer-navigation ul ul .focus > a {
    color: #3f7bfe;
  }
}

@media (min-width: 992px) {
  .main-navigation ul ul :hover > a,
  .main-navigation ul ul .focus > a,
  .footer-navigation ul ul :hover > a,
  .footer-navigation ul ul .focus > a {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .main-navigation ul ul a:hover,
  .main-navigation ul ul a.focus,
  .footer-navigation ul ul a:hover,
  .footer-navigation ul ul a.focus {
    color: #3f7bfe;
  }
}

@media (min-width: 992px) {
  .main-navigation ul ul a:hover,
  .main-navigation ul ul a.focus,
  .footer-navigation ul ul a:hover,
  .footer-navigation ul ul a.focus {
    color: #fff;
  }
}

.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a,
.footer-navigation ul ul .current_page_item > a,
.footer-navigation ul ul .current-menu-item > a,
.footer-navigation ul ul .current_page_ancestor > a,
.footer-navigation ul ul .current-menu-ancestor > a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .main-navigation ul ul .current_page_item > a,
  .main-navigation ul ul .current-menu-item > a,
  .main-navigation ul ul .current_page_ancestor > a,
  .main-navigation ul ul .current-menu-ancestor > a,
  .footer-navigation ul ul .current_page_item > a,
  .footer-navigation ul ul .current-menu-item > a,
  .footer-navigation ul ul .current_page_ancestor > a,
  .footer-navigation ul ul .current-menu-ancestor > a {
    color: #3f7bfe;
  }
}

.main-navigation ul ul li.menu-item-has-children a:after,
.footer-navigation ul ul li.menu-item-has-children a:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

@media screen and (max-width: 991px) {
  .main-navigation ul ul li.menu-item-has-children a:after,
  .footer-navigation ul ul li.menu-item-has-children a:after {
    -webkit-transform: none;
    transform: none;
  }
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.footer-navigation ul li:hover > ul,
.footer-navigation ul li.focus > ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.main-navigation li,
.footer-navigation li {
  float: left;
  position: relative;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .main-navigation li,
  .footer-navigation li {
    width: 100%;
    border-top: 1px solid #eff2f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-navigation li a,
  .footer-navigation li a {
    color: #344583;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.main-navigation li:before,
.footer-navigation li:before {
  display: none;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a,
.footer-navigation li:hover > a,
.footer-navigation li.focus > a {
  color: #3a76ff;
}

.main-navigation > li:last-child a,
.footer-navigation > li:last-child a {
  padding-right: 0;
}

.main-navigation .menu-primary-container > ul > li:first-child,
.footer-navigation .menu-primary-container > ul > li:first-child {
  border: 0;
}

.main-navigation a,
.footer-navigation a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .main-navigation a,
  .footer-navigation a {
    padding: .875rem 1rem;
  }
}

.main-navigation a:hover,
.footer-navigation a:hover {
  cursor: pointer;
}

.main-navigation .menu-highlighted-item > a,
.footer-navigation .menu-highlighted-item > a {
  padding: 0 2rem !important;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .main-navigation .menu-highlighted-item > a,
  .footer-navigation .menu-highlighted-item > a {
    width: 100%;
    text-align: center;
    color: #ffffff;
  }
}

@media screen and (max-width: 991px) {
  .main-navigation .menu-highlighted-item,
  .footer-navigation .menu-highlighted-item {
    padding: 2rem 1.25rem;
  }
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.footer-navigation .current_page_item > a,
.footer-navigation .current-menu-item > a,
.footer-navigation .current_page_ancestor > a,
.footer-navigation .current-menu-ancestor > a {
  color: #3a76ff;
}

@media screen and (max-width: 991px) {
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a,
  .footer-navigation .current_page_item > a,
  .footer-navigation .current-menu-item > a,
  .footer-navigation .current_page_ancestor > a,
  .footer-navigation .current-menu-ancestor > a {
    color: #3f7bfe;
  }
}

.main-navigation .menu-item-has-children > a:after,
.footer-navigation .menu-item-has-children > a:after {
  content: "";
  font: normal normal normal 1rem/1 FontAwesome;
  margin-left: 0.5em;
}

@media screen and (max-width: 991px) {
  .main-navigation .menu-item-has-children > a:after,
  .footer-navigation .menu-item-has-children > a:after {
    display: none;
  }
}

.main-navigation .dropdown-toggle,
.footer-navigation .dropdown-toggle {
  display: block;
  background: transparent;
  float: right;
  font-size: 22px;
  font-size: 1.375rem;
  color: #292929;
  padding: 1em;
  border: none;
}

@media (min-width: 992px) {
  .main-navigation .dropdown-toggle,
  .footer-navigation .dropdown-toggle {
    display: none;
  }
}

.main-navigation .dropdown-toggle.toggled-on:after,
.footer-navigation .dropdown-toggle.toggled-on:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (min-width: 992px) {
  .main-navigation .dropdown-toggle.toggled-on:after,
  .footer-navigation .dropdown-toggle.toggled-on:after {
    -webkit-transform: none;
    transform: none;
  }
}

.main-navigation .dropdown-toggle:after,
.footer-navigation .dropdown-toggle:after {
  display: block;
  content: "";
  font: normal normal normal 1rem/1 FontAwesome;
}

.footer-navigation a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0 1rem;
  color: #4e7fdd;
}

.footer-navigation a:after {
  display: none;
}

.footer-navigation li:hover > a,
.footer-navigation li.focus > a {
  color: #2256ba;
  text-decoration: underline;
}

.footer-navigation .current_page_item > a,
.footer-navigation .current-menu-item > a,
.footer-navigation .current_page_ancestor > a,
.footer-navigation .current-menu-ancestor > a {
  color: #2256ba;
}

.footer-navigation {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .footer-navigation {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}

.footer-navigation ul li {
  border-top: none;
  display: block;
}

@media (min-width: 768px) {
  .footer-navigation ul li {
    width: auto;
  }
}

.footer-navigation ul li a {
  padding: 0.5rem 0;
  color: #3f7bfe;
}

.footer-navigation ul li a:hover {
  color: #3f7bfe;
}

.footer-navigation ul li a:visited {
  color: #3f7bfe;
}

@media (min-width: 768px) {
  .footer-navigation ul li a {
    padding: 0.5rem 1rem;
  }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle li a,
.main-navigation.toggled ul li a {
  font-size: 1em;
}

.menu-toggle ul,
.main-navigation.toggled ul ul {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .menu-toggle ul,
  .main-navigation.toggled ul ul {
    display: none;
    position: relative;
    width: 100%;
  }
}

.menu-toggle ul.toggled-on,
.main-navigation.toggled ul ul.toggled-on {
  display: block;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
}

.menu-toggle ul.toggled-on:before,
.main-navigation.toggled ul ul.toggled-on:before {
  display: none;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none !important;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation {
  margin: 5em 0;
  overflow: hidden;
}

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

.comment-navigation .nav-previous .post-title,
.posts-navigation .nav-previous .post-title {
  display: block;
  margin-left: 70px;
}

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

.comment-navigation .nav-next .post-title,
.posts-navigation .nav-next .post-title {
  display: block;
  margin-right: 70px;
}

.main-navigation .menu-primary-container,
.main-navigation .menu-top-right-container {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.main-navigation.toggled .menu-primary-container,
.main-navigation.toggled .menu-top-right-container {
  display: block;
}

@media screen and (min-width: 992px) {
  .main-navigation .menu-primary-container {
    display: block;
    background: transparent;
    position: relative;
  }
}

.menu-toggle {
  background: transparent;
  color: #344583;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  position: relative;
  z-index: 100;
  font-size: 24px;
  font-size: 1.5rem;
}

.menu-toggle:hover {
  background-color: transparent;
  color: #344583;
}

.menu-toggle:active, .menu-toggle:focus {
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .main-navigation ul a {
    padding-left: 1.25rem;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .main-navigation ul ul a {
    padding-left: 2.5rem;
  }
  .main-navigation ul ul ul a {
    padding-left: 3.75rem;
  }
  .main-navigation ul ul ul ul a {
    padding-left: 5rem;
  }
}

@media only screen and (max-width: 991px) {
  .header-menu.menu-opened {
    background: white !important;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-menu.menu-opened .menu-wrapper {
    padding-top: 2rem;
  }
  .header-menu.menu-opened .menu-toggle {
    color: #344583;
  }
  .header-menu.menu-opened .menu-toggle i:before {
    content: "";
  }
  .header-menu.menu-opened .mobile-social-menus {
    display: block;
  }
  .header-menu.menu-opened .mobile-social-menus div:last-child ul {
    padding-bottom: 0;
  }
  .header-menu.menu-opened .mobile-social-menus li {
    margin-top: 1.25em;
  }
  .header-menu.menu-opened .mobile-social-menus li:first-of-type {
    margin-top: 0;
  }
  .header-menu.menu-opened .mobile-social-menus .theme-social-menu a:before {
    margin-right: 1em;
  }
  .header-menu.menu-opened .mobile-social-menus .theme-social-menu a:hover {
    background: transparent;
  }
  .header-menu.menu-opened .mobile-social-menus .menu-contacts-container, .header-menu.menu-opened .mobile-social-menus .menu-socials-container {
    border-top: 1px solid #e4e4e4;
  }
  .header-menu.menu-opened .mobile-social-menus .menu-contacts-container ul, .header-menu.menu-opened .mobile-social-menus .menu-socials-container ul {
    margin: 0;
    padding: 1.25rem;
  }
  .header-menu.menu-opened .mobile-social-menus .menu-contacts-container ul li {
    width: 100%;
    border: none;
  }
  .header-menu.menu-opened .mobile-social-menus .menu-contacts-container ul li a {
    display: block;
    width: 100%;
  }
  .header-menu.menu-opened .mobile-social-menus .menu-contacts-container ul li a:before {
    font-size: 16px;
    font-size: 1rem;
  }
  .header-menu.menu-opened .mobile-social-menus .menu-socials-container ul {
    list-style: none;
  }
  .header-menu.menu-opened .mobile-social-menus .menu-socials-container ul li {
    margin: 1.25rem 0 0;
  }
  .header-menu.menu-opened .mobile-social-menus .menu-socials-container ul li:first-child {
    margin-top: 0;
  }
  .header-menu.menu-opened .mobile-social-menus .menu-socials-container ul li a:before {
    font-size: 1rem;
  }
  .header-menu.menu-opened .header-search {
    display: block;
  }
}

@media (min-width: 992px) {
  .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
}

.menu-wrapper .mobile-social-menus {
  display: none;
}

@media (min-width: 992px) {
  .menu-primary-container > ul > li:first-of-type > a,
  .menu-footer-container > ul > li:first-of-type > a {
    padding-left: 0;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .menu-primary-container > ul > li:last-of-type > a,
  .menu-footer-container > ul > li:last-of-type > a {
    padding-right: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .header-top-menus {
    display: none;
  }
}

.header-top-menus ul {
  list-style: none;
}

.header-top-menus ul:after {
  content: '';
  display: table;
  clear: both;
}

.header-top-menus ul li {
  float: left;
}

.header-top-menus ul li a {
  font-size: 14px;
  font-size: 0.875rem;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 1em;
}

.footer-menu ul:after {
  content: '';
  display: table;
  clear: both;
}

.footer-menu ul li {
  float: left;
}

.footer-menu ul li .menu-text {
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 1rem;
}

.footer-menu ul li:last-child .menu-text {
  margin-right: 0;
}

/*--------------------------------------------------------------
## Post-pagination
--------------------------------------------------------------*/
.pagination {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin: 100px 0 50px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin: 50px 0 25px;
  }
}

@media screen and (max-width: 991px) {
  .pagination {
    margin: 75px 0 30px;
  }
}

.pagination .page-numbers {
  display: block;
  float: left;
  margin: 0 0.25rem 0.5rem;
  line-height: 3.125em;
  text-align: center;
  height: 3.125em;
  width: 3.125em;
  text-decoration: none;
  color: #344583;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(184, 188, 201, 0.35);
  box-shadow: 0px 3px 5px 0px rgba(184, 188, 201, 0.35);
}

.pagination .page-numbers.current {
  color: #77818c;
}

.pagination .page-numbers:first-child {
  margin-left: 0;
}

.pagination a.page-numbers:hover {
  text-decoration: none;
  color: #ffffff;
  background: #3f7bfe;
}

.pagination a.prev,
.pagination a.next {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.66667em;
  background: #fff;
  color: #344583;
  height: 1.66667em;
  width: 1.66667em;
  text-align: center;
  overflow: hidden;
}

.pagination a.prev:before,
.pagination a.next:before {
  display: block;
  font-family: FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  width: 100%;
  line-height: 2.77778em;
  text-align: center;
}

.pagination a.prev:hover,
.pagination a.next:hover {
  background: #3f7bfe;
  color: #ffffff;
  text-decoration: none;
}

.pagination .prev:before {
  content: "";
}

.pagination .next:before {
  content: "";
}

.pagination::before, .pagination::after, .pagination .nav-links::before, .pagination .nav-links::after {
  content: "";
  clear: both;
  display: table;
}

.post-navigation {
  margin: 5em 0;
}

.post-navigation .nav-links:after {
  display: table;
  clear: both;
  content: '';
}

.post-navigation a:hover, .post-navigation a:active, .post-navigation a:focus, .post-navigation a:visited {
  text-decoration: none;
}

.post-navigation .post-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #344583;
  font-weight: 700;
  font-family: "Roboto Slab", sans-serif;
}

.post-navigation .nav-text {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  color: #77818c;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1.07143em 0 0.71429em;
}

@media (min-width: 768px) {
  .post-navigation .nav-text {
    margin: 2.14286em 0 1.07143em;
  }
}

.post-navigation .post-thumbnail img {
  display: block;
  border-radius: 5px;
  margin: 0 auto;
}

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

.post-navigation .nav-previous:hover a, .post-navigation .nav-next:hover a {
  text-decoration: none;
}

.post-navigation .nav-previous:hover .post-title, .post-navigation .nav-next:hover .post-title {
  color: #2256ba;
}

@media screen and (max-width: 767px) {
  .post-navigation .nav-previous, .post-navigation .nav-next {
    width: 100%;
    margin: .875rem 0;
    text-align: center;
  }
}

.post-navigation .nav-previous {
  float: left;
}

@media (min-width: 768px) {
  .post-navigation .nav-previous {
    padding-right: 10px;
    text-align: left;
  }
}

.post-navigation .nav-next {
  float: right;
}

@media (min-width: 768px) {
  .post-navigation .nav-next {
    padding-left: 10px;
    text-align: right;
  }
}

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

.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;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 2.65em;
  margin-bottom: 1em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 2.65em;
  margin-bottom: 1em;
}

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 5em;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}

@media screen and (max-width: 991px) {
  .widget {
    margin: 1.5em 0 2.5em;
  }
}

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

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

.widget ol ul, .widget ol ol, .widget ul ul, .widget ul ol {
  margin: 0.8em 0 0 0.7em;
}

.widget .widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Roboto Slab", sans-serif;
  margin-bottom: 1.5em;
  position: relative;
}

@media (min-width: 1470px) {
  .widget .widget-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.widget-area .tagcloud a {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0.4em 0.6em 0;
  padding: 0.8em 1em;
  background-color: #deeeff;
  color: #77818c;
  border-radius: 18px;
}

.widget-area .tagcloud a:hover {
  background-color: #344583;
  color: #fff;
  text-decoration: none;
}

.widget_recent_comments {
  color: #848484;
}

.widget_recent_comments .comment-author-link a {
  color: #555555;
}

.widget-area > :last-child,
.widget > :last-child {
  margin-bottom: 0;
}

.searchform .search-controls {
  position: relative;
}

.searchform .search-controls button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  padding: 10px 16px;
  color: #344583;
  height: auto;
  line-height: unset;
  display: table-cell;
  vertical-align: middle;
}

.searchform .search-controls button:hover {
  color: #3f7bfe;
}

.searchform .search-controls input {
  width: 100%;
  margin: 0;
  padding-right: 40px;
}

.widget_recent_comments ul, .widget_recent_entries ul {
  list-style: none;
}

.widget_recent_comments ul li, .widget_recent_entries ul li {
  padding: 0;
}

.widget_recent_comments ul li:before, .widget_recent_entries ul li:before {
  display: none;
}

.widget_recent_entries ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 2em;
}

.widget_recent_entries ul li .post-date {
  color: #848484;
  font-size: 0.85714em;
  margin-bottom: 1.25em;
}

.widget_recent_entries ul li a {
  font-size: 1em;
}

.widget_calendar .calendar_wrap {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
  box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
}

.widget_calendar .calendar_wrap table {
  border-collapse: collapse;
  border: none;
  margin: 0;
}

.widget_calendar .calendar_wrap table tr td {
  border: none;
  background: white;
  text-align: center;
}

.widget_calendar .calendar_wrap table tr td a {
  color: #3f7bfe;
}

.widget_calendar .calendar_wrap table tr td a:hover {
  color: #3f7bfe;
}

@media (min-width: 992px) {
  .widget_calendar .calendar_wrap table tr td {
    padding: .5em;
  }
}

.widget_calendar .calendar_wrap table thead {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  background: #deeeff;
}

.widget_calendar .calendar_wrap table thead th {
  border: none;
  text-align: center;
  border-spacing: 0;
  background: transparent;
  color: #344583;
}

@media (min-width: 992px) {
  .widget_calendar .calendar_wrap table thead th {
    padding: 0.5em 0.5em;
  }
}

.widget_calendar .calendar_wrap table tfoot {
  border-top: 1px solid #e4e4e4;
}

.widget_calendar .calendar_wrap table tfoot td {
  background: transparent;
  color: #3f7bfe;
}

.widget_calendar .calendar_wrap table caption {
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 1.14286em;
  color: #3f7bfe;
}

@media screen and (max-width: 991px) {
  .widget-area {
    padding-top: 2rem;
  }
}

.widget-area .widget:last-child {
  margin-bottom: 0;
}

.site-footer .widget-area .widget {
  margin-bottom: 3.5rem;
}

.site-footer .widget-area .widget:last-child {
  margin-bottom: 0;
}

.widget.widget_an_mailchimp input[type="submit"] {
  float: left;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .widget.widget_an_mailchimp input[type="submit"] {
    float: none;
  }
}

.widget.widget_an_mailchimp input[type="email"] {
  float: left;
  max-width: 230px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .widget.widget_an_mailchimp input[type="email"] {
    max-width: none;
    float: none;
  }
}

.widget.widget_an_mailchimp form {
  margin-bottom: -20px;
}

.widget.widget_an_mailchimp form:after {
  content: "";
  display: table;
  clear: both;
}

.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-bottom: 30px;
}

.icon-text i {
  margin-right: 20px;
  font-size: 1.14286em;
}

.widget .alpenhouse-social-menu ul {
  padding: 0;
}

.widget .alpenhouse-social-menu ul:after {
  content: "";
  display: table;
  clear: both;
}

.widget .alpenhouse-social-menu ul li {
  float: left;
  margin-top: 0;
  margin-right: .5em;
}

.widget .alpenhouse-social-menu ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .widget .alpenhouse-social-menu ul li {
    width: auto !important;
    margin: 0 10px;
  }
  .widget .alpenhouse-social-menu ul li .menu-text {
    display: none;
  }
  .widget .alpenhouse-social-menu ul li a {
    text-align: center !important;
    width: 35px !important;
    height: 35px !important;
  }
  .widget .alpenhouse-social-menu ul li a:before {
    font-size: 1.325rem !important;
    margin: 0 !important;
    line-height: 35px !important;
  }
}

.widget .alpenhouse-social-menu ul li a {
  text-align: center;
}

.widget .alpenhouse-social-menu ul li a:before {
  font-size: 1rem;
  color: #344583;
}

.widget .alpenhouse-social-menu ul li a:hover:before {
  color: #3f7bfe;
}

.widget .alpenhouse-social-menu ul li a .menu-text {
  color: #221f1f;
}

@media screen and (max-width: 991px) {
  .widget .theme-social-menu li {
    display: block;
    width: 100%;
    padding: .5rem 0;
  }
}

/*--------------------------------------------------------------
# Elementor Widgets
--------------------------------------------------------------*/
.elementor-page.page-template-template-boxed .site-content {
  padding-bottom: 0 !important;
}

.elementor-page.page-template-template-boxed .site-content > .wrapper {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.elementor-page.page-template-template-boxed .site-content > .wrapper .site-main .hentry {
  margin-bottom: 0;
}

.blog-posts-widget-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .blog-posts-widget-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .blog-posts-widget-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.blog-posts-widget-wrapper .post {
  text-align: center;
  width: 31%;
  -webkit-box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
  box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .blog-posts-widget-wrapper .post {
    margin-bottom: 30px;
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .blog-posts-widget-wrapper .post {
    margin-right: 0;
    width: 100%;
  }
}

.blog-posts-widget-wrapper .post:last-child {
  margin-right: 0;
}

.blog-posts-widget-wrapper .post .post-thumbnail-wrapper {
  margin: -30px -30px 0 -30px;
}

.blog-posts-widget-wrapper .post .post-thumbnail-wrapper a {
  position: relative;
  display: block;
  color: white;
  border-radius: 0;
}

.blog-posts-widget-wrapper .post .post-thumbnail-wrapper a img {
  border-radius: 0;
  display: block;
  width: 100%;
  height: auto;
}

.blog-posts-widget-wrapper .post .post-thumbnail-wrapper a .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(41, 41, 41, 0.4);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.blog-posts-widget-wrapper .post .post-thumbnail-wrapper a .overlay i {
  font-size: 30px;
}

.blog-posts-widget-wrapper .post .post-thumbnail-wrapper a:hover {
  color: white;
}

.blog-posts-widget-wrapper .post .post-thumbnail-wrapper a:hover .overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-posts-widget-wrapper .post .entry-meta {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 2.14286em;
}

.blog-posts-widget-wrapper .post .entry-meta span {
  margin: 0 auto;
  float: none;
}

.blog-posts-widget-wrapper .post .entry-header h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 1.5em 0 0.5em;
}

.blog-posts-widget-wrapper .post .entry-header h2 a {
  color: #344583;
}

.blog-posts-widget-wrapper .post .entry-header h2 a:hover {
  color: #3f7bfe;
}

.blog-posts-widget-wrapper .post .entry-content {
  font-size: 14px;
  font-size: 0.875rem;
}

.testimonials-carousel {
  margin: 0;
}

.testimonials-carousel .slick-slide {
  margin: 0 30px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto;
}

.testimonials-carousel .slick-slide:focus {
  outline: none;
}

.testimonials-carousel .slick-slide.type-cptp-testimonial {
  height: auto;
  margin-bottom: 0;
}

.testimonials-carousel .slick-slide.type-cptp-testimonial .testimonial-wrapper {
  height: 100%;
}

.testimonials-carousel .slick-slide.type-cptp-testimonial .testimonial-wrapper .entry-content {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
}

.testimonials-carousel .slick-list {
  margin: 0 -30px;
}

.testimonials-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials-carousel .slick-dots {
  position: relative;
  margin-top: 60px;
  bottom: 0;
}

.testimonials-carousel .slick-dots li {
  margin: 0 10px;
  width: auto;
  height: auto;
}

.testimonials-carousel .slick-dots li:hover button {
  background: #3f7bfe;
}

.testimonials-carousel .slick-dots li button {
  background: transparent;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.testimonials-carousel .slick-dots li button:before {
  display: none;
}

.testimonials-carousel .slick-dots li.slick-active button {
  background: #3f7bfe;
}

form.wpcf7-form {
  max-width: 570px;
}

form.wpcf7-form label {
  width: 100%;
  display: block;
}

form.wpcf7-form input, form.wpcf7-form textarea {
  width: 100%;
  margin-top: 1em;
}

form.wpcf7-form textarea {
  height: 135px;
}

form.wpcf7-form input[type="submit"] {
  width: auto;
}

form.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}

form.wpcf7-form p:last-child {
  text-align: center;
}

.elementor-button.elementor-size-md {
  padding: 1rem 1.875rem !important;
  font-size: 0.875rem !important;
  line-height: 1.4;
}

.elementor-widget-button .elementor-button {
  background-color: #3f7bfe !important;
  font-weight: 700 !important;
  border-radius: 25px !important;
}

.elementor-widget-button .elementor-button:hover {
  background-color: #344583 !important;
}

.elementor-widget-button.elementor-button-info .elementor-button {
  background-color: #deeeff !important;
  color: #344583 !important;
}

.elementor-widget-button.elementor-button-info .elementor-button:hover {
  background-color: #3f7bfe !important;
  color: #fff !important;
}

.elementor-widget-button.elementor-button-success .elementor-button {
  background-color: #99da59 !important;
}

.elementor-widget-button.elementor-button-success .elementor-button:hover {
  background-color: #66a825 !important;
}

.elementor-widget-button.elementor-button-warning .elementor-button {
  background-color: #f1c570 !important;
}

.elementor-widget-button.elementor-button-warning .elementor-button:hover {
  background-color: #e59e16 !important;
}

.elementor-widget-button.elementor-button-danger .elementor-button {
  background-color: #f69999 !important;
}

.elementor-widget-button.elementor-button-danger .elementor-button:hover {
  background-color: #ee3b3b !important;
}

.elementor-accordion .elementor-tab-title:focus {
  outline: none;
}

.elementor-accordion .elementor-accordion-item {
  border-left: none !important;
  border-right: none !important;
}

.pricing-item {
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
  box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
  padding: 30px;
}

.pricing-item .pricing-title {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  color: #344583;
}

.pricing-item .pricing-subtitle {
  display: none;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #3f7bfe;
  margin: 10px 0;
}

.pricing-item .pricing {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 60px;
  font-size: 3.75rem;
  color: #344583;
}

.pricing-item .pricing sub {
  font-size: 22px;
  font-size: 1.375rem;
  color: #848484;
}

.pricing-item .pricing sup {
  font-size: 30px;
  font-size: 1.875rem;
}

.pricing-item .pricing-options {
  color: #221f1f;
  font-size: 14px;
  font-size: 0.875rem;
}

.pricing-item .pricing-options p {
  padding: 0.85714em 0;
  border-top: 1px solid #e4e4e4;
  margin: 0;
}

.pricing-item .pricing-options p:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.pricing-item .button-wrapper {
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
}

.pricing-item.highlighted .pricing-subtitle {
  display: block;
}

.elementor-widget-progress .elementor-progress-wrapper {
  height: 6px;
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
  height: inherit;
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-percentage {
  position: absolute;
  right: 0;
  color: #221f1f;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.elementor-widget-image-carousel .elementor-slick-slider img {
  border-radius: 5px;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow {
  background: #221f1f;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow:focus {
  background: #221f1f;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow:focus:before {
  color: white;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow:hover {
  border: none;
  background: #3f7bfe;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow:hover:before {
  color: white;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow:before {
  color: #fff;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  opacity: 1;
  font-size: 28px;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow.slick-disabled {
  opacity: 0.75;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow.slick-disabled:before {
  opacity: 0.75;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-arrow.slick-disabled:hover {
  background: #221f1f;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-arrows-inside .slick-next {
  right: 30px;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-arrows-inside .slick-next:before {
  margin-left: 4px;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-arrows-inside .slick-prev {
  left: 30px;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-arrows-inside .slick-prev:before {
  margin-right: 4px;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-dots li {
  margin: 0 5px;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-dots li button:before {
  opacity: 1;
  font-size: 9px;
  color: #deeeff;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-dots li button:hover:before {
  color: #3f7bfe;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-dots li.slick-active button:before {
  color: #3f7bfe;
}

.elementor-widget-image-carousel .elementor-slick-slider .slick-dots-inside .slick-dots {
  bottom: 30px;
}

.mpce-hotspot-img-wrapprer img {
  display: block;
  width: 100%;
  height: auto;
}

.tooltipster-base {
  border-radius: 5px !important;
}

.tooltipster-content {
  padding: 20px !important;
  max-width: 250px;
}

.elementor-image-gallery .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .elementor-image-gallery .gallery .gallery-item {
    margin-bottom: 40px !important;
  }
}

.an_mailchimp_wrapper form:after {
  content: "";
  display: table;
  clear: both;
}

.an_mailchimp_wrapper form input[type="text"] {
  width: 100%;
}

.an_mailchimp_wrapper form input[type="submit"] {
  float: right;
}

@media screen and (max-width: 767px) {
  .an_mailchimp_wrapper form input[type="submit"] {
    float: none;
  }
}

.an_mailchimp_wrapper form input[type="email"] {
  float: left;
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .an_mailchimp_wrapper form input[type="email"] {
    max-width: none;
    float: none;
  }
}

.an_mailchimp_wrapper form .notification {
  color: white;
  text-align: center;
}

.google-maps-builder-wrap .gmb-infobubble-container {
  max-width: 250px;
  height: auto !important;
  padding: 20px !important;
  background-color: #344583 !important;
}

.google-maps-builder-wrap .gmb-infobubble-container .google-map-tooltip img {
  display: block;
  margin: 0 auto;
}

.google-maps-builder-wrap .gmb-infobubble-container .google-map-tooltip .title {
  margin: 15px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}

.google-maps-builder-wrap .gmb-infobubble-container .google-map-tooltip .subtitle {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.google-maps-builder-wrap .gmb-infobubble-container ~ div div ~ div {
  border-color: #344583 transparent transparent !important;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
  background: #221f1f;
}

.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title {
  color: white;
}

.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  color: #848484;
  border-right: none;
  background: white;
}

.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active:hover {
  background: white;
}

.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title:hover {
  background: #848484;
}

/*--------------------------------------------------------------
# Events Calendar
--------------------------------------------------------------*/
#tribe-bar-form {
  background: white;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#tribe-bar-form input[type="text"] {
  color: #221f1f;
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 4px;
  padding: 1rem;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

#tribe-bar-form input[type="text"]::-webkit-input-placeholder {
  font-style: normal;
}

#tribe-bar-form input[type="text"]:-ms-input-placeholder {
  font-style: normal;
}

#tribe-bar-form input[type="text"]::-ms-input-placeholder {
  font-style: normal;
}

#tribe-bar-form input[type="text"]::placeholder {
  font-style: normal;
}

#tribe-bar-form input[type="text"]:focus {
  border: 1px solid #3a75ff;
  background-color: #ffffff;
  outline: none;
}

#tribe-bar-form label {
  text-transform: none;
  margin-bottom: 15px;
  font-size: 1rem !important;
}

#tribe-bar-form .tribe-bar-filters-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#tribe-bar-form .tribe-bar-submit {
  width: 26%;
  margin-left: 0;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background: #3f7bfe;
  padding: 1rem 1.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
  line-height: 1.4;
  border-radius: 4px;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"]:hover {
  background: #1ebdc2;
}

#tribe-bar-form .tribe-bar-date-filter {
  width: 37%;
}

#tribe-bar-form .tribe-bar-date-filter > div {
  position: relative;
}

#tribe-bar-form .tribe-bar-date-filter > div:after {
  display: block;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  line-height: 1;
  content: "\e836";
  font-size: 1rem;
  font-family: "Linearicons-Free";
  color: #292929;
}

#tribe-bar-form .tribe-bar-search-filter {
  width: 37%;
}

#tribe-bar-form .tribe-bar-views-inner {
  background: transparent;
  padding: 15px;
}

#tribe-bar-form .tribe-bar-views-inner label {
  padding: 0;
}

#tribe-bar-form .tribe-bar-views-inner .tribe-bar-views-select {
  width: 100%;
  height: auto;
  clip: unset;
  position: relative;
}

#tribe-bar-form .tribe-bar-views-inner .tribe-bar-views-list {
  display: none;
}

#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  right: 20% !important;
  width: 80%;
}

#tribe-bar-form #tribe-bar-views {
  width: 20% !important;
  left: 80%;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #f0f0f0;
}

.datepicker table tr td.active.active, .datepicker table tr td span.active.active {
  background: #f0f0f0;
}

.datepicker table tr td.active.active:hover, .datepicker table tr td span.active.active:hover {
  background: #f0f0f0;
}

.datepicker table tr td span {
  line-height: 40px;
  height: auto;
}

#tribe-events-bar {
  margin-bottom: 40px;
}

.tribe-events-calendar thead th {
  border: 1px solid #fff;
  background: #292929;
}

#tribe-events-content .tribe-events-calendar td {
  border: 1px solid white;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth {
  background: white;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-thismonth {
  background: #f0f0f0;
}

#tribe-events-content .tribe-events-calendar td:hover {
  background: white;
}

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
  background: transparent;
  -webkit-transition: none;
  transition: none;
  color: #292929;
  font-size: 1rem;
}

.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
  background: transparent;
  color: #292929;
  font-size: 1rem;
}

.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-] > a {
  background: transparent;
  font-size: 1rem;
}

.tribe-events-calendar td div[id*=tribe-events-daynum-] {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .tribe-events-calendar td div[id*=tribe-events-daynum-] {
    padding: 5px;
  }
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit], .tribe-events-button,
.tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive,
.tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #4e7fdd;
}

#tribe-events-content .tribe-events-calendar td {
  height: 200px;
}

@media screen and (max-width: 767px) {
  #tribe-events-content .tribe-events-calendar td {
    height: 50px;
  }
}

#tribe-events-content .tribe-events-calendar td {
  padding-bottom: 1em;
}

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
  padding: 20px;
}

#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper
.tribe_events_slider_val, .single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
  color: #3f7bfe;
  margin-bottom: 15px;
  font-family: "Noto Sans", sans-serif;
}

#tribe-events-content .tribe-events-tooltip .tribe-event-duration {
  margin-bottom: 15px;
}

#tribe-events-content .tribe-events-tooltip .tribe-event-duration .tribe-events-abbr {
  font-size: 12px;
  font-size: 0.75rem;
  color: #848484;
}

#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth .tribe-events-month-event-title a {
  color: #848484;
}

#tribe-events-header {
  display: none;
}

.tribe-events-notices {
  background: #f0f0f0;
  border: none;
  padding: 20px 30px;
}

.tribe-events-notices ul li {
  font-size: 12px;
  font-size: 0.75rem;
  color: #221f1f;
}

#tribe-geo-results h2.tribe-events-page-title, h2.tribe-events-page-title {
  margin-bottom: 40px;
}

#tribe-events-footer {
  padding: 0;
  border-radius: 0 0 4px 4px;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
}

#tribe-events-footer .tribe-events-sub-nav {
  padding: 30px;
}

#tribe-events-footer .tribe-events-sub-nav li a {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#tribe-events-footer .tribe-events-sub-nav li a:hover {
  text-decoration: none;
}

#tribe-events-footer .tribe-events-sub-nav li a span {
  display: none;
}

#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-previous a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-previous a:hover:before {
  color: inherit;
}

#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-previous a:before {
  color: #848484;
  margin-right: 15px;
  content: '\e889';
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  font-size: 1.875rem;
}

#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-next a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-next a:hover:after {
  color: inherit;
}

#tribe-events-footer .tribe-events-sub-nav li.tribe-events-nav-next a:after {
  color: #848484;
  margin-left: 15px;
  content: '\e88a';
  font-family: "Linearicons-Free";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
  font-size: 1.875rem;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit], .tribe-events-button,
.tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive,
.tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  color: white;
}

#tribe-events-content .tribe-events-calendar .mobile-active:hover,
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active,
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-],
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a,
.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a, .tribe-events-calendar td.mobile-active {
  background-color: #4e7fdd !important;
}

.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
  padding-top: 0;
}

.tribe-events-single .tribe-events-schedule h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  color: #848484;
}

.single-tribe_events .tribe-events-single-event-title {
  font-size: 2.7rem;
}

#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit] {
  font-size: 16px;
  font-size: 1rem;
  padding: 1rem 1.875rem;
}

.tribe-bar-mini .tribe-bar-views-inner {
  padding: 10px !important;
}

#tribe-bar-form.tribe-bar-mini * {
  font-size: 14px;
  font-size: 0.875rem;
}

#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit] {
  line-height: 1.2;
}

.events-archive .entry-content, .events-archive .entry-header {
  margin: 0 auto !important;
}

.datepicker table tr td span.active,
.datepicker table tr td.active {
  color: #292929;
}

@media screen and (max-width: 1469px) {
  .tribe-events-sub-nav li a {
    background: transparent;
    color: #292929;
  }
  #tribe-bar-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
    right: auto !important;
  }
  #tribe-bar-form .tribe-bar-filters-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #tribe-bar-form .tribe-bar-date-filter {
    width: 100%;
    padding: 15px 0;
  }
  #tribe-bar-form .tribe-bar-search-filter {
    width: 100%;
    padding: 15px 0;
  }
  #tribe-bar-form .tribe-bar-submit {
    width: 100%;
    padding: 15px 0;
  }
  #tribe-bar-form.tribe-bar-collapse #tribe-bar-views {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100% !important;
    padding: 15px 0;
  }
  #tribe-bar-collapse-toggle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tribe-bar-filters {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label {
    margin-bottom: 15px;
  }
  .tribe-bar-collapse #tribe-bar-collapse-toggle {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    background: #fff;
  }
  .tribe-events-calendar thead th {
    padding: 7px 5px;
  }
  #tribe-bar-form #tribe-bar-views {
    width: 80% !important;
    left: auto;
    right: auto;
    padding-left: 0;
  }
  #tribe-bar-form #tribe-bar-views .tribe-bar-views-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/*--------------------------------------------------------------
# Hotel Booking
--------------------------------------------------------------*/
.mphb-room-types .mphb-room-type:after, .mphb_sc_search_results-wrapper .mphb-room-type:after {
  display: table;
  content: '';
  clear: both;
}

.mphb-room-types .mphb-room-type .mphb-flexslider, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-flexslider {
  border: none;
}

.mphb-room-types .mphb-room-type img, .mphb_sc_search_results-wrapper .mphb-room-type img {
  border-radius: 10px;
}

.mphb-room-types .mphb-room-type .mphb-room-type-title, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-room-type-title {
  margin: 40px 0 35px;
}

.mphb-room-types .mphb-room-type .mphb-room-type-title a, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-room-type-title a {
  color: #344583;
}

.mphb-room-types .mphb-room-type .mphb-room-type-title a:hover, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-room-type-title a:hover {
  color: #3f7bfe;
  text-decoration: none;
}

.mphb-room-types .mphb-room-type .mphb-room-type-details-title, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-room-type-details-title {
  display: none;
}

.mphb-room-types .mphb-room-type .mphb-view-details-button-wrapper, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-view-details-button-wrapper {
  float: left;
  margin-right: 20px;
}

.mphb-room-types .mphb-room-type .mphb-view-details-button-wrapper a, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-view-details-button-wrapper a {
  background: #deeeff;
  color: #344583;
}

.mphb-room-types .mphb-room-type .mphb-view-details-button-wrapper a:hover, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-view-details-button-wrapper a:hover {
  color: #fff;
  background: #3f7bfe;
}

.mphb-room-types .mphb-room-type .mphb-regular-price, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-regular-price {
  margin-bottom: 35px;
}

.mphb-room-types .mphb-room-type .mphb-to-book-btn-wrapper, .mphb_sc_search_results-wrapper .mphb-room-type .mphb-to-book-btn-wrapper {
  float: left;
}

.mphb-flexslider ul.flex-direction-nav .flex-prev, .mphb-flexslider ul.flex-direction-nav .flex-next {
  background: #221f1f;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-indent: 999rem;
  text-shadow: none;
}

.mphb-flexslider ul.flex-direction-nav .flex-prev:hover, .mphb-flexslider ul.flex-direction-nav .flex-next:hover {
  background: #3f7bfe;
}

.mphb-flexslider ul.flex-direction-nav .flex-prev:before, .mphb-flexslider ul.flex-direction-nav .flex-next:before {
  text-shadow: none;
  font-size: 36px;
  color: white;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.mphb-flexslider ul.flex-direction-nav .flex-prev {
  left: 30px;
}

.mphb-flexslider ul.flex-direction-nav .flex-prev:before {
  content: "";
  font: normal normal normal 28px FontAwesome;
  margin-right: 2px;
}

.mphb-flexslider ul.flex-direction-nav .flex-next {
  right: 30px;
}

.mphb-flexslider ul.flex-direction-nav .flex-next:before {
  content: "";
  font: normal normal normal 28px FontAwesome;
  margin-left: 2px;
}

.mphb-loop-room-type-attributes, .mphb-single-room-type-attributes, .mphb-widget-room-type-attributes {
  list-style: none;
  margin: 45px 0;
}

.mphb-loop-room-type-attributes li, .mphb-single-room-type-attributes li, .mphb-widget-room-type-attributes li {
  padding-left: 30px;
  position: relative;
}

.mphb-loop-room-type-attributes li:before, .mphb-single-room-type-attributes li:before, .mphb-widget-room-type-attributes li:before {
  font-family: FontAwesome;
  color: #344583;
  position: absolute;
  left: 0;
  content: "";
}

.mphb-loop-room-type-attributes li.mphb-room-type-adults-capacity, .mphb-loop-room-type-attributes li.mphb-room-type-adults, .mphb-single-room-type-attributes li.mphb-room-type-adults-capacity, .mphb-single-room-type-attributes li.mphb-room-type-adults, .mphb-widget-room-type-attributes li.mphb-room-type-adults-capacity, .mphb-widget-room-type-attributes li.mphb-room-type-adults {
  display: inline-block;
}

.mphb-loop-room-type-attributes li.mphb-room-type-adults-capacity:before, .mphb-loop-room-type-attributes li.mphb-room-type-adults:before, .mphb-single-room-type-attributes li.mphb-room-type-adults-capacity:before, .mphb-single-room-type-attributes li.mphb-room-type-adults:before, .mphb-widget-room-type-attributes li.mphb-room-type-adults-capacity:before, .mphb-widget-room-type-attributes li.mphb-room-type-adults:before {
  content: "";
}

.mphb-loop-room-type-attributes li.mphb-room-type-facilities:before, .mphb-single-room-type-attributes li.mphb-room-type-facilities:before, .mphb-widget-room-type-attributes li.mphb-room-type-facilities:before {
  content: "";
}

.mphb-loop-room-type-attributes li.mphb-room-type-view:before, .mphb-single-room-type-attributes li.mphb-room-type-view:before, .mphb-widget-room-type-attributes li.mphb-room-type-view:before {
  content: "";
}

.mphb-loop-room-type-attributes li.mphb-room-type-size:before, .mphb-single-room-type-attributes li.mphb-room-type-size:before, .mphb-widget-room-type-attributes li.mphb-room-type-size:before {
  content: "";
}

.mphb-loop-room-type-attributes li.mphb-room-type-bed-type:before, .mphb-single-room-type-attributes li.mphb-room-type-bed-type:before, .mphb-widget-room-type-attributes li.mphb-room-type-bed-type:before {
  content: "";
}

.mphb-loop-room-type-attributes li.mphb-room-type-categories:before, .mphb-single-room-type-attributes li.mphb-room-type-categories:before, .mphb-widget-room-type-attributes li.mphb-room-type-categories:before {
  content: "";
}

.mphb-loop-room-type-attributes li.mphb-room-type-children-capacity, .mphb-single-room-type-attributes li.mphb-room-type-children-capacity, .mphb-widget-room-type-attributes li.mphb-room-type-children-capacity {
  display: inline-block;
  margin: 0 0 0 1.5em;
}

.mphb-loop-room-type-attributes li.mphb-room-type-children-capacity:before, .mphb-single-room-type-attributes li.mphb-room-type-children-capacity:before, .mphb-widget-room-type-attributes li.mphb-room-type-children-capacity:before {
  content: "";
}

.mphb-loop-room-type-attributes .mphb-attribute-title, .mphb-single-room-type-attributes .mphb-attribute-title, .mphb-widget-room-type-attributes .mphb-attribute-title {
  display: none;
}

.mphb-single-room-type-attributes li.mphb-room-type-adults-capacity {
  display: block;
}

.mphb-single-room-type-attributes li.mphb-room-type-children-capacity {
  display: block;
  margin: 1em 0 0;
}

.mphb_sc_rooms-wrapper .mphb-room-type:not(:first-of-type),
.mphb_sc_search_results-wrapper .mphb-room-type:not(:first-of-type),
.mphb_sc_services-wrapper .mphb-service:not(:first-of-type) {
  margin-top: 6.25rem;
}

.mphb-flexslider:hover .flex-direction-nav a {
  opacity: 1 !important;
}

.mphb-flexslider ul.flex-direction-nav .flex-prev {
  left: 30px !important;
}

.mphb-flexslider ul.flex-direction-nav .flex-next {
  right: 30px !important;
}

body.single .mphb_room_type .entry-header {
  display: none;
}

body.single .mphb_room_type .mphb-details-title,
body.single .mphb_room_type .mphb-calendar-title,
body.single .mphb_room_type .mphb-reservation-form-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 3em;
}

body.single .mphb_room_type img {
  border-radius: 10px;
}

body.single .mphb_room_type .mphb-room-type-gallery-wrapper .gallery-item {
  margin: 0 0.45em 0.05em 0;
  width: auto;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .mphb-calendar, .datepick-popup {
    width: 100% !important;
  }
}

.mphb-calendar .datepick, .datepick-popup .datepick {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
  box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
  border: none;
  overflow: hidden;
  width: 533px !important;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .mphb-calendar .datepick, .datepick-popup .datepick {
    width: 100% !important;
  }
}

.mphb-calendar .datepick .mphb-date-cell, .datepick-popup .datepick .mphb-date-cell {
  padding: .5rem 0;
}

.mphb-calendar .datepick .datepick-month, .datepick-popup .datepick .datepick-month {
  border: none;
}

@media (min-width: 768px) {
  .mphb-calendar .datepick .datepick-month.first, .datepick-popup .datepick .datepick-month.first {
    border-right: 1px solid #e4e4e4;
  }
}

.mphb-calendar .datepick .datepick-month .datepick-month-header, .datepick-popup .datepick .datepick-month .datepick-month-header {
  color: #221f1f;
  background: transparent;
  height: 45px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mphb-calendar .datepick .datepick-month .datepick-month-header:after, .datepick-popup .datepick .datepick-month .datepick-month-header:after {
  display: table;
  content: '';
  clear: both;
}

.mphb-calendar .datepick .datepick-month .datepick-month-header .datepick-month-year, .datepick-popup .datepick .datepick-month .datepick-month-header .datepick-month-year {
  width: 50%;
  float: left;
  border-radius: 0;
  background: transparent;
  color: inherit;
}

.mphb-calendar .datepick-nav, .datepick-popup .datepick-nav {
  background-color: #344583;
  font-size: 14px;
  font-size: 0.875rem;
}

.mphb-calendar .datepick-nav .datepick-cmd, .datepick-popup .datepick-nav .datepick-cmd {
  color: #deeeff;
  position: relative;
  padding: 15px 10px 10px;
}

.mphb-calendar .datepick-nav .datepick-cmd:hover, .datepick-popup .datepick-nav .datepick-cmd:hover {
  cursor: pointer;
  background: #3f7bfe;
}

.mphb-calendar .datepick-nav .datepick-cmd.datepick-cmd-prev, .mphb-calendar .datepick-nav .datepick-cmd.datepick-cmd-next, .datepick-popup .datepick-nav .datepick-cmd.datepick-cmd-prev, .datepick-popup .datepick-nav .datepick-cmd.datepick-cmd-next {
  overflow: hidden;
  text-indent: 999rem;
}

.mphb-calendar .datepick-nav .datepick-cmd.datepick-cmd-prev:before, .datepick-popup .datepick-nav .datepick-cmd.datepick-cmd-prev:before {
  position: absolute;
  left: 12px;
  font-family: FontAwesome;
  content: "";
  text-indent: 0;
}

.mphb-calendar .datepick-nav .datepick-cmd.datepick-cmd-next:before, .datepick-popup .datepick-nav .datepick-cmd.datepick-cmd-next:before {
  position: absolute;
  right: 12px;
  font-family: FontAwesome;
  content: "";
  text-indent: 0;
}

.mphb-calendar .datepick-ctrl, .datepick-popup .datepick-ctrl {
  padding: 16px;
  background: transparent;
  border-top: 1px solid #e4e4e4;
  font-size: 14px;
  font-size: 0.875rem;
}

.mphb-calendar .datepick-ctrl a, .datepick-popup .datepick-ctrl a {
  color: #3f7bfe;
  font-weight: normal;
}

.mphb-calendar .datepick-ctrl a:hover, .datepick-popup .datepick-ctrl a:hover {
  text-decoration: underline;
  background: transparent;
}

.mphb-calendar .datepick-cmd-current, .mphb-calendar .datepick-cmd-today, .datepick-popup .datepick-cmd-current, .datepick-popup .datepick-cmd-today {
  width: 40% !important;
}

.mphb-calendar .datepick-month, .datepick-popup .datepick-month {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .mphb-calendar .datepick-month, .datepick-popup .datepick-month {
    width: 100% !important;
  }
}

.mphb-calendar .datepick-month a, .datepick-popup .datepick-month a {
  background: transparent;
}

.mphb-calendar .datepick-month td .mphb-past-date, .datepick-popup .datepick-month td .mphb-past-date {
  background: transparent !important;
  color: #77818c !important;
  opacity: 1 !important;
}

.mphb-calendar .datepick-month td .datepick-weekend, .datepick-popup .datepick-month td .datepick-weekend {
  background: transparent;
}

.mphb-calendar .datepick-month th, .mphb-calendar .datepick-month th a, .datepick-popup .datepick-month th, .datepick-popup .datepick-month th a {
  background: #deeeff;
  color: #344583;
  border: none;
}

.mphb-calendar .datepick-month table, .datepick-popup .datepick-month table {
  margin: 0;
  border: none;
}

.mphb-calendar .datepick-month table thead, .datepick-popup .datepick-month table thead {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.mphb-calendar .datepick-month table thead th, .datepick-popup .datepick-month table thead th {
  padding: .5rem 0;
}

.mphb-calendar .datepick-month table tbody tr td, .datepick-popup .datepick-month table tbody tr td {
  border: none;
  background: transparent;
}

.mphb-calendar .datepick-month table tbody tr td .datepick-highlight, .datepick-popup .datepick-month table tbody tr td .datepick-highlight {
  background: #344583;
  color: #fff !important;
}

.mphb-calendar .datepick-month table tbody tr td .datepick-today, .datepick-popup .datepick-month table tbody tr td .datepick-today {
  background: #deeeff;
}

.mphb-calendar .datepick-month table tbody tr td .datepick-today.datepick-highlight, .datepick-popup .datepick-month table tbody tr td .datepick-today.datepick-highlight {
  background: #344583;
}

.mphb-calendar .datepick-month table tbody tr td .mphb-available-date, .datepick-popup .datepick-month table tbody tr td .mphb-available-date {
  background: #e4f1cb;
  color: #221f1f;
}

.mphb-calendar .datepick-month table tbody tr td .mphb-available-date.datepick-highlight, .datepick-popup .datepick-month table tbody tr td .mphb-available-date.datepick-highlight {
  background: #344583;
  color: #fff;
}

.mphb-calendar .datepick-month table tbody tr td .mphb-later-max-date, .mphb-calendar .datepick-month table tbody tr td .mphb-earlier-min-date, .mphb-calendar .datepick-month table tbody tr td .mphb-not-available-date, .datepick-popup .datepick-month table tbody tr td .mphb-later-max-date, .datepick-popup .datepick-month table tbody tr td .mphb-earlier-min-date, .datepick-popup .datepick-month table tbody tr td .mphb-not-available-date {
  background: transparent;
  opacity: 1;
  text-decoration: line-through;
  color: #77818c;
}

.mphb-check-in-date-wrapper input[type="text"],
.mphb-check-out-date-wrapper input[type="text"],
.mphb_sc_search-check-in-date input[type="text"],
.mphb_sc_search-check-out-date input[type="text"],
.mphb_widget_search-check-in-date input[type="text"],
.mphb_widget_search-check-out-date input[type="text"] {
  background-image: url("img/calendar_passive_icon.svg");
  background-repeat: no-repeat;
  background-position: right 1.125em top 1em;
  background-size: 14px;
  padding-right: 2.7em;
}

.mphb-check-in-date-wrapper input[type="text"]:active, .mphb-check-in-date-wrapper input[type="text"]:focus,
.mphb-check-out-date-wrapper input[type="text"]:active,
.mphb-check-out-date-wrapper input[type="text"]:focus,
.mphb_sc_search-check-in-date input[type="text"]:active,
.mphb_sc_search-check-in-date input[type="text"]:focus,
.mphb_sc_search-check-out-date input[type="text"]:active,
.mphb_sc_search-check-out-date input[type="text"]:focus,
.mphb_widget_search-check-in-date input[type="text"]:active,
.mphb_widget_search-check-in-date input[type="text"]:focus,
.mphb_widget_search-check-out-date input[type="text"]:active,
.mphb_widget_search-check-out-date input[type="text"]:focus {
  background-image: url("img/calendar_hover_icon.svg");
}

@media screen and (max-width: 767px) {
  .datepick-popup .datepick {
    width: auto !important;
    margin: 0 20px;
  }
}

.datepick-popup .datepick-month table thead th {
  background: #eff2f6;
  font-size: 12px;
  font-size: 0.75rem;
}

.datepick-popup .datepick-month table tbody tr td .mphb-past-date {
  color: #d4d4d4;
}

.datepick-popup .datepick-month table tbody tr td a.datepick-today {
  background: #344583;
  color: #fff;
}

.datepick-popup .datepick-month table tbody tr td .mphb-available-date {
  background: #deeeff;
}

.datepick-popup .datepick-month table tbody tr td .datepick-highlight, .datepick-popup .datepick-month table tbody tr td .mphb-check-in-date {
  background: #3f7bfe;
  text-decoration: none;
  color: #fff;
}

.datepick-popup .datepick-month table tbody tr td .mphb-earlier-check-in-date {
  opacity: 1;
  background: #fff;
  color: #e4e4e4;
}

.datepick-popup .datepick-month table tbody tr td .datepick-selected {
  background: #221f1f;
  color: #fff;
}

.datepick-popup .datepick-month table tbody tr td .mphb-later-max-date, .datepick-popup .datepick-month table tbody tr td .mphb-not-available-date {
  background: transparent;
  opacity: 1;
  text-decoration: line-through;
  color: #77818c;
}

.mphb-booking-form {
  max-width: 554px;
}

.mphb-booking-form:after {
  display: table;
  content: '';
  clear: both;
}

.mphb-booking-form .mphb-adults-wrapper, .mphb-booking-form .mphb-check-children-date-wrapper {
  width: 50%;
  float: left;
}

.mphb-booking-form .mphb-adults-wrapper {
  padding-right: 11px;
}

.mphb-booking-form .mphb-check-children-date-wrapper {
  padding-left: 11px;
}

.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-details-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-details-list li {
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  padding: 20px;
  margin: 0;
}

.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-details-list li:first-child {
  border-top: 1px solid #e4e4e4;
}

.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-details-list li .mphb-recommedation-item-subtotal {
  width: 23%;
  text-align: left;
}

.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-details-list li .mphb-recommendation-item-guests {
  margin-top: .825rem;
  color: #77818c;
}

.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-total {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  font-weight: 700;
}

.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-total .mphb-recommendation-total-value {
  float: right;
  width: 23%;
}

.mphb_sc_search_results-wrapper .mphb-reservation-cart {
  margin-top: 100px;
  margin-bottom: 50px;
}

.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-cart-message {
  margin-bottom: 1rem !important;
}

.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-cart-total-price {
  font-weight: 700;
}

.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-cart-total-price .mphb-cart-total-price-value {
  float: right;
}

.mphb_sc_search_results-wrapper .mphb-reserve-room-section {
  float: left;
  width: 100%;
}

.mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-rooms-quantity-wrapper select {
  width: 110px;
  margin-right: 30px;
}

.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-reserve-button {
  float: left !important;
}

.mphb_sc_checkout-wrapper .mphb-booking-details h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-in-date, .mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-out-date {
  border: 1px solid #e4e4e4;
  padding: 20px 20px 25px;
  margin-bottom: 0;
}

.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-in-date span:first-child, .mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-out-date span:first-child {
  width: 50%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-in-date span:first-child, .mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-out-date span:first-child {
    width: 100%;
  }
}

.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-room-details {
  margin-top: 6.25rem;
}

.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-room-details .mphb-adults-chooser label,
.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-room-details .mphb-children-chooser label {
  min-width: 100px;
  display: block;
}

.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-room-details .mphb-guest-name-wrapper label {
  display: block;
}

.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-out-date {
  border-top: none;
}

.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-room-type-title {
  margin-right: 1rem;
}

.mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table td, .mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table th {
  border-right: none;
  border-left: none;
}

.mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table td:first-child, .mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table th:first-child {
  border-left: 1px solid #e4e4e4;
}

.mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table td:last-child, .mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper table th:last-child {
  border-right: 1px solid #e4e4e4;
}

.mphb_sc_checkout-wrapper select, .mphb_sc_checkout-wrapper input[type="text"],
.mphb_sc_checkout-wrapper input[type="email"],
.mphb_sc_checkout-wrapper textarea {
  width: 100%;
  max-width: 458px;
}

.mphb_sc_checkout-wrapper .mphb-services-details {
  margin-top: 3.75rem;
}

.mphb_sc_checkout-wrapper .mphb-services-details ul {
  margin: 0;
}

.mphb_sc_checkout-wrapper .mphb-services-details ul li label {
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  color: #221f1f;
}

.mphb_sc_checkout-wrapper .mphb-services-details ul li label input {
  margin-right: 20px;
}

.mphb_sc_checkout-wrapper .mphb-services-details ul li label em {
  margin-left: 1rem;
  font-style: normal;
}

.mphb_sc_checkout-wrapper .mphb-services-details ul li label em .mphb-price {
  font-weight: 700;
}

.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 458px;
}

.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper p:first-of-type {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper p:nth-child(2n) {
  margin-left: 20px;
}

.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper .mphb-coupon-message {
  width: 100%;
  margin-bottom: 0;
}

.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper label {
  display: block;
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper,
.mphb_sc_checkout-wrapper .mphb-checkout-terms-wrapper.mphb-checkout-section {
  margin-top: 2em !important;
}

.mphb_sc_checkout-wrapper .mphb-total-price {
  margin-top: 2em;
  margin-bottom: 2em;
}

.mphb-required-fields-tip {
  color: #77818c;
  margin-bottom: 1.5em;
}

.mphb_sc_checkout-wrapper .mphb_cb_checkout_form > .mphb-checkout-section:not(:first-of-type), .mphb_sc_checkout-wrapper .mphb_sc_checkout-form > .mphb-checkout-section:not(:first-of-type) {
  margin-top: 6.25rem;
}

#mphb-customer-details:after {
  display: table;
  content: '';
  clear: both;
}

#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 {
  width: 50%;
  display: block;
  float: left;
}

@media screen and (max-width: 767px) {
  #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 {
    width: 100%;
  }
}

#mphb-customer-details .mphb-customer-phone, #mphb-customer-details .mphb-customer-last-name {
  padding-left: 11px;
}

@media screen and (max-width: 767px) {
  #mphb-customer-details .mphb-customer-phone, #mphb-customer-details .mphb-customer-last-name {
    padding: 0;
  }
}

#mphb-customer-details .mphb-customer-name, #mphb-customer-details .mphb-customer-email {
  padding-right: 11px;
}

@media screen and (max-width: 767px) {
  #mphb-customer-details .mphb-customer-name, #mphb-customer-details .mphb-customer-email {
    padding: 0;
  }
}

#mphb-customer-details select, #mphb-customer-details input[type="text"],
#mphb-customer-details input[type="email"],
#mphb-customer-details textarea {
  max-width: none;
}

#mphb-customer-details textarea {
  min-height: 160px;
}

.mphb_sc_services-wrapper .mphb-service-title {
  margin-top: 40px;
}

.mphb_sc_services-wrapper .mphb-service-title a {
  color: #344583;
}

.mphb_sc_services-wrapper .mphb-service-title a:hover {
  color: #3f7bfe;
  text-decoration: none;
}

body.single-mphb_room_service .mphb_room_service .entry-header {
  display: none;
}

body.single-mphb_room_service .mphb_room_service .mphb-price-title {
  float: left;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #221f1f;
  font-weight: normal;
  margin-right: 1rem;
  line-height: 32px;
}

body.single-mphb_room_service .mphb_room_service .mphb-price-title:after {
  content: ':';
}

body.single-mphb_room_service .mphb_room_service .mphb-price-wrapper .mphb-price {
  font-size: 20px;
  font-weight: 700;
}

.mphb_sc_rooms-wrapper .mphb-room-type:not(:first-of-type),
.mphb_sc_search_results-wrapper .mphb-room-type:not(:first-of-type),
.mphb_sc_services-wrapper .mphb-service:not(:first-of-type) {
  margin-top: 4rem !important;
}

.mphb_sc_rooms-wrapper.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px;
}

.mphb_sc_rooms-wrapper.grid .type-mphb_room_type {
  margin-top: 0 !important;
  margin-bottom: 4rem;
  width: 50%;
  padding: 0 22px;
}

.mphb_sc_rooms-wrapper.grid .type-mphb_room_type:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .mphb_sc_rooms-wrapper.grid .type-mphb_room_type {
    width: 100%;
  }
}

.mphb_sc_rooms-wrapper.grid .type-mphb_room_type .mphb-room-type-title {
  font-size: 24px;
  font-size: 1.5rem;
}

.mphb_sc_rooms-wrapper.grid .type-mphb_room_type .mphb-loop-room-type-attributes {
  margin: 30px 0;
}

.mphb_sc_rooms-wrapper.grid .mphb-flexslider ul.flex-direction-nav .flex-prev {
  left: 20px !important;
}

.mphb_sc_rooms-wrapper.grid .mphb-flexslider ul.flex-direction-nav .flex-next {
  right: 20px !important;
}

.mphb_sc_rooms-wrapper.list:after, .mphb_sc_rooms-wrapper.vertical-list:after {
  display: table;
  content: '';
  clear: both;
}

.mphb_sc_rooms-wrapper.list .accommodation-list-room-images, .mphb_sc_rooms-wrapper.vertical-list .accommodation-list-room-images {
  float: left;
  width: 50%;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .mphb_sc_rooms-wrapper.list .accommodation-list-room-images, .mphb_sc_rooms-wrapper.vertical-list .accommodation-list-room-images {
    width: 100%;
    padding-right: 0;
  }
}

.mphb_sc_rooms-wrapper.list .accommodation-list-room-description, .mphb_sc_rooms-wrapper.vertical-list .accommodation-list-room-description {
  width: 50%;
  float: left;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .mphb_sc_rooms-wrapper.list .accommodation-list-room-description, .mphb_sc_rooms-wrapper.vertical-list .accommodation-list-room-description {
    width: 100%;
    padding-left: 0;
  }
}

.mphb_sc_rooms-wrapper.list .accommodation-list-room-description .mphb-room-type-title, .mphb_sc_rooms-wrapper.vertical-list .accommodation-list-room-description .mphb-room-type-title {
  margin-top: 0;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0.83333em;
}

.mphb_sc_rooms-wrapper.list .accommodation-list-room-description .mphb-loop-room-type-attributes, .mphb_sc_rooms-wrapper.vertical-list .accommodation-list-room-description .mphb-loop-room-type-attributes {
  margin: 30px 0;
}

.mphb_sc_rooms-wrapper.horizontal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mphb_sc_rooms-wrapper.horizontal-list {
    margin: 0 -.5rem;
  }
}

.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type {
  margin-top: 0 !important;
  margin-bottom: 2rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
  box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
  background: white;
  padding: 0 30px 30px 30px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media (min-width: 992px) {
  .mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type {
    width: 32%;
    margin-left: .66%;
    margin-right: .66%;
  }
}

.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .post-thumbnail {
  margin: 0 -30px;
  border-radius: 0;
}

.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .post-thumbnail img {
  border-radius: 0;
}

.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 2em 0 1.5em;
}

.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-loop-room-type-attributes {
  margin: 1.42857em 0 0;
}

.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-loop-room-type-attributes li {
  margin: 0;
  border-top: 1px solid #e4e4e4;
  padding: 1rem 0;
  line-height: 1;
}

.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-loop-room-type-attributes li:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-loop-room-type-attributes li:before {
  position: relative;
  margin-right: 1em;
}

.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-loop-room-type-attributes li.mphb-room-type-adults-capacity {
  border: 0;
}

.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-loop-room-type-attributes li.mphb-room-type-children-capacity {
  border: 0;
  margin-left: 1.5em;
}

.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-loop-room-type-attributes li.mphb-room-type-facilities {
  line-height: inherit;
}

.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-regular-price {
  margin-top: 1.42857em;
  margin-bottom: 0;
}

.mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-view-details-button-wrapper, .mphb_sc_rooms-wrapper.horizontal-list .type-mphb_room_type .mphb-to-book-btn-wrapper {
  float: none;
  margin: 1.42857em 0 0;
}

.mphb_sc_rooms-wrapper.vertical-list .type-mphb_room_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
  box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .mphb_sc_rooms-wrapper.vertical-list .type-mphb_room_type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.mphb_sc_rooms-wrapper.vertical-list .type-mphb_room_type .accommodation-list-room-images .post-thumbnail {
  border-radius: 0;
  height: 100%;
}

.mphb_sc_rooms-wrapper.vertical-list .type-mphb_room_type .accommodation-list-room-images .post-thumbnail img {
  border-radius: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mphb_sc_rooms-wrapper.vertical-list .type-mphb_room_type .accommodation-list-room-description {
  padding: 40px 40px 40px 20px;
}

@media screen and (max-width: 767px) {
  .mphb_sc_rooms-wrapper.vertical-list .type-mphb_room_type .accommodation-list-room-description {
    padding: 0 20px 10px;
  }
}

.mphb_sc_rooms-wrapper.vertical-list .type-mphb_room_type .accommodation-list-room-description .mphb-loop-room-type-attributes {
  margin: 1rem 0;
}

.mphb_sc_rooms-wrapper.vertical-list .type-mphb_room_type .accommodation-list-room-description .mphb-loop-room-type-attributes li {
  font-size: 14px;
  font-size: 0.875rem;
}

.widget.widget_mphb_search_availability_widget form:after {
  display: table;
  content: '';
  clear: both;
}

.widget.widget_mphb_search_availability_widget form .mphb_widget_search-adults {
  width: 50%;
  float: left;
  padding-right: 10px;
}

.widget.widget_mphb_search_availability_widget form .mphb_widget_search-children {
  width: 50%;
  float: left;
  padding-left: 10px;
}

.widget.widget_mphb_search_availability_widget form .mphb_widget_search-submit-button-wrapper {
  width: 100%;
  float: left;
  margin-top: 0.71429em;
}

.widget.widget_mphb_search_availability_widget form .mphb_widget_search-submit-button-wrapper input {
  margin: 0;
}

.widget.widget_mphb_rooms_widget .mphb-widget-room-type-title {
  margin: 30px 0;
}

.widget.widget_mphb_rooms_widget .mphb-widget-room-type-title a {
  color: #344583;
  font-family: "Roboto Slab", sans-serif;
}

.widget.widget_mphb_rooms_widget .mphb-widget-room-type-title a:hover {
  text-decoration: none;
  color: #3f7bfe;
}

.widget.widget_mphb_rooms_widget .mphb-widget-room-type-price {
  margin: 36px 0;
}

.flex-direction-nav a {
  margin-top: 0 !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mphb-flexslider ul.slides {
  line-height: 0;
}

.page-header-custom .mphb_sc_search-wrapper, .mphb_sc_search-wrapper.horizontal {
  margin: 40px 0;
}

.page-header-custom .mphb_sc_search-wrapper form, .mphb_sc_search-wrapper.horizontal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.page-header-custom .mphb_sc_search-wrapper form > p, .mphb_sc_search-wrapper.horizontal form > p {
  min-width: 25%;
  padding: 0 10px;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .page-header-custom .mphb_sc_search-wrapper form > p, .mphb_sc_search-wrapper.horizontal form > p {
    max-width: 50%;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .page-header-custom .mphb_sc_search-wrapper form > p, .mphb_sc_search-wrapper.horizontal form > p {
    width: auto;
  }
}

.page-header-custom .mphb_sc_search-wrapper .mphb-required-fields-tip, .mphb_sc_search-wrapper.horizontal .mphb-required-fields-tip {
  display: none;
}

.page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-check-in-date, .page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-check-out-date, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-check-in-date, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-check-out-date {
  max-width: 25%;
  float: left;
}

@media screen and (max-width: 991px) {
  .page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-check-in-date, .page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-check-out-date, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-check-in-date, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-check-out-date {
    max-width: 50%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-check-in-date, .page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-check-out-date, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-check-in-date, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-check-out-date {
    max-width: none;
    margin-right: 0;
  }
}

.page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-adults, .page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-children, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-adults, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-children {
  min-width: 131px;
  width: 50%;
}

@media (min-width: 992px) {
  .page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-adults, .page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-children, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-adults, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-children {
    width: auto;
  }
}

.page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-submit-button-wrapper {
  float: left;
  min-width: 0;
  max-width: 50%;
  width: 100%;
}

@media (min-width: 992px) {
  .page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-submit-button-wrapper {
    width: auto;
    min-width: 170px;
  }
}

.page-header-custom .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper input, .mphb_sc_search-wrapper.horizontal .mphb_sc_search-submit-button-wrapper input {
  width: 100%;
}

.elementor-widget-wrap .mphb_sc_search-wrapper {
  margin: 0;
}

.mphb-services-details .mphb_checkout-services-list li:after {
  display: table;
  content: '';
  clear: both;
}

.mphb-services-details .mphb_checkout-services-list li select {
  max-width: 100px;
  margin: 0 1rem;
}

.mphb-services-details .mphb_checkout-services-list li label {
  display: inline;
}

.mphb-checkout-terms-wrapper .mphb-terms-and-conditions-accept label {
  text-transform: none;
  color: #221f1f;
}

.mphb-single-room-type-gallery-wrapper {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .entry-content .mphb-single-room-type-attributes .mphb-attribute-title {
    display: inline-block;
    min-width: 120px;
    color: #344583;
  }
}

.mphb-flexslider.mphb-gallery-thumbnails-slider ul.flex-direction-nav {
  display: none;
}

@media (min-width: 992px) {
  .mphb-flexslider.mphb-gallery-thumbnails-slider ul.flex-direction-nav {
    display: block;
  }
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date {
  background-color: #f0c0c0;
  text-decoration: none;
  color: #221f1f;
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date.mphb-date-check-in.mphb-date-check-out {
  background-color: #f0c0c0;
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date.mphb-date-check-in {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #e4f1cb), color-stop(50%, #e4f1cb), color-stop(50%, #f0c0c0), to(#f0c0c0));
  background: linear-gradient(to bottom right, #e4f1cb 0, #e4f1cb 50%, #f0c0c0 50%, #f0c0c0 100%);
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-available-date.mphb-date-check-out {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #f0c0c0), color-stop(50%, #f0c0c0), color-stop(50%, #e4f1cb), to(#e4f1cb));
  background: linear-gradient(to bottom right, #f0c0c0 0, #f0c0c0 50%, #e4f1cb 50%, #e4f1cb 100%);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area {
  float: left;
  margin-right: 5%;
  width: 68%;
}

@media screen and (max-width: 991px) {
  .content-area {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    float: none;
  }
}

@media screen and (max-width: 991px) {
  .site-main {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .site-main {
    margin: 0;
    max-width: 768px;
  }
}

.site-content .widget-area {
  float: right;
}

@media screen and (max-width: 991px) {
  .site-content .widget-area {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    float: none;
  }
}

@media (min-width: 992px) {
  .site-content .widget-area {
    width: 27%;
  }
}

.site-footer {
  clear: both;
  width: 100%;
}

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

@media screen and (max-width: 991px) {
  .content-area.no-sidebar {
    max-width: none;
  }
}

.content-area.no-sidebar .site-main {
  max-width: none;
}

.content-area.boxed {
  float: none;
  width: 100%;
  margin: 0 auto;
  max-width: 880px;
}

.content-area.boxed .site-main {
  margin: 0 auto;
}

body.page-template-template-full-width .site-content .wrapper {
  width: 100%;
  max-width: none;
  padding: 0;
}

.content-area.full-width {
  width: 100%;
  float: none;
}

@media screen and (max-width: 991px) {
  .content-area.full-width {
    max-width: none;
  }
}

.content-area.full-width .site-main {
  width: 100%;
  max-width: none;
}

/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
.wrapper {
  padding: 80px 20px 100px;
  background: transparent;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.site {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  background-color: transparent;
}

.site .site-wrapper {
  overflow: hidden;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  background-color: transparent;
}

.site .site-wrapper .site-header {
  background-color: #fff;
  color: #ffffff;
}

.site .site-wrapper .site-header .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.site .site-wrapper .site-header .site-header-wrapper {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-color: #1c4778;
}

.site .site-wrapper .site-header .site-header-wrapper .header-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(39, 66, 127, 0.6);
}

.site .site-wrapper .site-header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.site .site-wrapper .site-header .header-menu .site-branding {
  position: relative;
  text-align: left;
  padding: 0;
  margin: 0 auto 0 0;
  max-width: 100%;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site .site-wrapper .site-header .header-menu .site-branding .custom-logo-link {
  display: block;
  margin: 0 1.25rem 0 0;
}

.site .site-wrapper .site-header .header-menu .site-branding .custom-logo-link img {
  display: block;
}

.site .site-wrapper .site-header .header-menu .site-branding .site-title {
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #344583;
  margin: 0;
  font-weight: 700;
  display: inline;
}

.site .site-wrapper .site-header .header-menu .site-branding a {
  color: inherit;
  text-decoration: none;
}

.site .site-wrapper .site-header .header-menu .site-branding a:hover {
  text-decoration: none;
}

.site .site-wrapper .site-header .header-menu .site-branding .site-description {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.site .site-wrapper .site-header .header-menu .menu-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media screen and (max-width: 991px) {
  .site .site-wrapper .site-header .header-menu .menu-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .site .site-wrapper .site-header .header-menu .menu-wrapper .mobile-social-menus {
    display: none;
  }
}

.site .site-wrapper .site-header .page-header-custom {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .site .site-wrapper .site-header .page-header-custom {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1470px) {
  .site .site-wrapper .site-header .page-header-custom {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.site .site-wrapper .site-header .page-header-custom.boxed {
  max-width: 880px;
}

.site .site-wrapper .site-header .page-header-custom .custom-header-content {
  margin: 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site .site-wrapper .site-header .page-header-custom .custom-header-content h1, .site .site-wrapper .site-header .page-header-custom .custom-header-content h2, .site .site-wrapper .site-header .page-header-custom .custom-header-content h3, .site .site-wrapper .site-header .page-header-custom .custom-header-content h4, .site .site-wrapper .site-header .page-header-custom .custom-header-content h5, .site .site-wrapper .site-header .page-header-custom .custom-header-content h6 {
  color: inherit;
}

.site .site-wrapper .site-header .page-header-custom .page-header {
  margin-bottom: 0;
  text-align: center;
}

.site .site-wrapper .site-header .page-header-custom .page-header p.page-title {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  word-break: break-word;
}

@media (min-width: 1470px) {
  .site .site-wrapper .site-header .page-header-custom .page-header p.page-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.site .site-wrapper .site-header .page-header-custom .breadcrumbs {
  font-size: 12px;
  font-size: 0.75rem;
}

.site .site-wrapper .site-header .page-header-custom .breadcrumbs ul {
  list-style: none;
}

.site .site-wrapper .site-header .page-header-custom .breadcrumbs ul li:before {
  display: none;
}

.site .site-wrapper .site-header .page-header-custom .breadcrumbs ul li:after {
  font-family: FontAwesome;
  content: "";
  font-size: inherit;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 0 0.75rem;
}

.site .site-wrapper .site-header .page-header-custom .breadcrumbs ul li a {
  color: #fff;
}

.site .site-wrapper .site-header .page-header-custom .breadcrumbs ul li a:hover {
  color: #3f7bfe;
}

.site .site-wrapper .site-content {
  background-color: transparent;
  margin: 0 auto;
}

.site .site-wrapper .site-footer {
  background-color: #ffffff;
}

.site .site-wrapper .site-footer .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.site .site-wrapper .site-footer .content-bottom-widgets {
  margin: 0 -2rem;
}

@media screen and (max-width: 991px) {
  .site .site-wrapper .site-footer .content-bottom-widgets {
    margin: 0;
  }
}

.site .site-wrapper .site-footer .content-bottom-widgets .widget-area {
  width: 33.33%;
  float: left;
  padding: 0 1rem;
}

@media (min-width: 1470px) {
  .site .site-wrapper .site-footer .content-bottom-widgets .widget-area {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 991px) {
  .site .site-wrapper .site-footer .content-bottom-widgets .widget-area {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .site .site-wrapper .content-wrapper {
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

body.search .hentry {
  margin: 0 0 5em;
}

@media screen and (max-width: 991px) {
  body.search .hentry {
    margin: 0 0 2.5em;
  }
}

.hentry:not(.page) {
  margin: 0 0 5em;
}

@media screen and (max-width: 991px) {
  .hentry:not(.page) {
    margin: 0 0 2.5em;
  }
}

.hentry:not(.page) .entry-header h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.hentry:not(.page) .entry-header h2 a {
  color: #344583;
}

.hentry:not(.page) .entry-header h2 a:hover {
  color: #3f7bfe;
  text-decoration: none;
}

.hentry:not(.page) .entry-header .featured-post {
  color: #3f7bfe;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  display: block;
}

body.single .hentry {
  margin-bottom: 0;
}

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

.page-content,
.entry-content,
.entry-summary,
.comment-content {
  line-height: 1.6;
}

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

.entry-meta {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  color: #77818c;
}

@media (min-width: 1470px) {
  .entry-meta {
    margin-bottom: 40px;
  }
}

.entry-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.entry-meta a {
  color: #3f7bfe;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}

.entry-meta a:hover {
  text-decoration: underline;
}

.entry-meta a:visited, .entry-meta a:active, .entry-meta a:focus {
  text-decoration: none;
}

.entry-meta i {
  margin-right: .25rem;
}

.entry-meta > span {
  margin-right: 0.75rem;
  margin-bottom: .125em;
  display: block;
  float: left;
}

@media (min-width: 1470px) {
  .entry-meta > span {
    margin-right: 1rem;
  }
}

.entry-meta > span:after {
  content: '|';
  font-style: normal;
  margin-left: 0.75rem;
}

@media (min-width: 1470px) {
  .entry-meta > span:after {
    margin-left: 1rem;
  }
}

.entry-meta > span:last-of-type {
  margin-right: 0;
}

.entry-meta > span:last-of-type:after {
  display: none;
}

.entry-header {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-header .entry-title a {
  color: #344583;
}

.entry-header .entry-title a:hover {
  color: #3f7bfe;
  text-decoration: none;
}

.entry-header .entry-title a:visited, .entry-header .entry-title a:active, .entry-header .entry-title a:focus {
  text-decoration: none;
  outline: none;
}

.has-post-thumbnail .post-thumbnail {
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.has-post-thumbnail .post-thumbnail img {
  display: block;
  margin: 0 auto;
  border-radius: 5px;
}

.has-post-thumbnail .post-thumbnail:hover .thumbnail-overlay {
  opacity: 1;
}

.has-post-thumbnail .post-thumbnail .thumbnail-overlay {
  opacity: 0;
  background: rgba(52, 69, 131, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.has-post-thumbnail .post-thumbnail .thumbnail-overlay:before {
  content: url("img/dots.png");
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

body.search .site-main .post_format-post-format-link .entry-title a:before,
body.archive .site-main .post_format-post-format-link .entry-title a:before,
body.blog .site-main .post_format-post-format-link .entry-title a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 1rem;
}

.entry-content h2:first-child {
  margin-top: 0;
}

.single-post-tags {
  margin: 2.5em 0 5em;
}

.single-post-tags .tags-links a {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 0.4em 0.6em 0;
  padding: .825em 1.28em;
  border-radius: 20px;
  background: #deeeff;
  color: #77818c;
}

.single-post-tags .tags-links a:hover {
  background: #344583;
  text-decoration: none;
  color: #ffffff;
}

.single-post-tags .tags-links a:first-child {
  margin-left: 20px;
}

.entry-author {
  padding: 30px;
  border-radius: 4px;
  background-color: #eff2f6;
  overflow: hidden;
  margin: 5em 0;
}

.entry-author .author-avatar {
  width: 15%;
  float: left;
}

@media screen and (max-width: 767px) {
  .entry-author .author-avatar {
    float: none;
    width: auto;
    margin-bottom: 1.5rem;
  }
  .entry-author .author-avatar img {
    margin: 0 auto;
  }
}

.entry-author .author-avatar img {
  display: block;
  border-radius: 50%;
}

.entry-author .author {
  float: left;
  width: 85%;
}

@media screen and (max-width: 767px) {
  .entry-author .author {
    float: none;
    width: auto;
  }
  .entry-author .author .name {
    display: block;
    text-align: center;
    margin-bottom: .5rem;
  }
}

.entry-author .author .name {
  display: block;
  color: #344583;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1rem;
}

a.post-thumbnail .blog-post-thumbnail-overlay {
  display: none;
}

.related-posts {
  width: 100%;
}

.related-posts:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

@media screen and (max-width: 991px) {
  .related-posts .related-posts-title {
    margin-top: 1.2rem;
  }
}

.related-posts .related-posts-title {
  margin-bottom: 45px;
}

.related-posts .related-posts-wrapper {
  margin: 0 -10px;
}

.related-posts .related-post {
  width: 33.33333%;
  padding: 0 10px;
  float: left;
}

.related-posts .related-post:last-child {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .related-posts .related-post {
    width: 100%;
  }
}

.related-posts .related-post a:hover {
  text-decoration: none;
}

.related-posts .related-post a:hover .title {
  color: #3f7bfe;
}

.related-posts .related-post a:active, .related-posts .related-post a:visited, .related-posts .related-post a:focus {
  text-decoration: none;
}

.related-posts .related-post .entry-title {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Roboto Slab", sans-serif;
  color: #344583;
  font-weight: 700;
  margin-top: 2.5em;
  word-wrap: break-word;
}

.related-posts .related-post .entry-title:hover {
  color: #3f7bfe;
}

.related-posts .related-post .date {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  color: #77818c;
}

.related-posts .related-post img {
  display: block;
  max-width: 100%;
  border-radius: 5px;
}

.hidden {
  display: none;
}

.slick-slide:focus, .slick-slide figure:focus, .slick-slide img:focus {
  outline: none;
}

.error404 .custom-header-content {
  text-align: center;
}

.error404 .custom-header-content h1 {
  color: #fff;
  position: relative;
  margin: 0;
  font-size: 120px;
  font-size: 7.5rem;
  font-family: "Noto Sans", sans-serif;
}

.error404 .custom-header-content .error-page-search {
  max-width: 570px;
  margin: 30px auto;
}

.error404 .custom-header-content h2 {
  margin-top: 0;
  font-size: 36px;
  font-size: 2.25rem;
}

.error404 .site .site-wrapper .site-header .page-header-custom {
  padding-bottom: 124px;
  padding-top: 124px;
}

.error404 .site .site-wrapper .site-content .wrapper {
  padding: 0;
}

.error404 .site .site-wrapper .site-content {
  padding: 0;
}

.comment-form-wrapper {
  margin-top: 25px;
}

.single-post .related-posts {
  margin: 5em 0;
}

.more-link {
  margin-top: .5rem;
}

body.blog .hentry {
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}

body.blog .hentry .post-thumbnail {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

#masonry-blog {
  margin-bottom: -5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#masonry-blog .masonry-blog-spacer {
  width: 4%;
}

#masonry-blog .masonry-blog-item {
  width: 48%;
}

@media screen and (max-width: 767px) {
  #masonry-blog .masonry-blog-item {
    width: 100%;
  }
}

#masonry-blog .masonry-blog-item .hentry {
  -webkit-box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
  box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

#masonry-blog .masonry-blog-item .hentry .post-thumbnail {
  border-radius: 0;
}

#masonry-blog .masonry-blog-item .hentry .post-thumbnail img {
  border-radius: 0;
}

#masonry-blog .masonry-blog-item .hentry .entry-header {
  margin-top: 2.5rem;
  padding: 0 30px;
}

#masonry-blog .masonry-blog-item .hentry .entry-header h2 {
  margin-bottom: 0.5em;
  font-size: 20px;
  font-size: 1.25rem;
}

#masonry-blog .masonry-blog-item .hentry .entry-header .entry-meta {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 2.5em;
}

#masonry-blog .masonry-blog-item .hentry .entry-content {
  padding: 0 30px;
  font-size: 14px;
  font-size: 0.875rem;
}

#masonry-blog.masonry-blog-3-columns .masonry-blog-spacer {
  width: 2.5%;
}

@media screen and (max-width: 991px) {
  #masonry-blog.masonry-blog-3-columns .masonry-blog-spacer {
    width: 4%;
  }
}

#masonry-blog.masonry-blog-3-columns .masonry-blog-item {
  width: 31.666666666%;
}

@media screen and (max-width: 991px) {
  #masonry-blog.masonry-blog-3-columns .masonry-blog-item {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  #masonry-blog.masonry-blog-3-columns .masonry-blog-item {
    width: 100%;
  }
}

body.search article,
body.archive.category article,
body.archive.date article,
body.archive.tag article,
body.archive.author article {
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 5rem;
}

body.archive .entry-header .entry-title a {
  color: #344583;
}

body.archive .entry-header .entry-title a:hover {
  color: #3f7bfe;
  text-decoration: none;
}

.entry-footer .edit-link {
  margin: 2em 0;
  display: inline-block;
}

body.single .entry-title {
  font-size: 30px;
  font-size: 1.875rem;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header-wrapper {
  position: relative;
}

.site-header-wrapper img {
  border-radius: 0;
}

.site-header-wrapper.full-height {
  height: 85vh;
  overflow: hidden;
}

.site-header-wrapper.full-height .wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.site-header-wrapper.full-height .wrapper .content-wrapper {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header-wrapper.full-height .slide-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 767px) {
  .site-header-wrapper.full-height .slide-down {
    bottom: 5px;
  }
}

@media (min-width: 768px) {
  .site-header-wrapper.full-height .slide-down {
    bottom: 5px;
  }
}

@media (min-width: 992px) {
  .site-header-wrapper.full-height .slide-down {
    bottom: 35px;
  }
}

@media (min-width: 1470px) {
  .site-header-wrapper.full-height .slide-down {
    bottom: 55px;
  }
}

.site-header-wrapper.full-height .slide-down a {
  font-size: 36px;
  color: #fff;
}

.site-header-wrapper.full-height .slide-down a:hover {
  color: currentColor;
}

.site-header-wrapper.full-height img.back {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-header-wrapper video {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-header-wrapper .header-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.site-header a {
  color: #354681;
  text-decoration: none;
}

.site-header a .button {
  color: white;
}

.site-header a:hover {
  color: #3a76ff;
}

.site-header .menu-highlighted-item a:hover {
  color: #fff;
}

.site-header .button {
  color: white;
}

.main-slider-images, .main-slider-images-center {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-slider-images.slick-dotted.slick-slider, .main-slider-images-center.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-slider-images .slider-item, .main-slider-images-center .slider-item {
  display: none;
}

.main-slider-images .slider-item:first-of-type, .main-slider-images-center .slider-item:first-of-type {
  height: 100%;
  display: block;
}

.main-slider-images .slider-item:first-of-type img, .main-slider-images-center .slider-item:first-of-type img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-slider-images .slick-list, .main-slider-images-center .slick-list {
  height: 100%;
}

.main-slider-images .slick-list .slick-track, .main-slider-images-center .slick-list .slick-track {
  height: 100%;
}

.main-slider-images .slick-list .slick-track .slick-slide, .main-slider-images-center .slick-list .slick-track .slick-slide {
  height: 100%;
}

.main-slider-images .slick-list .slick-track .slick-slide img, .main-slider-images-center .slick-list .slick-track .slick-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .main-slider-images-center {
    padding: 0 !important;
  }
}

#main-slider-dots, #main-slider-fixed-dots {
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 991px) {
  #main-slider-dots, #main-slider-fixed-dots {
    display: none;
  }
}

#main-slider-dots .slick-dots, #main-slider-fixed-dots .slick-dots {
  position: relative;
  bottom: auto;
  width: auto;
}

#main-slider-dots .slick-dots li, #main-slider-fixed-dots .slick-dots li {
  margin: 0 5px;
}

#main-slider-dots .slick-dots li button:before, #main-slider-fixed-dots .slick-dots li button:before {
  opacity: 1;
  font-size: 9px;
  color: #deeeff;
}

#main-slider-dots .slick-dots li button:hover:before, #main-slider-fixed-dots .slick-dots li button:hover:before {
  color: #3f7bfe;
}

#main-slider-dots .slick-dots li.slick-active button:before, #main-slider-fixed-dots .slick-dots li.slick-active button:before {
  color: #3f7bfe;
}

#main-slider-fixed-dots {
  left: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
}

#main-slider-fixed-dots ul li {
  display: block;
}

#main-slider-fixed-dots ul li button {
  margin: 5px 0;
}

.main-slider-controls {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site .site-wrapper .site-header .site-header-wrapper .mphb_sc_search-wrapper form:after {
  display: table;
  content: '';
  clear: both;
}

.site .site-wrapper .site-header .site-header-wrapper .mphb_sc_search-wrapper .mphb-required-fields-tip {
  display: none;
}

.site .site-wrapper .site-header .site-header-wrapper .mphb_sc_search-wrapper label {
  color: #fff;
}

.site .site-wrapper .site-header .site-header-wrapper .wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.site .site-wrapper .site-header .site-header-wrapper .main-slider-content:hover .slick-prev, .site .site-wrapper .site-header .site-header-wrapper .main-slider-content:hover .slick-next {
  opacity: .8;
}

.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slider-item {
  display: none;
}

.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slider-item:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .page-header-custom {
  padding-top: 175px;
  padding-bottom: 175px;
}

@media screen and (max-width: 767px) {
  .site .site-wrapper .site-header .site-header-wrapper .main-slider-content .page-header-custom {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-prev, .site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-next {
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #221f1f;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-prev:hover, .site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-next:hover {
  background: #3f7bfe;
  opacity: 1;
}

.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-prev:before, .site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-next:before {
  line-height: 50px;
  color: #fff;
  opacity: 1;
}

.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-prev {
  left: 0;
}

.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-prev:before {
  font-size: 28px;
  font-family: FontAwesome;
  content: "";
  margin-right: 4px;
}

.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-next {
  right: 0;
}

.site .site-wrapper .site-header .site-header-wrapper .main-slider-content .slick-next:before {
  font-size: 28px;
  margin-left: 4px;
  font-family: FontAwesome;
  content: "";
}

.site .site-wrapper .site-header .site-header-wrapper.video-bg .page-header-custom {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .site .site-wrapper .site-header .site-header-wrapper.video-bg .page-header-custom {
    padding-bottom: 75px;
  }
}

.site .site-wrapper .site-header .site-header-wrapper.custom-image-bg .fixed-background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.site .site-wrapper .site-header .site-header-wrapper.custom-image-bg .page-header-custom {
  padding-bottom: 240px;
  padding-top: 240px;
}

@media screen and (max-width: 1280px) {
  .site .site-wrapper .site-header .site-header-wrapper.custom-image-bg .page-header-custom {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}

@media screen and (max-width: 767px) {
  .site .site-wrapper .site-header .site-header-wrapper.custom-image-bg .page-header-custom {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content {
  width: 100%;
  float: right;
  padding: 30px;
  color: #fff;
}

@media (min-width: 768px) {
  .site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content {
    max-width: 360px;
  }
}

@media (min-width: 1470px) {
  .site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content {
    padding: 60px 30px 55px;
  }
}

.site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content h1, .site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content h2, .site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content h3, .site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content h4, .site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content h5, .site .site-wrapper .site-header .site-header-wrapper .main-slider-fixed-content h6 {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .site .site-wrapper .site-header .site-header-wrapper.aligned .wrapper {
    padding: 0 !important;
  }
}

.site .site-wrapper .site-header .site-header-wrapper.aligned .mphb_sc_search-wrapper .mphb_sc_search-adults {
  float: left;
  width: 50%;
  padding-right: 10px;
}

.site .site-wrapper .site-header .site-header-wrapper.aligned .mphb_sc_search-wrapper .mphb_sc_search-children {
  float: left;
  width: 50%;
  padding-left: 10px;
}

.site .site-wrapper .site-header .site-header-wrapper.aligned .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper {
  float: left;
  width: 100%;
  margin: 0;
}

.site .site-wrapper .site-header .site-header-wrapper.aligned .mphb_sc_search-wrapper .mphb_sc_search-submit-button-wrapper input {
  width: 100%;
}

.site .site-wrapper .wrapper {
  position: relative;
}

.header-container {
  width: 100%;
  margin: 0 auto;
}

.header-container .header-wrapper-inner {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.header-container .header-wrapper-inner:after {
  content: '';
  display: table;
  clear: both;
}

.header-top-menus {
  border-bottom: 1px solid #e4e4e4;
}

.header-top-menus ul {
  margin: 0;
}

.header-top-menus .menu-socials-container, .header-top-menus .menu-contacts-container {
  padding: 0 20px;
}

.header-top-menus .menu-socials-container {
  float: left;
  border-left: 1px solid #e4e4e4;
  -webkit-box-shadow: 0 1px 0 #e4e4e4;
  box-shadow: 0 1px 0 #e4e4e4;
}

.header-top-menus .menu-contacts-container {
  float: left;
  border-right: 1px solid #e4e4e4;
}

.header-top-menus .menu-contacts-container li {
  margin-left: 1.5rem;
}

.header-top-menus .menu-contacts-container li:first-child {
  margin-left: 0;
}

.header-top-menus .menu-contacts-container li a {
  font-weight: normal;
  padding: 0;
}

.header-top-menus .menu-contacts-container li a:before {
  margin-right: .625rem;
}

.header-top-menus .menu-contacts-container ul ul {
  padding: .5rem 0;
  top: 100%;
}

.header-top-menus .menu-contacts-container ul ul li a {
  height: auto;
  display: block;
  width: 100%;
  padding: .5rem 1rem;
}

.header-top-menus .menu-contacts-container ul ul ul {
  top: 0;
}

.header-top-menus .top-right-menus {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-wrapper .header-search {
  margin-left: 2rem;
}

@media screen and (max-width: 991px) {
  .menu-wrapper .header-search {
    display: none;
    margin-left: 0;
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .menu-wrapper .header-search {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wpml-list-container {
  width: 100%;
}

@media (min-width: 992px) {
  .wpml-list-container {
    float: left;
    width: auto;
    border: none;
    border-left: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 1px 0 #e4e4e4;
    box-shadow: 0 1px 0 #e4e4e4;
  }
}

.wpml-list-container .wpml-ls-statics-shortcode_actions {
  width: auto;
}

.wpml-list-container .wpml-ls-item-legacy-dropdown.wpml-ls-current-language a,
.wpml-list-container .wpml-ls-item-legacy-dropdown-click.wpml-ls-current-language a {
  padding-right: 2.5rem;
}

.wpml-list-container .wpml-ls-item-legacy-dropdown.wpml-ls-current-language a.wpml-ls-item-toggle:after,
.wpml-list-container .wpml-ls-item-legacy-dropdown-click.wpml-ls-current-language a.wpml-ls-item-toggle:after {
  right: 1.325rem;
}

@media screen and (max-width: 991px) {
  .wpml-list-container .wpml-ls-item-legacy-dropdown.wpml-ls-current-language a.wpml-ls-item-toggle:after,
  .wpml-list-container .wpml-ls-item-legacy-dropdown-click.wpml-ls-current-language a.wpml-ls-item-toggle:after {
    display: none;
  }
}

.wpml-list-container .wpml-ls-legacy-dropdown a:hover,
.wpml-list-container .wpml-ls-legacy-dropdown a:focus,
.wpml-list-container .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background: transparent;
}

.wpml-list-container ul li {
  margin-top: 0 !important;
}

.wpml-list-container ul li a {
  padding: 0.5rem 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  border: none;
  background: transparent;
  line-height: 30px;
}

@media (min-width: 1470px) {
  .wpml-list-container ul li a {
    padding: 1rem 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  .wpml-list-container ul li a {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
  }
}

.wpml-list-container .wpml-ls-legacy-dropdown a span, .wpml-list-container .wpml-ls-item-legacy-dropdown-click a span {
  vertical-align: unset;
}

.wpml-list-container .wpml-ls-sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
  border: 1px solid #e4e4e4;
  left: -21px;
  right: -1px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media screen and (max-width: 991px) {
  .wpml-list-container .wpml-ls-sub-menu {
    position: relative;
    border: none;
    width: 100%;
    left: auto;
    right: auto;
    visibility: visible !important;
  }
}

.wpml-list-container .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: 0;
}

@media screen and (max-width: 991px) {
  .wpml-list-container .wpml-ls-legacy-list-horizontal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
  }
  .wpml-list-container .wpml-ls-legacy-list-horizontal ul li a {
    border: none;
  }
}

.wpml-list-container .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  top: 120%;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .wpml-list-container .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    opacity: 1;
    top: 0;
  }
}

.wpml-list-container .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-list-container .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
  top: 100%;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .wpml-list-container .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
  .wpml-list-container .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
    top: 0;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer .footer-top {
  border-top: 1px solid #e4e4e4;
  padding: 2.5em 0;
}

@media (min-width: 768px) {
  .site-footer .footer-top {
    padding: 3.75em 0;
  }
}

.site-footer .footer-bottom {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
}

.site-footer .footer-bottom .wrapper-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

@media (min-width: 768px) {
  .site-footer .footer-bottom .wrapper-inside {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .site-footer .footer-bottom .wrapper-inside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .site-footer .footer-bottom .wrapper-inside {
    border: none;
  }
}

.site-footer .footer-bottom .site-info {
  text-align: left;
  width: auto;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .site-footer .footer-bottom .site-info {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .site-footer .footer-bottom .footer-menu ul {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .site-footer .footer-bottom .footer-menu {
    border-left: 1px solid #e4e4e4;
  }
}

/*--------------------------------------------------------------
## Custom post types
--------------------------------------------------------------*/
.testimonials-wrapper .testimonial-wrapper, .testimonials-carousel .testimonial-wrapper, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper {
  background-color: #dfeeff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 768px) {
  .testimonials-wrapper .testimonial-wrapper, .testimonials-carousel .testimonial-wrapper, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper {
    padding: 0 0 0 110px;
  }
}

.testimonials-wrapper .testimonial-wrapper .rating, .testimonials-carousel .testimonial-wrapper .rating, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: .625rem;
}

.testimonials-wrapper .testimonial-wrapper .rating .star, .testimonials-carousel .testimonial-wrapper .rating .star, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .rating .star {
  margin: 0 .15em;
  font-size: .875rem;
  color: #3f7bfe;
}

.testimonials-wrapper .testimonial-wrapper .rating .star.empty, .testimonials-carousel .testimonial-wrapper .rating .star.empty, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .rating .star.empty {
  color: #e4e4e4;
}

.testimonials-wrapper .testimonial-wrapper .entry-header, .testimonials-carousel .testimonial-wrapper .entry-header, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .entry-header {
  margin-top: 5px;
}

.testimonials-wrapper .testimonial-wrapper .entry-header .entry-title, .testimonials-carousel .testimonial-wrapper .entry-header .entry-title, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .entry-header .entry-title {
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
  margin: 0;
  font-weight: 700;
}

.testimonials-wrapper .testimonial-wrapper .testimonial-subtitle, .testimonials-carousel .testimonial-wrapper .testimonial-subtitle, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .testimonial-subtitle {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #848484;
}

@media (min-width: 768px) {
  .testimonials-wrapper .testimonial-wrapper .testimonial-thumbnail, .testimonials-carousel .testimonial-wrapper .testimonial-thumbnail, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .testimonial-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.testimonials-wrapper .testimonial-wrapper .testimonial-thumbnail .post-thumbnail img, .testimonials-carousel .testimonial-wrapper .testimonial-thumbnail .post-thumbnail img, .single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .testimonial-thumbnail .post-thumbnail img {
  border-radius: 50%;
  width: 80px;
  height: auto;
}

.single-cptp-testimonial .cptp-testimonial .testimonial-wrapper .rating {
  margin-bottom: 1.5rem;
}

.testimonials-wrapper {
  overflow: hidden;
  margin: 0 -0.9375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonials-wrapper .testimonial-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .testimonials-wrapper.columns-1 .type-cptp-testimonial {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .testimonials-wrapper.columns-1 .type-cptp-testimonial {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .testimonials-wrapper.columns-1 .type-cptp-testimonial {
    width: 100%;
  }
}

.testimonials-wrapper.columns-1 .type-cptp-testimonial:nth-last-of-type(-n+1) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .testimonials-wrapper.columns-2 .type-cptp-testimonial {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .testimonials-wrapper.columns-2 .type-cptp-testimonial {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .testimonials-wrapper.columns-2 .type-cptp-testimonial {
    width: 50%;
  }
}

.testimonials-wrapper.columns-2 .type-cptp-testimonial:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .testimonials-wrapper.columns-3 .type-cptp-testimonial {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .testimonials-wrapper.columns-3 .type-cptp-testimonial {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .testimonials-wrapper.columns-3 .type-cptp-testimonial {
    width: 33.33%;
  }
}

.testimonials-wrapper.columns-3 .type-cptp-testimonial:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .testimonials-wrapper.columns-4 .type-cptp-testimonial {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .testimonials-wrapper.columns-4 .type-cptp-testimonial {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .testimonials-wrapper.columns-4 .type-cptp-testimonial {
    width: 25%;
  }
}

.testimonials-wrapper.columns-4 .type-cptp-testimonial:nth-last-of-type(-n+4) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .testimonials-wrapper.columns-5 .type-cptp-testimonial {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .testimonials-wrapper.columns-5 .type-cptp-testimonial {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .testimonials-wrapper.columns-5 .type-cptp-testimonial {
    width: 20%;
  }
}

.testimonials-wrapper.columns-5 .type-cptp-testimonial:nth-last-of-type(-n+5) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .testimonials-wrapper.columns-6 .type-cptp-testimonial {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .testimonials-wrapper.columns-6 .type-cptp-testimonial {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .testimonials-wrapper.columns-6 .type-cptp-testimonial {
    width: 16.66%;
  }
}

.testimonials-wrapper.columns-6 .type-cptp-testimonial:nth-last-of-type(-n+6) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .testimonials-wrapper.columns-7 .type-cptp-testimonial {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .testimonials-wrapper.columns-7 .type-cptp-testimonial {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .testimonials-wrapper.columns-7 .type-cptp-testimonial {
    width: 14.28%;
  }
}

.testimonials-wrapper.columns-7 .type-cptp-testimonial:nth-last-of-type(-n+7) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .testimonials-wrapper.columns-8 .type-cptp-testimonial {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .testimonials-wrapper.columns-8 .type-cptp-testimonial {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .testimonials-wrapper.columns-8 .type-cptp-testimonial {
    width: 12.5%;
  }
}

.testimonials-wrapper.columns-8 .type-cptp-testimonial:nth-last-of-type(-n+8) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .testimonials-wrapper.columns-9 .type-cptp-testimonial {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .testimonials-wrapper.columns-9 .type-cptp-testimonial {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .testimonials-wrapper.columns-9 .type-cptp-testimonial {
    width: 11.11%;
  }
}

.testimonials-wrapper.columns-9 .type-cptp-testimonial:nth-last-of-type(-n+9) {
  margin-bottom: 0;
}

.testimonials-wrapper .type-cptp-testimonial {
  padding: 0 0.9375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .testimonials-wrapper .type-cptp-testimonial {
    margin-bottom: 4rem;
  }
}

.testimonials-wrapper .testimonial-wrapper .entry-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.testimonials-wrapper .testimonial-wrapper .entry-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.testimonials-wrapper .testimonial-wrapper .rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.testimonials-wrapper .testimonial-wrapper .testimonial-subtitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.testimonials-wrapper .navigation {
  padding: 0 0.9375em;
}

@media (min-width: 768px) {
  .single-cptp-testimonial .type-cptp-testimonial .testimonial-wrapper {
    padding-left: 200px;
  }
}

.single-cptp-testimonial .type-cptp-testimonial .testimonial-wrapper .entry-header {
  margin-top: 0;
}

.single-cptp-testimonial .type-cptp-testimonial .testimonial-wrapper .entry-header .entry-title {
  font-size: 30px;
  font-size: 1.875rem;
}

.single-cptp-testimonial .type-cptp-testimonial .testimonial-wrapper .testimonial-subtitle {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.single-cptp-testimonial .type-cptp-testimonial .testimonial-thumbnail img {
  border-radius: 50%;
  width: auto;
  height: auto;
}

.related-portfolio {
  margin: 6.25em 0 0;
}

.related-portfolio .related-portfolio-posts-wrapper {
  margin: 0  -30px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .related-portfolio .related-portfolio-posts-wrapper {
    margin: 0;
  }
}

.related-portfolio .type-cptp-portfolio {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .related-portfolio .type-cptp-portfolio {
    padding: 0;
    margin: 20px 0;
  }
}

.portfolio-menu {
  margin-bottom: 40px;
}

.portfolio-menu ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  list-style: none;
}

.portfolio-menu ul li {
  margin: 5px 0 0;
}

.portfolio-menu ul li:before {
  display: none;
}

.portfolio-menu ul li.current-cat a {
  background: #3f7bfe;
  color: #fff;
}

.portfolio-menu ul li.current-cat a:hover {
  text-decoration: none;
}

.portfolio-menu ul li a {
  display: block;
  padding: 0.83333em 1.25em;
  font-size: 12px;
  font-size: 0.75rem;
  background: #deeeff;
  margin: 0 .5em;
  color: #77818c;
  text-transform: lowercase;
  border-radius: 18px;
}

.portfolio-menu ul li a:hover {
  color: #fff;
  background: #3f7bfe;
  text-decoration: none;
}

.portfolio-wrapper {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .portfolio-wrapper.columns-1 .portfolio-post-wrapper {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .portfolio-wrapper.columns-1 .portfolio-post-wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .portfolio-wrapper.columns-2 .portfolio-post-wrapper {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .portfolio-wrapper.columns-2 .portfolio-post-wrapper {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .portfolio-wrapper.columns-3 .portfolio-post-wrapper {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .portfolio-wrapper.columns-3 .portfolio-post-wrapper {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .portfolio-wrapper.columns-4 .portfolio-post-wrapper {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .portfolio-wrapper.columns-4 .portfolio-post-wrapper {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .portfolio-wrapper.columns-5 .portfolio-post-wrapper {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .portfolio-wrapper.columns-5 .portfolio-post-wrapper {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .portfolio-wrapper.columns-6 .portfolio-post-wrapper {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .portfolio-wrapper.columns-6 .portfolio-post-wrapper {
    width: 16.66%;
  }
}

@media (max-width: 767px) {
  .portfolio-wrapper.columns-7 .portfolio-post-wrapper {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .portfolio-wrapper.columns-7 .portfolio-post-wrapper {
    width: 14.28%;
  }
}

@media (max-width: 767px) {
  .portfolio-wrapper.columns-8 .portfolio-post-wrapper {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .portfolio-wrapper.columns-8 .portfolio-post-wrapper {
    width: 12.5%;
  }
}

@media (max-width: 767px) {
  .portfolio-wrapper.columns-9 .portfolio-post-wrapper {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .portfolio-wrapper.columns-9 .portfolio-post-wrapper {
    width: 11.11%;
  }
}

.portfolio-wrapper .portfolio-post-wrapper {
  padding: 10px;
}

.portfolio-wrapper .type-cptp-portfolio {
  margin: 0;
  text-align: center;
}

.portfolio-wrapper .type-cptp-portfolio:hover .portfolio-thumbnail .links {
  opacity: 1;
}

.portfolio-wrapper .type-cptp-portfolio .portfolio-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.portfolio-wrapper .type-cptp-portfolio .portfolio-thumbnail img {
  display: block;
}

.portfolio-wrapper .type-cptp-portfolio .portfolio-thumbnail .media-type {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.portfolio-wrapper .type-cptp-portfolio .portfolio-thumbnail .media-type .fa {
  color: #fff;
  opacity: 0.8;
  font-size: 36px;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.portfolio-wrapper .type-cptp-portfolio .portfolio-thumbnail .links {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: top .2s ease, opacity .3s ease;
  transition: top .2s ease, opacity .3s ease;
}

.portfolio-wrapper .type-cptp-portfolio .portfolio-thumbnail .links a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  opacity: 0.9;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.portfolio-wrapper .type-cptp-portfolio .portfolio-thumbnail .links a:hover {
  opacity: 1;
}

.portfolio-shortcode-wrapper .portfolio-wrapper {
  margin: 0 -2px;
}

.portfolio-shortcode-wrapper .portfolio-wrapper .portfolio-post-wrapper {
  padding: 2px;
}

body.archive .type-cptp-activity .entry-header .pricing, body.single .type-cptp-activity .entry-header .pricing, .activities-wrapper .type-cptp-activity .entry-header .pricing {
  margin: 1.875em 0;
}

body.archive .type-cptp-activity .entry-header .pricing .price, body.single .type-cptp-activity .entry-header .pricing .price, .activities-wrapper .type-cptp-activity .entry-header .pricing .price {
  margin-left: .625rem;
  font-weight: 700;
}

body.archive .type-cptp-activity .entry-header .pricing .period, body.single .type-cptp-activity .entry-header .pricing .period, .activities-wrapper .type-cptp-activity .entry-header .pricing .period {
  color: #77818c;
  font-size: 14px;
  font-size: 0.875rem;
}

.activities-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.activities-wrapper.columns-1 .type-cptp-activity {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .activities-wrapper.columns-1 .type-cptp-activity {
    width: 100%;
  }
}

.activities-wrapper.columns-1 .type-cptp-activity:nth-last-of-type(-n+1) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .activities-wrapper.columns-1 .type-cptp-activity:nth-last-of-type(-n+1) {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .activities-wrapper.columns-1 .type-cptp-activity:last-of-type {
    margin-bottom: 0;
  }
}

.activities-wrapper.columns-2 .type-cptp-activity {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .activities-wrapper.columns-2 .type-cptp-activity {
    width: 100%;
  }
}

.activities-wrapper.columns-2 .type-cptp-activity:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .activities-wrapper.columns-2 .type-cptp-activity:nth-last-of-type(-n+2) {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .activities-wrapper.columns-2 .type-cptp-activity:last-of-type {
    margin-bottom: 0;
  }
}

.activities-wrapper.columns-3 .type-cptp-activity {
  width: 29.33%;
}

@media screen and (max-width: 767px) {
  .activities-wrapper.columns-3 .type-cptp-activity {
    width: 100%;
  }
}

.activities-wrapper.columns-3 .type-cptp-activity:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .activities-wrapper.columns-3 .type-cptp-activity:nth-last-of-type(-n+3) {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .activities-wrapper.columns-3 .type-cptp-activity:last-of-type {
    margin-bottom: 0;
  }
}

.activities-wrapper.columns-4 .type-cptp-activity {
  width: 20.5%;
}

@media screen and (max-width: 767px) {
  .activities-wrapper.columns-4 .type-cptp-activity {
    width: 100%;
  }
}

.activities-wrapper.columns-4 .type-cptp-activity:nth-last-of-type(-n+4) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .activities-wrapper.columns-4 .type-cptp-activity:nth-last-of-type(-n+4) {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .activities-wrapper.columns-4 .type-cptp-activity:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .activities-wrapper .type-cptp-activity {
    margin-bottom: 2.5rem;
  }
}

.activities-wrapper .type-cptp-activity .entry-header .entry-title {
  margin-bottom: 0.41667em;
  font-size: 24px;
  font-size: 1.5rem;
}

.activities-wrapper .type-cptp-activity .entry-header .pricing {
  margin: 0.625em 0 1.875em;
}

.activities-wrapper .type-cptp-activity .entry-content {
  font-size: 14px;
  font-size: 0.875rem;
}

.activities-shortcode-wrapper.list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.activities-shortcode-wrapper.list .type-cptp-activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
  box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
}

.activities-shortcode-wrapper.list .type-cptp-activity .post-thumbnail {
  margin: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .activities-shortcode-wrapper.list .type-cptp-activity .post-thumbnail {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .activities-shortcode-wrapper.list .type-cptp-activity .post-thumbnail {
    width: 50%;
  }
}

.activities-shortcode-wrapper.list .type-cptp-activity .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}

.activities-shortcode-wrapper.list .type-cptp-activity .activity-summary {
  position: relative;
}

@media (max-width: 767px) {
  .activities-shortcode-wrapper.list .type-cptp-activity .activity-summary {
    padding: 40px 20px 100px;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .activities-shortcode-wrapper.list .type-cptp-activity .activity-summary {
    padding: 40px 30px 100px;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .activities-shortcode-wrapper.list .type-cptp-activity .activity-summary {
    padding: 40px 40px 100px;
  }
}

.activities-shortcode-wrapper.list .type-cptp-activity .activity-summary .more-link {
  position: absolute;
  bottom: 30px;
}

@media (max-width: 767px) {
  .activities-shortcode-wrapper.list .type-cptp-activity .activity-summary .more-link {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .activities-shortcode-wrapper.list .type-cptp-activity .activity-summary .more-link {
    left: 40px;
    -webkit-transform: none;
    transform: none;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin: 5em 0 0;
}

.comments-area .comment-list {
  list-style: none;
  margin: 0;
}

.comments-area .comment-list .children {
  list-style: none;
  margin: 55px 0 0 1em;
}

.comments-area .comment-list .comment {
  margin: 0 0 45px;
}

.comments-area .comment-list .comment .comment-meta {
  overflow: hidden;
  padding-bottom: 2.5em;
}

.comments-area .comment-list .comment .comment-author .fn {
  display: block;
  padding: 1em 0 0;
  font-size: 0.875em;
  color: #292929;
}

.comments-area .comment-list .comment .comment-author .fn a {
  color: #292929;
}

.comments-area .comment-list .comment .comment-author img {
  float: left;
  border-radius: 50%;
  margin-right: 2em;
}

.comments-area .comment-list .comment .comment-author .says {
  display: none;
}

.comments-area .comment-list .comment .comment-metadata:after {
  content: '';
  display: table;
  clear: both;
}

.comments-area .comment-list .comment .comment-metadata a {
  color: #848484;
  font-size: 0.75em;
}

.comments-area .comment-list .comment .reply a:before {
  font-family: FontAwesome;
  content: "";
  margin-right: .825rem;
}

.comments-area .comment-list .comment .reply a:hover {
  text-decoration: none;
}

.comments-area .comment-respond {
  margin: 5.625em 0 0;
}

.comments-area .comment-respond form {
  max-width: 100%;
  width: 570px;
}

.comments-area .comment-respond form label {
  margin: 2.1875em 0 0.9375em;
}

.comments-area .comment-respond form input, .comments-area .comment-respond form textarea {
  display: block;
  width: 100%;
}

.comments-area .comment-respond form input[type="submit"] {
  display: inline-block;
  width: auto;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  font-weight: normal;
  text-transform: none;
  color: #221f1f;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  float: left;
  width: auto;
  margin-right: 20px;
  margin-bottom: 10px;
}

.comments-area .comment-respond .comment-notes {
  font-size: 14px;
  font-size: 0.875rem;
  color: #77818c;
}

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

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%;
}

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

.wp-caption .wp-caption-text {
  margin: 1em 0;
}

.wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

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

/*--------------------------------------------------------------
# Menu icons
--------------------------------------------------------------*/
.theme-social-menu a[href*="twitter.com"], .theme-social-menu a[href*="facebook.com"], .theme-social-menu a[href*="google.com"], .theme-social-menu a[href*="plus.google.com"], .theme-social-menu a[href*="pinterest.com"], .theme-social-menu a[href*="foursquare.com"], .theme-social-menu a[href*="yahoo.com"], .theme-social-menu a[href*="skype:"], .theme-social-menu a[href*="yelp.com"], .theme-social-menu a[href*="linkedin.com"], .theme-social-menu a[href*="viadeo.com"], .theme-social-menu a[href*="xing.com"], .theme-social-menu a[href*="soundcloud.com"], .theme-social-menu a[href*="spotify.com"], .theme-social-menu a[href*="last.fm"], .theme-social-menu a[href*="youtube.com"], .theme-social-menu a[href*="vimeo.com"], .theme-social-menu a[href*="vine.com"], .theme-social-menu a[href*="flickr.com"], .theme-social-menu a[href*="500px.com"], .theme-social-menu a[href*="instagram.com"], .theme-social-menu a[href*="tumblr.com"], .theme-social-menu a[href*="reddit.com"], .theme-social-menu a[href*="dribbble.com"], .theme-social-menu a[href*="stumbleupon.com"], .theme-social-menu a[href*="digg.com"], .theme-social-menu a[href*="behance.net"], .theme-social-menu a[href*="delicious.com"], .theme-social-menu a[href*="deviantart.com"], .theme-social-menu a[href*="play.com"], .theme-social-menu a[href*="wikipedia.com"], .theme-social-menu a[href*="apple.com"], .theme-social-menu a[href*="github.com"], .theme-social-menu a[href*="github.io"], .theme-social-menu a[href*="windows.com"], .theme-social-menu a[href*="tripadvisor."], .theme-social-menu a[href*="slideshare.net"], .theme-social-menu a[href*=".rss"], .theme-social-menu a[href*="vk.com"] {
  border-radius: 50%;
  width: 40px;
  height: 30px;
  padding: 0;
  text-align: center;
  margin: 0;
  display: block;
  color: #344583;
}

.theme-social-menu a[href*="twitter.com"]:hover, .theme-social-menu a[href*="facebook.com"]:hover, .theme-social-menu a[href*="google.com"]:hover, .theme-social-menu a[href*="plus.google.com"]:hover, .theme-social-menu a[href*="pinterest.com"]:hover, .theme-social-menu a[href*="foursquare.com"]:hover, .theme-social-menu a[href*="yahoo.com"]:hover, .theme-social-menu a[href*="skype:"]:hover, .theme-social-menu a[href*="yelp.com"]:hover, .theme-social-menu a[href*="linkedin.com"]:hover, .theme-social-menu a[href*="viadeo.com"]:hover, .theme-social-menu a[href*="xing.com"]:hover, .theme-social-menu a[href*="soundcloud.com"]:hover, .theme-social-menu a[href*="spotify.com"]:hover, .theme-social-menu a[href*="last.fm"]:hover, .theme-social-menu a[href*="youtube.com"]:hover, .theme-social-menu a[href*="vimeo.com"]:hover, .theme-social-menu a[href*="vine.com"]:hover, .theme-social-menu a[href*="flickr.com"]:hover, .theme-social-menu a[href*="500px.com"]:hover, .theme-social-menu a[href*="instagram.com"]:hover, .theme-social-menu a[href*="tumblr.com"]:hover, .theme-social-menu a[href*="reddit.com"]:hover, .theme-social-menu a[href*="dribbble.com"]:hover, .theme-social-menu a[href*="stumbleupon.com"]:hover, .theme-social-menu a[href*="digg.com"]:hover, .theme-social-menu a[href*="behance.net"]:hover, .theme-social-menu a[href*="delicious.com"]:hover, .theme-social-menu a[href*="deviantart.com"]:hover, .theme-social-menu a[href*="play.com"]:hover, .theme-social-menu a[href*="wikipedia.com"]:hover, .theme-social-menu a[href*="apple.com"]:hover, .theme-social-menu a[href*="github.com"]:hover, .theme-social-menu a[href*="github.io"]:hover, .theme-social-menu a[href*="windows.com"]:hover, .theme-social-menu a[href*="tripadvisor."]:hover, .theme-social-menu a[href*="slideshare.net"]:hover, .theme-social-menu a[href*=".rss"]:hover, .theme-social-menu a[href*="vk.com"]:hover {
  color: #3f7bfe;
}

.theme-social-menu a[href*="twitter.com"]:before, .theme-social-menu a[href*="facebook.com"]:before, .theme-social-menu a[href*="google.com"]:before, .theme-social-menu a[href*="plus.google.com"]:before, .theme-social-menu a[href*="pinterest.com"]:before, .theme-social-menu a[href*="foursquare.com"]:before, .theme-social-menu a[href*="yahoo.com"]:before, .theme-social-menu a[href*="skype:"]:before, .theme-social-menu a[href*="yelp.com"]:before, .theme-social-menu a[href*="linkedin.com"]:before, .theme-social-menu a[href*="viadeo.com"]:before, .theme-social-menu a[href*="xing.com"]:before, .theme-social-menu a[href*="soundcloud.com"]:before, .theme-social-menu a[href*="spotify.com"]:before, .theme-social-menu a[href*="last.fm"]:before, .theme-social-menu a[href*="youtube.com"]:before, .theme-social-menu a[href*="vimeo.com"]:before, .theme-social-menu a[href*="vine.com"]:before, .theme-social-menu a[href*="flickr.com"]:before, .theme-social-menu a[href*="500px.com"]:before, .theme-social-menu a[href*="instagram.com"]:before, .theme-social-menu a[href*="tumblr.com"]:before, .theme-social-menu a[href*="reddit.com"]:before, .theme-social-menu a[href*="dribbble.com"]:before, .theme-social-menu a[href*="stumbleupon.com"]:before, .theme-social-menu a[href*="digg.com"]:before, .theme-social-menu a[href*="behance.net"]:before, .theme-social-menu a[href*="delicious.com"]:before, .theme-social-menu a[href*="deviantart.com"]:before, .theme-social-menu a[href*="play.com"]:before, .theme-social-menu a[href*="wikipedia.com"]:before, .theme-social-menu a[href*="apple.com"]:before, .theme-social-menu a[href*="github.com"]:before, .theme-social-menu a[href*="github.io"]:before, .theme-social-menu a[href*="windows.com"]:before, .theme-social-menu a[href*="tripadvisor."]:before, .theme-social-menu a[href*="slideshare.net"]:before, .theme-social-menu a[href*=".rss"]:before, .theme-social-menu a[href*="vk.com"]:before {
  line-height: 31px;
  margin-right: .5em;
}

@media screen and (min-width: 991px) {
  .theme-social-menu a[href*="twitter.com"] .menu-text, .theme-social-menu a[href*="facebook.com"] .menu-text, .theme-social-menu a[href*="google.com"] .menu-text, .theme-social-menu a[href*="plus.google.com"] .menu-text, .theme-social-menu a[href*="pinterest.com"] .menu-text, .theme-social-menu a[href*="foursquare.com"] .menu-text, .theme-social-menu a[href*="yahoo.com"] .menu-text, .theme-social-menu a[href*="skype:"] .menu-text, .theme-social-menu a[href*="yelp.com"] .menu-text, .theme-social-menu a[href*="linkedin.com"] .menu-text, .theme-social-menu a[href*="viadeo.com"] .menu-text, .theme-social-menu a[href*="xing.com"] .menu-text, .theme-social-menu a[href*="soundcloud.com"] .menu-text, .theme-social-menu a[href*="spotify.com"] .menu-text, .theme-social-menu a[href*="last.fm"] .menu-text, .theme-social-menu a[href*="youtube.com"] .menu-text, .theme-social-menu a[href*="vimeo.com"] .menu-text, .theme-social-menu a[href*="vine.com"] .menu-text, .theme-social-menu a[href*="flickr.com"] .menu-text, .theme-social-menu a[href*="500px.com"] .menu-text, .theme-social-menu a[href*="instagram.com"] .menu-text, .theme-social-menu a[href*="tumblr.com"] .menu-text, .theme-social-menu a[href*="reddit.com"] .menu-text, .theme-social-menu a[href*="dribbble.com"] .menu-text, .theme-social-menu a[href*="stumbleupon.com"] .menu-text, .theme-social-menu a[href*="digg.com"] .menu-text, .theme-social-menu a[href*="behance.net"] .menu-text, .theme-social-menu a[href*="delicious.com"] .menu-text, .theme-social-menu a[href*="deviantart.com"] .menu-text, .theme-social-menu a[href*="play.com"] .menu-text, .theme-social-menu a[href*="wikipedia.com"] .menu-text, .theme-social-menu a[href*="apple.com"] .menu-text, .theme-social-menu a[href*="github.com"] .menu-text, .theme-social-menu a[href*="github.io"] .menu-text, .theme-social-menu a[href*="windows.com"] .menu-text, .theme-social-menu a[href*="tripadvisor."] .menu-text, .theme-social-menu a[href*="slideshare.net"] .menu-text, .theme-social-menu a[href*=".rss"] .menu-text, .theme-social-menu a[href*="vk.com"] .menu-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  .theme-social-menu a[href*="twitter.com"]:before, .theme-social-menu a[href*="facebook.com"]:before, .theme-social-menu a[href*="google.com"]:before, .theme-social-menu a[href*="plus.google.com"]:before, .theme-social-menu a[href*="pinterest.com"]:before, .theme-social-menu a[href*="foursquare.com"]:before, .theme-social-menu a[href*="yahoo.com"]:before, .theme-social-menu a[href*="skype:"]:before, .theme-social-menu a[href*="yelp.com"]:before, .theme-social-menu a[href*="linkedin.com"]:before, .theme-social-menu a[href*="viadeo.com"]:before, .theme-social-menu a[href*="xing.com"]:before, .theme-social-menu a[href*="soundcloud.com"]:before, .theme-social-menu a[href*="spotify.com"]:before, .theme-social-menu a[href*="last.fm"]:before, .theme-social-menu a[href*="youtube.com"]:before, .theme-social-menu a[href*="vimeo.com"]:before, .theme-social-menu a[href*="vine.com"]:before, .theme-social-menu a[href*="flickr.com"]:before, .theme-social-menu a[href*="500px.com"]:before, .theme-social-menu a[href*="instagram.com"]:before, .theme-social-menu a[href*="tumblr.com"]:before, .theme-social-menu a[href*="reddit.com"]:before, .theme-social-menu a[href*="dribbble.com"]:before, .theme-social-menu a[href*="stumbleupon.com"]:before, .theme-social-menu a[href*="digg.com"]:before, .theme-social-menu a[href*="behance.net"]:before, .theme-social-menu a[href*="delicious.com"]:before, .theme-social-menu a[href*="deviantart.com"]:before, .theme-social-menu a[href*="play.com"]:before, .theme-social-menu a[href*="wikipedia.com"]:before, .theme-social-menu a[href*="apple.com"]:before, .theme-social-menu a[href*="github.com"]:before, .theme-social-menu a[href*="github.io"]:before, .theme-social-menu a[href*="windows.com"]:before, .theme-social-menu a[href*="tripadvisor."]:before, .theme-social-menu a[href*="slideshare.net"]:before, .theme-social-menu a[href*=".rss"]:before, .theme-social-menu a[href*="vk.com"]:before {
    margin-right: 0;
  }
}

.theme-social-menu {
  padding: 0.5rem 0;
  list-style: none;
}

@media (min-width: 1470px) {
  .theme-social-menu {
    padding: 1rem 0;
  }
}

.theme-social-menu li {
  margin: 0;
}

.theme-social-menu li:before {
  display: none !important;
}

.theme-social-menu .sub-menu {
  top: 100%;
}

.theme-social-menu .sub-menu a {
  padding: 0.75rem 1.25rem;
  margin: 0;
  line-height: 1.4;
}

.theme-social-menu a:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px;
  display: inline-block !important;
  font-size: 14px;
  font-size: 0.875rem;
  content: '';
}

@media screen and (min-width: 991px) {
  .theme-social-menu a:before {
    min-width: 0;
  }
}

.theme-social-menu a {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 991px) {
  .theme-social-menu a {
    width: auto !important;
    text-align: left !important;
  }
}

.theme-social-menu a:empty {
  width: 1em;
}

.theme-social-menu a[href*="twitter.com"]:before {
  content: "";
}

.theme-social-menu a[href*="facebook.com"]:before {
  content: "";
}

.theme-social-menu a[href*="google.com"]:before {
  content: "";
}

.theme-social-menu a[href*="plus.google.com"]:before {
  content: "";
}

.theme-social-menu a[href*="pinterest.com"]:before {
  content: "";
}

.theme-social-menu a[href*="foursquare.com"]:before {
  content: "";
}

.theme-social-menu a[href*="yahoo.com"]:before {
  content: "";
}

.theme-social-menu a[href*="skype:"]:before {
  content: "";
}

.theme-social-menu a[href*="yelp.com"]:before {
  content: "";
}

.theme-social-menu a[href*="linkedin.com"]:before {
  content: "";
}

.theme-social-menu a[href*="viadeo.com"]:before {
  content: "";
}

.theme-social-menu a[href*="xing.com"]:before {
  content: "";
}

.theme-social-menu a[href*="soundcloud.com"]:before {
  content: "";
}

.theme-social-menu a[href*="spotify.com"]:before {
  content: "";
}

.theme-social-menu a[href*="last.fm"]:before {
  content: "";
}

.theme-social-menu a[href*="youtube.com"]:before {
  content: "";
}

.theme-social-menu a[href*="vimeo.com"]:before {
  content: "";
}

.theme-social-menu a[href*="vine.com"]:before {
  content: "";
}

.theme-social-menu a[href*="flickr.com"]:before {
  content: "";
}

.theme-social-menu a[href*="500px.com"]:before {
  content: "";
}

.theme-social-menu a[href*="instagram.com"]:before {
  content: "";
}

.theme-social-menu a[href*="tumblr.com"]:before {
  content: "";
}

.theme-social-menu a[href*="reddit.com"]:before {
  content: "";
}

.theme-social-menu a[href*="dribbble.com"]:before {
  content: "";
}

.theme-social-menu a[href*="stumbleupon.com"]:before {
  content: "";
}

.theme-social-menu a[href*="digg.com"]:before {
  content: "";
}

.theme-social-menu a[href*="behance.net"]:before {
  content: "";
}

.theme-social-menu a[href*="delicious.com"]:before {
  content: "";
}

.theme-social-menu a[href*="deviantart.com"]:before {
  content: "";
}

.theme-social-menu a[href*="play.com"]:before {
  content: "";
}

.theme-social-menu a[href*="wikipedia.com"]:before {
  content: "";
}

.theme-social-menu a[href*="apple.com"]:before {
  content: "";
}

.theme-social-menu a[href*="github.com"]:before {
  content: "";
}

.theme-social-menu a[href*="github.io"]:before {
  content: "";
}

.theme-social-menu a[href*="windows.com"]:before {
  content: "";
}

.theme-social-menu a[href*="tripadvisor."]:before {
  content: "";
}

.theme-social-menu a[href*="slideshare.net"]:before {
  content: "";
}

.theme-social-menu a[href*=".rss"]:before {
  content: "";
}

.theme-social-menu a[href*="vk.com"]:before {
  content: "";
}

.theme-social-menu a[href*="/map"] {
  margin: 0 1em;
  display: inline-block;
  width: auto;
  height: auto;
}

@media screen and (max-width: 991px) {
  .theme-social-menu a[href*="/map"] {
    margin: 0;
  }
}

.theme-social-menu a[href*="/map"]:hover {
  background: none;
}

.theme-social-menu a[href*="/map"]:before {
  margin-right: 1em;
  content: "";
}

.theme-social-menu a[href*="/map"] .menu-text {
  position: relative !important;
  clip: auto;
  width: auto;
  height: auto;
}

.theme-social-menu a[href*="tel:"]:before {
  margin-right: 1em;
  content: "";
}

.theme-social-menu a[href*="tel:"] .menu-text {
  position: relative !important;
  clip: auto;
  width: auto;
  height: auto;
}

.theme-social-menu a[href*='mailto:']:before {
  margin-right: 1em;
  content: "";
}

.theme-social-menu a[href*='mailto:'] .menu-text {
  position: relative !important;
  clip: auto;
  width: auto;
  height: auto;
}

.menu-contacts-container .theme-social-menu li a .menu-text {
  display: inline;
}
