/*!
Theme Name: Touriny
Theme URI: https://motopress.com/products/touriny
Author: MotoPress
Author URI: https://motopress.com/
Description: Touriny is a modern WordPress tour booking theme. It makes it possible for travel agencies to offer online appointments and other services to their clients.
Version: 1.1.0
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: touriny
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.

Touriny is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%; }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #333840;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 1.76; }

.h1, h1,
.h2, h2, .single-post-header .entry-title,
.h3, h3, .archive-post-header .entry-title, .widget-title, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step .mpa-shortcode-title,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-booking .mpa-message,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-booking .mpa-message, .mpa-locations-list-shortcode .entry-title, .mpa-service-categories-shortcode .entry-title,
.h4, h4, .comments-area .comment-list .comment-reply-title, .comments-area .comment-author .fn, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year,
.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month, .mpa-employees-list-shortcode .entry-title,
.h5, h5,
.h6, h6 {
  font-weight: 700;
  clear: both;
  color: #181618;
  margin-top: 40px;
  margin-bottom: 20px; }
  .h1:first-child, h1:first-child,
  .h2:first-child, h2:first-child, .single-post-header .entry-title:first-child,
  .h3:first-child, h3:first-child, .archive-post-header .entry-title:first-child, .widget-title:first-child, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step .mpa-shortcode-title:first-child,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title:first-child, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-booking .mpa-message:first-child,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-booking .mpa-message:first-child, .mpa-locations-list-shortcode .entry-title:first-child, .mpa-service-categories-shortcode .entry-title:first-child,
  .h4:first-child, h4:first-child, .comments-area .comment-list .comment-reply-title:first-child, .comments-area .comment-author .fn:first-child, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year:first-child,
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month:first-child,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year:first-child,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month:first-child, .mpa-employees-list-shortcode .entry-title:first-child,
  .h5:first-child, h5:first-child,
  .h6:first-child, h6:first-child {
    margin-top: 0; }
  .h1:last-child, h1:last-child,
  .h2:last-child, h2:last-child, .single-post-header .entry-title:last-child,
  .h3:last-child, h3:last-child, .archive-post-header .entry-title:last-child, .widget-title:last-child, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step .mpa-shortcode-title:last-child,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title:last-child, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-booking .mpa-message:last-child,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-booking .mpa-message:last-child, .mpa-locations-list-shortcode .entry-title:last-child, .mpa-service-categories-shortcode .entry-title:last-child,
  .h4:last-child, h4:last-child, .comments-area .comment-list .comment-reply-title:last-child, .comments-area .comment-author .fn:last-child, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year:last-child,
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month:last-child,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year:last-child,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month:last-child, .mpa-employees-list-shortcode .entry-title:last-child,
  .h5:last-child, h5:last-child,
  .h6:last-child, h6:last-child {
    margin-bottom: 0; }

h1, .h1 {
  font-size: 40px;
  line-height: 50px; }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 70px;
      line-height: 90px; } }

h2, .single-post-header .entry-title, .h2 {
  font-size: 30px;
  line-height: 40px; }
  @media (min-width: 992px) {
    h2, .single-post-header .entry-title, .h2 {
      font-size: 50px;
      line-height: 55px; } }

h3, .archive-post-header .entry-title, .widget-title, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step .mpa-shortcode-title,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-booking .mpa-message,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-booking .mpa-message, .mpa-locations-list-shortcode .entry-title, .mpa-service-categories-shortcode .entry-title, .h3 {
  font-size: 24px;
  line-height: 35px; }
  @media (min-width: 992px) {
    h3, .archive-post-header .entry-title, .widget-title, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step .mpa-shortcode-title,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-booking .mpa-message,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-booking .mpa-message, .mpa-locations-list-shortcode .entry-title, .mpa-service-categories-shortcode .entry-title, .h3 {
      font-size: 30px;
      line-height: 40px; } }

h4, .comments-area .comment-list .comment-reply-title, .comments-area .comment-author .fn, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year,
.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month, .mpa-employees-list-shortcode .entry-title, .h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px; }
  @media (min-width: 992px) {
    h4, .comments-area .comment-list .comment-reply-title, .comments-area .comment-author .fn, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year,
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month, .mpa-employees-list-shortcode .entry-title, .h4 {
      font-size: 24px;
      line-height: 35px; } }

h5, .h5 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500; }

h6, .h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500; }

p {
  margin-bottom: 1em;
  margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }
  p > img {
    vertical-align: text-top; }

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

blockquote {
  background-color: #BBD2D1;
  padding: 30px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 500;
  color: #181618; }
  blockquote a {
    color: #FF8049; }
  blockquote cite {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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; }

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

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

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #F3F3F3; }
  body:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #181618;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 15; }
  body.sidebar-opened {
    overflow: hidden; }
    body.sidebar-opened:before {
      opacity: .4;
      visibility: visible; }

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

ul,
ol {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px; }
  ul li,
  ol li {
    margin-bottom: 10px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-top: 10px; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

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

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0;
  width: 100%;
  background: #BBD2D1;
  color: #181618;
  border: 0;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden; }
  table th,
  table td {
    border: 0;
    border-bottom: 1px solid currentColor;
    padding: 8px 10px; }
    @media (min-width: 992px) {
      table th,
      table td {
        padding: 16px 25px; } }
  table th {
    text-align: left;
    font-weight: 500; }
  table tbody:last-child tr:last-child th,
  table tbody:last-child tr:last-child td {
    border-bottom: 0; }
  table a {
    color: #FF8049; }

/* Links
--------------------------------------------- */
a {
  color: #759997;
  text-decoration: none;
  transition: .3s; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  display: inline-block;
  background: #FF8049;
  color: #fff;
  border: 1px solid transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border-radius: 8px;
  padding: 19px 30px;
  transition: .3s; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .button:hover {
    text-decoration: none;
    cursor: pointer;
    background: #181618; }
  button:active, button:focus,
  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:active,
  .button:focus {
    text-decoration: none;
    background: #181618; }

.button.outlined {
  background: transparent;
  color: #181618;
  border-color: #181618; }
  .button.outlined:hover {
    background: #181618;
    color: #fff; }

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 {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #333840;
  border-radius: 8px;
  padding: 14px 18px; }
  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-color: #FF8049;
    outline: none; }

select {
  height: 60px;
  background-image: url("img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: top 25px right 19px;
  appearance: none;
  padding-right: 35px; }

form > * {
  margin-bottom: 30px; }
  form > *:last-child {
    margin-bottom: 0; }

label {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  color: #181618;
  line-height: 1.29; }

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.wrapper {
  max-width: 1160px;
  margin: 0 auto; }

.site-main {
  padding: 0 20px 40px; }
  @media (min-width: 992px) {
    .site-main {
      padding: 0 50px 80px; } }
  .site-main.without-indents, .site-main.canvas {
    padding-bottom: 0; }
  .site-main.without-indents .page-header {
    margin-bottom: 0; }

.site-header {
  background: #BBD2D1;
  color: #181618;
  padding: 0 20px;
  position: relative;
  z-index: 10; }
  @media (min-width: 992px) {
    .site-header {
      padding: 0 50px; } }
  .site-header.absolute {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
  @media (min-width: 992px) {
    .site-header.no-sidebar-button .site-header-wrapper {
      position: relative; }
      .site-header.no-sidebar-button .site-header-wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        border-bottom: 1px solid currentColor;
        bottom: 20px; } }
  @media (min-width: 992px) {
    .site-header.no-sidebar-button .main-navigation {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .home.blog .site-header.no-sidebar-button .site-header-wrapper {
      padding-bottom: 50px; }
      .home.blog .site-header.no-sidebar-button .site-header-wrapper:after {
        bottom: 50px; } }

.site-branding {
  display: flex;
  align-items: center; }
  @media (min-width: 992px) {
    .site-branding {
      padding-right: 20px;
      flex: 1 0 20%; } }
  .site-branding a {
    color: inherit;
    text-decoration: none; }
  .site-branding .site-title {
    color: inherit;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 0; }
  .site-branding .site-description {
    display: none;
    line-height: 1;
    font-size: .75em;
    margin-top: 5px; }
  .site-branding .custom-logo-link {
    margin-right: 8px;
    flex-shrink: 0; }
    .site-branding .custom-logo-link img {
      display: block; }

.site-header-wrapper {
  display: flex;
  padding: 20px 0;
  align-items: center;
  max-width: 1600px; }
  .site-header-wrapper > .sidebar-toggle {
    display: none; }
    @media (min-width: 992px) {
      .site-header-wrapper > .sidebar-toggle {
        display: block; } }

@media (min-width: 992px) {
  .sidebar-toggle {
    text-align: right;
    flex: 1 0 20%;
    padding-left: 20px; } }

.mobile-sidebar-toggle-wrapper {
  max-width: 760px;
  margin: 20px auto 0; }
  @media (min-width: 992px) {
    .mobile-sidebar-toggle-wrapper {
      display: none; } }
  .mobile-sidebar-toggle-wrapper .button {
    width: 100%; }

.menu-toggle {
  display: block;
  margin-left: auto;
  padding: 10px 20px; }
  @media (min-width: 992px) {
    .menu-toggle {
      display: none; } }

.main-navigation-wrapper {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 20px 20px 40px;
  box-shadow: 0 20px 20px rgba(133, 132, 133, 0.4); }
  @media (min-width: 992px) {
    .main-navigation-wrapper {
      display: flex;
      position: relative;
      padding: 0;
      box-shadow: none; } }
  .main-navigation-wrapper:before {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    bottom: 0;
    background: #BBD2D1;
    display: block; }
    @media (min-width: 992px) {
      .main-navigation-wrapper:before {
        display: none; } }
  @media (max-width: 991px) {
    .main-navigation.toggled .main-navigation-wrapper {
      display: block; } }

.site-footer {
  padding: 40px;
  background: #BBD2D1; }

.footer-menus {
  padding: 35px 0 5px;
  margin-top: 50px;
  border-top: 1px solid #181618;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  @media (min-width: 992px) {
    .footer-menus {
      margin-top: 180px;
      flex-direction: row; } }
  .footer-menus:first-child {
    margin-top: 0;
    border-top: 0; }

.footer-menu-container {
  margin-right: auto;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .footer-menu-container {
      margin-bottom: 0; } }
  .footer-menu-container:last-child {
    margin-bottom: 0; }

@media (min-width: 992px) {
  .footer-socials-container {
    margin-left: 15px; } }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.social-menu, .mpa-employee-social-networks {
  line-height: 1; }
  .social-menu a, .mpa-employee-social-networks a {
    position: relative;
    color: #759997;
    text-decoration: none;
    transition: none; }
    .social-menu a:hover:before, .mpa-employee-social-networks a:hover:before {
      color: #FF8049; }
    .social-menu a .menu-text, .mpa-employee-social-networks a .menu-text {
      clip: rect(1px, 1px, 1px, 1px);
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden; }
  .social-menu a:before, .mpa-employee-social-networks a:before {
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    display: inline-block !important;
    content: "\f129";
    font-weight: 500;
    font-size: 22px;
    margin-right: 0;
    transition: .3s; }
  .social-menu a:empty, .mpa-employee-social-networks a:empty {
    width: 1em; }
  .social-menu a[href*="twitter.com"]:before, .mpa-employee-social-networks a[href*="twitter.com"]:before {
    content: "\f099"; }
  .social-menu a[href*="facebook.com"]:before, .mpa-employee-social-networks a[href*="facebook.com"]:before {
    content: "\f39e"; }
  .social-menu a[href*="google.com"]:before, .mpa-employee-social-networks a[href*="google.com"]:before {
    content: "\f2b3"; }
  .social-menu a[href*="/map"]:before, .mpa-employee-social-networks a[href*="/map"]:before {
    content: "\f041"; }
  .social-menu a[href*="pinterest.com"]:before, .mpa-employee-social-networks a[href*="pinterest.com"]:before {
    content: "\f0d2"; }
  .social-menu a[href*="foursquare.com"]:before, .mpa-employee-social-networks a[href*="foursquare.com"]:before {
    content: "\f180"; }
  .social-menu a[href*="yahoo.com"]:before, .mpa-employee-social-networks a[href*="yahoo.com"]:before {
    content: "\f19e"; }
  .social-menu a[href*="skype:"]:before, .mpa-employee-social-networks a[href*="skype:"]:before {
    content: "\f17e"; }
  .social-menu a[href*="yelp.com"]:before, .mpa-employee-social-networks a[href*="yelp.com"]:before {
    content: "\f1e9"; }
  .social-menu a[href*="linkedin.com"]:before, .mpa-employee-social-networks a[href*="linkedin.com"]:before {
    content: "\f08c"; }
  .social-menu a[href*="viadeo.com"]:before, .mpa-employee-social-networks a[href*="viadeo.com"]:before {
    content: "\f2a9"; }
  .social-menu a[href*="xing.com"]:before, .mpa-employee-social-networks a[href*="xing.com"]:before {
    content: "\f168"; }
  .social-menu a[href*="soundcloud.com"]:before, .mpa-employee-social-networks a[href*="soundcloud.com"]:before {
    content: "\f1be"; }
  .social-menu a[href*="spotify.com"]:before, .mpa-employee-social-networks a[href*="spotify.com"]:before {
    content: "\f1bc"; }
  .social-menu a[href*="last.fm"]:before, .mpa-employee-social-networks a[href*="last.fm"]:before {
    content: "\f202"; }
  .social-menu a[href*="youtube.com"]:before, .mpa-employee-social-networks a[href*="youtube.com"]:before {
    content: "\f167"; }
  .social-menu a[href*="vimeo.com"]:before, .mpa-employee-social-networks a[href*="vimeo.com"]:before {
    content: "\f40a"; }
  .social-menu a[href*="vine.com"]:before, .mpa-employee-social-networks a[href*="vine.com"]:before {
    content: "\f1ca"; }
  .social-menu a[href*="flickr.com"]:before, .mpa-employee-social-networks a[href*="flickr.com"]:before {
    content: "\f16e"; }
  .social-menu a[href*="500px.com"]:before, .mpa-employee-social-networks a[href*="500px.com"]:before {
    content: "\f26e"; }
  .social-menu a[href*="instagram.com"]:before, .mpa-employee-social-networks a[href*="instagram.com"]:before {
    content: "\f16d"; }
  .social-menu a[href*="tumblr.com"]:before, .mpa-employee-social-networks a[href*="tumblr.com"]:before {
    content: "\f173"; }
  .social-menu a[href*="reddit.com"]:before, .mpa-employee-social-networks a[href*="reddit.com"]:before {
    content: "\f1a1"; }
  .social-menu a[href*="dribbble.com"]:before, .mpa-employee-social-networks a[href*="dribbble.com"]:before {
    content: "\f17d"; }
  .social-menu a[href*="stumbleupon.com"]:before, .mpa-employee-social-networks a[href*="stumbleupon.com"]:before {
    content: "\f1a4"; }
  .social-menu a[href*="digg.com"]:before, .mpa-employee-social-networks a[href*="digg.com"]:before {
    content: "\f1a6"; }
  .social-menu a[href*="behance.net"]:before, .mpa-employee-social-networks a[href*="behance.net"]:before {
    content: "\f1b4"; }
  .social-menu a[href*="delicious.com"]:before, .mpa-employee-social-networks a[href*="delicious.com"]:before {
    content: "\f1a5"; }
  .social-menu a[href*="deviantart.com"]:before, .mpa-employee-social-networks a[href*="deviantart.com"]:before {
    content: "\f1bd"; }
  .social-menu a[href*="play.com"]:before, .mpa-employee-social-networks a[href*="play.com"]:before {
    content: "\f04b"; }
  .social-menu a[href*="wikipedia.com"]:before, .mpa-employee-social-networks a[href*="wikipedia.com"]:before {
    content: "\f266"; }
  .social-menu a[href*="apple.com"]:before, .mpa-employee-social-networks a[href*="apple.com"]:before {
    content: "\f179"; }
  .social-menu a[href*="github.com"]:before, .mpa-employee-social-networks a[href*="github.com"]:before {
    content: "\f09b"; }
  .social-menu a[href*="github.io"]:before, .mpa-employee-social-networks a[href*="github.io"]:before {
    content: "\f09b"; }
  .social-menu a[href*="windows.com"]:before, .mpa-employee-social-networks a[href*="windows.com"]:before {
    content: "\f17a"; }
  .social-menu a[href*="slideshare.net"]:before, .mpa-employee-social-networks a[href*="slideshare.net"]:before {
    content: "\f1e7"; }
  .social-menu a[href*=".rss"]:before, .mpa-employee-social-networks a[href*=".rss"]:before {
    content: "\f09e"; }
  .social-menu a[href*="vk.com"]:before, .mpa-employee-social-networks a[href*="vk.com"]:before {
    content: "\f189"; }
  .social-menu a[href*="tel:"]:before, .mpa-employee-social-networks a[href*="tel:"]:before {
    content: "\f095"; }
  .social-menu a[href*="mailto:"]:before, .mpa-employee-social-networks a[href*="mailto:"]:before {
    content: "\f0e0"; }

.main-navigation {
  display: block;
  font-weight: 500;
  flex: 1 0 auto;
  line-height: 1.2; }
  @media (min-width: 992px) {
    .main-navigation {
      position: relative;
      flex: 0 1 auto;
      padding: 20px 0;
      border-bottom: 1px solid currentColor;
      max-width: 760px; } }
  .main-navigation:last-child {
    padding-right: 0; }
  .no-sidebar-button .main-navigation {
    border-bottom: 0; }
  .main-navigation .link-border {
    display: none; }
    @media (min-width: 992px) {
      .main-navigation .link-border {
        display: block;
        position: absolute;
        bottom: 0;
        height: 5px;
        width: 0;
        left: 0;
        background: #181618;
        transition: .3s; } }
  .main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
    max-width: 760px; }
    @media (min-width: 992px) {
      .main-navigation ul {
        margin: 0 -20px;
        max-width: none;
        flex-direction: row; } }
    @media (min-width: 1470px) {
      .main-navigation ul {
        margin: 0 -40px; } }
    .main-navigation ul ul {
      font-weight: 400;
      display: none;
      margin-left: 15px; }
      @media (min-width: 992px) {
        .main-navigation ul ul {
          display: flex;
          color: #333840;
          background: #fff;
          position: absolute;
          top: 120%;
          left: -20px;
          z-index: 10;
          filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
          border-radius: 8px;
          margin: 8px 0 0 0;
          visibility: hidden;
          opacity: 0;
          transition: .3s;
          padding: 17px 0; } }
      .main-navigation ul ul.opened {
        display: flex; }
      @media (min-width: 992px) {
        .main-navigation ul ul:after {
          content: '';
          position: absolute;
          top: -8px;
          width: 100%;
          height: 8px; } }
      @media (min-width: 992px) {
        .main-navigation ul ul.toleft {
          left: auto;
          right: -20px; } }
      @media (min-width: 992px) {
        .main-navigation ul ul ul {
          top: 20%;
          left: 100%;
          transform: none;
          right: auto;
          margin-top: 0;
          margin-left: 10px; } }
      @media (min-width: 992px) {
        .main-navigation ul ul ul:before {
          top: 16px;
          left: auto;
          right: 100%;
          transform: none;
          border-top: 8px solid transparent;
          border-right: 8px solid #fff;
          border-bottom: 8px solid transparent; } }
      @media (min-width: 992px) {
        .main-navigation ul ul ul:after {
          right: 100%;
          left: auto;
          width: 10px;
          height: 100%; } }
      @media (min-width: 992px) {
        .main-navigation ul ul ul.toleft {
          left: auto;
          right: 100%;
          margin-right: 10px;
          margin-left: auto; } }
      @media (min-width: 992px) {
        .main-navigation ul ul ul.toleft:after {
          right: auto;
          left: 100%; } }
      .main-navigation ul ul li {
        margin: 0; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          top: 0; }
      @media (min-width: 992px) {
        .main-navigation ul ul a {
          width: 200px;
          padding: 8px 20px; } }
      @media (min-width: 992px) {
        .main-navigation ul ul :hover > a,
        .main-navigation ul ul .focus > a {
          transform: translateX(6px); } }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a,
      .main-navigation ul ul :hover > .submenu-toggle,
      .main-navigation ul ul .focus > .submenu-toggle {
        color: #FF8049; }
      @media (min-width: 992px) {
        .main-navigation ul ul :hover > .submenu-toggle svg,
        .main-navigation ul ul .focus > .submenu-toggle svg {
          transform: rotate(-90deg); } }
      @media (min-width: 992px) {
        .main-navigation ul ul .submenu-toggle {
          right: 8px; } }
      @media (min-width: 992px) {
        .main-navigation ul ul .page_item_has_children > a,
        .main-navigation ul ul .menu-item-has-children > a {
          padding-right: 35px; } }
    @media (min-width: 992px) {
      .main-navigation ul li:hover > ul,
      .main-navigation ul li.focus > ul {
        top: 100%;
        visibility: visible;
        opacity: 1; } }
  .main-navigation li {
    position: relative; }
    @media (min-width: 992px) {
      .main-navigation li {
        margin: 0 20px; } }
    @media (min-width: 1470px) {
      .main-navigation li {
        margin: 0 40px; } }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 10px 0; }
  .main-navigation .page_item_has_children > a,
  .main-navigation .menu-item-has-children > a {
    padding-right: 25px; }
  .main-navigation .submenu-toggle {
    color: inherit;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 10px; }
    @media (min-width: 992px) {
      .main-navigation .submenu-toggle {
        top: 50%;
        transform: translateY(-50%);
        padding: 5px;
        font-size: 14px;
        line-height: 1; } }
    .main-navigation .submenu-toggle:hover {
      background: transparent; }
    .main-navigation .submenu-toggle svg {
      fill: currentColor;
      transition: transform .3s; }
    @media (max-width: 991px) {
      .main-navigation .submenu-toggle.toggled svg {
        transform: rotate(-180deg); } }

@media (min-width: 992px) {
  .hidden-items-container {
    margin-left: 40px; } }

@media (min-width: 1470px) {
  .hidden-items-container {
    margin-left: 80px; } }

.hidden-items-container.no-hidden-items {
  display: none; }

.comment-navigation,
.posts-navigation,
.post-navigation {
  max-width: 760px;
  background: #759997;
  color: #fff;
  padding: 25px 30px 30px;
  border-radius: 8px;
  margin: 30px auto; }
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .comment-navigation .nav-links,
      .posts-navigation .nav-links,
      .post-navigation .nav-links {
        flex-wrap: nowrap; } }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    position: relative;
    flex: 1 0 100%;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .comment-navigation .nav-previous,
      .posts-navigation .nav-previous,
      .post-navigation .nav-previous {
        flex: 1 0 50%;
        padding-bottom: 0;
        margin-bottom: 0; } }
    .comment-navigation .nav-previous:after,
    .posts-navigation .nav-previous:after,
    .post-navigation .nav-previous:after {
      content: '';
      position: absolute;
      display: block;
      background: #BBD2D1;
      right: 0;
      left: 0;
      bottom: 0;
      height: 1px; }
      @media (min-width: 768px) {
        .comment-navigation .nav-previous:after,
        .posts-navigation .nav-previous:after,
        .post-navigation .nav-previous:after {
          right: -.5px;
          top: 8px;
          bottom: 3px;
          width: 1px;
          left: auto;
          height: auto; } }
    .comment-navigation .nav-previous:last-child,
    .posts-navigation .nav-previous:last-child,
    .post-navigation .nav-previous:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
      .comment-navigation .nav-previous:last-child:after,
      .posts-navigation .nav-previous:last-child:after,
      .post-navigation .nav-previous:last-child:after {
        display: none; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    text-align: end;
    flex: 1 0 100%; }
    @media (min-width: 768px) {
      .comment-navigation .nav-next,
      .posts-navigation .nav-next,
      .post-navigation .nav-next {
        flex: 1 0 50%; } }
    .comment-navigation .nav-next .nav-icon,
    .posts-navigation .nav-next .nav-icon,
    .post-navigation .nav-next .nav-icon {
      left: auto;
      right: 0; }
  .comment-navigation .nav-title,
  .posts-navigation .nav-title,
  .post-navigation .nav-title {
    font-weight: 500;
    word-break: break-word; }
  .comment-navigation a,
  .posts-navigation a,
  .post-navigation a {
    display: block;
    position: relative;
    padding-top: 65px;
    color: inherit;
    text-decoration: none; }
    .comment-navigation a:focus, .comment-navigation a:hover,
    .posts-navigation a:focus,
    .posts-navigation a:hover,
    .post-navigation a:focus,
    .post-navigation a:hover {
      color: #181618; }
      .comment-navigation a:focus .nav-icon, .comment-navigation a:hover .nav-icon,
      .posts-navigation a:focus .nav-icon,
      .posts-navigation a:hover .nav-icon,
      .post-navigation a:focus .nav-icon,
      .post-navigation a:hover .nav-icon {
        background: #181618;
        color: #fff; }
  .comment-navigation .nav-icon,
  .posts-navigation .nav-icon,
  .post-navigation .nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: #181618;
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0; }
    .comment-navigation .nav-icon svg,
    .posts-navigation .nav-icon svg,
    .post-navigation .nav-icon svg {
      fill: currentColor; }

.comment-navigation {
  padding: 30px; }
  .comment-navigation a {
    padding-top: 0; }

.navigation.pagination {
  max-width: 760px;
  margin: 75px auto;
  font-weight: 500;
  font-size: 24px;
  color: #181618; }
  .navigation.pagination svg {
    fill: currentColor; }
  .navigation.pagination a {
    color: inherit;
    text-decoration: none; }
    .navigation.pagination a:focus, .navigation.pagination a:hover {
      color: #FF8049; }
  .navigation.pagination .current {
    color: #FF8049; }
  .navigation.pagination .nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #181618;
    color: #fff; }
    .navigation.pagination .nav-icon:focus, .navigation.pagination .nav-icon:hover {
      background: #FF8049; }
  .navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center; }
  .navigation.pagination .page-numbers {
    margin: 5px 20px; }

.footer-menu {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  font-weight: 500;
  text-align: center; }
  @media (min-width: 992px) {
    .footer-menu {
      text-align: left; } }
  .footer-menu li {
    margin: 5px 20px;
    padding: 0;
    display: inline-block; }
    .footer-menu li:last-child {
      margin-right: 0; }
  .footer-menu a {
    color: inherit;
    text-decoration: none; }
    .footer-menu a:hover {
      color: #FF8049; }

.footer-socials {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  text-align: center; }
  @media (min-width: 992px) {
    .footer-socials {
      text-align: left; } }
  .footer-socials li {
    display: inline-block;
    margin: 5px 15px; }

.page-links .post-page-numbers {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-weight: 500;
  margin: 0 3px 5px;
  line-height: 30px;
  text-align: center;
  color: #759997;
  border: 1px solid #759997;
  border-radius: 8px; }
  .page-links .post-page-numbers:last-child {
    margin-bottom: 5px; }
  .page-links .post-page-numbers.current, .page-links .post-page-numbers:focus, .page-links .post-page-numbers:hover {
    text-decoration: none;
    color: #fff;
    background-color: #759997; }

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

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

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

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

.entry-title,
.page-title {
  word-wrap: break-word; }

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

.post-thumbnail {
  margin-bottom: 25px;
  display: inline-block; }
  .post-thumbnail img {
    border-radius: 10px; }
  .post-thumbnail-link {
    display: inline-block; }

@media (max-width: 767px) {
  .byline {
    display: none; } }

.byline .avatar {
  border-radius: 50%;
  margin-right: 5px;
  display: block;
  width: 40px;
  height: 40px; }

.byline .image-url {
  vertical-align: middle;
  display: inline-block; }

.entry-meta {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-transform: uppercase; }
  .entry-meta > *:after {
    content: '';
    display: inline-block;
    height: 16px;
    width: 1px;
    background: currentColor;
    margin: -2px 15px 0;
    vertical-align: middle; }
  .entry-meta > *:last-child:after {
    display: none; }
  .entry-meta a {
    color: inherit;
    text-decoration: none; }
    .entry-meta a:hover {
      color: #FF8049; }

.entry-footer {
  max-width: 760px;
  margin: 30px auto; }
  .entry-footer .edit-link {
    display: block;
    margin: 10px 0;
    font-weight: 500; }
    .entry-footer .edit-link a {
      text-decoration: none; }
      .entry-footer .edit-link a:before {
        content: "\f304";
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        margin-right: 5px;
        font-size: .875em; }
      .entry-footer .edit-link a:hover {
        color: #FF8049; }

.tags-links a {
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #fff;
  text-decoration: none;
  background: #759997;
  border-radius: 3px;
  padding: 2px 15px; }
  .tags-links a:focus, .tags-links a:hover {
    background: #FF8049;
    color: #fff; }

.page-header {
  background: #BBD2D1;
  text-align: center;
  padding: 50px 70px 70px;
  margin: 0 -20px 50px; }
  @media (min-width: 992px) {
    .page-header {
      margin: 0 -50px 90px; } }
  .page-header .header-image {
    margin: 40px -40px -40px; }
    .page-header .header-image img {
      display: block;
      width: 100%;
      min-height: 250px;
      max-height: 500px;
      object-fit: cover; }

.sticky-post-indicator .icon {
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 12px 13px;
  background: #FF8049;
  margin-right: 5px; }
  @media (max-width: 767px) {
    .sticky-post-indicator .icon {
      display: none; } }
  .sticky-post-indicator .icon svg {
    fill: #fff; }

.not-found {
  text-align: center; }
  .not-found .page-content {
    max-width: 760px;
    margin: 0 auto; }

body.single .site-main {
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    body.single .site-main {
      padding-bottom: 120px; } }

.single-post.has-post-thumbnail .single-post-header {
  padding-bottom: 150px;
  margin-bottom: -100px; }
  @media (min-width: 768px) {
    .single-post.has-post-thumbnail .single-post-header {
      padding-bottom: 300px;
      margin-bottom: -235px; } }

.single-post-header {
  background: #BBD2D1;
  margin: 0 -20px 30px;
  padding: 60px 20px 40px; }
  @media (min-width: 992px) {
    .single-post-header {
      padding: 50px 70px 70px;
      margin: 0 -50px 65px; } }
  .single-post-header .entry-title {
    max-width: 880px;
    margin: 0 auto 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .single-post-header .entry-title {
        margin: 0 auto 40px; } }
    .single-post-header .entry-title:last-child {
      margin-bottom: 0; }
  .single-post-header .entry-meta {
    max-width: 880px;
    margin: 0 auto;
    text-align: center; }

.single-post-thumbnail {
  display: block; }
  .single-post-thumbnail img {
    margin-left: auto;
    margin-right: auto;
    display: block; }

.single-post-2-cols .single-post-header {
  padding-bottom: 0;
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .single-post-2-cols .single-post-header {
      padding-top: 90px;
      margin-bottom: 100px; } }

.single-post-2-cols .single-post-2-cols-left-content,
.single-post-2-cols .single-post-thumbnail {
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .single-post-2-cols .single-post-2-cols-left-content,
    .single-post-2-cols .single-post-thumbnail {
      margin-right: 12%;
      width: 100%;
      max-width: 48.2%;
      flex: 1 0 auto; } }

@media (min-width: 992px) {
  .single-post-2-cols .single-post-thumbnail {
    margin-bottom: -40px; } }

.single-post-2-cols .single-post-2-cols-content-wrapper,
.single-post-2-cols .single-post-2-cols-header {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .single-post-2-cols .single-post-2-cols-content-wrapper,
    .single-post-2-cols .single-post-2-cols-header {
      display: flex; } }

.single-post-2-cols .single-post-2-cols-info {
  display: flex;
  flex-direction: column;
  flex: auto; }
  .single-post-2-cols .single-post-2-cols-info .entry-title {
    text-align: left; }

.home .posts-archive {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .home .posts-archive {
      padding-top: 120px;
      padding-bottom: 70px; } }

.posts-archive .layout-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  @media (min-width: 768px) {
    .posts-archive .layout-grid {
      padding-left: 1px; } }
  .posts-archive .layout-grid .substrate {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    transition: .5s;
    z-index: 0; }

.archive-post {
  margin: 0 auto 90px; }
  .archive-post-header {
    max-width: 760px;
    margin: 0 auto 25px; }
    .archive-post-header .entry-title {
      margin-bottom: 25px; }
  .archive-post-thumbnail {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    line-height: 0; }

.grid-post {
  padding: 30px 30px 40px;
  border: 1px solid #181618;
  transition: .3s;
  width: 100%;
  margin-bottom: -1px;
  z-index: 1; }
  @media (min-width: 768px) {
    .grid-post {
      margin: -1px -1px 0 0;
      width: 50%; } }
  @media (min-width: 992px) {
    .grid-post {
      width: 33.33%; } }
  .grid-post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 14px; }
    .grid-post-meta a {
      color: inherit;
      text-decoration: none; }
      .grid-post-meta a:hover {
        color: #759997; }
    .grid-post-meta .byline {
      padding-right: 15px; }
      .grid-post-meta .byline img {
        width: 30px;
        height: 30px;
        margin-right: 5px; }
  .grid-post .post-thumbnail {
    margin-bottom: 25px; }
    .grid-post .post-thumbnail img {
      border-radius: 0; }
  .grid-post .cat-links {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 14px; }
    .grid-post .cat-links a {
      text-decoration: none;
      color: #FF8049; }
      .grid-post .cat-links a:hover {
        color: #759997; }
  .grid-post .entry-title {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: .01em;
    margin: 0; }
  .grid-post .entry-header {
    margin: 0; }

.page-template-template-canvas-page .canvas-page-content > * {
  max-width: none; }

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

.bypostauthor {
  display: block; }

.comments-area {
  max-width: 760px;
  margin: 80px auto 0; }
  .comments-area .comments-title {
    margin-bottom: 35px; }
  .comments-area .no-comments {
    padding: 30px;
    background: #fff;
    border-radius: 8px; }
  .comments-area .comment-list,
  .comments-area .children {
    list-style: none;
    padding: 0;
    margin: 0; }
    .comments-area .comment-list > li,
    .comments-area .children > li {
      margin-bottom: 30px; }
      .comments-area .comment-list > li:last-child,
      .comments-area .children > li:last-child {
        margin-bottom: 0; }
  .comments-area .comment-list .comment-respond {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 8px; }
  .comments-area .children {
    margin-top: 30px;
    margin-left: 15px; }
    @media (min-width: 992px) {
      .comments-area .children {
        margin-left: 120px; } }
  .comments-area .depth-2 .children {
    margin-left: 15px; }
    @media (min-width: 992px) {
      .comments-area .depth-2 .children {
        margin-left: 30px; } }
  .comments-area .comment-body {
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding: 130px 25px 30px 25px; }
    @media (min-width: 992px) {
      .comments-area .comment-body {
        padding: 25px 100px 30px 130px; } }
  .comments-area .pingback .comment-body,
  .comments-area .trackback .comment-body {
    padding: 25px; }
  .comments-area .comment-author .avatar {
    position: absolute;
    left: 25px;
    top: 25px;
    border-radius: 50%; }
  .comments-area .comment-author .says {
    display: none; }
  .comments-area .comment-author a {
    color: inherit;
    text-decoration: none; }
    .comments-area .comment-author a:hover {
      color: #FF8049; }
  .comments-area .comment-metadata a {
    color: inherit;
    text-decoration: none; }
    .comments-area .comment-metadata a:hover {
      color: #FF8049; }
  .comments-area .comment-metadata > a {
    margin-right: 20px; }
  .comments-area .comment-meta {
    margin-bottom: 10px; }
  .comments-area .reply {
    font-weight: 500;
    margin-top: 15px; }
    @media (min-width: 992px) {
      .comments-area .reply {
        position: absolute;
        right: 25px;
        top: 25px;
        margin-top: 0; } }
    .comments-area .reply a {
      color: #FF8049;
      text-decoration: none; }
      .comments-area .reply a:hover {
        color: #759997; }
    .comments-area .reply svg {
      fill: currentColor;
      margin-right: 4px; }

.comment-respond {
  margin-top: 80px; }

.comment-form {
  margin: 0 -10px; }
  .comment-form:after {
    content: '';
    display: table;
    clear: both; }
  .comment-form > * {
    float: left;
    width: 100%;
    padding: 0 10px; }
  @media (min-width: 992px) {
    .comment-form .comment-form-email,
    .comment-form .comment-form-author {
      width: 50%; } }
  .comment-form .form-submit {
    margin-bottom: 0; }

.comment-reply-title small {
  font-size: 50%;
  margin-left: 15px; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 2.5em; }
  .widget:last-child {
    margin-bottom: 0; }
  .widget select {
    max-width: 100%; }

.wp-calendar-table td, .wp-calendar-table th {
  padding: 5px;
  text-align: center; }

.wp-calendar-nav {
  text-align: center;
  margin-top: 5px; }

.widget_pages ul,
.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.widget_pages li,
.widget_nav_menu li {
  padding: 11px 0;
  margin: 0;
  border-bottom: 1px solid #181618;
  position: relative; }
  .widget_pages li:last-child,
  .widget_nav_menu li:last-child {
    border: 0; }
  .widget_pages li ul,
  .widget_nav_menu li ul {
    padding-left: 20px; }
  .widget_pages li li,
  .widget_nav_menu li li {
    border: 0;
    padding: 5px 0; }

.widget_pages a,
.widget_nav_menu a {
  color: inherit; }
  .widget_pages a:hover,
  .widget_nav_menu a:hover {
    color: #FF8049;
    text-decoration: none; }

.widget_pages .page_item_has_children,
.widget_pages .menu-item-has-children,
.widget_nav_menu .page_item_has_children,
.widget_nav_menu .menu-item-has-children {
  position: relative; }
  .widget_pages .page_item_has_children > a,
  .widget_pages .menu-item-has-children > a,
  .widget_nav_menu .page_item_has_children > a,
  .widget_nav_menu .menu-item-has-children > a {
    padding-right: 10px; }

.widget_pages .children,
.widget_pages .sub-menu,
.widget_nav_menu .children,
.widget_nav_menu .sub-menu {
  display: none; }
  .widget_pages .children.opened,
  .widget_pages .sub-menu.opened,
  .widget_nav_menu .children.opened,
  .widget_nav_menu .sub-menu.opened {
    display: block; }

.widget_pages .current_page_item > a, .widget_pages .current_page_item > .submenu-toggle,
.widget_pages .current-menu-parent > a,
.widget_pages .current-menu-parent > .submenu-toggle,
.widget_pages .current-menu-item > a,
.widget_pages .current-menu-item > .submenu-toggle,
.widget_nav_menu .current_page_item > a,
.widget_nav_menu .current_page_item > .submenu-toggle,
.widget_nav_menu .current-menu-parent > a,
.widget_nav_menu .current-menu-parent > .submenu-toggle,
.widget_nav_menu .current-menu-item > a,
.widget_nav_menu .current-menu-item > .submenu-toggle {
  color: #FF8049; }

.widget_pages .submenu-toggle,
.widget_nav_menu .submenu-toggle {
  background: transparent;
  padding: 0;
  color: inherit;
  width: 20px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 14px; }
  .widget_pages .submenu-toggle svg,
  .widget_nav_menu .submenu-toggle svg {
    fill: #181618; }
    .widget_pages .submenu-toggle svg:hover,
    .widget_nav_menu .submenu-toggle svg:hover {
      fill: #FF8049; }
  .widget_pages .submenu-toggle:hover,
  .widget_nav_menu .submenu-toggle:hover {
    color: #FF8049; }
  .widget_pages .submenu-toggle.toggled svg,
  .widget_nav_menu .submenu-toggle.toggled svg {
    transform: rotate(180deg); }

.widget_recent_entries ul,
.widget_rss ul,
.widget_categories ul,
.widget_archive ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .widget_recent_entries ul li,
  .widget_rss ul li,
  .widget_categories ul li,
  .widget_archive ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #181618;
    margin-bottom: 15px; }
    .widget_recent_entries ul li:last-child,
    .widget_rss ul li:last-child,
    .widget_categories ul li:last-child,
    .widget_archive ul li:last-child {
      margin-bottom: 0; }
  .widget_recent_entries ul ul,
  .widget_rss ul ul,
  .widget_categories ul ul,
  .widget_archive ul ul {
    width: 100%;
    padding-left: 20px; }
    .widget_recent_entries ul ul li,
    .widget_rss ul ul li,
    .widget_categories ul ul li,
    .widget_archive ul ul li {
      border: 0;
      padding: 5px 0; }

.widget_recent_entries a,
.widget_rss a,
.widget_categories a,
.widget_archive a {
  color: #181618;
  text-decoration: none;
  min-width: 0;
  max-width: 85%; }
  .widget_recent_entries a:hover,
  .widget_rss a:hover,
  .widget_categories a:hover,
  .widget_archive a:hover {
    color: #FF8049; }

.widget_rss ul li {
  margin-bottom: 25px; }

.widget_rss .rsswidget {
  width: 100%;
  font-weight: 500; }

.widget_rss .rss-date {
  font-size: .875em; }

.widget_rss .rssSummary {
  width: 100%;
  margin: 10px 0; }

.widget_rss cite {
  font-weight: 500; }

.wp-block-calendar caption,
.widget_calendar caption {
  border: 1px solid #858485;
  padding: 11px;
  font-weight: 500;
  border-radius: 8px; }

.wp-block-calendar table,
.widget_calendar table {
  border: 0;
  background: transparent; }
  .wp-block-calendar table a,
  .widget_calendar table a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    background: transparent;
    text-decoration: none;
    color: #FF8049; }
    .wp-block-calendar table a:hover,
    .widget_calendar table a:hover {
      background: #FF8049;
      color: #fff; }

.wp-block-calendar td,
.widget_calendar td {
  background: transparent;
  padding: 12px 5px;
  border-color: #BBD2D1; }

.wp-block-calendar th,
.widget_calendar th {
  color: #181618;
  padding: 11px 5px;
  font-weight: 500; }

.wp-block-calendar .wp-calendar-nav,
.widget_calendar .wp-calendar-nav {
  margin-top: 19px;
  display: flex;
  justify-content: space-between; }

.wp-block-calendar .wp-calendar-nav-prev,
.wp-block-calendar .wp-calendar-nav-next,
.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
  display: block; }
  .wp-block-calendar .wp-calendar-nav-prev a,
  .wp-block-calendar .wp-calendar-nav-next a,
  .widget_calendar .wp-calendar-nav-prev a,
  .widget_calendar .wp-calendar-nav-next a {
    display: block;
    padding: 7px 20px;
    background: #759997;
    color: #fff;
    border-radius: 8px;
    text-decoration: none; }
    .wp-block-calendar .wp-calendar-nav-prev a:hover,
    .wp-block-calendar .wp-calendar-nav-next a:hover,
    .widget_calendar .wp-calendar-nav-prev a:hover,
    .widget_calendar .wp-calendar-nav-next a:hover {
      background: #FF8049; }

.widget_meta ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.widget_meta a {
  color: inherit;
  text-decoration: none; }
  .widget_meta a:hover {
    color: #759997; }

.widget_meta li {
  margin-bottom: 10px; }
  .widget_meta li:last-child {
    margin-bottom: 0; }

.widget_recent_comments ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .widget_recent_comments ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #181618; }
    .widget_recent_comments ul li:last-child {
      border: 0;
      padding: 0; }

.widget_recent_comments a {
  color: inherit; }
  .widget_recent_comments a:hover {
    color: #FF8049;
    text-decoration: none; }

.wp-block-tag-cloud:after,
.widget_tag_cloud:after {
  content: '';
  display: table;
  clear: both; }

.wp-block-tag-cloud a,
.widget_tag_cloud a {
  color: #fff;
  display: inline-block;
  margin: 0 10px 10px 0;
  background: #759997;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 8px; }
  .wp-block-tag-cloud a:hover,
  .widget_tag_cloud a:hover {
    background: #FF8049; }

.wp-block-tag-cloud.is-style-outline a {
  background: transparent;
  border: 1px solid currentColor;
  color: #759997;
  padding: 5px 15px; }
  .wp-block-tag-cloud.is-style-outline a:hover {
    color: #fff;
    background: #759997;
    border-color: #759997; }

.search-form {
  display: flex; }
  .search-form label {
    flex: 1;
    margin: 0 10px 0 0; }

.widget_media_image img {
  display: block; }

.footer-widgets {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .footer-widgets {
      margin-top: 70px; } }
  .footer-widgets:last-child {
    margin-bottom: 70px; }
  .footer-widgets-column {
    width: 100%;
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      .footer-widgets-column {
        width: 57%;
        margin-bottom: 0; } }
    .footer-widgets-column:last-child {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .footer-widgets-column:first-child {
        width: 35%;
        margin-right: 8%; } }
    .footer-widgets-column:first-child:last-child {
      width: 100%;
      margin-right: 0; }
  .footer-widgets .widget {
    margin-bottom: 30px; }
    .footer-widgets .widget:last-child {
      margin-bottom: 0; }
    .footer-widgets .widget-title {
      margin-bottom: 10px; }

.main-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 560px;
  max-width: 100%;
  height: 100%;
  padding: 50px;
  background: #BBD2D1;
  transition: .3s ease;
  transform: translateX(120%);
  opacity: 0;
  z-index: 20;
  box-shadow: 0 0 100px rgba(24, 22, 24, 0.5);
  overflow: auto; }
  .main-sidebar.opened {
    opacity: 1;
    transform: none; }
  .admin-bar .main-sidebar {
    top: 32px; }
  .main-sidebar .close-sidebar {
    background: transparent;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px; }
    .main-sidebar .close-sidebar svg {
      transition: .3s; }
    .main-sidebar .close-sidebar:hover svg {
      transform: rotate(180deg); }

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

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

.wp-caption-text {
  text-align: center;
  font-size: .875em; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*!
 * Getwid Style Kit v1.0.0
 * Copyright 2020 MotoPress
 * Import this file to the main sass/scss file of your theme.
 * Example: @import "getwid-style-kit/scss/style"
 *
 * For more information visit https://github.com/mototeam/
 * License GNU GPL v2 or later.
 */
/* common block styles */
.entry-content > * {
  max-width: 760px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; }
  .entry-content > *:last-child {
    margin-bottom: 0; }
  .entry-content > *.alignwide {
    max-width: 1160px; }
  .entry-content > *.alignfull {
    max-width: none;
    width: auto;
    margin-right: -20px;
    margin-left: -20px; }
    @media (min-width: 992px) {
      .entry-content > *.alignfull {
        margin-right: -50px;
        margin-left: -50px; } }
  @media (min-width: 600px) {
    .entry-content > *.alignleft {
      margin-right: 30px; } }
  @media (min-width: 760px) {
    .entry-content > *.alignleft {
      margin-left: Max(calc(0.5 * (100vw - min(100vw, 760px)) - 20px), 0px);
      max-width: 400px; } }
  @media (min-width: 992px) {
    .entry-content > *.alignleft {
      margin-left: Max(calc(0.5 * (100vw - min(100vw, 760px)) - 50px), 0px); } }
  @media (min-width: 600px) {
    .entry-content > *.alignright {
      margin-left: 30px; } }
  @media (min-width: 760px) {
    .entry-content > *.alignright {
      margin-right: Max(calc(0.5 * (100vw - min(100vw, 760px)) - 20px), 0px);
      max-width: 400px; } }
  @media (min-width: 992px) {
    .entry-content > *.alignright {
      margin-right: Max(calc(0.5 * (100vw - min(100vw, 760px)) - 50px), 0px); } }

/* wp-block-paragraph styles */
/* wp-block-image styles */
.wp-block-image:last-child {
  margin-bottom: 0; }

.wp-block-image .alignleft {
  margin-right: 30px; }

.wp-block-image .alignright {
  margin-left: 30px; }

.wp-block-image img {
  display: block; }

.wp-block-image figcaption {
  font-size: .875em;
  text-align: center;
  margin: 10px 0 0; }

.wp-block-image.is-style-rounded-corners a,
.wp-block-image.is-style-rounded-corners img {
  border-radius: 8px; }

/* wp-block-gallery styles */
.wp-block-gallery:not(.has-nested-images) {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; }

.wp-block-gallery .blocks-gallery-caption {
  text-align: center;
  font-size: .875em; }

.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .wp-block-gallery.columns-1 .blocks-gallery-item {
      width: calc((100% - 16px * 0) / 1);
      margin-right: 16px; }
      .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0; } }

.wp-block-gallery.columns-2 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .wp-block-gallery.columns-2 .blocks-gallery-item {
      width: calc((100% - 16px * 1) / 2);
      margin-right: 16px; }
      .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0; } }

.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .wp-block-gallery.columns-3 .blocks-gallery-item {
      width: calc((100% - 16px * 2) / 3);
      margin-right: 16px; }
      .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0; } }

.wp-block-gallery.columns-4 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .wp-block-gallery.columns-4 .blocks-gallery-item {
      width: calc((100% - 16px * 3) / 4);
      margin-right: 16px; }
      .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0; } }

.wp-block-gallery.columns-5 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .wp-block-gallery.columns-5 .blocks-gallery-item {
      width: calc((100% - 16px * 4) / 5);
      margin-right: 16px; }
      .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0; } }

.wp-block-gallery.columns-6 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .wp-block-gallery.columns-6 .blocks-gallery-item {
      width: calc((100% - 16px * 5) / 6);
      margin-right: 16px; }
      .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0; } }

/* wp-block-quote styles */
.wp-block-quote p:last-of-type {
  margin-bottom: 0; }

.wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-quote.is-style-large {
  padding: 30px; }
  .wp-block-quote.is-style-large:not(.is-style-plain) p, .wp-block-quote.is-style-large p {
    font-size: 1.25em;
    font-style: normal; }
  .wp-block-quote.is-style-large:not(.is-style-plain) cite, .wp-block-quote.is-style-large cite {
    font-size: 1em;
    font-style: normal; }

.wp-block-quote.is-style-plain {
  background: transparent;
  border: 1px solid #BBD2D1;
  font-size: 17px; }

/* wp-block-file styles */
.wp-block-file .wp-block-file__button {
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  background: #FF8049;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.25;
  font-weight: 500;
  font-size: 14px;
  border: 2px solid transparent; }
  .wp-block-file .wp-block-file__button:hover, .wp-block-file .wp-block-file__button:focus {
    text-decoration: none;
    background-color: #181618;
    color: #fff; }

/* wp-block-code styles */
/* wp-block-preformatted styles */
/* wp-block-pullquote styles */
.wp-block-pullquote {
  padding: 30px; }
  .wp-block-pullquote p:last-of-type {
    margin-bottom: 0; }
  .wp-block-pullquote blockquote {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0; }
  .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%; }
    .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .wp-block-pullquote.is-style-solid-color blockquote.has-text-color cite {
      color: inherit; }
  .wp-block-pullquote.has-text-align-left, .wp-block-pullquote.has-text-align-right {
    max-width: 760px; }
  .wp-block-pullquote.alignwide {
    max-width: 1160px; }
  .wp-block-pullquote.alignfull {
    max-width: none; }

/* wp-block-table styles */
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background: #fff; }

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: transparent; }

.wp-block-table.is-style-stripes thead tr {
  background: #fff; }

.wp-block-table figcaption {
  text-align: center;
  margin-top: 10px;
  font-size: 14px; }

/* wp-block-verse styles */
pre.wp-block-verse {
  white-space: pre-wrap; }

/* wp-block-group styles */
.wp-block-group.has-background {
  padding: 30px; }

.wp-block-group .wp-block-group__inner-container > * {
  max-width: 100%;
  margin-bottom: 20px; }
  .wp-block-group .wp-block-group__inner-container > *:last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .wp-block-group .wp-block-group__inner-container > .wp-block-columns:only-child > .wp-block-column {
    margin-bottom: 0; } }

.wp-block-group.is-style-rounded {
  padding: 0;
  border-radius: 8px;
  overflow: hidden; }

/* wp-block-button styles */
.wp-block-button__link {
  text-decoration: none;
  padding: 18px 30px;
  border-radius: 8px;
  background: #FF8049;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.25;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid transparent; }
  .wp-block-button__link.has-background:hover, .wp-block-button__link.has-color:hover, .wp-block-button__link:hover, .wp-block-button__link:focus {
    text-decoration: none;
    background-color: #181618 !important;
    color: #fff !important; }
  .wp-block-button__link.has-color-8-background-color:hover {
    background-color: #FF8049 !important; }

.is-style-outline .wp-block-button__link {
  border-color: currentColor;
  border-width: 1px;
  padding: 18px 30px; }
  .is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:focus, .is-style-outline .wp-block-button__link:active {
    border-color: #181618 !important;
    background-color: #181618 !important;
    color: #fff !important; }

.wp-block-buttons {
  column-gap: 25px; }

/* wp-block-columns styles */
.wp-block-columns {
  gap: 0 !important;
  margin-bottom: 0; }
  .wp-block-columns:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .wp-block-columns {
      flex-wrap: nowrap; } }
  .wp-block-columns .wp-block-column {
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .wp-block-columns .wp-block-column {
        flex-basis: 100% !important; } }
    @media (min-width: 768px) {
      .wp-block-columns .wp-block-column {
        flex-basis: 0;
        flex-grow: 1; } }
    @media (max-width: 767px) {
      .wp-block-columns .wp-block-column:last-child {
        margin-bottom: 0; } }
    .wp-block-columns .wp-block-column:nth-child(2n), .wp-block-columns .wp-block-column:not(:first-child) {
      margin-left: 0; }
      @media (min-width: 768px) {
        .wp-block-columns .wp-block-column:nth-child(2n), .wp-block-columns .wp-block-column:not(:first-child) {
          margin-left: 16px; } }
    .wp-block-columns .wp-block-column > *:last-child {
      margin-bottom: 0; }
  .wp-block-columns.is-not-stacked-on-mobile .wp-block-column {
    margin-left: 16px; }
    .wp-block-columns.is-not-stacked-on-mobile .wp-block-column:first-child {
      margin-left: 0; }
  .wp-block-columns.is-style-wide-space > .wp-block-column {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .wp-block-columns.is-style-wide-space > .wp-block-column:nth-child(2n), .wp-block-columns.is-style-wide-space > .wp-block-column:not(:first-child) {
        margin-left: 40px; } }
  @media (max-width: 991px) {
    .wp-block-columns.is-style-stack-on-tablet {
      flex-wrap: wrap !important; } }
  @media (max-width: 991px) {
    .wp-block-columns.is-style-stack-on-tablet > .wp-block-column {
      flex-basis: 100% !important;
      margin-left: 0; } }

/* wp-block-media-text styles */
/* wp-block-separator styles */
.wp-block-separator {
  border-top: 1px solid #181618;
  border-bottom: 0;
  background: transparent; }
  .wp-block-separator.is-style-dashed {
    background: transparent;
    border-top: 1px dashed #858485;
    border-bottom: 0; }

/* wp-block-archives styles */
.wp-block-archives.wp-block-archives-list {
  padding: 0;
  list-style: none; }
  .wp-block-archives.wp-block-archives-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #181618;
    padding: 15px 0;
    margin: 0; }
    .wp-block-archives.wp-block-archives-list li:last-child {
      border: 0; }
  .wp-block-archives.wp-block-archives-list a {
    color: inherit;
    text-decoration: none;
    min-width: 0;
    max-width: 85%; }
    .wp-block-archives.wp-block-archives-list a:hover {
      color: #FF8049; }

/* wp-block-calendar styles */
.wp-block-calendar th,
.wp-block-calendar tbody td {
  border-width: 0 0 1px 0;
  padding: 12px 5px;
  border-color: #858485; }

.wp-block-calendar table th {
  background: transparent;
  font-weight: 500; }

/* wp-block-categories styles */
.wp-block-categories-list {
  padding: 0;
  list-style: none; }
  .wp-block-categories-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #181618;
    padding: 15px 0;
    margin: 0; }
    .wp-block-categories-list li:last-child {
      border: 0; }
    .wp-block-categories-list li ul {
      flex: 1 0 100%;
      border-top: 1px solid #181618;
      margin-bottom: -11px; }
  .wp-block-categories-list a {
    color: inherit;
    text-decoration: none;
    min-width: 0;
    max-width: 85%; }
    .wp-block-categories-list a:hover {
      color: #FF8049; }

/* wp-block-latest-comments styles */
.wp-block-latest-comments {
  padding: 0; }

ol.wp-block-latest-comments {
  margin-left: auto;
  margin-right: auto; }

.wp-block-latest-comments__comment {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #181618; }
  .wp-block-latest-comments__comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .wp-block-latest-comments__comment a {
    color: #181618;
    text-decoration: none; }
    .wp-block-latest-comments__comment a:hover {
      color: #FF8049; }

.wp-block-latest-comments__comment-excerpt p {
  font-size: 1em; }

.wp-block-latest-comments__comment-date {
  font-size: .875em; }

/* wp-block-latest-posts styles */
.wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) > li {
  padding-top: 25px;
  border-top: 1px solid #181618;
  margin-bottom: 25px; }
  .wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) > li:last-child {
    margin-bottom: 0; }

.wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) .wp-block-latest-posts__post-title {
  font-size: 30px;
  font-weight: 500;
  color: #181618;
  margin-bottom: 25px; }
  .wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) .wp-block-latest-posts__post-title:last-child {
    margin-bottom: 0; }
  .wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) .wp-block-latest-posts__post-title:focus, .wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) .wp-block-latest-posts__post-title:hover {
    text-decoration: none;
    color: #FF8049; }

.wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) .wp-block-latest-posts__post-author,
.wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) .wp-block-latest-posts__post-date {
  font-size: 17px;
  font-weight: 500;
  color: #181618; }

@media (min-width: 768px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 16px); }
  .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 16px); }
  .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 16px); }
  .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 16px); }
  .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 16px); } }

/* wp-block-search styles */
.wp-block-search .wp-block-search__input {
  border-color: #333840; }

.wp-block-search .wp-block-search__button {
  text-decoration: none;
  border-radius: 8px;
  background-color: #FF8049;
  color: #fff;
  padding: 14px 25px;
  font-size: 18px;
  line-height: 27px;
  border: 0; }
  .wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:focus {
    text-decoration: none;
    background-color: #181618; }
  .wp-block-search .wp-block-search__button .search-icon {
    fill: #fff;
    display: block; }

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border-color: #333840;
  border-radius: 8px;
  overflow: hidden; }
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 12px 18px;
    margin: 0;
    border-radius: 8px; }
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    margin: 0;
    border-radius: 0; }

/* wp-block-rss styles */
.wp-block-rss {
  padding: 0;
  list-style: none; }
  .wp-block-rss li {
    border-bottom: 1px solid #BBD2D1;
    padding: 11px 0;
    margin: 0; }
    .wp-block-rss li:last-child {
      border: 0; }
  .wp-block-rss.is-grid li {
    margin: 0 16px 16px 0; }
  @media (min-width: 768px) {
    .wp-block-rss.columns-2 li {
      width: calc((100% / 2) - 16px); }
    .wp-block-rss.columns-3 li {
      width: calc((100% / 3) - 16px); }
    .wp-block-rss.columns-4 li {
      width: calc((100% / 4) - 16px); }
    .wp-block-rss.columns-5 li {
      width: calc((100% / 5) - 16px); }
    .wp-block-rss.columns-6 li {
      width: calc((100% / 6) - 16px); } }
  .wp-block-rss .wp-block-rss__item-excerpt {
    margin-top: 10px; }

.wp-block-rss__item-publish-date,
.wp-block-rss__item-author {
  font-size: .875em; }

/* wp-block-video styles */
/* wp-block-cover styles */
.wp-block-cover {
  color: #fff; }

/* wp-block-audio styles */
.wp-block-embed.alignfull figcaption {
  text-align: center; }

/* common getwid block styles */
.wp-block-getwid-images-slider,
.wp-block-getwid-content-slider,
.wp-block-getwid-media-text-slider,
.wp-block-getwid-post-slider,
.wp-block-getwid-post-carousel {
  padding: 0 50px; }
  .wp-block-getwid-images-slider .slick-prev,
  .wp-block-getwid-images-slider .slick-next,
  .wp-block-getwid-content-slider .slick-prev,
  .wp-block-getwid-content-slider .slick-next,
  .wp-block-getwid-media-text-slider .slick-prev,
  .wp-block-getwid-media-text-slider .slick-next,
  .wp-block-getwid-post-slider .slick-prev,
  .wp-block-getwid-post-slider .slick-next,
  .wp-block-getwid-post-carousel .slick-prev,
  .wp-block-getwid-post-carousel .slick-next {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #181618;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px; }
    .wp-block-getwid-images-slider .slick-prev:focus, .wp-block-getwid-images-slider .slick-prev:hover,
    .wp-block-getwid-images-slider .slick-next:focus,
    .wp-block-getwid-images-slider .slick-next:hover,
    .wp-block-getwid-content-slider .slick-prev:focus,
    .wp-block-getwid-content-slider .slick-prev:hover,
    .wp-block-getwid-content-slider .slick-next:focus,
    .wp-block-getwid-content-slider .slick-next:hover,
    .wp-block-getwid-media-text-slider .slick-prev:focus,
    .wp-block-getwid-media-text-slider .slick-prev:hover,
    .wp-block-getwid-media-text-slider .slick-next:focus,
    .wp-block-getwid-media-text-slider .slick-next:hover,
    .wp-block-getwid-post-slider .slick-prev:focus,
    .wp-block-getwid-post-slider .slick-prev:hover,
    .wp-block-getwid-post-slider .slick-next:focus,
    .wp-block-getwid-post-slider .slick-next:hover,
    .wp-block-getwid-post-carousel .slick-prev:focus,
    .wp-block-getwid-post-carousel .slick-prev:hover,
    .wp-block-getwid-post-carousel .slick-next:focus,
    .wp-block-getwid-post-carousel .slick-next:hover {
      background-color: #FF8049; }
    .wp-block-getwid-images-slider .slick-prev:before,
    .wp-block-getwid-images-slider .slick-next:before,
    .wp-block-getwid-content-slider .slick-prev:before,
    .wp-block-getwid-content-slider .slick-next:before,
    .wp-block-getwid-media-text-slider .slick-prev:before,
    .wp-block-getwid-media-text-slider .slick-next:before,
    .wp-block-getwid-post-slider .slick-prev:before,
    .wp-block-getwid-post-slider .slick-next:before,
    .wp-block-getwid-post-carousel .slick-prev:before,
    .wp-block-getwid-post-carousel .slick-next:before {
      display: none; }
  .wp-block-getwid-images-slider .slick-prev,
  .wp-block-getwid-content-slider .slick-prev,
  .wp-block-getwid-media-text-slider .slick-prev,
  .wp-block-getwid-post-slider .slick-prev,
  .wp-block-getwid-post-carousel .slick-prev {
    background-image: url("img/arrow-left.svg");
    left: -50px; }
  .wp-block-getwid-images-slider .slick-next,
  .wp-block-getwid-content-slider .slick-next,
  .wp-block-getwid-media-text-slider .slick-next,
  .wp-block-getwid-post-slider .slick-next,
  .wp-block-getwid-post-carousel .slick-next {
    background-image: url("img/arrow-right.svg");
    right: -50px; }
  .wp-block-getwid-images-slider .slick-dots,
  .wp-block-getwid-content-slider .slick-dots,
  .wp-block-getwid-media-text-slider .slick-dots,
  .wp-block-getwid-post-slider .slick-dots,
  .wp-block-getwid-post-carousel .slick-dots {
    line-height: 0; }
    .wp-block-getwid-images-slider .slick-dots li,
    .wp-block-getwid-content-slider .slick-dots li,
    .wp-block-getwid-media-text-slider .slick-dots li,
    .wp-block-getwid-post-slider .slick-dots li,
    .wp-block-getwid-post-carousel .slick-dots li {
      height: auto; }
      .wp-block-getwid-images-slider .slick-dots li button,
      .wp-block-getwid-content-slider .slick-dots li button,
      .wp-block-getwid-media-text-slider .slick-dots li button,
      .wp-block-getwid-post-slider .slick-dots li button,
      .wp-block-getwid-post-carousel .slick-dots li button {
        text-shadow: none;
        background: #181618;
        border-radius: 50%;
        width: 5px;
        height: 5px;
        margin: 0 auto; }
        .wp-block-getwid-images-slider .slick-dots li button:before,
        .wp-block-getwid-content-slider .slick-dots li button:before,
        .wp-block-getwid-media-text-slider .slick-dots li button:before,
        .wp-block-getwid-post-slider .slick-dots li button:before,
        .wp-block-getwid-post-carousel .slick-dots li button:before {
          display: none; }
        .wp-block-getwid-images-slider .slick-dots li button:hover,
        .wp-block-getwid-content-slider .slick-dots li button:hover,
        .wp-block-getwid-media-text-slider .slick-dots li button:hover,
        .wp-block-getwid-post-slider .slick-dots li button:hover,
        .wp-block-getwid-post-carousel .slick-dots li button:hover {
          background: #FF8049; }
  .wp-block-getwid-images-slider.has-arrows-inside,
  .wp-block-getwid-content-slider.has-arrows-inside,
  .wp-block-getwid-media-text-slider.has-arrows-inside,
  .wp-block-getwid-post-slider.has-arrows-inside,
  .wp-block-getwid-post-carousel.has-arrows-inside {
    padding: 0; }
    .wp-block-getwid-images-slider.has-arrows-inside .slick-prev,
    .wp-block-getwid-content-slider.has-arrows-inside .slick-prev,
    .wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev,
    .wp-block-getwid-post-slider.has-arrows-inside .slick-prev,
    .wp-block-getwid-post-carousel.has-arrows-inside .slick-prev {
      left: 50px; }
    .wp-block-getwid-images-slider.has-arrows-inside .slick-next,
    .wp-block-getwid-content-slider.has-arrows-inside .slick-next,
    .wp-block-getwid-media-text-slider.has-arrows-inside .slick-next,
    .wp-block-getwid-post-slider.has-arrows-inside .slick-next,
    .wp-block-getwid-post-carousel.has-arrows-inside .slick-next {
      right: 50px; }

.getwid-padding-top-small {
  padding-top: 10px; }

.getwid-padding-top-medium {
  padding-top: 25px; }

.getwid-padding-top-normal {
  padding-top: 40px; }

.getwid-padding-top-large {
  padding-top: 60px; }

.getwid-padding-bottom-small {
  padding-bottom: 10px; }

.getwid-padding-bottom-medium {
  padding-bottom: 25px; }

.getwid-padding-bottom-normal {
  padding-bottom: 40px; }

.getwid-padding-bottom-large {
  padding-bottom: 60px; }

.getwid-padding-left-small {
  padding-left: 10px; }

.getwid-padding-left-medium {
  padding-left: 25px; }

.getwid-padding-left-normal {
  padding-left: 40px; }

.getwid-padding-left-large {
  padding-left: 60px; }

.getwid-padding-right-small {
  padding-right: 10px; }

.getwid-padding-right-medium {
  padding-right: 25px; }

.getwid-padding-right-normal {
  padding-right: 40px; }

.getwid-padding-right-large {
  padding-right: 60px; }

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-top-small {
    padding-top: 10px !important; } }

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-top-medium {
    padding-top: 25px !important; } }

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-top-normal {
    padding-top: 40px !important; } }

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-top-large {
    padding-top: 60px !important; } }

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-bottom-small {
    padding-bottom: 10px !important; } }

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-bottom-medium {
    padding-bottom: 25px !important; } }

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-bottom-normal {
    padding-bottom: 40px !important; } }

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-bottom-large {
    padding-bottom: 60px !important; } }

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-left-small {
    padding-left: 10px !important; } }

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-left-medium {
    padding-left: 25px !important; } }

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-left-normal {
    padding-left: 40px !important; } }

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-left-large {
    padding-left: 60px !important; } }

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-right-small {
    padding-right: 10px !important; } }

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-right-medium {
    padding-right: 25px !important; } }

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-right-normal {
    padding-right: 40px !important; } }

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-right-large {
    padding-right: 60px !important; } }

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-top-small {
    padding-top: 10px !important; } }

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-top-medium {
    padding-top: 25px !important; } }

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-top-normal {
    padding-top: 40px !important; } }

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-top-large {
    padding-top: 60px !important; } }

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-bottom-small {
    padding-bottom: 10px !important; } }

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-bottom-medium {
    padding-bottom: 25px !important; } }

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-bottom-normal {
    padding-bottom: 40px !important; } }

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-bottom-large {
    padding-bottom: 60px !important; } }

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-left-small {
    padding-left: 10px !important; } }

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-left-medium {
    padding-left: 25px !important; } }

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-left-normal {
    padding-left: 40px !important; } }

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-left-large {
    padding-left: 60px !important; } }

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-right-small {
    padding-right: 10px !important; } }

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-right-medium {
    padding-right: 25px !important; } }

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-right-normal {
    padding-right: 40px !important; } }

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-right-large {
    padding-right: 60px !important; } }

.getwid-margin-top-small {
  margin-top: 10px !important; }

.getwid-margin-top-medium {
  margin-top: 25px !important; }

.getwid-margin-top-normal {
  margin-top: 40px !important; }

.getwid-margin-top-large {
  margin-top: 60px !important; }

.getwid-margin-bottom-small {
  margin-bottom: 10px !important; }

.getwid-margin-bottom-medium {
  margin-bottom: 25px !important; }

.getwid-margin-bottom-normal {
  margin-bottom: 40px !important; }

.getwid-margin-bottom-large {
  margin-bottom: 60px !important; }

.getwid-margin-left-small {
  margin-left: 10px; }

.getwid-margin-left-medium {
  margin-left: 25px; }

.getwid-margin-left-normal {
  margin-left: 40px; }

.getwid-margin-left-large {
  margin-left: 60px; }

.getwid-margin-right-small {
  margin-right: 10px; }

.getwid-margin-right-medium {
  margin-right: 25px; }

.getwid-margin-right-normal {
  margin-right: 40px; }

.getwid-margin-right-large {
  margin-right: 60px; }

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-top-small {
    margin-top: 10px !important; } }

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-top-medium {
    margin-top: 25px !important; } }

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-top-normal {
    margin-top: 40px !important; } }

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-top-large {
    margin-top: 60px !important; } }

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-bottom-small {
    margin-bottom: 10px !important; } }

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-bottom-medium {
    margin-bottom: 25px !important; } }

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-bottom-normal {
    margin-bottom: 40px !important; } }

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-bottom-large {
    margin-bottom: 60px !important; } }

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-left-small {
    margin-left: 10px !important; } }

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-left-medium {
    margin-left: 25px !important; } }

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-left-normal {
    margin-left: 40px !important; } }

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-left-large {
    margin-left: 60px !important; } }

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-right-small {
    margin-right: 10px !important; } }

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-right-medium {
    margin-right: 25px !important; } }

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-right-normal {
    margin-right: 40px !important; } }

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-right-large {
    margin-right: 60px !important; } }

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-top-small {
    margin-top: 10px !important; } }

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-top-medium {
    margin-top: 25px !important; } }

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-top-normal {
    margin-top: 40px !important; } }

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-top-large {
    margin-top: 60px !important; } }

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-bottom-small {
    margin-bottom: 10px !important; } }

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-bottom-medium {
    margin-bottom: 25px !important; } }

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-bottom-normal {
    margin-bottom: 40px !important; } }

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-bottom-large {
    margin-bottom: 60px !important; } }

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-left-small {
    margin-left: 10px !important; } }

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-left-medium {
    margin-left: 25px !important; } }

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-left-normal {
    margin-left: 40px !important; } }

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-left-large {
    margin-left: 60px !important; } }

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-right-small {
    margin-right: 10px !important; } }

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-right-medium {
    margin-right: 25px !important; } }

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-right-normal {
    margin-right: 40px !important; } }

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-right-large {
    margin-right: 60px !important; } }

@media screen and (max-width: 991px) {
  .getwid-font-size-tablet-small {
    font-size: 0.5em !important; } }

@media screen and (max-width: 991px) {
  .getwid-font-size-tablet-normal {
    font-size: 1em !important; } }

@media screen and (max-width: 991px) {
  .getwid-font-size-tablet-large {
    font-size: 1.5em !important; } }

@media screen and (max-width: 991px) {
  .getwid-font-size-tablet-huge {
    font-size: 2em !important; } }

@media screen and (max-width: 767px) {
  .getwid-font-size-mobile-small {
    font-size: 0.5em !important; } }

@media screen and (max-width: 767px) {
  .getwid-font-size-mobile-normal {
    font-size: 1em !important; } }

@media screen and (max-width: 767px) {
  .getwid-font-size-mobile-large {
    font-size: 1.5em !important; } }

@media screen and (max-width: 767px) {
  .getwid-font-size-mobile-huge {
    font-size: 2em !important; } }

/* wp-block-getwid-accordion styles */
.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
  padding: 20px 0; }
  .wp-block-getwid-accordion .wp-block-getwid-accordion__header a {
    color: inherit; }

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
  border: 0;
  border-top: 1px solid #181618; }
  .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
    border: 0;
    border-top: 1px solid #181618; }
  .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active a, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:hover a {
    color: #FF8049; }

.wp-block-getwid-accordion .wp-block-getwid-accordion__content {
  border: 0;
  padding: 0 0 20px; }

/* wp-block-getwid-advanced-heading styles */
.wp-block-getwid-advanced-heading {
  z-index: 1;
  position: relative; }
  .wp-block-getwid-advanced-heading a {
    color: inherit;
    text-decoration: none; }
    .wp-block-getwid-advanced-heading a:hover {
      color: #FF8049; }

/* wp-block-getwid-banner styles */
.wp-block-getwid-banner {
  border-radius: 8px; }
  .wp-block-getwid-banner.is-style-gallery-item .wp-block-getwid-banner__wrapper:not(:hover):after {
    opacity: 0 !important; }
  .wp-block-getwid-banner.is-style-gallery-item .wp-block-getwid-banner__wrapper:hover .wp-block-getwid-banner__caption {
    opacity: 1; }
  .wp-block-getwid-banner.is-style-gallery-item .wp-block-getwid-banner__wrapper:after {
    transition: .3s; }
  .wp-block-getwid-banner.is-style-gallery-item .wp-block-getwid-banner__wrapper .wp-block-getwid-banner__caption {
    opacity: 0;
    transition: .3s; }
  .wp-block-getwid-banner.is-style-gallery-item .wp-block-getwid-banner__title {
    font-size: 20px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .wp-block-getwid-banner.is-style-gallery-item .wp-block-getwid-banner__title {
        font-size: 24px;
        line-height: 35px; } }

/* wp-block-getwid-button-group styles */
/* wp-block-getwid-circle-progress-bar styles */
/* wp-block-getwid-contact-form styles */
.wp-block-getwid-contact-form {
  padding: 30px 30px 40px;
  border-radius: 10px;
  color: #fff;
  background: #FF8049; }
  .wp-block-getwid-contact-form label {
    color: inherit; }
  .wp-block-getwid-contact-form textarea,
  .wp-block-getwid-contact-form input {
    border-color: transparent; }
  .wp-block-getwid-contact-form .wp-block-getwid-contact-form__result {
    margin-bottom: 0 !important; }
    .wp-block-getwid-contact-form .wp-block-getwid-contact-form__result.success {
      color: #fff; }
    .wp-block-getwid-contact-form .wp-block-getwid-contact-form__result.fail {
      color: #181618; }
  .wp-block-getwid-contact-form .wp-block-getwid-contact-form__submit {
    margin-top: 20px; }
    .wp-block-getwid-contact-form .wp-block-getwid-contact-form__submit .wp-block-button .has-color-8-background-color:hover {
      background-color: #759997 !important; }
  @media (min-width: 768px) {
    .wp-block-getwid-contact-form .wp-block-getwid-contact-form__form {
      display: grid;
      column-gap: 30px;
      grid-template-columns: 1fr 2fr;
      grid-template-areas: 'name message' 'email message' 'rest rest'; }
      .wp-block-getwid-contact-form .wp-block-getwid-contact-form__form > * {
        margin-bottom: 20px;
        grid-column: 1 / 3; }
        .wp-block-getwid-contact-form .wp-block-getwid-contact-form__form > *.wp-block-getwid-contact-form__submit {
          margin-bottom: 0; }
    .wp-block-getwid-contact-form .wp-block-getwid-field-name {
      grid-area: name; }
    .wp-block-getwid-contact-form .wp-block-getwid-field-email {
      grid-area: email; }
    .wp-block-getwid-contact-form .wp-block-getwid-field-textarea {
      grid-area: message; } }

/* wp-block-getwid-content-timeline styles */
/* wp-block-getwid-countdown styles */
/* wp-block-getwid-counter styles */
/* wp-block-getwid-custom-post-type styles */
/* wp-block-getwid-icon styles */
/* wp-block-getwid-icon-box styles */
/* wp-block-getwid-image-box styles */
.wp-block-getwid-image-box .wp-block-getwid-image-box__image-container .wp-block-getwid-image-box__image-wrapper img {
  border-radius: 8px; }

.wp-block-getwid-image-box.is-style-glassy {
  background: linear-gradient(143.02deg, rgba(255, 255, 255, 0.5) 23.15%, rgba(255, 255, 255, 0.1) 80.19%);
  box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 30px;
  transition: .3s; }
  .wp-block-getwid-image-box.is-style-glassy:hover {
    transform: translateY(-10px); }

.wp-block-getwid-image-box.is-style-colored:hover .wp-block-getwid-image-box__content {
  background: #FF8049; }
  .wp-block-getwid-image-box.is-style-colored:hover .wp-block-getwid-image-box__content:after {
    width: 95px;
    background: #ffd338; }

.wp-block-getwid-image-box.is-style-colored:hover .wp-block-getwid-image-box__image {
  transform: translateY(-10px); }

.wp-block-getwid-image-box.is-style-colored .wp-block-getwid-image-box__content {
  background: #759997;
  border-radius: 8px;
  padding: 70px 20px 65px;
  transition: .3s;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    .wp-block-getwid-image-box.is-style-colored .wp-block-getwid-image-box__content {
      -webkit-mask-image: radial-gradient(ellipse 48px 48px at top center, #0000 100%, #000 102%);
      mask-image: radial-gradient(ellipse 48px 48px at top center, #0000 100%, #000 102%);
      -webkit-mask-composite: destination-in;
      mask-composite: exclude; } }
  .wp-block-getwid-image-box.is-style-colored .wp-block-getwid-image-box__content:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 9px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #BBD2D1;
    transition: inherit; }

.wp-block-getwid-image-box.is-style-colored .wp-block-getwid-image-box__image-wrapper {
  z-index: 1;
  position: relative; }

.wp-block-getwid-image-box.is-style-colored .wp-block-getwid-image-box__image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
  transition: .3s; }
  .wp-block-getwid-image-box.is-style-colored .wp-block-getwid-image-box__image-container {
    margin: 0 0 -40px; }

.wp-block-getwid-image-box.is-style-colored.has-image-left .wp-block-getwid-image-box__image-container {
  margin-right: 20px;
  margin-bottom: 0; }

.wp-block-getwid-image-box.is-style-colored.has-image-left:hover .wp-block-getwid-image-box__image {
  transform: translateY(0) translateX(-10px); }

.wp-block-getwid-image-box.is-style-colored.has-image-right .wp-block-getwid-image-box__image-container {
  margin-left: 20px;
  margin-bottom: 0; }

.wp-block-getwid-image-box.is-style-colored.has-image-right:hover .wp-block-getwid-image-box__image {
  transform: translateY(0) translateX(10px); }

.wp-block-getwid-image-box.is-style-colored.has-image-left .wp-block-getwid-image-box__content, .wp-block-getwid-image-box.is-style-colored.has-image-right .wp-block-getwid-image-box__content {
  -webkit-mask-image: none;
  mask-image: none;
  padding: 40px; }

.wp-block-getwid-image-box.is-style-colored.has-image-left.has-mobile-layout-column .wp-block-getwid-image-box__image-container, .wp-block-getwid-image-box.is-style-colored.has-image-left.has-mobile-layout-column-reverse .wp-block-getwid-image-box__image-container, .wp-block-getwid-image-box.is-style-colored.has-image-right.has-mobile-layout-column .wp-block-getwid-image-box__image-container, .wp-block-getwid-image-box.is-style-colored.has-image-right.has-mobile-layout-column-reverse .wp-block-getwid-image-box__image-container {
  margin-top: 20px; }

.wp-block-getwid-image-box.is-style-colored.has-image-left.has-mobile-layout-column:hover .wp-block-getwid-image-box__image, .wp-block-getwid-image-box.is-style-colored.has-image-left.has-mobile-layout-column-reverse:hover .wp-block-getwid-image-box__image, .wp-block-getwid-image-box.is-style-colored.has-image-right.has-mobile-layout-column:hover .wp-block-getwid-image-box__image, .wp-block-getwid-image-box.is-style-colored.has-image-right.has-mobile-layout-column-reverse:hover .wp-block-getwid-image-box__image {
  transform: none; }

/* wp-block-getwid-image-hotspot styles */
/* wp-block-getwid-image-slider styles */
@media (min-width: 768px) {
  .wp-block-getwid-images-slider.is-style-cropped .slick-list {
    -webkit-mask-image: radial-gradient(ellipse 56% 5% at top center, #0000 100%, #000 100.5%), radial-gradient(ellipse 56% 6% at bottom center, #0000 100%, #000 100.5%), linear-gradient(black, black);
    mask-image: radial-gradient(ellipse 56% 20% at top center, #0000 100%, #000 100.5%), radial-gradient(ellipse 56% 25% at bottom center, #0000 100%, #000 100.5%), linear-gradient(black, black);
    -webkit-mask-composite: destination-in;
    mask-composite: exclude; } }

@media (min-width: 992px) {
  .wp-block-getwid-images-slider.is-style-cropped .slick-list {
    -webkit-mask-image: radial-gradient(ellipse 56% 20% at top center, #0000 100%, #000 100.5%), radial-gradient(ellipse 56% 25% at bottom center, #0000 100%, #000 100.5%), linear-gradient(black, black);
    mask-image: radial-gradient(ellipse 56% 20% at top center, #0000 100%, #000 100.5%), radial-gradient(ellipse 56% 25% at bottom center, #0000 100%, #000 100.5%), linear-gradient(black, black); } }

@media (max-width: 767px) {
  .wp-block-getwid-images-slider.is-style-cropped .slick-slide {
    max-height: 70vh !important; } }

@media (max-width: 767px) {
  .wp-block-getwid-images-slider.is-style-cropped.has-arrows-inside .slick-prev {
    left: 40px;
    width: 60px;
    height: 60px; } }

@media (min-width: 992px) {
  .wp-block-getwid-images-slider.is-style-cropped.has-arrows-inside .slick-prev {
    left: 18.75%; } }

@media (max-width: 767px) {
  .wp-block-getwid-images-slider.is-style-cropped.has-arrows-inside .slick-next {
    right: 40px;
    width: 60px;
    height: 60px; } }

@media (min-width: 992px) {
  .wp-block-getwid-images-slider.is-style-cropped.has-arrows-inside .slick-next {
    right: 18.75%; } }

.wp-block-getwid-images-slider.is-style-cropped.has-images-center .slick-list {
  padding-left: 50px !important;
  padding-right: 50px !important; }
  @media (min-width: 992px) {
    .wp-block-getwid-images-slider.is-style-cropped.has-images-center .slick-list {
      padding-left: 150px !important;
      padding-right: 150px !important; } }
  @media (min-width: 1470px) {
    .wp-block-getwid-images-slider.is-style-cropped.has-images-center .slick-list {
      padding-left: 250px !important;
      padding-right: 250px !important; } }

.wp-block-getwid-images-slider.is-style-cropped.has-images-center .wp-block-getwid-images-slider__caption {
  opacity: 0;
  transition-delay: 0s;
  transition: .3s;
  transform: translateY(20px); }

.wp-block-getwid-images-slider.is-style-cropped.has-images-center .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] .wp-block-getwid-images-slider__caption {
  opacity: 0;
  transform: translateY(20px); }

.wp-block-getwid-images-slider.is-style-cropped.has-images-center .slick-current.slick-active .wp-block-getwid-images-slider__caption,
.wp-block-getwid-images-slider.is-style-cropped.has-images-center .slick-center .wp-block-getwid-images-slider__caption,
.wp-block-getwid-images-slider.is-style-cropped.has-images-center .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .wp-block-getwid-images-slider__caption {
  opacity: 1;
  transition: 1s;
  transform: none; }

.wp-block-getwid-images-slider.is-style-cropped .wp-block-getwid-images-slider__caption {
  background: rgba(24, 22, 24, 0.5);
  padding-top: 25px;
  padding-bottom: 26px; }
  @media (min-width: 768px) {
    .wp-block-getwid-images-slider.is-style-cropped .wp-block-getwid-images-slider__caption {
      padding-bottom: 18%;
      font-size: 24px;
      line-height: 36px;
      font-weight: 500;
      padding-top: 26px; } }
  @media (min-width: 992px) {
    .wp-block-getwid-images-slider.is-style-cropped .wp-block-getwid-images-slider__caption {
      padding-bottom: 245px; } }

.wp-block-getwid-images-slider.is-style-cropped.captions-style-light .wp-block-getwid-images-slider__item figcaption {
  background: rgba(255, 255, 255, 0.8); }

.wp-block-getwid-images-slider.is-style-cropped.captions-top-center .wp-block-getwid-images-slider__item figcaption {
  background: rgba(24, 22, 24, 0.5);
  padding-top: 26px;
  padding-bottom: 26px; }
  @media (min-width: 768px) {
    .wp-block-getwid-images-slider.is-style-cropped.captions-top-center .wp-block-getwid-images-slider__item figcaption {
      padding-top: 18%;
      padding-bottom: 26px; } }
  @media (min-width: 992px) {
    .wp-block-getwid-images-slider.is-style-cropped.captions-top-center .wp-block-getwid-images-slider__item figcaption {
      padding-top: 200px; } }

.wp-block-getwid-images-slider.is-style-cropped.captions-top-center.captions-style-light .wp-block-getwid-images-slider__item figcaption {
  background: rgba(255, 255, 255, 0.8); }

.wp-block-getwid-images-slider.is-carousel .wp-block-getwid-images-slider__wrapper {
  overflow: hidden; }

/* wp-block-getwid-image-stack styles */
.wp-block-getwid-images-stack .wp-block-getwid-images-stack__media {
  border-radius: 8px !important; }

/* wp-block-getwid-instagram styles */
.wp-block-getwid-instagram__wrapper {
  margin: -20px; }

.wp-block-getwid-instagram__item {
  padding: 20px; }

.wp-block-getwid-instagram.has-spacing-none {
  border-radius: 8px; }
  .wp-block-getwid-instagram.has-spacing-none .wp-block-getwid-instagram__media-wrapper {
    border-radius: 0; }

.wp-block-getwid-instagram .wp-block-getwid-instagram__media-wrapper {
  border-radius: 8px; }

/* wp-block-getwid-mailchimp styles */
/* wp-block-getwid-map styles */
/* wp-block-getwid-media-text-slider styles */
/* wp-block-getwid-person styles */
/* wp-block-getwid-posts-carousel styles */
/* wp-block-getwid-posts-slider styles */
/* wp-block-getwid-price-box styles */
.wp-block-getwid-price-box {
  border-radius: 8px; }

/* wp-block-getwid-price-list styles */
/* wp-block-getwid-progress-bar styles */
/* wp-block-getwid-recent-posts styles */
.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__posts-wrapper {
  margin-bottom: -25px !important; }

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post {
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid #181618; }
  .wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post a {
    color: inherit; }
    .wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post a:hover {
      color: #FF8049;
      text-decoration: none; }
  .wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer {
    font-size: inherit;
    font-weight: 500;
    color: #181618; }
    .wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-footer > * {
      display: inline;
      margin-right: 35px; }
  .wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-header {
    margin-bottom: 25px; }
  .wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__more-link {
    display: inline-block; }
    .wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__more-link:hover .icon {
      background: #FF8049; }
    .wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__more-link .icon {
      display: inline-block;
      width: 26px;
      height: 26px;
      background: #181618;
      color: #fff;
      text-align: center;
      border-radius: 50%;
      margin-left: 10px;
      transition: .3s; }
      .wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__more-link .icon svg {
        fill: currentColor;
        width: 18px; }

/* wp-block-getwid-section styles */
.wp-block-getwid-section {
  min-height: 100%; }
  .wp-block-getwid-section__wrapper {
    padding: 30px; }
  @media (min-width: 768px) {
    .wp-block-getwid-section.has-inner-blocks-gap-none > .wp-block-getwid-section__wrapper > .wp-block-getwid-section__inner-wrapper > .wp-block-getwid-section__content > .wp-block-getwid-section__inner-content > .wp-block-columns > .wp-block-column {
      margin-bottom: 0; } }

/* wp-block-getwid-social-links styles */
/* wp-block-getwid-tabs styles */
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links {
  margin-bottom: 10px; }
  .wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link {
    border: 0;
    text-transform: uppercase; }
    .wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-tabs-active {
      background: transparent; }
      .wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-tabs-active a {
        color: #FF8049; }
    .wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a {
      color: #181618; }
      .wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a:hover {
        text-decoration: none;
        color: #FF8049; }

.wp-block-getwid-tabs .wp-block-getwid-tabs__tab-content {
  border: 0;
  background: #BBD2D1;
  border-radius: 8px; }

/* wp-block-getwid-testimonial styles */
.wp-block-getwid-testimonial .wp-block-getwid-testimonial__wrapper {
  padding-left: 65px;
  position: relative; }
  .wp-block-getwid-testimonial .wp-block-getwid-testimonial__wrapper:before {
    content: '';
    display: block;
    height: 1px;
    width: 42px;
    background: #333840;
    position: absolute;
    top: 15px;
    left: 0; }

.wp-block-getwid-testimonial.has-image .wp-block-getwid-testimonial__wrapper {
  padding-left: 100px; }
  .wp-block-getwid-testimonial.has-image .wp-block-getwid-testimonial__wrapper:before {
    display: none; }

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__title {
  font-weight: 500;
  color: #181618; }

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__subtitle {
  color: #858485;
  font-size: inherit; }

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image-wrapper {
  position: absolute;
  top: 0;
  left: 0; }

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__heading {
  margin-left: 0; }

/* wp-block-getwid-toggle styles */
.wp-block-getwid-toggle .wp-block-getwid-toggle__row {
  border-top: 1px solid #181618; }
  .wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header-wrapper {
    border: 0; }
  .wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header {
    padding: 20px 0; }
    .wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header a {
      color: inherit; }
      .wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header a:hover {
        color: #FF8049; }
  .wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__content {
    border: 0;
    padding: 0 0 20px 0; }

/* wp-block-getwid-video-popup styles */
.wp-block-getwid-video-popup .wp-block-getwid-video-popup__icon {
  background: linear-gradient(92.5deg, rgba(255, 255, 255, 0.6) 10.95%, rgba(255, 255, 255, 0.1) 94.05%);
  box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #181618;
  font-size: 16px;
  transition: .3s; }
  .wp-block-getwid-video-popup .wp-block-getwid-video-popup__icon:hover {
    transform: scale(1.1); }
  .wp-block-getwid-video-popup .wp-block-getwid-video-popup__icon.has-background {
    background-image: none;
    border: none; }

.wp-block-getwid-video-popup .wp-block-getwid-video-popup__button.is-size-large .wp-block-getwid-video-popup__icon {
  font-size: 16px; }

/* wp-block-getwid-content-slider styles */
.wp-block-getwid-content-slider.is-style-grouped-controls .slick-arrow {
  width: 45px;
  height: 45px;
  background-size: 28px;
  left: auto;
  top: auto;
  bottom: 0;
  transform: none; }

.wp-block-getwid-content-slider.is-style-grouped-controls .slick-next {
  right: 45px; }

.wp-block-getwid-content-slider.is-style-grouped-controls .slick-prev {
  right: 106px; }

.wp-block-getwid-content-slider.is-style-grouped-controls .slick-dots {
  width: auto;
  left: 0;
  top: auto;
  bottom: 18px; }

.wp-block-getwid-content-slider.is-style-grouped-controls.has-arrows-outside {
  padding: 0; }
  .wp-block-getwid-content-slider.is-style-grouped-controls.has-arrows-outside .wp-block-getwid-content-slider__wrapper {
    padding: 0 0 50px; }

.wp-block-getwid-content-slider.is-style-grouped-controls.has-dots-outside .wp-block-getwid-content-slider__wrapper {
  padding: 0 0 50px; }

:root .has-color-1-color {
  color: #759997; }

:root .has-color-1-background-color {
  background-color: #759997; }

:root .has-color-2-color {
  color: #BBD2D1; }

:root .has-color-2-background-color {
  background-color: #BBD2D1; }

:root .has-color-3-color {
  color: #FF8049; }

:root .has-color-3-background-color {
  background-color: #FF8049; }

:root .has-color-4-color {
  color: #F3F3F3; }

:root .has-color-4-background-color {
  background-color: #F3F3F3; }

:root .has-color-5-color {
  color: #CAC8C8; }

:root .has-color-5-background-color {
  background-color: #CAC8C8; }

:root .has-color-6-color {
  color: #858485; }

:root .has-color-6-background-color {
  background-color: #858485; }

:root .has-color-7-color {
  color: #333840; }

:root .has-color-7-background-color {
  background-color: #333840; }

:root .has-color-8-color {
  color: #181618; }

:root .has-color-8-background-color {
  background-color: #181618; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step {
  padding: 0;
  width: 100%; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step .mpa-shortcode-title,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title {
    text-align: left;
    margin: 0 -20px 20px;
    padding: 0 20px 0; }
    @media (min-width: 992px) {
      .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step .mpa-shortcode-title,
      .mpa-shortcode.appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title {
        margin: 0 -50px 20px;
        padding: 0 50px 0; } }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step .mpa-input-wrapper,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step .mpa-input-wrapper {
    margin-bottom: 20px; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-actions,
.mpa-shortcode.appointment-form-shortcode .mpa-actions {
  display: flex;
  margin-top: 40px;
  justify-content: flex-end; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-actions .button,
  .mpa-shortcode.appointment-form-shortcode .mpa-actions .button {
    flex: 1 0 auto;
    max-width: 50%; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-actions .button[disabled],
    .mpa-shortcode.appointment-form-shortcode .mpa-actions .button[disabled] {
      background: #CAC8C8;
      color: #fff;
      cursor: not-allowed; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-actions .button + .button,
    .mpa-shortcode.appointment-form-shortcode .mpa-actions .button + .button {
      margin-left: 17px; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-actions .mpa-button-reset,
  .mpa-shortcode.appointment-form-shortcode .mpa-actions .mpa-button-reset {
    max-width: 100%;
    width: 100%;
    margin: 0; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-button-reset,
.mpa-widget.appointment-form-widget > .widget-body .mpa-button-new,
.mpa-widget.appointment-form-widget > .widget-body .mpa-button-back,
.mpa-shortcode.appointment-form-shortcode .mpa-button-reset,
.mpa-shortcode.appointment-form-shortcode .mpa-button-new,
.mpa-shortcode.appointment-form-shortcode .mpa-button-back {
  background: #fff;
  color: #181618; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-button-reset:hover,
  .mpa-widget.appointment-form-widget > .widget-body .mpa-button-new:hover,
  .mpa-widget.appointment-form-widget > .widget-body .mpa-button-back:hover,
  .mpa-shortcode.appointment-form-shortcode .mpa-button-reset:hover,
  .mpa-shortcode.appointment-form-shortcode .mpa-button-new:hover,
  .mpa-shortcode.appointment-form-shortcode .mpa-button-back:hover {
    color: #fff;
    background: #181618; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-button-next,
.mpa-shortcode.appointment-form-shortcode .mpa-button-next {
  background: #181618; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-button-next:hover,
  .mpa-shortcode.appointment-form-shortcode .mpa-button-next:hover {
    color: #181618;
    background: #fff; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-service-form select,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-service-form select {
  border-color: transparent; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .mpa-input-container,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .mpa-input-container {
  flex-wrap: wrap;
  margin: 0; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .mpa-input-container .mpa-input-wrapper,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .mpa-input-container .mpa-input-wrapper {
    width: 100%;
    padding: 0; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .mpa-time-wrapper,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .mpa-time-wrapper {
  margin: 0; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .mpa-time-wrapper .mpa-times,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .mpa-time-wrapper .mpa-times {
    max-height: none;
    position: static; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .mpa-times .mpa-time-period,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .mpa-times .mpa-time-period {
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 3px;
  letter-spacing: -0.03em; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar {
  background: transparent;
  box-shadow: none !important;
  margin: 0 !important;
  border-radius: 0;
  border: 0;
  width: 100%;
  max-width: 100%; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-months,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-months {
    position: relative;
    border-radius: 6px; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-month,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-month {
    height: 53px; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month {
    padding: 9px 0;
    height: 53px; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year,
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month {
      margin: 0; }
      .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year:hover, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year:focus,
      .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month:hover,
      .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month:focus,
      .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year:hover,
      .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year:focus,
      .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month:hover,
      .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month:focus {
        background: transparent; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .numInputWrapper,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .numInputWrapper {
      padding: 0;
      margin-left: 5px; }
      .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .numInputWrapper:hover, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .numInputWrapper:focus,
      .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .numInputWrapper:hover,
      .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .numInputWrapper:focus {
        background: transparent; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-next-month,
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-prev-month,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-next-month,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-prev-month {
    height: 100%;
    padding: 0 15px;
    line-height: 53px;
    font-size: 20px; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-next-month:hover,
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-prev-month:hover,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-next-month:hover,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-prev-month:hover {
      opacity: 1; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-next-month:before,
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-prev-month:before,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-next-month:before,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-prev-month:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-next-month svg,
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-prev-month svg,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-next-month svg,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-prev-month svg {
      display: none; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-next-month:before,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-next-month:before {
    content: "\f105"; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-prev-month:before,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-prev-month:before {
    content: "\f104"; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer {
    width: 100%;
    display: block;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 54px; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays {
    height: auto; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .dayContainer,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .dayContainer {
    min-width: 100%;
    max-width: 100%;
    width: 100%; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-days,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-days {
    width: 100%; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-weekday,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-weekday {
    height: 54px;
    line-height: 54px;
    color: inherit;
    font-size: inherit; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-day,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day {
    width: auto;
    max-width: none;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    height: 54px;
    line-height: 54px;
    background: transparent;
    position: relative;
    color: inherit;
    z-index: 1; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled:before,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled:before {
      display: none; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-day.prevMonthDay,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day.prevMonthDay {
      opacity: 1; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-day:before,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day:before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      content: '';
      display: block;
      width: 36px;
      height: 36px;
      z-index: -1;
      opacity: 0;
      border-radius: 50%; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected:before, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover:before, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-day:focus:before,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected:before,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover:before,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day:focus:before {
      opacity: 1; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .mpa-cart-item,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .mpa-cart-item {
  background: #fff;
  border: 0;
  margin-bottom: 30px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .mpa-cart-item:last-child,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .mpa-cart-item:last-child {
    margin-bottom: 0; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .opened .item-header,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .opened .item-header {
  border-bottom: 1px solid #CAC8C8; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .opened .item-body,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .opened .item-body {
  display: flex; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .opened .item-toggle span:last-child,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .opened .item-toggle span:last-child {
  opacity: 0; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-header,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-header {
  padding: 20px 80px 20px 20px;
  position: relative;
  border-bottom-color: transparent; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-header .cell,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-header .cell {
    padding: 0;
    width: 100%; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-header .cell-service,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-header .cell-service {
    margin-bottom: 10px; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-body,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-body {
  display: none;
  padding: 20px 0 26px; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-body .cell,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-body .cell {
    padding: 0 20px 20px; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-body .cell-people,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-body .cell-people {
    width: 100%;
    order: -1; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-body .cell-location,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-body .cell-location {
    width: 100%;
    padding-bottom: 20px; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-body .cell-price,
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-body .cell-employee,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-body .cell-price,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-body .cell-employee {
    padding-bottom: 0; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .cell-title,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .cell-title {
  margin-bottom: 10px;
  color: #181618; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .cell-value,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .cell-value {
  color: #858485; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .mpa-service-name,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .mpa-service-name {
  color: #181618; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-actions,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-actions {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-actions .edit,
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-actions .remove,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-actions .edit,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-actions .remove {
    padding: 0;
    background: transparent;
    color: #CAC8C8;
    overflow: hidden;
    width: 1.25em;
    font-size: 18px;
    text-align: center;
    height: 25px;
    margin-right: 10px; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-actions .edit:focus, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-actions .edit:hover,
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-actions .remove:focus,
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-actions .remove:hover,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-actions .edit:focus,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-actions .edit:hover,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-actions .remove:focus,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-actions .remove:hover {
      outline: none;
      color: #FF8049; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-actions .edit:before,
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-actions .remove:before,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-actions .edit:before,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-actions .remove:before {
      display: block;
      width: 100%; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-actions .remove:before,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-actions .remove:before {
    content: "\f2ed";
    font-family: "Font Awesome 5 Free"; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-actions .edit:before,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-actions .edit:before {
    content: "\f044";
    font-family: "Font Awesome 5 Free"; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-toggle,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-toggle {
  width: 14px;
  height: 14px;
  background: transparent;
  position: relative;
  padding: 0;
  border: 0;
  margin-top: -2px; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-toggle:focus, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-toggle:hover,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-toggle:focus,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-toggle:hover {
    outline: none; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-toggle:focus span, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-toggle:hover span,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-toggle:focus span,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-toggle:hover span {
      background: #FF8049; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-toggle span,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-toggle span {
    background: #181618;
    position: absolute;
    transition: .3s; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-toggle span:first-child,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-toggle span:first-child {
      height: 2px;
      width: 14px;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart .item-toggle span:last-child,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart .item-toggle span:last-child {
      width: 2px;
      height: 14px;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart select,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart select {
  border-color: #858485; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-cart-total,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart-total {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-cart .mpa-actions,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-actions {
  margin-top: 20px; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-checkout .mpa-required-tip,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-checkout .mpa-required-tip {
  display: none; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-checkout .mpa-input-wrapper input,
.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-checkout .mpa-input-wrapper textarea,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-checkout .mpa-input-wrapper input,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-checkout .mpa-input-wrapper textarea {
  border-color: transparent; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-order-details,
.mpa-shortcode.appointment-form-shortcode .mpa-order-details {
  margin-top: 40px; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-order-details table,
  .mpa-shortcode.appointment-form-shortcode .mpa-order-details table {
    border: 0;
    padding: 15px;
    background: transparent;
    color: inherit; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-order-details table tr,
    .mpa-shortcode.appointment-form-shortcode .mpa-order-details table tr {
      border-bottom: 0; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-order-details table th, .mpa-widget.appointment-form-widget > .widget-body .mpa-order-details table td,
    .mpa-shortcode.appointment-form-shortcode .mpa-order-details table th,
    .mpa-shortcode.appointment-form-shortcode .mpa-order-details table td {
      padding: 10px 0; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-order-details table tfoot th, .mpa-widget.appointment-form-widget > .widget-body .mpa-order-details table tfoot td,
    .mpa-shortcode.appointment-form-shortcode .mpa-order-details table tfoot th,
    .mpa-shortcode.appointment-form-shortcode .mpa-order-details table tfoot td {
      border: 0; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-order-details .column-price,
  .mpa-shortcode.appointment-form-shortcode .mpa-order-details .column-price {
    text-align: right;
    width: 25%; }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-order-details .column-price td,
    .mpa-shortcode.appointment-form-shortcode .mpa-order-details .column-price td {
      padding-left: 10px; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-payment .mpa-billing-details,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-payment .mpa-billing-details {
  margin-top: 40px; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-payment .mpa-billing-details .mpa-payment-gateways .mpa-payment-gateway-title,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-payment .mpa-billing-details .mpa-payment-gateways .mpa-payment-gateway-title {
    font-size: 18px; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-payment .mpa-billing-details .mpa-payment-gateways .mpa-billing-fields,
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-payment .mpa-billing-details .mpa-payment-gateways .mpa-payment-gateway-description,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-payment .mpa-billing-details .mpa-payment-gateways .mpa-billing-fields,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-payment .mpa-billing-details .mpa-payment-gateways .mpa-payment-gateway-description {
    font-size: .875em;
    margin: 10px 0 0 0; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-payment .mpa-stripe-payment-container,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-payment .mpa-stripe-payment-container {
  margin: 0;
  padding: 0; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-payment .mpa-stripe-payment-container .mpa-stripe-payment-methods ul,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-payment .mpa-stripe-payment-container .mpa-stripe-payment-methods ul {
    margin: 0; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-payment .mpa-stripe-payment-container .mpa-stripe-payment-methods li,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-payment .mpa-stripe-payment-container .mpa-stripe-payment-methods li {
    padding: 0;
    margin: 0 10px 10px 0; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-payment .mpa-stripe-payment-container .mpa-stripe-payment-methods .active label,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-payment .mpa-stripe-payment-container .mpa-stripe-payment-methods .active label {
    color: #759997; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-booking img,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-booking img {
  margin-bottom: 28px; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-booking .mpa-message,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-booking .mpa-message {
  margin-top: 0; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-booking .mpa-actions,
.mpa-shortcode.appointment-form-shortcode .mpa-booking-step-booking .mpa-actions {
  margin-top: 40px; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-booking .mpa-actions .button,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-booking .mpa-actions .button {
    width: 100%;
    margin-bottom: 10px; }

.mpa-shortcode.appointment-form-shortcode {
  border-radius: 10px;
  background: #FF8049;
  padding: 20px; }
  @media (min-width: 768px) {
    .mpa-shortcode.appointment-form-shortcode {
      padding: 50px; } }
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step .mpa-description,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step label {
    color: #fff; }
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .mpa-times .mpa-time-period {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .mpa-times .mpa-time-period.mpa-time-period-selected, .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .mpa-times .mpa-time-period:focus, .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .mpa-times .mpa-time-period:hover {
      background: #fff;
      color: #FF8049;
      font-weight: 700; }
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-months {
    background: #fff; }
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-next-month,
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-prev-month {
    color: #181618; }
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-next-month:hover,
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-prev-month:hover {
      color: #FF8049; }
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer {
    color: #fff; }
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-weekday {
    border-bottom: 1px solid #fff; }
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day {
    border-bottom: 1px solid #fff; }
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled {
      color: rgba(255, 255, 255, 0.31); }
      .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover {
        color: rgba(255, 255, 255, 0.31); }
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day:before {
      background: #fff; }
    .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected, .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover, .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-period .flatpickr-calendar .flatpickr-day:focus {
      color: #181618; }
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-cart .mpa-cart-total {
    color: #fff; }
  .mpa-shortcode.appointment-form-shortcode .mpa-order-details td, .mpa-shortcode.appointment-form-shortcode .mpa-order-details th {
    color: #fff; }
  .mpa-shortcode.appointment-form-shortcode .mpa-booking-step-booking .mpa-message {
    color: #fff;
    text-align: center; }

.mpa-widget.appointment-form-widget .widget-title {
  display: none; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .mpa-times .mpa-time-period {
  background: #fff;
  color: #181618; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .mpa-times .mpa-time-period.mpa-time-period-selected, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .mpa-times .mpa-time-period:focus, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .mpa-times .mpa-time-period:hover {
    background: #FF8049;
    color: #fff;
    font-weight: 700; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-months {
  background: #181618; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-next-month,
.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-prev-month {
  color: #fff; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-next-month:hover,
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-prev-month:hover {
    color: #FF8049; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-year,
.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-current-month .cur-month {
  color: #fff; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer {
  color: #181618; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-weekday {
  border-bottom: 1px solid #181618; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-day {
  border-bottom: 1px solid #181618; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled {
    color: rgba(24, 22, 24, 0.31); }
    .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover {
      color: rgba(24, 22, 24, 0.31); }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-day:before {
    background: #fff; }
  .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover, .mpa-widget.appointment-form-widget > .widget-body .mpa-booking-step-period .flatpickr-calendar .flatpickr-day:focus {
    color: #181618; }

.mpa-widget.appointment-form-widget > .widget-body .mpa-order-details {
  color: #181618; }

.mpa-employee-social-networks {
  list-style: none;
  padding: 0;
  margin-bottom: 15px; }
  .mpa-employee-social-networks:last-child {
    margin-bottom: 0; }
  .mpa-employee-social-networks li {
    display: inline-block;
    margin: 0 5px 5px 0; }
  .mpa-employee-social-networks .mpa-attribute-title {
    display: none; }
  .mpa-employee-social-networks .mpa-attribute-value {
    font-size: 22px;
    line-height: 25px; }
    .mpa-employee-social-networks .mpa-attribute-value a {
      display: block;
      overflow: hidden;
      width: 1.25em;
      height: 25px; }

.mpa-employee-additional-info,
.mpa-employee-contacts {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left; }
  .mpa-employee-additional-info li,
  .mpa-employee-contacts li {
    display: flex; }
  .mpa-employee-additional-info .mpa-attribute-title,
  .mpa-employee-contacts .mpa-attribute-title {
    margin-right: auto; }

.mpa-services-list-shortcode {
  overflow: hidden; }
  .mpa-services-list-shortcode .mpa-service-attributes {
    padding: 0;
    margin: 20px 0 10px;
    list-style: none; }
    .mpa-services-list-shortcode .mpa-service-attributes li {
      display: inline-block;
      margin: 0 5px 0 0; }
    .mpa-services-list-shortcode .mpa-service-attributes .mpa-attribute-value {
      font-weight: 500;
      color: #181618; }
    .mpa-services-list-shortcode .mpa-service-attributes .mpa-attribute-title {
      color: #858485; }
  .mpa-services-list-shortcode .loop-service-footer .button {
    margin-bottom: 10px; }
  .mpa-services-list-shortcode .mpa-service-employees img {
    width: 60px;
    height: 60px;
    border-color: #BBD2D1; }
  .mpa-services-list-shortcode .mpa-service-employees .employee-name {
    color: #181618;
    margin-left: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500; }
    .mpa-services-list-shortcode .mpa-service-employees .employee-name:only-child {
      margin-left: 0; }
  .has-text-color .mpa-services-list-shortcode .mpa-service-attributes .mpa-attribute-title {
    color: inherit; }
  .has-text-color .mpa-services-list-shortcode .mpa-service-employees .employee-name {
    color: inherit; }
  .has-text-color .mpa-services-list-shortcode .entry-excerpt {
    color: inherit; }
  .has-text-color .mpa-services-list-shortcode .mpa-service-price .mpa-price {
    color: inherit; }
  .has-text-color .mpa-services-list-shortcode .more-link {
    color: inherit; }
  .has-text-color .mpa-services-list-shortcode .more-link-circle svg,
  .has-text-color .mpa-services-list-shortcode .more-link-arrow svg {
    stroke: currentColor; }
  .has-text-color .mpa-services-list-shortcode .mpa-post-title {
    color: inherit; }
    .has-text-color .mpa-services-list-shortcode .mpa-post-title a {
      color: inherit; }

.mpa-services-list,
.mpa-services-list-shortcode {
  overflow: visible; }
  .mpa-services-list .mpa-loop-post-wrapper,
  .mpa-services-list-shortcode .mpa-loop-post-wrapper {
    margin-top: 30px;
    transition: .3s; }
    .mpa-services-list .mpa-loop-post-wrapper:hover,
    .mpa-services-list-shortcode .mpa-loop-post-wrapper:hover {
      filter: drop-shadow(0 30px 30px rgba(0, 0, 0, 0.1));
      transform: translateY(-5px); }
  .mpa-services-list .loop-service-content,
  .mpa-services-list-shortcode .loop-service-content {
    background: #fff;
    border-radius: 8px;
    padding: 30px 30px 10px; }
  .mpa-services-list .divider,
  .mpa-services-list-shortcode .divider {
    height: 24px;
    position: relative; }
    .mpa-services-list .divider .half-circle,
    .mpa-services-list-shortcode .divider .half-circle {
      position: absolute;
      top: -3px;
      left: -18px;
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      box-shadow: 10px 0 0 -1px #fff; }
      .mpa-services-list .divider .half-circle.right,
      .mpa-services-list-shortcode .divider .half-circle.right {
        right: -18px;
        left: auto;
        box-shadow: -10px 0 0 -1px #fff; }
    .mpa-services-list .divider .dots,
    .mpa-services-list-shortcode .divider .dots {
      top: 50%;
      transform: translateY(-50%);
      height: 26px;
      left: 15px;
      right: 15px;
      position: absolute;
      background: radial-gradient(circle, transparent, transparent 26%, #fff 26%, #fff 100%) 4px 0px/16px 26px repeat-x; }
  .mpa-services-list .loop-service-footer,
  .mpa-services-list-shortcode .loop-service-footer {
    background: #fff;
    border-radius: 8px;
    padding: 30px 30px 30px; }
    @media (min-width: 992px) {
      .mpa-services-list .loop-service-footer,
      .mpa-services-list-shortcode .loop-service-footer {
        display: flex;
        align-items: center;
        flex-wrap: wrap; } }
    .mpa-services-list .loop-service-footer .button,
    .mpa-services-list-shortcode .loop-service-footer .button {
      padding: 14px 20px; }
  .mpa-services-list .mpa-service-price,
  .mpa-services-list-shortcode .mpa-service-price {
    margin-bottom: 10px;
    margin-right: auto; }
    @media (min-width: 992px) {
      .mpa-services-list .mpa-service-price,
      .mpa-services-list-shortcode .mpa-service-price {
        padding-right: 10px;
        margin-bottom: 0; } }
  .mpa-services-list .mpa-price-title,
  .mpa-services-list-shortcode .mpa-price-title {
    font-size: 17px;
    line-height: 22px;
    color: #858485;
    display: block; }
  .mpa-services-list .mpa-price,
  .mpa-services-list-shortcode .mpa-price {
    font-size: 30px;
    line-height: 39px;
    color: #181618;
    font-weight: 700; }
  .mpa-services-list .post-thumbnail,
  .mpa-services-list-shortcode .post-thumbnail {
    margin-top: -60px;
    margin-bottom: 30px;
    display: block;
    text-align: center; }
    .mpa-services-list .post-thumbnail a,
    .mpa-services-list-shortcode .post-thumbnail a {
      display: inline-block; }
      .mpa-services-list .post-thumbnail a:hover,
      .mpa-services-list-shortcode .post-thumbnail a:hover {
        transform: translateY(10px); }
    .mpa-services-list .post-thumbnail img,
    .mpa-services-list-shortcode .post-thumbnail img {
      display: block; }
  .mpa-services-list .entry-title,
  .mpa-services-list-shortcode .entry-title {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: .01em;
    margin: 0 0 10px; }
    .mpa-services-list .entry-title:last-child,
    .mpa-services-list-shortcode .entry-title:last-child {
      margin-bottom: 0; }
  .mpa-services-list .view-tour,
  .mpa-services-list-shortcode .view-tour {
    display: none; }

@media (min-width: 992px) {
  .mpa-services-list-shortcode .mpa-grid-columns-1 .mpa-loop-post-wrapper,
  .posts-loop-wrapper.mpa-services-list .mpa-loop-post-wrapper {
    display: flex;
    margin-top: 0;
    margin-left: 30px; }
  .mpa-services-list-shortcode .mpa-grid-columns-1 .divider,
  .posts-loop-wrapper.mpa-services-list .divider {
    min-width: 24px;
    max-width: 24px;
    height: auto;
    flex: 0 1 auto; }
    .mpa-services-list-shortcode .mpa-grid-columns-1 .divider .half-circle,
    .posts-loop-wrapper.mpa-services-list .divider .half-circle {
      top: -18px;
      left: -3px;
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      box-shadow: 0 10px 0 -1px #fff; }
      .mpa-services-list-shortcode .mpa-grid-columns-1 .divider .half-circle.right,
      .posts-loop-wrapper.mpa-services-list .divider .half-circle.right {
        right: -3px;
        left: auto;
        bottom: -18px;
        top: auto;
        box-shadow: 0 -10px 0 -1px #fff; }
    .mpa-services-list-shortcode .mpa-grid-columns-1 .divider .dots,
    .posts-loop-wrapper.mpa-services-list .divider .dots {
      left: 50%;
      transform: translateX(-50%);
      width: 26px;
      height: auto;
      top: 15px;
      bottom: 15px;
      background: radial-gradient(circle, transparent, transparent 26%, #fff 26%, #fff 100%) 0 4px/26px 16px repeat-y; }
  .mpa-services-list-shortcode .mpa-grid-columns-1 .type-mpa_service,
  .posts-loop-wrapper.mpa-services-list .type-mpa_service {
    margin-bottom: 90px; }
    .mpa-services-list-shortcode .mpa-grid-columns-1 .type-mpa_service:last-child,
    .posts-loop-wrapper.mpa-services-list .type-mpa_service:last-child {
      margin-bottom: 0; }
  .mpa-services-list-shortcode .mpa-grid-columns-1 .entry-title,
  .posts-loop-wrapper.mpa-services-list .entry-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 39px; }
  .mpa-services-list-shortcode .mpa-grid-columns-1 .loop-service-content,
  .posts-loop-wrapper.mpa-services-list .loop-service-content {
    display: flex;
    padding: 70px 7% 70px 30px;
    align-items: center; }
  .mpa-services-list-shortcode .mpa-grid-columns-1 .post-thumbnail,
  .posts-loop-wrapper.mpa-services-list .post-thumbnail {
    margin: 0 0 0 -60px; }
    .mpa-services-list-shortcode .mpa-grid-columns-1 .post-thumbnail a:hover,
    .posts-loop-wrapper.mpa-services-list .post-thumbnail a:hover {
      transform: translateX(10px); }
  .mpa-services-list-shortcode .mpa-grid-columns-1 .loop-service-info,
  .posts-loop-wrapper.mpa-services-list .loop-service-info {
    padding-left: 7%; }
  .mpa-services-list-shortcode .mpa-grid-columns-1 .loop-service-footer,
  .posts-loop-wrapper.mpa-services-list .loop-service-footer {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 45px;
    flex: 1 0 250px; }
  .mpa-services-list-shortcode .mpa-grid-columns-1 .mpa-service-price,
  .posts-loop-wrapper.mpa-services-list .mpa-service-price {
    padding: 0;
    margin-bottom: 20px; }
  .mpa-services-list-shortcode .mpa-grid-columns-1 .mpa-price,
  .posts-loop-wrapper.mpa-services-list .mpa-price {
    font-size: 50px;
    line-height: 55px; }
  .mpa-services-list-shortcode .mpa-grid-columns-1 .button,
  .posts-loop-wrapper.mpa-services-list .button {
    width: 100%; }
  .mpa-services-list-shortcode .mpa-grid-columns-1 .book-now,
  .posts-loop-wrapper.mpa-services-list .book-now {
    margin-bottom: 20px; } }

.mpa-services-list-shortcode .mpa-grid-columns-1 .view-tour,
.posts-loop-wrapper.mpa-services-list .view-tour {
  display: inline-block; }

.mpa-employees-list-shortcode {
  overflow: hidden; }
  .mpa-employees-list-shortcode .entry-title {
    margin: 0;
    color: inherit; }
  .mpa-employees-list-shortcode .mpa-loop-post-wrapper {
    background: #BBD2D1;
    padding: 20px 20px 50px;
    border-radius: 40px;
    text-align: center;
    transition: .3s; }
    .mpa-employees-list-shortcode .mpa-loop-post-wrapper:hover {
      color: #fff;
      background: #759997; }
      .mpa-employees-list-shortcode .mpa-loop-post-wrapper:hover a {
        color: inherit; }
        .mpa-employees-list-shortcode .mpa-loop-post-wrapper:hover a:hover {
          color: #181618;
          text-decoration: none; }
    .mpa-employees-list-shortcode .mpa-loop-post-wrapper a {
      transition: none; }
  .mpa-employees-list-shortcode .post-thumbnail {
    margin: -12px -12px 15px !important;
    display: block; }
    .mpa-employees-list-shortcode .post-thumbnail img {
      display: block;
      border-radius: 30px; }
  .mpa-employees-list-shortcode .mpa-employee-social-networks {
    margin: 10px 0; }
    .mpa-employees-list-shortcode .mpa-employee-social-networks a {
      color: #759997; }
      .mpa-employees-list-shortcode .mpa-employee-social-networks a:before {
        transition: none; }
      .mpa-employees-list-shortcode .mpa-employee-social-networks a:hover:before {
        color: inherit; }
  .mpa-employees-list-shortcode .pagination {
    margin-top: 0; }

.mpa-locations-list-shortcode .entry-title {
  margin-top: 0;
  margin-bottom: 10px; }

.mpa-locations-list-shortcode .post-thumbnail {
  margin-bottom: 10px; }
  .mpa-locations-list-shortcode .post-thumbnail img {
    display: block; }

.mpa-service-categories-shortcode .entry-title {
  margin-top: 0;
  margin-bottom: 10px; }

.mpa-service-categories-shortcode .post-thumbnail {
  margin-bottom: 10px; }
  .mpa-service-categories-shortcode .post-thumbnail img {
    display: block; }

@media (min-width: 992px) {
  .single-mpa-employee .single-post-header {
    margin-bottom: 270px; }
    .single-mpa-employee .single-post-header .post-thumbnail {
      margin-bottom: -215px; } }

@media (min-width: 992px) {
  .single-mpa-employee .single-post-content {
    margin-top: -210px; } }

.single-mpa-employee .single-employee-social-networks {
  display: flex;
  padding: 15px 0; }
  .single-mpa-employee .single-employee-social-networks .title {
    flex: 0 1 25%;
    padding-right: 10px; }

.single-mpa-employee .single-employee-social-networks,
.single-mpa-employee .mpa-employee-contacts,
.single-mpa-employee .mpa-employee-additional-info {
  border-bottom: 1px solid #181618;
  color: #181618; }
  .single-mpa-employee .single-employee-social-networks:last-child,
  .single-mpa-employee .mpa-employee-contacts:last-child,
  .single-mpa-employee .mpa-employee-additional-info:last-child {
    border-bottom: 0; }

.single-mpa-employee .mpa-employee-contacts li,
.single-mpa-employee .mpa-employee-additional-info li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #181618; }
  .single-mpa-employee .mpa-employee-contacts li:last-child,
  .single-mpa-employee .mpa-employee-additional-info li:last-child {
    border-bottom: 0; }

.single-mpa-employee .mpa-employee-contacts .mpa-attribute-title,
.single-mpa-employee .mpa-employee-additional-info .mpa-attribute-title {
  flex: 0 1 25%;
  margin: 0;
  padding-right: 10px; }

.single-mpa-employee .mpa-employee-social-networks {
  margin: 0; }

.single-mpa-employee .single-employee-info .entry-title {
  text-align: left;
  margin-bottom: auto;
  width: 100%; }

.single-mpa-employee .single-employee-info a {
  color: inherit; }
  .single-mpa-employee .single-employee-info a:hover {
    color: #FF8049;
    text-decoration: none; }

.service-attributes-wrapper {
  background: #fff;
  border-left: 10px solid #759997;
  padding: 0 30px;
  font-size: 18px;
  line-height: 28px;
  color: #BBD2D1; }
  .service-attributes-wrapper .mpa-attributes-title {
    display: none; }
  .service-attributes-wrapper .mpa-attribute-title {
    color: #759997; }
  .service-attributes-wrapper .mpa-attributes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0; }
    .service-attributes-wrapper .mpa-attributes li {
      padding: 20px;
      margin: 0;
      flex: 1 0 33%; }
  .service-attributes-wrapper .mpa-attribute-price .mpa-attribute-title {
    display: none; }
  .service-attributes-wrapper .mpa-attribute-price .mpa-price {
    font-size: 100px;
    line-height: 90px;
    color: #759997;
    font-weight: 500; }
    .service-attributes-wrapper .mpa-attribute-price .mpa-price .mpa-currency {
      font-size: 25px;
      line-height: 34px;
      vertical-align: top;
      margin-right: 6px; }

.single-mpa-service .single-service-info .service-attributes {
  margin-top: auto;
  font-size: 17px;
  color: #181618; }
  .single-mpa-service .single-service-info .service-attributes .service-attribute {
    border-bottom: 1px solid currentColor;
    padding: 15px 0;
    display: flex; }
    .single-mpa-service .single-service-info .service-attributes .service-attribute:last-child {
      border-bottom: 0; }
  .single-mpa-service .single-service-info .service-attributes .service-attribute-title {
    flex: 0 1 100px; }
    .single-mpa-service .single-service-info .service-attributes .service-attribute-title:after {
      content: ':'; }

.mpa-grid-column {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

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