/*!
Theme Name: Edme
Theme URI: http://motopress.com/products/edme
Author: MotoPress
Author URI: https://motopress.com/
Description: Edme is an education-focused tutor booking WordPress theme that will help you sell online and offline appointments like meetings, calls, events, and classes. Students will be able to book in-person courses/classes for online and offline lessons via a user-friendly website booking wizard. Course-optimized pages, course categories, dedicated tutor profiles, and smooth online bookings - all you need to establish your expertise online.
Version: 1.4.7
Tested up to: 6.7
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: edme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Edme 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

--------------------------------------------------------------*/
.hidden {
  display: none; }

/*--------------------------------------------------------------
# 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, .entry-footer .edit-link a,
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, .entry-footer .edit-link a,
input {
  overflow: visible; }

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, .entry-footer .edit-link a::-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, .entry-footer .edit-link a:-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
--------------------------------------------- */
html {
  font-size: 16px; }

body, button, .entry-footer .edit-link a,
input,
select,
optgroup,
textarea {
  color: #3b3b4f;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.875; }

.h1, h1,
.h2, h2,
.h3, h3,
.h4,
.mpa-employees-list-shortcode .mpa-post-title,
.mpa-locations-list-shortcode .mpa-post-title,
.mpa-services-list-shortcode .mpa-post-title,
.mpa-service-categories-shortcode .mpa-term-title, h4, .mpa-services-list-shortcode .mpa-service-price,
.h5, h5,
.h6, h6, .mpa-services-list-shortcode .mpa-service-employees .more-employees,
.mpa-services-list-shortcode .mpa-service-employees .employee-name {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  clear: both;
  margin-top: 1.5em;
  margin-bottom: .5em;
  color: #0b0a36; }
  .h1:first-child, h1:first-child,
  .h2:first-child, h2:first-child,
  .h3:first-child, h3:first-child,
  .h4:first-child,
  .mpa-employees-list-shortcode .mpa-post-title:first-child,
  .mpa-locations-list-shortcode .mpa-post-title:first-child,
  .mpa-services-list-shortcode .mpa-post-title:first-child,
  .mpa-service-categories-shortcode .mpa-term-title:first-child, h4:first-child, .mpa-services-list-shortcode .mpa-service-price:first-child,
  .h5:first-child, h5:first-child,
  .h6:first-child, h6:first-child, .mpa-services-list-shortcode .mpa-service-employees .more-employees:first-child,
  .mpa-services-list-shortcode .mpa-service-employees .employee-name:first-child {
    margin-top: 0; }
  .h1:last-child, h1:last-child,
  .h2:last-child, h2:last-child,
  .h3:last-child, h3:last-child,
  .h4:last-child,
  .mpa-employees-list-shortcode .mpa-post-title:last-child,
  .mpa-locations-list-shortcode .mpa-post-title:last-child,
  .mpa-services-list-shortcode .mpa-post-title:last-child,
  .mpa-service-categories-shortcode .mpa-term-title:last-child, h4:last-child, .mpa-services-list-shortcode .mpa-service-price:last-child,
  .h5:last-child, h5:last-child,
  .h6:last-child, h6:last-child, .mpa-services-list-shortcode .mpa-service-employees .more-employees:last-child,
  .mpa-services-list-shortcode .mpa-service-employees .employee-name:last-child {
    margin-bottom: 0; }

.h1, h1 {
  font-size: 80px;
  line-height: 90px; }

.h2, h2 {
  font-size: 55px;
  line-height: 65px; }

.h3, h3 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 700; }


.h4,
.mpa-employees-list-shortcode .mpa-post-title,
.mpa-locations-list-shortcode .mpa-post-title,
.mpa-services-list-shortcode .mpa-post-title,
.mpa-service-categories-shortcode .mpa-term-title, h4, .mpa-services-list-shortcode .mpa-service-price {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600; }

.h5, h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600; }

.h6, h6, .mpa-services-list-shortcode .mpa-service-employees .more-employees,
.mpa-services-list-shortcode .mpa-service-employees .employee-name {
  font-size: 16px;
  line-height: 27px;
  font-weight: 600; }

p {
  margin-top: 0;
  margin-bottom: 1.5em; }
  p:last-child {
    margin-bottom: 0; }

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

blockquote {
  margin-left: 0;
  margin-right: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  border: 1px solid #dbdbe9;
  border-radius: 10px;
  padding: 19px 30px;
  background: #fff;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #0b0a36; }

address {
  margin: 0 0 1.5em; }
  address:last-child {
    margin-bottom: 0; }

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 {
  position: relative;
  background: #f2f6f7; }
  body:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3b3b4f;
    transition: .3s;
    visibility: hidden; }
  body.header-sidebar-opened {
    overflow: hidden; }
    body.header-sidebar-opened:before {
      visibility: visible;
      z-index: 99;
      opacity: .5; }

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

ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 20px; }
  ul li,
  ol li {
    padding: 0;
    margin-bottom: 15px; }
    ul li:last-child,
    ol li:last-child {
      margin-bottom: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-top: 15px;
  margin-left: 20px; }

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 0 1.5em;
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border: 1px solid #dbdbe9; }

th, td {
  border-bottom: 1px solid #dbdbe9;
  padding: 10px 15px; }
  @media (min-width: 992px) {
    th, td {
      padding: 15px 25px; } }

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

/* Forms
--------------------------------------------- */
button, .entry-footer .edit-link a,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more,
.elementor-button-wrapper .elementor-button {
  border: 0;
  border-radius: 32px;
  background-color: #0b0a36;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 19px 40px 17px;
  transition: .3s;
  display: inline-block; }
  button:hover, .entry-footer .edit-link a:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .button:hover,
  .more:hover,
  .elementor-button-wrapper .elementor-button:hover {
    border: 0;
    background-color: #418b78;
    cursor: pointer;
    text-decoration: none;
    color: #fff; }
  button:active, .entry-footer .edit-link a:active, button:focus, .entry-footer .edit-link a: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,
  .more:active,
  .more:focus,
  .elementor-button-wrapper .elementor-button:active,
  .elementor-button-wrapper .elementor-button:focus {
    border: 0;
    outline: 0; }
  button[disabled], .entry-footer .edit-link a[disabled],
  input[type="button"][disabled],
  input[type="reset"][disabled],
  input[type="submit"][disabled],
  .button[disabled],
  .more[disabled],
  .elementor-button-wrapper .elementor-button[disabled] {
    background-color: #dbdbe9; }
    button[disabled]:hover, .entry-footer .edit-link a[disabled]:hover,
    input[type="button"][disabled]:hover,
    input[type="reset"][disabled]:hover,
    input[type="submit"][disabled]:hover,
    .button[disabled]:hover,
    .more[disabled]:hover,
    .elementor-button-wrapper .elementor-button[disabled]:hover {
      cursor: not-allowed; }

.button.button-light {
  background-color: #fff;
  color: #0b0a36; }
  .button.button-light:hover {
    background-color: #0b0a36;
    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 {
  color: #0b0a36;
  border: 1px solid #dbdbe9;
  background-color: #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 30px;
  padding: 12px;
  display: block;
  width: 100%;
  transition: .3s; }
  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 {
    outline: none;
    border-color: #0b0a36; }

select {
  height: 55px;
  appearance: none;
  background-image: url("images/icon-angle-down.svg");
  padding-right: 35px;
  background-repeat: no-repeat;
  background-position: right 18px top 18px; }

textarea {
  width: 100%; }

input[type="checkbox"],
input[type="radio"] {
  margin: 0 5px 0 0;
  display: inline-block; }

label {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  line-height: 27px;
  margin-bottom: 9px;
  color: #0b0a36; }

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  font-size: 18px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 600; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .main-navigation ul {
        flex-direction: row; } }
    .main-navigation ul ul {
      display: none;
      padding-left: 20px;
      font-size: 16px;
      line-height: 27px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400; }
      @media (min-width: 992px) {
        .main-navigation ul ul {
          display: flex;
          padding: 5px 0 5px 10px;
          position: absolute;
          top: 120%;
          left: 0;
          z-index: 10;
          opacity: 0;
          visibility: hidden;
          transition: .3s;
          flex-direction: column; }
          .main-navigation ul ul:before {
            content: '';
            position: absolute;
            left: 10px;
            right: 0;
            top: 0;
            bottom: 0;
            background: #fff;
            box-shadow: 0px 7px 20px rgba(39, 39, 77, 0.15);
            border-radius: 17px; }
          .main-navigation ul ul.toleft {
            right: 0;
            left: auto; } }
      .main-navigation ul ul.toggled-on {
        display: block; }
      @media (min-width: 992px) {
        .main-navigation ul ul ul {
          left: 100%;
          top: 60%; }
          .main-navigation ul ul ul.toleft {
            right: 100%;
            left: auto; } }
      .main-navigation ul ul li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #dbdbe9; }
        .main-navigation ul ul li:last-child {
          border-bottom: 0; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          top: 20%;
          opacity: 1;
          visibility: visible; }
      @media (min-width: 992px) {
        .main-navigation ul ul a {
          width: 216px;
          padding: 10px 23px; } }
      .main-navigation ul ul a:after {
        display: none; }
      .main-navigation ul ul .menu-item-has-children > a:before {
        top: 11px;
        font-size: 12px;
        right: 10px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      top: 100%;
      opacity: 1;
      visibility: visible; }
  .main-navigation li {
    margin: 0;
    padding: 0;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    padding: 20px 25px 20px 0; }
    @media (min-width: 992px) {
      .main-navigation a {
        padding: 20px 25px; } }
    .main-navigation a:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 5px;
      height: 7px;
      border-radius: 7px;
      width: 0;
      background: #418b78;
      transition: .3s;
      opacity: 0; }
      @media (min-width: 992px) {
        .main-navigation a:after {
          left: 25px; } }
    .main-navigation a:hover {
      color: #418b78; }
      .main-navigation a:hover:after {
        opacity: 1;
        width: 23px; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #418b78; }
    .main-navigation .current_page_item > a:after,
    .main-navigation .current-menu-item > a:after,
    .main-navigation .current_page_ancestor > a:after,
    .main-navigation .current-menu-ancestor > a:after {
      opacity: 1;
      width: 23px; }
  @media (min-width: 992px) {
    .main-navigation .menu-item-has-children > a:before {
      font-family: "Font Awesome 5 Free";
      content: "\f078";
      font-weight: 900;
      position: absolute;
      right: 5px;
      top: 21px;
      font-size: 14px; } }
  .main-navigation .dropdown-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    color: #0b0a36;
    font-size: 20px;
    padding: 22px 10px; }
    @media (min-width: 992px) {
      .main-navigation .dropdown-toggle {
        display: none; } }
    .main-navigation .dropdown-toggle.toggled-on {
      transform: rotate(-180deg); }
  .main-navigation ul.hidden-links {
    display: flex; }

.primary-menu-more-toggle {
  background: transparent;
  padding: 23px 10px 16px;
  display: none; }
  @media (min-width: 992px) {
    .primary-menu-more-toggle {
      display: block; } }
  .primary-menu-more-toggle:hover {
    background: transparent; }
    .primary-menu-more-toggle:hover svg {
      fill: #418b78; }
  .primary-menu-more-toggle svg {
    fill: #0b0a36; }
  .primary-menu-more-toggle.is-empty {
    display: none; }

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

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

.site-main .comment-navigation, .site-main
.posts-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

.post-navigation {
  padding: 25px;
  border: 1px solid #dbdbe9;
  margin-top: 46px;
  background: #fff;
  border-radius: 10px; }
  .post-navigation .nav-links {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .post-navigation .nav-links {
        flex-wrap: nowrap; } }
    .post-navigation .nav-links > * {
      border-bottom: 1px solid #dbdbe9;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .post-navigation .nav-links > * {
          border-right: 1px solid #dbdbe9;
          border-bottom: 0;
          padding-bottom: 0;
          margin-bottom: 0; } }
      .post-navigation .nav-links > *:last-child {
        border-right: 0;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
  .post-navigation .nav-next,
  .post-navigation .nav-previous {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .post-navigation .nav-next,
      .post-navigation .nav-previous {
        flex: 1 0 50%; } }
    .post-navigation .nav-next i,
    .post-navigation .nav-previous i {
      margin: 0 15px 0 0;
      font-size: 15px; }
  .post-navigation .nav-next {
    text-align: end; }
    .post-navigation .nav-next i {
      margin: 0 0 0 15px; }
  .post-navigation a:hover {
    text-decoration: none; }
    .post-navigation a:hover .nav-title {
      color: inherit; }
  .post-navigation .nav-subtitle {
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600; }
  .post-navigation .nav-title {
    display: block;
    font-size: 16px;
    line-height: 27px;
    margin-top: 6px;
    letter-spacing: .01em;
    color: #0b0a36; }

.navigation.pagination {
  margin: 70px 0 20px;
  width: 100%; }
  .navigation.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .navigation.pagination .nav-links .page-numbers {
      line-height: 39px;
      text-align: center;
      width: 42px;
      height: 42px;
      background: transparent;
      margin: 0 5px 5px;
      font-family: "Raleway", sans-serif;
      font-size: 18px;
      font-weight: 600;
      color: #8a8a9a;
      border-radius: 50%; }
      .navigation.pagination .nav-links .page-numbers:hover {
        text-decoration: none; }
    .navigation.pagination .nav-links .prev,
    .navigation.pagination .nav-links .next {
      width: auto;
      height: auto;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 15px;
      line-height: 42px; }
      .navigation.pagination .nav-links .prev:hover,
      .navigation.pagination .nav-links .next:hover {
        color: #9cd161; }
    .navigation.pagination .nav-links .current,
    .navigation.pagination .nav-links a:hover:not(.prev):not(.next) {
      background: #9cd161;
      color: #fff; }

.social-menu a, .mpa-employee-social-networks a {
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-align: center;
  line-height: 26px;
  color: #9cd161;
  background: transparent;
  border-radius: 50%;
  border: 1px solid currentColor; }
  .social-menu a:hover, .mpa-employee-social-networks a:hover {
    background: #9cd161;
    color: #fff;
    border-color: transparent; }
  .social-menu a[href*="twitter.com"]:before, .mpa-employee-social-networks a[href*="twitter.com"]:before, .social-menu a[href*="facebook.com"]:before, .mpa-employee-social-networks a[href*="facebook.com"]:before, .social-menu a[href*="plus.google.com"]:before, .mpa-employee-social-networks a[href*="plus.google.com"]:before, .social-menu a[href*="pinterest.com"]:before, .mpa-employee-social-networks a[href*="pinterest.com"]:before, .social-menu a[href*="foursquare.com"]:before, .mpa-employee-social-networks a[href*="foursquare.com"]:before, .social-menu a[href*="yahoo.com"]:before, .mpa-employee-social-networks a[href*="yahoo.com"]:before, .social-menu a[href*="skype:"]:before, .mpa-employee-social-networks a[href*="skype:"]:before, .social-menu a[href*="yelp.com"]:before, .mpa-employee-social-networks a[href*="yelp.com"]:before, .social-menu a[href*="linkedin.com"]:before, .mpa-employee-social-networks a[href*="linkedin.com"]:before, .social-menu a[href*="viadeo.com"]:before, .mpa-employee-social-networks a[href*="viadeo.com"]:before, .social-menu a[href*="xing.com"]:before, .mpa-employee-social-networks a[href*="xing.com"]:before, .social-menu a[href*="soundcloud.com"]:before, .mpa-employee-social-networks a[href*="soundcloud.com"]:before, .social-menu a[href*="spotify.com"]:before, .mpa-employee-social-networks a[href*="spotify.com"]:before, .social-menu a[href*="last.fm"]:before, .mpa-employee-social-networks a[href*="last.fm"]:before, .social-menu a[href*="youtube.com"]:before, .mpa-employee-social-networks a[href*="youtube.com"]:before, .social-menu a[href*="vimeo.com"]:before, .mpa-employee-social-networks a[href*="vimeo.com"]:before, .social-menu a[href*="vine.com"]:before, .mpa-employee-social-networks a[href*="vine.com"]:before, .social-menu a[href*="flickr.com"]:before, .mpa-employee-social-networks a[href*="flickr.com"]:before, .social-menu a[href*="500px.com"]:before, .mpa-employee-social-networks a[href*="500px.com"]:before, .social-menu a[href*="instagram.com"]:before, .mpa-employee-social-networks a[href*="instagram.com"]:before, .social-menu a[href*="tumblr.com"]:before, .mpa-employee-social-networks a[href*="tumblr.com"]:before, .social-menu a[href*="reddit.com"]:before, .mpa-employee-social-networks a[href*="reddit.com"]:before, .social-menu a[href*="dribbble.com"]:before, .mpa-employee-social-networks a[href*="dribbble.com"]:before, .social-menu a[href*="stumbleupon.com"]:before, .mpa-employee-social-networks a[href*="stumbleupon.com"]:before, .social-menu a[href*="digg.com"]:before, .mpa-employee-social-networks a[href*="digg.com"]:before, .social-menu a[href*="behance.net"]:before, .mpa-employee-social-networks a[href*="behance.net"]:before, .social-menu a[href*="delicious.com"]:before, .mpa-employee-social-networks a[href*="delicious.com"]:before, .social-menu a[href*="deviantart.com"]:before, .mpa-employee-social-networks a[href*="deviantart.com"]:before, .social-menu a[href*="play.com"]:before, .mpa-employee-social-networks a[href*="play.com"]:before, .social-menu a[href*="wikipedia.com"]:before, .mpa-employee-social-networks a[href*="wikipedia.com"]:before, .social-menu a[href*="apple.com"]:before, .mpa-employee-social-networks a[href*="apple.com"]:before, .social-menu a[href*="github.com"]:before, .mpa-employee-social-networks a[href*="github.com"]:before, .social-menu a[href*="github.io"]:before, .mpa-employee-social-networks a[href*="github.io"]:before, .social-menu a[href*="windows.com"]:before, .mpa-employee-social-networks a[href*="windows.com"]:before, .social-menu a[href*="tripadvisor."]:before, .mpa-employee-social-networks a[href*="tripadvisor."]:before, .social-menu a[href*="slideshare.net"]:before, .mpa-employee-social-networks a[href*="slideshare.net"]:before, .social-menu a[href*=".rss"]:before, .mpa-employee-social-networks a[href*=".rss"]:before, .social-menu a[href*="vk.com"]:before, .mpa-employee-social-networks a[href*="vk.com"]:before {
    font-weight: normal; }
  .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;
    content: "\f129";
    font-weight: 700;
    display: block;
    width: 100%;
    line-height: 26px; }

.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: "\f3c5"; }

.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*="tripadvisor."]:before, .mpa-employee-social-networks a[href*="tripadvisor."]:before {
  content: "\f262"; }

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

.social-menu a[href*="mailto:"]:before, .mpa-employee-social-networks a[href*="mailto:"]:before {
  content: "\f0e0"; }

/* Posts and pages
--------------------------------------------- */
.site-header {
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  transition: .3s;
  background: #fff;
  z-index: 10;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .site-header {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 992px) {
    .site-header {
      padding-left: 100px;
      padding-right: 100px; } }
  .site-header-wrapper {
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .site-header-wrapper {
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media (min-width: 992px) {
      .site-header-wrapper {
        padding-top: 45px;
        padding-bottom: 45px; } }
  .site-header.absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    box-shadow: none; }
    .site-header.absolute.menu-opened {
      background: #fff; }

.site-branding {
  display: flex;
  align-items: center;
  margin-right: 15px; }
  .site-branding .site-title {
    font-size: 33px;
    line-height: 30px;
    letter-spacing: .03em;
    font-weight: 800;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    color: #0b0a36;
    margin: 0; }
    .site-branding .site-title a {
      text-decoration: none;
      color: inherit; }
      .site-branding .site-title a:hover {
        text-decoration: none;
        color: inherit; }
  .site-branding .site-description {
    margin: 5px 0 0 0;
    line-height: 1;
    font-size: 13px; }
    .site-branding .site-description.hidden {
      display: none; }
  .site-branding .custom-logo-link {
    display: block;
    margin-right: 7px;
    flex: 1 0 auto; }
    .site-branding .custom-logo-link img {
      display: block; }

.main-navigation {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column; }
  @media (min-width: 992px) {
    .main-navigation {
      flex-direction: row; } }
  .main-navigation-wrapper {
    flex: 1 1 auto; }
  .main-navigation-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 2px solid #dbdbe9;
    padding: 50px 30px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%); }
    @media (min-width: 992px) {
      .main-navigation-container {
        opacity: 1;
        visibility: visible;
        transform: none;
        padding: 0;
        position: static;
        background: transparent;
        border: 0;
        flex-direction: row;
        justify-content: flex-end; } }
    .main-navigation-container.toggled-on {
      opacity: 1;
      visibility: visible;
      transform: none; }
    .main-navigation-container > * {
      width: 100%;
      max-width: 500px; }
      @media (min-width: 992px) {
        .main-navigation-container > * {
          max-width: none;
          width: auto; } }
  .main-navigation .primary-menu-container {
    display: flex; }
  .main-navigation .menu {
    flex: 1 0 auto; }

.header-search {
  position: relative;
  margin: 30px 0; }
  @media (min-width: 992px) {
    .header-search {
      margin: 0; } }
  .header-search-form {
    display: flex;
    background: #fff;
    border: 1px solid #dbdbe9;
    border-radius: 30px;
    width: 100vw;
    right: 0;
    left: auto;
    transition: .3s;
    max-width: 100%;
    position: static; }
    @media (min-width: 992px) {
      .header-search-form {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        max-width: 715px;
        opacity: 0;
        visibility: hidden; } }
    .header-search-form.opened {
      opacity: 1;
      visibility: visible; }
    .header-search-form .search-form {
      border: 0;
      flex: 1 0 auto; }
  .header-search-toggle {
    background: transparent;
    padding: 0;
    height: 54px;
    width: 54px;
    display: none; }
    @media (min-width: 992px) {
      .header-search-toggle {
        display: flex; } }
    .header-search-toggle svg {
      margin: auto;
      transition: .3s; }
    .header-search-toggle:hover {
      background: transparent; }
    .header-search-toggle.open svg {
      stroke: #0b0a36; }
    .header-search-toggle.open:hover svg {
      stroke: #418b78; }
    .header-search-toggle.close svg {
      stroke: #8a8a9a; }
    .header-search-toggle.close:hover svg {
      stroke: #418b78; }

@media (min-width: 992px) {
  .sidebar-toggle-wrapper {
    margin-left: 20px; } }

.sidebar-toggle-wrapper .sidebar-toggle {
  background: #fff;
  border: 1px solid #dbdbe9;
  border-radius: 30px;
  text-transform: uppercase;
  color: #0b0a36;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  padding: 12px 24px;
  line-height: 20px; }
  .sidebar-toggle-wrapper .sidebar-toggle:hover {
    text-decoration: none;
    background: #418b78;
    color: #fff;
    border-color: transparent; }

.admin-bar .header-sidebar {
  top: 32px; }

.header-sidebar {
  position: fixed;
  visibility: hidden;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  max-width: 540px;
  width: 100%;
  background: #fff;
  transition: .3s;
  transform: translateX(100%); }
  .header-sidebar.toggled-on {
    transform: none;
    visibility: visible; }
  .header-sidebar .close-sidebar {
    position: absolute;
    background: transparent;
    border: 0;
    padding: 10px;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #fff; }
    .header-sidebar .close-sidebar:hover {
      background: transparent;
      color: #0b0a36; }

.site-footer {
  overflow: hidden;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .site-footer {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 992px) {
    .site-footer {
      padding-left: 100px;
      padding-right: 100px; } }
  .site-footer-wrapper {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse; }
    @media (min-width: 992px) {
      .site-footer-wrapper {
        flex-wrap: nowrap;
        flex-direction: row; } }
    .site-footer-wrapper > * {
      padding-top: 80px;
      padding-bottom: 80px; }
  .site-footer-default {
    flex: 1 0 100%; }
    @media (min-width: 992px) {
      .site-footer-default {
        flex: 1 1 63%; } }
  .site-footer-highlighted {
    position: relative;
    flex: 1 0 100%; }
    @media (min-width: 992px) {
      .site-footer-highlighted {
        padding-left: 80px;
        flex: 1 1 37%; } }
    @media (min-width: 1470px) {
      .site-footer-highlighted {
        padding-left: 170px; } }
    .site-footer-highlighted:before {
      content: '';
      display: block;
      width: 999em;
      position: absolute;
      top: 0;
      bottom: 0;
      background: #418b78;
      left: -50%;
      right: -50%; }
      @media (min-width: 992px) {
        .site-footer-highlighted:before {
          left: 99%;
          right: auto; } }
    .site-footer-highlighted .widget-area {
      position: relative; }
      .site-footer-highlighted .widget-area .widget {
        color: #fff; }
        .site-footer-highlighted .widget-area .widget:last-child {
          margin-bottom: 0; }
        .site-footer-highlighted .widget-area .widget-title {
          color: inherit; }
    .site-footer-highlighted .background {
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      @media (min-width: 992px) {
        .site-footer-highlighted .background {
          display: block; } }
      .site-footer-highlighted .background .back {
        fill: #9cd161; }
      .site-footer-highlighted .background .front {
        fill: #418b78; }
  .site-footer .site-info {
    color: #8a8a9a; }
  .site-footer .footer-widgets {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .site-footer .footer-widgets {
        flex-wrap: nowrap; } }
    .site-footer .footer-widgets > * {
      padding: 0 20px;
      flex: 1 0 100%; }
      @media (min-width: 992px) {
        .site-footer .footer-widgets > * {
          flex: 1 0 33%; } }

.sticky {
  display: block; }

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

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

.post-thumbnail img {
  display: block;
  margin: 0 auto;
  transition: .3s ease; }

.entry-title {
  word-break: break-word; }

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

.site-container {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (min-width: 768px) {
    .site-container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 992px) {
    .site-container {
      padding-left: 100px;
      padding-right: 100px; } }

.error404 .site-main {
  margin-left: auto;
  margin-right: auto; }

.site-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    .site-wrapper {
      flex-wrap: nowrap; } }
  .site-wrapper .site-main {
    width: 100%;
    max-width: 850px; }
  .site-wrapper .widget-area {
    width: 100%;
    margin-top: 80px; }
    @media (min-width: 992px) {
      .site-wrapper .widget-area {
        max-width: 350px;
        margin-left: auto;
        margin-top: 0;
        padding-left: 50px; } }
  .site-wrapper.single-post .site-main {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .site-wrapper.single-post .site-main {
        flex-wrap: nowrap; } }
    .site-wrapper.single-post .site-main .single-post-author-wrapper {
      width: 100%;
      margin-bottom: 80px; }
      @media (min-width: 992px) {
        .site-wrapper.single-post .site-main .single-post-author-wrapper {
          margin-bottom: 0;
          margin-right: 50px;
          flex: 1 0 auto;
          max-width: 170px; } }
    .site-wrapper.single-post .site-main .single-page-wrapper,
    .site-wrapper.single-post .site-main .single-post-wrapper {
      min-width: 0;
      width: 100%; }
  .site-wrapper.tiled .site-main {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start; }

.site-main > .error-404 {
  margin: 0 auto;
  text-align: center; }

.site-main > .not-found .page-title {
  font-size: 45px;
  line-height: 55px; }

.site-main > .not-found .page-header {
  margin-bottom: 20px; }

.loop-post {
  margin-bottom: 40px; }
  .loop-post:hover .post-thumbnail img {
    transform: scale(1.1); }
  .loop-post .post-wrapper {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dbdbe9; }
  .loop-post .post-content-wrapper {
    padding: 27px 35px 40px; }
  .loop-post .post-thumbnail {
    overflow: hidden;
    display: block; }
  .loop-post .entry-title {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 9px; }
    .loop-post .entry-title a {
      color: inherit; }
      .loop-post .entry-title a:hover {
        text-decoration: none;
        color: #418b78; }
  .loop-post .entry-header {
    margin-bottom: 40px; }
    .loop-post .entry-header:last-child {
      margin-bottom: 0; }

.loop-post-tile {
  padding: 0 15px;
  width: 100%; }
  @media (min-width: 992px) {
    .loop-post-tile {
      width: 50%; } }
  .loop-post-tile .post-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative; }
  .loop-post-tile .post-thumbnail {
    position: relative; }
    .loop-post-tile .post-thumbnail-wrapper {
      position: relative;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      overflow: hidden; }
    .loop-post-tile .post-thumbnail-background {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-size: cover;
      background-position: center;
      filter: blur(3px);
      transition: .3s; }
      .loop-post-tile .post-thumbnail-background:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(11, 10, 54, 0) 0%, rgba(11, 10, 54, 0.2) 100%); }
  .loop-post-tile .entry-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600; }
  .loop-post-tile .post-content-wrapper {
    width: 100%;
    position: relative; }

@media (min-width: 992px) {
  .edme-grid .loop-post-tile:nth-child(2n),
  .blog-post.loop-post-tile:nth-of-type(3n + 1) {
    width: 100%; } }

@media (min-width: 992px) {
  .edme-grid .loop-post-tile:nth-child(2n) .entry-title,
  .blog-post.loop-post-tile:nth-of-type(3n + 1) .entry-title {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700; } }

.edme-grid .loop-post-tile:nth-child(2n).has-post-thumbnail:hover .post-thumbnail-background,
.blog-post.loop-post-tile:nth-of-type(3n + 1).has-post-thumbnail:hover .post-thumbnail-background {
  transform: scale(1.1); }

.edme-grid .loop-post-tile:nth-child(2n).has-post-thumbnail .post-wrapper,
.blog-post.loop-post-tile:nth-of-type(3n + 1).has-post-thumbnail .post-wrapper {
  min-height: 470px; }

.edme-grid .loop-post-tile:nth-child(2n).has-post-thumbnail .post-thumbnail,
.blog-post.loop-post-tile:nth-of-type(3n + 1).has-post-thumbnail .post-thumbnail {
  display: none; }
  .edme-grid .loop-post-tile:nth-child(2n).has-post-thumbnail .post-thumbnail-background,
  .blog-post.loop-post-tile:nth-of-type(3n + 1).has-post-thumbnail .post-thumbnail-background {
    filter: none; }
    .edme-grid .loop-post-tile:nth-child(2n).has-post-thumbnail .post-thumbnail-background:before,
    .blog-post.loop-post-tile:nth-of-type(3n + 1).has-post-thumbnail .post-thumbnail-background:before {
      content: ''; }
  .edme-grid .loop-post-tile:nth-child(2n).has-post-thumbnail .post-thumbnail-wrapper,
  .blog-post.loop-post-tile:nth-of-type(3n + 1).has-post-thumbnail .post-thumbnail-wrapper {
    position: absolute; }

.edme-grid .loop-post-tile:nth-child(2n).has-post-thumbnail .entry-title,
.blog-post.loop-post-tile:nth-of-type(3n + 1).has-post-thumbnail .entry-title {
  color: #fff; }
  .edme-grid .loop-post-tile:nth-child(2n).has-post-thumbnail .entry-title a:hover,
  .blog-post.loop-post-tile:nth-of-type(3n + 1).has-post-thumbnail .entry-title a:hover {
    color: inherit;
    text-decoration: underline; }

.edme-grid .loop-post-tile:nth-child(2n).has-post-thumbnail .entry-meta i,
.blog-post.loop-post-tile:nth-of-type(3n + 1).has-post-thumbnail .entry-meta i {
  color: #fff; }

.edme-grid .loop-post-tile:nth-child(2n).has-post-thumbnail .entry-meta a,
.blog-post.loop-post-tile:nth-of-type(3n + 1).has-post-thumbnail .entry-meta a {
  color: #fff; }
  .edme-grid .loop-post-tile:nth-child(2n).has-post-thumbnail .entry-meta a:hover,
  .blog-post.loop-post-tile:nth-of-type(3n + 1).has-post-thumbnail .entry-meta a:hover {
    text-decoration: underline; }

.edme-grid .loop-post-tile:nth-child(2n).has-post-thumbnail .entry-meta .cat-links a,
.blog-post.loop-post-tile:nth-of-type(3n + 1).has-post-thumbnail .entry-meta .cat-links a {
  background: #fff;
  color: #0b0a36; }
  .edme-grid .loop-post-tile:nth-child(2n).has-post-thumbnail .entry-meta .cat-links a:hover,
  .blog-post.loop-post-tile:nth-of-type(3n + 1).has-post-thumbnail .entry-meta .cat-links a:hover {
    color: #fff;
    background: #9cd161;
    text-decoration: none; }

.entry-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .entry-meta .posted-on {
    margin-right: 20px; }
  .entry-meta i {
    margin-right: 10px;
    color: #8a8a9a; }
  .entry-meta .byline,
  .entry-meta .posted-on {
    letter-spacing: .01em; }
    .entry-meta .byline a,
    .entry-meta .posted-on a {
      color: inherit; }
      .entry-meta .byline a:hover,
      .entry-meta .posted-on a:hover {
        color: #418b78;
        text-decoration: none; }
  .entry-meta .cat-links {
    border-top: 1px solid #dbdbe9;
    padding-top: 20px;
    margin-top: 15px; }

.cat-links {
  width: 100%; }
  .cat-links ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .cat-links ul:after {
      display: table;
      content: '';
      clear: both; }
    .cat-links ul li {
      padding: 0;
      margin: 0 10px 5px 0;
      display: block;
      float: left; }
      .cat-links ul li:last-child {
        margin-right: 0; }
  .cat-links a {
    text-transform: uppercase;
    background: #418b78;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    padding: 5px 12px 4px;
    border-radius: 20px; }
    .cat-links a:hover {
      text-decoration: none;
      background: #9cd161; }

.post-header {
  background-size: cover;
  background-position: center center;
  position: relative;
  background-color: #418b78; }
  .post-header.has-post-thumbnail:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: linear-gradient(180deg, rgba(11, 10, 54, 0.3) 0%, rgba(11, 10, 54, 0.4) 100%); }
  .post-header.has-post-thumbnail .post-header-container {
    min-height: 45vh; }
  .post-header-container {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
    min-height: 296px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .post-header-container {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (min-width: 992px) {
      .post-header-container {
        padding-left: 100px;
        padding-right: 100px; } }
  .post-header-wrapper {
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .post-header .page-title,
  .post-header .entry-title {
    text-align: center;
    color: #fff;
    font-size: 35px;
    line-height: 45px; }
    @media (min-width: 768px) {
      .post-header .page-title,
      .post-header .entry-title {
        font-size: 45px;
        line-height: 55px; } }
    @media (min-width: 992px) {
      .post-header .page-title,
      .post-header .entry-title {
        font-size: 55px;
        line-height: 65px; } }
  .post-header .entry-summary,
  .post-header .archive-description {
    color: #fff;
    text-align: center; }

.single-post-categories {
  margin-bottom: 20px; }
  .single-post-categories ul {
    display: flex;
    justify-content: center; }
  .single-post-categories a {
    background: #fff;
    color: #0b0a36; }
    .single-post-categories a:hover {
      color: #fff; }

.single-post-date {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 20px; }
  .single-post-date a {
    color: #fff; }
  .single-post-date i {
    margin-right: 10px; }

.breadcrumbs-wrapper {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  margin-top: 50px; }
  .breadcrumbs-wrapper .trail-browse {
    display: none; }
  .breadcrumbs-wrapper ul li:after {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    opacity: .5;
    padding: 0 10px; }
  .breadcrumbs-wrapper a {
    color: inherit; }
  .breadcrumbs-wrapper i {
    opacity: .5;
    margin: 0 10px; }

.single-post-author .author {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }
  @media (min-width: 992px) {
    .single-post-author .author {
      flex-wrap: wrap; } }

.single-post-author .avatar {
  border-radius: 20px 50px 50px 20px;
  display: block; }

.single-post-author .author-avatar {
  margin-right: 20px; }
  @media (min-width: 992px) {
    .single-post-author .author-avatar {
      margin-bottom: 12px;
      margin-right: 0; } }

.single-post-author .author-name {
  margin: 0 0 3px; }

.single-post-author .author-bio {
  line-height: 27px;
  letter-spacing: .01em; }

.entry-footer {
  margin-top: 36px;
  margin-bottom: 36px; }
  .entry-footer .tags-links {
    border-top: 1px solid #8a8a9a;
    border-bottom: 1px solid #8a8a9a;
    margin-bottom: 20px;
    display: block;
    padding: 14px 0;
    color: #8a8a9a; }
    .entry-footer .tags-links:last-child {
      margin-bottom: 0; }
    .entry-footer .tags-links a {
      color: #0b0a36;
      padding: 0 13px;
      text-transform: uppercase;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      font-size: 15px; }
      .entry-footer .tags-links a:first-child {
        margin-left: 10px; }
      .entry-footer .tags-links a:hover {
        text-decoration: none;
        color: #418b78; }
  .entry-footer .edit-link {
    display: block;
    text-align: center; }

.default-employee,
.default-service,
.default-page,
.default-post {
  padding-top: 80px; }

.default-employee .site-main {
  max-width: 100%; }

.full-width-service,
.canvas,
.full-width {
  padding: 0; }
  .full-width-service .site-main,
  .full-width-service .site-wrapper,
  .canvas .site-main,
  .canvas .site-wrapper,
  .full-width .site-main,
  .full-width .site-wrapper {
    max-width: 100%; }

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

.bypostauthor {
  display: block; }

.comments-area {
  margin-top: 100px; }
  .comments-area .comments-title {
    margin-bottom: 38px; }
  .comments-area .comment-list {
    margin-bottom: 80px; }
    .comments-area .comment-list .comment-respond {
      margin: 50px 0; }
      .comments-area .comment-list .comment-respond .comment-reply-title {
        font-size: 24px; }
        .comments-area .comment-list .comment-respond .comment-reply-title small {
          display: inline-block;
          margin-left: 15px; }
  .comments-area ol.children,
  .comments-area ol.comment-list {
    list-style: none;
    padding: 0; }
    .comments-area ol.children > li,
    .comments-area ol.comment-list > li {
      margin-bottom: 30px; }
      .comments-area ol.children > li:last-child,
      .comments-area ol.comment-list > li:last-child {
        margin-bottom: 0; }
  .comments-area .depth-1 > ol.children {
    padding-left: 20px; }
    @media (min-width: 992px) {
      .comments-area .depth-1 > ol.children {
        padding-left: 30px; } }
  .comments-area .comment-body {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #8a8a9a; }
  .comments-area .comment-meta {
    position: relative;
    padding-left: 88px;
    min-height: 66px;
    margin-bottom: 16px;
    padding-top: 10px; }
    .comments-area .comment-meta .avatar {
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%; }
    .comments-area .comment-meta .says {
      display: none; }
    .comments-area .comment-meta .fn {
      display: block;
      font-family: "Raleway", sans-serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 600; }
      .comments-area .comment-meta .fn a {
        color: inherit; }
        .comments-area .comment-meta .fn a:hover {
          color: #418b78;
          text-decoration: none; }
    .comments-area .comment-meta .comment-metadata a {
      color: inherit; }
      .comments-area .comment-meta .comment-metadata a:hover {
        text-decoration: none;
        color: #418b78; }
  .comments-area .reply {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .comments-area .reply {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0; } }
    .comments-area .reply a:hover {
      text-decoration: none;
      color: #0b0a36; }
  .comments-area .comment-content {
    line-height: 27px;
    letter-spacing: .01em; }

.comment-respond form {
  margin: 0 -15px; }
  .comment-respond form:after {
    content: '';
    display: table;
    clear: both; }
  .comment-respond form > * {
    padding: 0 15px;
    float: left;
    width: 100%; }
  @media (min-width: 768px) {
    .comment-respond form .comment-form-email,
    .comment-respond form .comment-form-author {
      width: 50%; } }
  .comment-respond form .comment-form-comment textarea {
    padding-left: 37px;
    background-image: url("images/icon-comment.svg");
    background-repeat: no-repeat;
    background-position: left 12px top 21px; }
  .comment-respond form .comment-form-email input,
  .comment-respond form .comment-form-author input {
    padding-left: 37px;
    background-repeat: no-repeat;
    background-position: left 12px top 20px; }
  .comment-respond form .comment-form-author input {
    background-image: url("images/icon-user.svg"); }
  .comment-respond form .comment-form-email input {
    background-image: url("images/icon-envelope.svg"); }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 60px; }
  .widget select {
    max-width: 100%; }
  .widget .widget-title {
    margin-bottom: 30px; }

.search-form {
  border: 1px solid #dbdbe9;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  position: relative;
  padding-right: 50px; }
  .search-form > * {
    margin-bottom: 0; }
  .search-form label {
    width: 100%; }
  .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 54px;
    width: 54px;
    padding: 0;
    background: transparent;
    display: flex; }
    .search-form .search-submit svg {
      margin: auto;
      fill: #0b0a36;
      transition: .3s; }
    .search-form .search-submit:hover {
      background: transparent; }
      .search-form .search-submit:hover svg {
        fill: #418b78; }
  .search-form .search-field {
    border: 0;
    padding-left: 30px;
    padding-right: 0; }
    .search-form .search-field:focus {
      border: 0; }

.widget_recent_entries .post-date {
  display: block;
  font-size: .75em; }

.widget_categories ul li {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px; }

.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
  list-style: none;
  padding: 0; }
  .widget_categories ul li,
  .widget_archive ul li,
  .widget_recent_comments ul li,
  .widget_recent_entries ul li {
    position: relative;
    padding-left: 30px;
    border-bottom: 1px solid #8a8a9a;
    padding-bottom: 21px;
    margin-bottom: 18px; }
    .widget_categories ul li:last-child,
    .widget_archive ul li:last-child,
    .widget_recent_comments ul li:last-child,
    .widget_recent_entries ul li:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .widget_categories ul li:before,
    .widget_archive ul li:before,
    .widget_recent_comments ul li:before,
    .widget_recent_entries ul li:before {
      color: #418b78;
      position: absolute;
      top: 2px;
      left: 0;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f061";
      font-size: 14px; }

.widget_calendar th, .widget_calendar td {
  padding: 5px;
  text-align: center; }

.widget_calendar .wp-calendar-table {
  margin-bottom: 5px; }

.widget_pages ul,
.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .widget_pages ul li,
  .widget_nav_menu ul li {
    margin-bottom: 14px; }
    .widget_pages ul li > ul,
    .widget_nav_menu ul li > ul {
      margin-top: 14px;
      margin-left: 14px; }

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

.header-sidebar {
  overflow: auto; }
  .header-sidebar .widget-title {
    display: block;
    margin: 0 -35px 35px;
    padding: 35px 40px 35px 35px;
    color: #fff;
    background: #418b78; }
  .header-sidebar .widget {
    padding: 0 35px; }
  .header-sidebar .appointment-form-shortcode {
    padding: 0;
    box-shadow: none;
    border: 0; }
    .header-sidebar .appointment-form-shortcode .mpa-booking-step {
      min-height: auto; }
    .header-sidebar .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months {
      margin: 0 -25px; }
    .header-sidebar .appointment-form-shortcode .mpa-shortcode-title {
      padding-bottom: 31px;
      margin-bottom: 50px !important;
      position: relative; }
      .header-sidebar .appointment-form-shortcode .mpa-shortcode-title:after {
        content: '';
        position: absolute;
        display: block;
        width: 68px;
        bottom: 0;
        left: 0;
        height: 2px;
        background: #9cd161; }
  .header-sidebar .iti__country-list {
    max-width: 453px;
    min-width: 453px; }

.custom-blog-widget {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding: 55px 13px 70px; }
  .custom-blog-widget .background {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center; }
    .custom-blog-widget .background:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: linear-gradient(180deg, rgba(39, 39, 77, 0) 0%, rgba(11, 10, 54, 0.12) 100%); }
  .custom-blog-widget .content-wrapper {
    position: relative; }
  .custom-blog-widget .button-wrapper {
    text-align: center; }
  .custom-blog-widget .content {
    padding-left: 90px;
    margin-bottom: 34px; }
    .custom-blog-widget .content h2, .custom-blog-widget .content h3, .custom-blog-widget .content h4, .custom-blog-widget .content .mpa-services-list-shortcode .mpa-service-price, .mpa-services-list-shortcode .custom-blog-widget .content .mpa-service-price, .custom-blog-widget .content h5, .custom-blog-widget .content h6, .custom-blog-widget .content .mpa-services-list-shortcode .mpa-service-employees .more-employees, .mpa-services-list-shortcode .mpa-service-employees .custom-blog-widget .content .more-employees,
    .custom-blog-widget .content .mpa-services-list-shortcode .mpa-service-employees .employee-name, .mpa-services-list-shortcode .mpa-service-employees .custom-blog-widget .content .employee-name, .custom-blog-widget .content p {
      color: #fff; }

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

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

/* Gutenberg blocks
--------------------------------------------- */
/*!
 * 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: 100%;
  margin-bottom: 28px; }
  .entry-content > *:last-child {
    margin-bottom: 0; }

/* wp-block-paragraph styles */
/* wp-block-image styles */
.wp-block-image .alignleft {
  margin-right: 40px; }

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

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

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

/* wp-block-gallery styles */
.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 {
  border: 1px solid #dbdbe9;
  border-radius: 10px;
  padding: 19px 30px;
  background: #fff;
  position: relative;
  font-size: 18px;
  line-height: 30px; }
  .wp-block-quote p {
    font-size: inherit;
    line-height: inherit; }
    .wp-block-quote p:last-of-type {
      margin-bottom: 0; }
  .wp-block-quote cite {
    font-size: 15px;
    font-style: italic; }
  .wp-block-quote.is-style-large {
    padding: 19px 30px 19px 90px;
    margin-right: auto;
    margin-left: auto; }
    .wp-block-quote.is-style-large:before {
      content: url("data:image/svg+xml,%3Csvg width='46' height='30' viewBox='0 0 46 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.332 9.24811C9.28386 9.24811 8.26562 9.39849 7.27734 9.69923C6.31902 9.99998 5.42057 10.421 4.58204 10.9624C5.33073 9.66915 6.22916 8.49623 7.27734 7.4436C8.35546 6.36089 9.52343 5.44361 10.7812 4.69173C12.069 3.93986 13.4466 3.35338 14.9141 2.93233C16.4115 2.51129 17.9538 2.30075 19.541 2.30075C19.8704 2.30075 20.14 2.19549 20.3496 1.98496C20.5892 1.74436 20.709 1.45865 20.709 1.12782C20.709 0.827067 20.5892 0.571428 20.3496 0.360901C20.14 0.120302 19.8704 0 19.541 0C18.2533 0 16.9805 0.135338 15.7227 0.406016C14.4648 0.646616 13.237 1.00752 12.0391 1.48872C10.8711 1.96992 9.74804 2.57143 8.66992 3.29324C7.62174 3.98497 6.63345 4.79699 5.70508 5.72933C4.80663 6.66165 3.99804 7.66917 3.27929 8.75187C2.56054 9.80451 1.96159 10.9173 1.48242 12.0902C1.00326 13.2631 0.628907 14.4812 0.359375 15.7443C0.119792 17.0075 0 18.3007 0 19.624C0 21.0676 0.269532 22.421 0.808593 23.6842C1.34766 24.9474 2.08138 26.045 3.00976 26.9774C3.9681 27.9097 5.07617 28.6465 6.33399 29.1879C7.59179 29.7293 8.92448 30 10.332 30C11.7695 30 13.1172 29.7293 14.375 29.1879C15.6328 28.6465 16.7259 27.9097 17.6543 26.9774C18.6126 26.045 19.3613 24.9474 19.9004 23.6842C20.4395 22.421 20.709 21.0676 20.709 19.624C20.709 18.1804 20.4395 16.827 19.9004 15.5639C19.3613 14.3007 18.6126 13.203 17.6543 12.2707C16.7259 11.3383 15.6328 10.6015 14.375 10.0602C13.1172 9.51879 11.7695 9.24811 10.332 9.24811ZM10.332 27.6992C8.1159 27.6992 6.21419 26.9174 4.62696 25.3534C3.06967 23.7595 2.29102 21.8496 2.29102 19.624C2.29102 19.594 2.29102 19.5639 2.29102 19.5338C2.29102 19.5037 2.29102 19.4586 2.29102 19.3985C2.35092 17.2331 3.15951 15.3834 4.71679 13.8496C6.27408 12.3158 8.14584 11.5489 10.332 11.5489C12.5781 11.5489 14.4798 12.3459 16.0371 13.9398C17.6243 15.5038 18.418 17.3985 18.418 19.624C18.418 21.8496 17.6243 23.7595 16.0371 25.3534C14.4798 26.9174 12.5781 27.6992 10.332 27.6992ZM35.6679 9.24811C34.5899 9.24811 33.5565 9.39849 32.5685 9.69923C31.6101 9.99998 30.7266 10.421 29.9179 10.9624C30.6666 9.66915 31.5652 8.49623 32.6133 7.4436C33.6614 6.36089 34.8294 5.44361 36.1171 4.69173C37.4049 3.93986 38.7826 3.35338 40.25 2.93233C41.7174 2.51129 43.2448 2.30075 44.8321 2.30075C45.1614 2.30075 45.431 2.19549 45.6407 1.98496C45.8802 1.74436 46 1.45865 46 1.12782C46 0.827067 45.8802 0.571428 45.6407 0.360901C45.431 0.120302 45.1614 0 44.8321 0C43.5443 0 42.2715 0.135338 41.0136 0.406016C39.756 0.646616 38.5429 1.00752 37.375 1.48872C36.2071 1.96992 35.084 2.57143 34.006 3.29324C32.9576 3.98497 31.9693 4.79699 31.041 5.72933C30.1125 6.66165 29.2891 7.66917 28.5704 8.75187C27.8516 9.80451 27.2527 10.9173 26.7734 12.0902C26.2943 13.2631 25.9199 14.4812 25.6503 15.7443C25.4109 17.0075 25.291 18.3007 25.291 19.624C25.291 21.0676 25.5606 22.421 26.0997 23.6842C26.6386 24.9474 27.3723 26.045 28.3008 26.9774C29.2592 27.9097 30.3671 28.6465 31.625 29.1879C32.8829 29.7293 34.2304 30 35.6679 30C37.0755 30 38.4082 29.7293 39.666 29.1879C40.9239 28.6465 42.0169 27.9097 42.9454 26.9774C43.9035 26.045 44.6524 24.9474 45.1913 23.6842C45.7304 22.421 46 21.0676 46 19.624C46 18.1804 45.7304 16.827 45.1913 15.5639C44.6524 14.3007 43.9035 13.203 42.9454 12.2707C42.0169 11.3383 40.9239 10.6015 39.666 10.0602C38.4082 9.51879 37.0755 9.24811 35.6679 9.24811ZM35.6679 27.6992C33.4218 27.6992 31.5052 26.9174 29.9179 25.3534C28.3606 23.7595 27.5821 21.8496 27.5821 19.624C27.5821 19.594 27.5821 19.5639 27.5821 19.5338C27.5821 19.5037 27.5821 19.4586 27.5821 19.3985C27.6419 17.2331 28.4505 15.3834 30.0079 13.8496C31.5951 12.3158 33.4818 11.5489 35.6679 11.5489C37.8842 11.5489 39.7709 12.3459 41.3282 13.9398C42.9155 15.5038 43.709 17.3985 43.709 19.624C43.709 21.8496 42.9155 23.7595 41.3282 25.3534C39.7709 26.9174 37.8842 27.6992 35.6679 27.6992Z' fill='%23418B78'/%3E%3C/svg%3E%0A");
      position: absolute;
      top: 20px;
      left: 25px; }
    .wp-block-quote.is-style-large p {
      font-size: 24px; }

/* wp-block-file styles */
/* wp-block-code styles */
/* wp-block-preformatted styles */
/* wp-block-pullquote styles */
.wp-block-pullquote {
  border-top: 4px solid #8a8a9a;
  border-bottom: 4px solid #8a8a9a; }
  .wp-block-pullquote p:last-of-type {
    margin-bottom: 0; }
  .wp-block-pullquote blockquote {
    border: 0;
    padding: 0;
    background: transparent;
    margin: 0; }
  .wp-block-pullquote.is-style-solid-color {
    padding-left: 40px;
    padding-right: 40px;
    background: #8a8a9a; }
    .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-table styles */
/* 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 > *:last-child {
  margin-bottom: 0; }

/* wp-block-button styles */
.wp-block-button__link {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 19px 40px 17px;
  text-decoration: none; }
  .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited {
    text-decoration: none; }

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

@media (min-width: 768px) {
  .wp-block-columns {
    flex-wrap: nowrap; } }

.wp-block-column {
  flex-basis: 100%;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .wp-block-column {
      flex-basis: 0;
      flex-grow: 1; } }
  .wp-block-column:nth-child(2n), .wp-block-column:not(:first-child) {
    margin-left: 0; }
    @media (min-width: 768px) {
      .wp-block-column:nth-child(2n), .wp-block-column:not(:first-child) {
        margin-left: 16px; } }
  .wp-block-column > *:last-child {
    margin-bottom: 0; }

/* wp-block-media-text styles */
/* wp-block-separator styles */
/* wp-block-archives styles */
/* wp-block-calendar styles */
/* wp-block-categories styles */
/* wp-block-latest-comments styles */
/* wp-block-latest-posts styles */
@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-rss styles */
.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-video styles */
/* wp-block-cover styles */
/* wp-block-audio styles */
.has-color-1-color {
  color: #0b0a36; }

.has-color-1-background-color {
  background-color: #0b0a36; }

.has-color-2-color {
  color: #3b3b4f; }

.has-color-2-background-color {
  background-color: #3b3b4f; }

.has-color-3-color {
  color: #8a8a9a; }

.has-color-3-background-color {
  background-color: #8a8a9a; }

.has-color-4-color {
  color: #dbdbe9; }

.has-color-4-background-color {
  background-color: #dbdbe9; }

.has-color-5-color {
  color: #f2f6f7; }

.has-color-5-background-color {
  background-color: #f2f6f7; }

.has-color-6-color {
  color: #418b78; }

.has-color-6-background-color {
  background-color: #418b78; }

.has-color-7-color {
  color: #9cd161; }

.has-color-7-background-color {
  background-color: #9cd161; }

/* Elementor
--------------------------------------------- */
.elementor-widget-image-box .elementor-image-box-img {
  line-height: 0; }

.elementor-widget-image-box .elementor-image-box-title {
  word-break: break-word; }
  .elementor-widget-image-box .elementor-image-box-title a:hover {
    color: #418b78; }

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a:hover {
  color: #418b78; }

.elementor-widget-icon-box .elementor-icon-box-title {
  word-break: break-word; }
  .elementor-widget-icon-box .elementor-icon-box-title a:hover {
    color: #418b78; }

.stratum-advanced-tabs__navigation-item:last-child {
  border-right: 0 !important; }

.stratum-advanced-accordion .stratum-advanced-accordion__item-wrapper .stratum-advanced-accordion__text {
  padding: 0; }

.stratum-advanced-accordion .stratum-advanced-accordion__item {
  overflow: hidden; }

.fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__image {
  background-repeat: no-repeat;
  background-size: 70%; }
  @media (min-width: 992px) {
    .fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__image {
      background-size: auto 90%; } }
  @media (min-width: 1470px) {
    .fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__image {
      background-size: auto clamp(60%, 880px, 100%); } }

.fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__title {
  display: flex;
  align-items: flex-end; }
  @media screen and (min-width: 1024px) {
    .fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__title {
      font-size: 50px;
      line-height: 50px; } }
  @media screen and (min-width: 1280px) {
    .fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__title {
      font-size: 60px;
      line-height: 60px; } }
  @media (min-width: 1470px) {
    .fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__title {
      font-size: 80px;
      line-height: 90px; } }
  .fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__title svg {
    width: 80px;
    flex: 1 0 auto; }
    @media screen and (min-width: 1280px) {
      .fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__title svg {
        width: 135px; } }
    .fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__title svg path {
      stroke-dasharray: 350;
      stroke-dashoffset: 350;
      transition: 1s ease 1s; }

@media (min-width: 992px) {
  .fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__description {
    font-size: 22px;
    line-height: 45px; } }

@media (min-width: 1470px) {
  .fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__description {
    font-size: 24px; } }

.fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__slide-content .stratum-advanced-slider__slide-wrapper {
  max-width: 1800px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__slide-content .stratum-advanced-slider__slide-wrapper {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 992px) {
    .fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__slide-content .stratum-advanced-slider__slide-wrapper {
      padding-left: 100px; } }
  @media (min-width: 1470px) {
    .fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__slide-content .stratum-advanced-slider__slide-wrapper {
      padding-top: 50px;
      padding-left: 160px; } }

.fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__slide-container {
  max-width: 524px; }
  @media (min-width: 1470px) {
    .fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__slide-container {
      max-width: 650px; } }

.fp-slider .stratum-advanced-slider .arrows-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  z-index: 1;
  height: 100px;
  padding: 20px 40px; }
  @media (min-width: 992px) {
    .fp-slider .stratum-advanced-slider .arrows-container {
      height: 465px;
      padding: 150px 80px 40px; } }
  @media (min-width: 1470px) {
    .fp-slider .stratum-advanced-slider .arrows-container {
      height: 696px;
      padding: 150px 160px 40px; } }
  .fp-slider .stratum-advanced-slider .arrows-container .background {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 240px;
    height: 200px; }
    @media (min-width: 992px) {
      .fp-slider .stratum-advanced-slider .arrows-container .background {
        width: 345px;
        height: 465px; } }
    @media (min-width: 1470px) {
      .fp-slider .stratum-advanced-slider .arrows-container .background {
        width: auto;
        height: auto; } }
  .fp-slider .stratum-advanced-slider .arrows-container .stratum-swiper-button-prev,
  .fp-slider .stratum-advanced-slider .arrows-container .stratum-swiper-button-next {
    position: relative;
    color: inherit;
    right: auto;
    left: auto;
    top: auto;
    transform: none;
    height: auto; }
    .fp-slider .stratum-advanced-slider .arrows-container .stratum-swiper-button-prev:before,
    .fp-slider .stratum-advanced-slider .arrows-container .stratum-swiper-button-next:before {
      display: none; }
    .fp-slider .stratum-advanced-slider .arrows-container .stratum-swiper-button-prev:after,
    .fp-slider .stratum-advanced-slider .arrows-container .stratum-swiper-button-next:after {
      font-family: "Font Awesome 5 Free"; }
  .fp-slider .stratum-advanced-slider .arrows-container .stratum-swiper-button-prev:after {
    content: "\f060"; }
  .fp-slider .stratum-advanced-slider .arrows-container .stratum-swiper-button-next:after {
    content: "\f061"; }
  .fp-slider .stratum-advanced-slider .arrows-container .swiper-button-disabled {
    opacity: .5; }
  .fp-slider .stratum-advanced-slider .arrows-container .current-index {
    z-index: 1;
    margin: 0 24px;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: #fff; }
    .fp-slider .stratum-advanced-slider .arrows-container .current-index .current {
      font-size: 55px;
      font-weight: 800;
      line-height: 0.8;
      margin-right: 6px; }

.fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__slide-content {
  z-index: 2; }

.fp-slider .stratum-advanced-slider .swiper-slide.swiper-slide-active .stratum-advanced-slider__title svg path {
  stroke-dashoffset: 0; }

@media screen and (min-width: 1367px) {
  .fp-slider .stratum-advanced-slider .stratum-advanced-slider__button {
    padding-left: 135px; } }

.fp-testimonials .stratum-testimonial-carousel .swiper-slide .stratum-testimonial-carousel__wrapper {
  margin: 0; }
  .fp-testimonials .stratum-testimonial-carousel .swiper-slide .stratum-testimonial-carousel__wrapper .stratum-testimonial-carousel__container {
    padding: 0; }
    .fp-testimonials .stratum-testimonial-carousel .swiper-slide .stratum-testimonial-carousel__wrapper .stratum-testimonial-carousel__container .stratum-testimonial-carousel__footer {
      display: none; }
    .fp-testimonials .stratum-testimonial-carousel .swiper-slide .stratum-testimonial-carousel__wrapper .stratum-testimonial-carousel__container .stratum-testimonial-carousel__content {
      flex: 0 1 auto;
      display: flex;
      flex-direction: column-reverse; }
    .fp-testimonials .stratum-testimonial-carousel .swiper-slide .stratum-testimonial-carousel__wrapper .stratum-testimonial-carousel__container .stratum-testimonial-carousel__cite {
      display: block; }
      .fp-testimonials .stratum-testimonial-carousel .swiper-slide .stratum-testimonial-carousel__wrapper .stratum-testimonial-carousel__container .stratum-testimonial-carousel__cite .stratum-testimonial-carousel__heading,
      .fp-testimonials .stratum-testimonial-carousel .swiper-slide .stratum-testimonial-carousel__wrapper .stratum-testimonial-carousel__container .stratum-testimonial-carousel__cite .stratum-testimonial-carousel__subtitle {
        display: inline-block; }

.fp-testimonials .stratum-testimonial-carousel .swiper-pagination {
  left: 10%;
  right: 0;
  width: auto;
  bottom: 5%; }
  .fp-testimonials .stratum-testimonial-carousel .swiper-pagination .swiper-pagination-bullet {
    height: 7px !important;
    width: 15px !important;
    border-radius: 7px;
    transition: .3s; }
    .fp-testimonials .stratum-testimonial-carousel .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
      background-color: #dbdbe9 !important;
      opacity: 1; }
    .fp-testimonials .stratum-testimonial-carousel .swiper-pagination .swiper-pagination-bullet:hover, .fp-testimonials .stratum-testimonial-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 30px !important; }

.edme-grid .stratum-advanced-posts__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-column-gap: 0 !important;
  grid-row-gap: 0 !important; }
  .edme-grid .stratum-advanced-posts__wrapper .loop-post-tile {
    padding: 0;
    width: 100%; }
    @media (min-width: 992px) {
      .edme-grid .stratum-advanced-posts__wrapper .loop-post-tile {
        width: 27.5%;
        margin-top: 50px; }
        .edme-grid .stratum-advanced-posts__wrapper .loop-post-tile:nth-child(2n) {
          margin-top: 0;
          width: 36%;
          margin-left: 4.5%;
          margin-right: 4.5%; }
          .edme-grid .stratum-advanced-posts__wrapper .loop-post-tile:nth-child(2n) .post-wrapper {
            min-height: 556px; } }
    @media (min-width: 1470px) {
      .edme-grid .stratum-advanced-posts__wrapper .loop-post-tile {
        width: 23.25%; }
        .edme-grid .stratum-advanced-posts__wrapper .loop-post-tile:nth-child(2n) {
          margin-left: 8.5%;
          margin-right: 8.5%; } }
    .edme-grid .stratum-advanced-posts__wrapper .loop-post-tile .post-content-wrapper {
      padding: 24px; }

.wpcf7 {
  overflow: hidden; }
  .wpcf7 form {
    margin: 0 -15px; }
    .wpcf7 form:after {
      content: '';
      display: table;
      clear: both; }
    .wpcf7 form > * {
      float: left;
      width: 100%;
      padding: 0 15px; }
      @media (min-width: 992px) {
        .wpcf7 form > *.half-width {
          width: 50%; } }
    .wpcf7 form label {
      width: 100%; }
    .wpcf7 form textarea[name="your-message"] {
      padding-left: 37px;
      background-image: url("images/icon-comment.svg");
      background-repeat: no-repeat;
      background-position: left 12px top 21px; }
    .wpcf7 form input[name="your-name"], .wpcf7 form input[name="your-email"] {
      padding-left: 37px;
      background-repeat: no-repeat;
      background-position: left 12px top 20px; }
    .wpcf7 form input[name="your-name"] {
      background-image: url("images/icon-user.svg"); }
    .wpcf7 form input[name="your-email"] {
      background-image: url("images/icon-envelope.svg"); }

.glsr.glsr-default {
  overflow: hidden; }
  .glsr.glsr-default form.glsr-form {
    margin: 0 -15px;
    display: block; }
    .glsr.glsr-default form.glsr-form:after {
      content: '';
      display: table;
      clear: both; }
    .glsr.glsr-default form.glsr-form > * {
      float: left;
      width: 100%;
      padding: 0 15px; }
    @media (min-width: 992px) {
      .glsr.glsr-default form.glsr-form .glsr-field-text,
      .glsr.glsr-default form.glsr-form .glsr-field-email {
        width: 50%; } }
    .glsr.glsr-default form.glsr-form .glsr-field input,
    .glsr.glsr-default form.glsr-form .glsr-field textarea,
    .glsr.glsr-default form.glsr-form .glsr-field select {
      color: #0b0a36;
      border: 1px solid #dbdbe9;
      background-color: #fff;
      border-radius: 10px;
      font-size: 16px;
      line-height: 30px;
      padding: 12px;
      display: block;
      width: 100%;
      transition: .3s; }
      .glsr.glsr-default form.glsr-form .glsr-field input:focus,
      .glsr.glsr-default form.glsr-form .glsr-field textarea:focus,
      .glsr.glsr-default form.glsr-form .glsr-field select:focus {
        outline: none !important;
        box-shadow: none !important;
        border-color: #0b0a36; }
        .glsr.glsr-default form.glsr-form .glsr-field input:focus + .glsr-toggle-track,
        .glsr.glsr-default form.glsr-form .glsr-field textarea:focus + .glsr-toggle-track,
        .glsr.glsr-default form.glsr-form .glsr-field select:focus + .glsr-toggle-track {
          outline: none !important;
          box-shadow: none !important; }
    .glsr.glsr-default form.glsr-form .glsr-field input[type="text"],
    .glsr.glsr-default form.glsr-form .glsr-field input[type="email"],
    .glsr.glsr-default form.glsr-form .glsr-field textarea {
      padding-left: 37px;
      background-repeat: no-repeat;
      background-position: left 12px top 20px; }
    .glsr.glsr-default form.glsr-form .glsr-field input[type="text"] {
      background-image: url("images/icon-user.svg"); }
    .glsr.glsr-default form.glsr-form .glsr-field input[type="email"] {
      background-image: url("images/icon-envelope.svg"); }
    .glsr.glsr-default form.glsr-form .glsr-field textarea {
      background-image: url("images/icon-comment.svg"); }
    .glsr.glsr-default form.glsr-form .glsr-field label {
      font-weight: 600;
      font-size: 16px;
      font-family: "Raleway", sans-serif;
      line-height: 27px;
      margin-bottom: 9px;
      color: #0b0a36; }
    .glsr.glsr-default form.glsr-form .glsr-field .gl-star-rating-stars > span, .glsr.glsr-default form.glsr-form .glsr-field .glsr-star-empty {
      background: none !important;
      width: 22px;
      height: 22px;
      text-align: center;
      margin-right: 8px; }
      .glsr.glsr-default form.glsr-form .glsr-field .gl-star-rating-stars > span:before, .glsr.glsr-default form.glsr-form .glsr-field .glsr-star-empty:before {
        font-family: "Font Awesome 5 Free";
        content: "\f005";
        font-weight: 400;
        font-size: 21px;
        color: #8a8a9a;
        line-height: 1; }
    .glsr.glsr-default form.glsr-form .glsr-field .gl-star-rating-stars.s10 > span:nth-child(-1n+1):before {
      font-weight: 900;
      color: #f2c94c; }
    .glsr.glsr-default form.glsr-form .glsr-field .gl-star-rating-stars.s20 > span:nth-child(-1n+2):before {
      font-weight: 900;
      color: #f2c94c; }
    .glsr.glsr-default form.glsr-form .glsr-field .gl-star-rating-stars.s30 > span:nth-child(-1n+3):before {
      font-weight: 900;
      color: #f2c94c; }
    .glsr.glsr-default form.glsr-form .glsr-field .gl-star-rating-stars.s40 > span:nth-child(-1n+4):before {
      font-weight: 900;
      color: #f2c94c; }
    .glsr.glsr-default form.glsr-form .glsr-field .gl-star-rating-stars.s50 > span:nth-child(-1n+5):before {
      font-weight: 900;
      color: #f2c94c; }
    .glsr.glsr-default form.glsr-form .glsr-field .gl-star-rating-stars.s60 > span:nth-child(-1n+6):before {
      font-weight: 900;
      color: #f2c94c; }
    .glsr.glsr-default form.glsr-form .glsr-field .gl-star-rating-stars.s70 > span:nth-child(-1n+7):before {
      font-weight: 900;
      color: #f2c94c; }
    .glsr.glsr-default form.glsr-form .glsr-field .gl-star-rating-stars.s80 > span:nth-child(-1n+8):before {
      font-weight: 900;
      color: #f2c94c; }
    .glsr.glsr-default form.glsr-form .glsr-field .gl-star-rating-stars.s90 > span:nth-child(-1n+9):before {
      font-weight: 900;
      color: #f2c94c; }
    .glsr.glsr-default form.glsr-form .glsr-field .gl-star-rating-stars.s100 > span:nth-child(-1n+10):before {
      font-weight: 900;
      color: #f2c94c; }
  .glsr.glsr-default .glsr-reviews,
  .glsr.glsr-default .glsr-reviews-wrap {
    display: block; }
  .glsr.glsr-default .glsr-review {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 36px;
    margin-bottom: 32px;
    border-bottom: 1px solid #dbdbe9; }
    @media (min-width: 992px) {
      .glsr.glsr-default .glsr-review {
        flex-direction: row;
        flex-wrap: nowrap; } }
    .glsr.glsr-default .glsr-review:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    .glsr.glsr-default .glsr-review .review-avatar {
      margin-right: 22px;
      margin-bottom: 25px; }
      @media (min-width: 992px) {
        .glsr.glsr-default .glsr-review .review-avatar {
          margin-bottom: 0; } }
      .glsr.glsr-default .glsr-review .review-avatar img {
        border-radius: 50%; }
    .glsr.glsr-default .glsr-review .glsr-review-author {
      font-family: "Raleway", sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      color: #0b0a36; }
    .glsr.glsr-default .glsr-review .glsr-review-date {
      font-style: normal;
      font-size: 16px;
      line-height: 30px; }
    .glsr.glsr-default .glsr-review .review-header {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap; }
      .glsr.glsr-default .glsr-review .review-header .review-meta {
        margin-right: 20px; }
      .glsr.glsr-default .glsr-review .review-header .review-rating {
        margin-left: auto; }
    .glsr.glsr-default .glsr-review .review-wrapper {
      width: 100%;
      flex: 1; }
      @media (min-width: 992px) {
        .glsr.glsr-default .glsr-review .review-wrapper {
          width: auto; } }
    .glsr.glsr-default .glsr-review .review-content {
      margin-top: 10px; }
      .glsr.glsr-default .glsr-review .review-content p {
        margin: 0;
        line-height: 24px;
        font-size: 16px; }
    .glsr.glsr-default .glsr-review .glsr-review-content {
      margin: 0; }
  .glsr.glsr-default .glsr-star {
    background: none !important;
    width: 15px;
    height: 15px;
    text-align: center;
    margin-right: 4px;
    line-height: 1; }
    .glsr.glsr-default .glsr-star:before {
      font-family: "Font Awesome 5 Free";
      content: "\f005";
      font-weight: 400;
      font-size: 14px;
      color: #f2c94c; }
    .glsr.glsr-default .glsr-star.glsr-star-full:before {
      font-weight: 900; }
    .glsr.glsr-default .glsr-star.glsr-star-half:before {
      content: "\f5c0";
      font-weight: 900; }
  .glsr.glsr-default .glsr-summary-wrap .glsr-summary {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .glsr.glsr-default .glsr-summary-wrap .glsr-summary {
        flex-wrap: nowrap; } }
  .glsr.glsr-default .glsr-summary-wrap .average-rating {
    border-radius: 15px;
    border: 1px solid #dbdbe9;
    background: #fff;
    padding: 20px 46px 40px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .glsr.glsr-default .glsr-summary-wrap .average-rating {
        margin-bottom: 0;
        margin-right: 30px; } }
    .glsr.glsr-default .glsr-summary-wrap .average-rating .glsr-summary-rating {
      margin: 0 0 11px;
      font-size: 55px;
      line-height: 65px;
      color: #418b78;
      font-family: "Raleway", sans-serif;
      font-weight: 800; }
    .glsr.glsr-default .glsr-summary-wrap .average-rating .glsr-summary-text {
      font-family: "Raleway", sans-serif;
      font-size: 18px;
      line-height: 24px;
      font-weight: 500;
      color: #0b0a36;
      margin-top: 0;
      margin-bottom: 4px; }
    .glsr.glsr-default .glsr-summary-wrap .average-rating .glsr-summary-stars {
      margin: 0; }
    .glsr.glsr-default .glsr-summary-wrap .average-rating .glsr-star {
      width: 15px;
      height: 15px; }
  .glsr.glsr-default .glsr-summary-percentages {
    width: 100%;
    max-width: 100%;
    margin: 0; }
    @media (min-width: 768px) {
      .glsr.glsr-default .glsr-summary-percentages {
        width: auto;
        flex: 1 0 auto; } }
    .glsr.glsr-default .glsr-summary-percentages .glsr-bar-label {
      position: relative;
      height: 14px;
      overflow: hidden;
      display: block;
      line-height: 1;
      padding: 0;
      margin: 8px 0; }
      .glsr.glsr-default .glsr-summary-percentages .glsr-bar-label:after, .glsr.glsr-default .glsr-summary-percentages .glsr-bar-label:before {
        display: block;
        content: '\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005';
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        color: #8a8a9a;
        font-size: 14px; }
      .glsr.glsr-default .glsr-summary-percentages .glsr-bar-label:after {
        font-weight: 900;
        position: absolute;
        color: #f2c94c;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        overflow: hidden; }
    .glsr.glsr-default .glsr-summary-percentages .glsr-bar:nth-child(2) .glsr-bar-label:after {
      width: 80%; }
    .glsr.glsr-default .glsr-summary-percentages .glsr-bar:nth-child(3) .glsr-bar-label:after {
      width: 60%; }
    .glsr.glsr-default .glsr-summary-percentages .glsr-bar:nth-child(4) .glsr-bar-label:after {
      width: 40%; }
    .glsr.glsr-default .glsr-summary-percentages .glsr-bar:nth-child(5) .glsr-bar-label:after {
      width: 20%; }
    .glsr.glsr-default .glsr-summary-percentages .glsr-bar-background {
      color: #dbdbe9;
      padding: 0 20px; }
      .glsr.glsr-default .glsr-summary-percentages .glsr-bar-background:before {
        opacity: 1;
        border-radius: 5px;
        height: 6px;
        margin-top: 0;
        position: relative;
        margin-bottom: -6px; }
      .glsr.glsr-default .glsr-summary-percentages .glsr-bar-background .glsr-bar-background-percent {
        height: 6px;
        border-radius: 5px;
        background-color: #418b78; }

.elementor-widget-stratum-advanced-tabs .stratum-advanced-tabs .stratum-advanced-tabs__content,
.elementor-widget-stratum-advanced-tabs .stratum-advanced-tabs .stratum-advanced-tabs__content .stratum-advanced-tabs__content-item {
  overflow: visible; }

@keyframes fadeInDownShort {
  from {
    opacity: 0;
    transform: translate3d(0, -35px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInLeftShort {
  from {
    opacity: 0;
    transform: translate3d(-35px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInRightShort {
  from {
    opacity: 0;
    transform: translate3d(35px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    transform: translate3d(0, 35px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpShort {
  animation-name: fadeInUpShort; }

.fadeInDownShort {
  animation-name: fadeInDownShort; }

.fadeInLeftShort {
  animation-name: fadeInLeftShort; }

.fadeInRightShort {
  animation-name: fadeInRightShort; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Appointment Plugin
--------------------------------------------- */
.mpa-shortcode {
  --mpa-grid-gap: 15px; }

.mpa-employee-social-networks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0;
  justify-content: center; }
  .mpa-employee-social-networks li {
    margin: 0 6px 5px 6px; }
  .mpa-employee-social-networks .mpa-attribute-title {
    display: none; }

.appointment-form-widget > .widget-body .mpa-service-category,
.appointment-form-widget > .widget-body .mpa-service,
.appointment-form-widget > .widget-body .mpa-location,
.appointment-form-widget > .widget-body .mpa-employee,
.appointment-form-shortcode .mpa-service-category,
.appointment-form-shortcode .mpa-service,
.appointment-form-shortcode .mpa-location,
.appointment-form-shortcode .mpa-employee {
  padding-left: 35px;
  background-position: top 18px left 10px, top 18px right 18px;
  background-color: #f2f6f7; }

.appointment-form-widget > .widget-body .mpa-service-category,
.appointment-form-shortcode .mpa-service-category {
  background-image: url("images/icon-cap.svg"), url("images/icon-angle-down.svg"); }

.appointment-form-widget > .widget-body .mpa-service,
.appointment-form-shortcode .mpa-service {
  background-image: url("images/icon-book.svg"), url("images/icon-angle-down.svg"); }

.appointment-form-widget > .widget-body .mpa-location,
.appointment-form-shortcode .mpa-location {
  background-image: url("images/icon-marker.svg"), url("images/icon-angle-down.svg"); }

.appointment-form-widget > .widget-body .mpa-employee,
.appointment-form-shortcode .mpa-employee {
  background-image: url("images/icon-user.svg"), url("images/icon-angle-down.svg"); }

.appointment-form-widget > .widget-body .mpa-customer-name,
.appointment-form-widget > .widget-body .mpa-customer-email,
.appointment-form-widget > .widget-body .mpa-customer-phone,
.appointment-form-widget > .widget-body .mpa-customer-notes,
.appointment-form-shortcode .mpa-customer-name,
.appointment-form-shortcode .mpa-customer-email,
.appointment-form-shortcode .mpa-customer-phone,
.appointment-form-shortcode .mpa-customer-notes {
  padding-left: 35px;
  background-position: top 18px left 10px;
  background-color: #f2f6f7;
  background-repeat: no-repeat; }

.appointment-form-widget > .widget-body .mpa-customer-name,
.appointment-form-shortcode .mpa-customer-name {
  background-image: url("images/icon-user.svg"); }

.appointment-form-widget > .widget-body .mpa-customer-email,
.appointment-form-shortcode .mpa-customer-email {
  background-image: url("images/icon-envelope.svg"); }

.appointment-form-widget > .widget-body .mpa-customer-phone,
.appointment-form-shortcode .mpa-customer-phone {
  background-image: url("images/icon-phone.svg"); }
  .appointment-form-widget > .widget-body .mpa-customer-phone-wrapper .iti__selected-flag,
  .appointment-form-shortcode .mpa-customer-phone-wrapper .iti__selected-flag {
    background: transparent; }
    .appointment-form-widget > .widget-body .mpa-customer-phone-wrapper .iti__selected-flag .iti__flag,
    .appointment-form-shortcode .mpa-customer-phone-wrapper .iti__selected-flag .iti__flag {
      opacity: 0; }
  .appointment-form-widget > .widget-body .mpa-customer-phone-wrapper .iti__country-list,
  .appointment-form-shortcode .mpa-customer-phone-wrapper .iti__country-list {
    font-size: 14px; }

.appointment-form-widget > .widget-body .mpa-customer-notes,
.appointment-form-shortcode .mpa-customer-notes {
  background-image: url("images/icon-comment.svg"); }

.appointment-form-widget > .widget-body .mpa-booking-step,
.appointment-form-shortcode .mpa-booking-step {
  min-height: 480px; }
  .appointment-form-widget > .widget-body .mpa-booking-step .mpa-actions,
  .appointment-form-shortcode .mpa-booking-step .mpa-actions {
    margin-top: 35px;
    margin-bottom: 0;
    text-align: left;
    display: flex; }
    .appointment-form-widget > .widget-body .mpa-booking-step .mpa-actions > *,
    .appointment-form-shortcode .mpa-booking-step .mpa-actions > * {
      margin-right: 18px;
      flex: 1 0;
      max-width: 50%; }
      .appointment-form-widget > .widget-body .mpa-booking-step .mpa-actions > *:last-child,
      .appointment-form-shortcode .mpa-booking-step .mpa-actions > *:last-child {
        margin-right: 0; }
    .appointment-form-widget > .widget-body .mpa-booking-step .mpa-actions .mpa-button-back,
    .appointment-form-shortcode .mpa-booking-step .mpa-actions .mpa-button-back {
      background: #fff;
      color: #8a8a9a;
      border: 1px solid #dbdbe9; }
      .appointment-form-widget > .widget-body .mpa-booking-step .mpa-actions .mpa-button-back:hover,
      .appointment-form-shortcode .mpa-booking-step .mpa-actions .mpa-button-back:hover {
        border-color: transparent;
        color: #fff;
        background: #418b78; }
  .appointment-form-widget > .widget-body .mpa-booking-step .mpa-shortcode-title,
  .appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    margin-bottom: 21px; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking, .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout, .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period, .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form, .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart {
    padding: 0; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking .mpa-shortcode-title, .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-shortcode-title, .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-shortcode-title, .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form .mpa-shortcode-title, .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-shortcode-title,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-shortcode-title,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-shortcode-title,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-shortcode-title,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form .mpa-shortcode-title,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-shortcode-title {
      text-align: left; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form {
    width: 100%; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form .mpa-shortcode-title,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form .mpa-shortcode-title {
      display: none; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper {
    margin-top: 20px; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times {
      position: relative; }
      .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period {
        background: #fff;
        border: 1px solid #8a8a9a;
        color: #0b0a36;
        border-radius: 10px;
        font-size: 15px;
        text-transform: none;
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
        padding-left: 1px;
        padding-right: 1px; }
        .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period.mpa-time-period-selected, .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period:hover,
        .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period.mpa-time-period-selected,
        .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period:hover {
          background: #418b78;
          border-color: #418b78;
          color: #fff; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-input-container,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-input-container {
    flex-wrap: wrap; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-input-container > .mpa-input-wrapper,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-input-container > .mpa-input-wrapper {
      width: 100%; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar {
    border: 0;
    box-shadow: none;
    width: 100%;
    font-size: 16px; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months {
      background-color: #f2f6f7;
      margin: 0 -25px;
      padding: 10px 63px;
      position: relative; }
      .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-month,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-month {
        height: 33px; }
      .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-current-month,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-current-month {
        padding: 0;
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        font-family: "Raleway", sans-serif; }
      .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper,
      .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year,
      .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month {
        font-weight: inherit;
        line-height: 33px; }
        .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper:hover,
        .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year:hover,
        .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month:hover,
        .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper:hover,
        .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year:hover,
        .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month:hover {
          background: transparent; }
      .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month,
      .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
        height: 100%;
        background-position: center;
        background-repeat: no-repeat; }
        .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg,
        .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
        .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg,
        .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg {
          display: none; }
      .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
        right: 50px;
        background-image: url("images/icon-angle-right.svg"); }
      .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
        left: 50px;
        background-image: url("images/icon-angle-left.svg"); }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer {
      width: 100%; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-days,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-days {
      width: 100%; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .dayContainer,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .dayContainer {
      width: 100%;
      max-width: 100%; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day {
      max-width: none;
      color: #0b0a36;
      border-width: 0 0 1px 0;
      border-bottom: 1px solid #dbdbe9;
      border-radius: 0;
      height: 54px;
      line-height: 54px;
      z-index: 1;
      transition: .3s; }
      .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:before,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:before {
        content: '';
        width: 36px;
        height: 36px;
        display: block;
        background-color: #9cd161;
        border-radius: 50%;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        transition: .3s; }
      .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected, .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover {
        color: #fff;
        background-color: transparent; }
        .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected:before, .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover:before,
        .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.selected:before,
        .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:hover:before {
          opacity: 1; }
      .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled {
        color: #8a8a9a; }
        .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover:before,
        .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover:before {
          display: none; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays {
      height: 49px;
      border-bottom: 1px solid #dbdbe9; }
      .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
        color: #0b0a36;
        font-size: 16px;
        font-weight: 600; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li {
    max-width: 33%;
    border: 0;
    padding: 0;
    margin-right: 40px; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li.mpa-reservation-service,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li.mpa-reservation-service {
      width: 100%;
      max-width: 100%;
      margin-right: 0; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li:last-child,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li:last-child {
      margin: 0; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-label,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-label {
      font-size: 16px;
      color: #418b78;
      font-weight: 600; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-value,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-value {
      font-weight: 400; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details {
    margin-bottom: 0; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details th,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details th {
      text-align: left; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-required-tip,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-required-tip {
    display: none; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-customer-details,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-customer-details {
    margin-bottom: 40px; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking::before,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking::before {
    content: '';
    display: block;
    width: 100%;
    height: 200px;
    background-image: url("images/icon-chat.svg");
    background-position: center;
    background-repeat: no-repeat; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking .mpa-message,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-message {
    text-align: center; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-actions, .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking .mpa-actions,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-actions {
    flex-wrap: wrap; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-actions .button, .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking .mpa-actions .button,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions .button,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-actions .button {
      flex: 1 0 auto;
      max-width: 100%;
      width: 100%;
      margin-bottom: 10px; }
      .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-actions .button:last-child, .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking .mpa-actions .button:last-child,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions .button:last-child,
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-actions .button:last-child {
        margin-bottom: 0; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .no-items,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .no-items {
    margin-bottom: 40px; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .mpa-cart-item,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .mpa-cart-item {
    border-color: #dbdbe9; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-footer,
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-footer,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header {
    border-color: #dbdbe9; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell {
    width: 100%; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-service,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-service {
    color: #0b0a36;
    font-size: 18px;
    font-weight: 600; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-date,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-date {
    font-weight: 400;
    margin-top: -10px; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-title,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-title {
    color: #0b0a36;
    font-weight: 600; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-location,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-location {
    order: 1;
    width: 100%; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-people,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-people {
    width: 100%;
    order: 0;
    margin-bottom: 10px; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-employee,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-employee {
    order: 2; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-price,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-price {
    order: 3; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-footer .cell,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-footer .cell {
    width: 100%; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-footer .button,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-footer .button {
    width: 100%; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart-total,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart-total {
    font-size: 24px; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart-total .mpa-cart-total-price,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart-total .mpa-cart-total-price {
      font-weight: 700;
      color: #0b0a36; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-actions .mpa-button-new,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions .mpa-button-new {
    background: transparent;
    border: 1px solid #0b0a36;
    color: #0b0a36; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-actions .mpa-button-new:hover,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions .mpa-button-new:hover {
      color: #fff;
      background: #418b78;
      border-color: transparent; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-actions .mpa-button-next,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions .mpa-button-next {
    background: #418b78;
    border-color: transparent; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-actions .mpa-button-next:hover,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions .mpa-button-next:hover {
      background: #0b0a36; }
    .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-actions .mpa-button-next[disabled],
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions .mpa-button-next[disabled] {
      color: #fff;
      opacity: .5; }
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .mpa-coupon-details,
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .mpa-order-details,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-coupon-details,
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-order-details {
    margin-bottom: 50px; }
  .appointment-form-widget > .widget-body .mpa-booking-step #mpa-deposit-table .column-title,
  .appointment-form-shortcode .mpa-booking-step #mpa-deposit-table .column-title {
    text-align: left; }
  .appointment-form-widget > .widget-body .mpa-booking-step #mpa-deposit-table .column-price,
  .appointment-form-shortcode .mpa-booking-step #mpa-deposit-table .column-price {
    text-align: right; }
  .appointment-form-widget > .widget-body .mpa-booking-step .mpa-order th,
  .appointment-form-shortcode .mpa-booking-step .mpa-order th {
    text-align: left; }
  .appointment-form-widget > .widget-body .mpa-booking-step .mpa-billing-details .mpa-payment-gateway-description,
  .appointment-form-widget > .widget-body .mpa-booking-step .mpa-billing-details .mpa-billing-fields,
  .appointment-form-shortcode .mpa-booking-step .mpa-billing-details .mpa-payment-gateway-description,
  .appointment-form-shortcode .mpa-booking-step .mpa-billing-details .mpa-billing-fields {
    font-size: .875em; }

.appointment-form-shortcode {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 30px 20px rgba(39, 39, 77, 0.1);
  border-bottom: 10px solid #418b78;
  padding: 30px 20px 35px; }
  @media (min-width: 768px) {
    .appointment-form-shortcode {
      padding: 30px 50px 40px; } }
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months {
    margin: 0 -10px; }
    @media (min-width: 992px) {
      .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months {
        margin: 0 -40px; } }

@media (min-width: 992px) {
  .mpa-employees-list-shortcode .mpa-grid-columns-3 .mpa-loop-post-thumbnail,
  .mpa-employees-list-shortcode .mpa-grid-columns-4 .mpa-loop-post-thumbnail {
    max-width: 238px; } }

.mpa-employees-list-shortcode .mpa-grid .type-mpa_employee {
  margin-bottom: 70px; }

.mpa-employees-list-shortcode .type-mpa_employee:hover .mpa-loop-post-thumbnail img {
  transform: translateY(-8px); }

.mpa-employees-list-shortcode .mpa-loop-post-thumbnail {
  margin: 0 auto 20px; }
  .mpa-employees-list-shortcode .mpa-loop-post-thumbnail img {
    transition: .3s; }

.mpa-employees-list-shortcode .mpa-post-title {
  text-align: center;
  margin: 0; }
  .mpa-employees-list-shortcode .mpa-post-title a {
    color: inherit; }
    .mpa-employees-list-shortcode .mpa-post-title a:hover {
      color: #418b78; }

.mpa-employees-list-shortcode .entry-excerpt {
  text-align: center;
  margin: 4px 0 15px;
  color: #8a8a9a;
  font-size: 18px;
  line-height: 27px; }

.mpa-employees-list-shortcode .mpa-employee-additional-info {
  list-style: none;
  padding: 0;
  margin: 10px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .mpa-employees-list-shortcode .mpa-employee-additional-info li {
    margin-right: 15px;
    margin-bottom: 5px; }
    .mpa-employees-list-shortcode .mpa-employee-additional-info li:last-child {
      margin-right: 0; }

.mpa-employees-list-shortcode .mpa-employee-social-networks {
  margin: 10px 0 10px; }

.mpa-employees-list-shortcode .mpa-employee-contacts {
  list-style: none;
  display: flex;
  margin: 10px 0 10px;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap; }
  .mpa-employees-list-shortcode .mpa-employee-contacts li {
    padding: 0;
    margin: 0 15px 5px 0; }

.mpa-employees-list-shortcode .mpa-pagination {
  margin-top: 0; }

.mpa-locations-list-shortcode .mpa-grid .type-mpa_location {
  margin-bottom: 70px; }

.mpa-locations-list-shortcode .type-mpa_location:hover .mpa-loop-post-thumbnail img {
  transform: translateY(-8px); }

.mpa-locations-list-shortcode .mpa-loop-post-thumbnail {
  margin: 0 auto 20px; }
  .mpa-locations-list-shortcode .mpa-loop-post-thumbnail img {
    transition: .3s; }

.mpa-locations-list-shortcode .mpa-post-title {
  text-align: center;
  margin: 0; }
  .mpa-locations-list-shortcode .mpa-post-title a {
    color: inherit; }
    .mpa-locations-list-shortcode .mpa-post-title a:hover {
      color: #418b78; }

.mpa-locations-list-shortcode .entry-excerpt {
  text-align: center;
  margin: 4px 0 0;
  color: #8a8a9a;
  font-size: 18px;
  line-height: 27px; }

.mpa-locations-list-shortcode .mpa-pagination {
  margin-top: 0; }

.mpa-services-list-shortcode .mpa-loop-post-wrapper {
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 5px 20px 0 rgba(39, 39, 77, 0.05);
  position: relative;
  padding: 50px 21px 28px; }
  .mpa-services-list-shortcode .mpa-loop-post-wrapper > .mpa-loop-post-thumbnail {
    margin: 0 -21px 22px; }
    .mpa-services-list-shortcode .mpa-loop-post-wrapper > .mpa-loop-post-thumbnail:first-child {
      margin-top: -50px; }

.mpa-services-list-shortcode .mpa-loop-post-thumbnail img {
  transition: .3s; }
  .mpa-services-list-shortcode .mpa-loop-post-thumbnail img:hover {
    opacity: .75; }

.mpa-services-list-shortcode .mpa-post-title {
  margin: 0 0 15px; }
  .mpa-services-list-shortcode .mpa-post-title a {
    color: inherit; }
    .mpa-services-list-shortcode .mpa-post-title a:hover {
      color: #418b78; }

.mpa-services-list-shortcode .mpa-service-price {
  margin: 0;
  color: #fff;
  background: #9cd161;
  padding: 4px 15px 4px 18px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 15px 0; }
  .mpa-services-list-shortcode .mpa-service-price .mpa-price-title {
    display: none; }

.mpa-services-list-shortcode .mpa-service-attributes li {
  margin: 0; }

.mpa-services-list-shortcode .mpa-service-employees {
  margin: 22px -21px 0;
  border-top: 1px solid #dbdbe9;
  padding: 22px 21px 0; }
  .mpa-services-list-shortcode .mpa-service-employees img {
    width: 47px;
    height: 47px;
    border: 0; }
  .mpa-services-list-shortcode .mpa-service-employees .more-employees,
  .mpa-services-list-shortcode .mpa-service-employees .employee-name {
    margin: 0 0 0 12px; }

.loop-mpa-service {
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 992px) {
    .loop-mpa-service {
      width: 33.33%;
      padding: 0 15px; } }
  .loop-mpa-service .service-wrapper {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 0 5px 20px rgba(39, 39, 77, 0.05); }
  .loop-mpa-service .price {
    position: absolute;
    top: 0;
    left: 0;
    background: #9cd161;
    color: #fff;
    z-index: 1;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    padding: 2px 11px 8px 18px;
    border-radius: 0 0 10px 0; }
  .loop-mpa-service .entry-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600; }
    .loop-mpa-service .entry-title a {
      color: inherit; }
      .loop-mpa-service .entry-title a:hover {
        text-decoration: none;
        color: #418b78; }
  .loop-mpa-service .entry-header {
    padding: 20px; }
  .loop-mpa-service .service-wrapper {
    padding-top: 40px; }
  .loop-mpa-service.has-post-thumbnail .service-wrapper {
    padding-top: 0; }

.services-archive .site-main {
  max-width: 100%; }

.mpa-service-categories-shortcode .mpa-loop-term-wrapper {
  padding: 40px 40px 40px 40px;
  background-color: #f2f6f7;
  border: 1px solid #dbdbe9;
  border-radius: 8px 8px 8px 8px;
  transition: .3s; }
  .mpa-service-categories-shortcode .mpa-loop-term-wrapper:hover {
    background-color: #fff;
    box-shadow: 0 30px 40px 0 rgba(39, 39, 77, 0.1); }

.mpa-service-categories-shortcode .mpa-loop-post-thumbnail {
  margin: 0 0 10px; }
  .mpa-service-categories-shortcode .mpa-loop-post-thumbnail img {
    margin: 0; }

.mpa-service-categories-shortcode .mpa-term-title {
  margin: 0 0 8px; }
  .mpa-service-categories-shortcode .mpa-term-title a {
    color: inherit; }
    .mpa-service-categories-shortcode .mpa-term-title a:hover {
      color: #418b78; }

.mpa-service-categories-shortcode p {
  margin: 0; }

.mpa-service-categories-shortcode ul {
  margin: 0; }
  .mpa-service-categories-shortcode ul li {
    margin: 0; }
  .mpa-service-categories-shortcode ul a {
    color: inherit; }
    .mpa-service-categories-shortcode ul a:hover {
      color: #418b78; }

.mpa-employee-additional-info-shortcode .mpa-employee-additional-info {
  margin-bottom: 0; }

.mpa-employee-schedule-shortcode .mpa-employee-working-hours {
  margin-bottom: 0; }

.mpa-employee-social-networks-shortcode .mpa-employee-social-networks {
  margin-bottom: 0;
  justify-content: flex-start; }

.mpa-employee-social-networks-shortcode a {
  color: #418b78; }
  .mpa-employee-social-networks-shortcode a:hover {
    background: #418b78; }

.mpa-employee-contacts-shortcode .mpa-employee-contacts {
  margin-bottom: 0; }

.mpa-employee-services-list-shortcode .mpa-employee-price-list {
  margin-bottom: 0; }

.single-employee {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1470px) {
    .single-employee {
      flex-wrap: nowrap; } }
  .single-employee .post-thumbnail {
    margin-bottom: 60px; }
    @media (min-width: 1470px) {
      .single-employee .post-thumbnail {
        margin-bottom: 0;
        flex: 1 0 auto;
        max-width: 300px;
        margin-right: 140px; } }
  .single-employee .entry-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 6px; }
    .single-employee .entry-title a {
      color: inherit; }
      .single-employee .entry-title a:hover {
        color: #418b78; }
  .single-employee .entry-summary {
    color: #8a8a9a;
    font-size: 18px;
    line-height: 24px; }
  .single-employee .entry-header {
    margin-bottom: 20px; }

.mpa-customer-account-shortcode .label {
  font-weight: 600; }

.mpa-account-menu {
  border-bottom: 1px solid #dbdbe9;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 600; }
  .mpa-account-menu a {
    color: inherit;
    text-decoration: none; }
    .mpa-account-menu a:hover {
      color: #418b78; }

.mpa-customer-account-shortcode .mpa-account-details {
  border: 1px solid #dbdbe9;
  background: #fff;
  padding: 10px 15px; }
  @media (min-width: 992px) {
    .mpa-customer-account-shortcode .mpa-account-details {
      padding: 15px 25px; } }
  .mpa-customer-account-shortcode .mpa-account-details .mpa-customer-details {
    padding: 0;
    border: 0;
    margin-bottom: 10px; }
    .mpa-customer-account-shortcode .mpa-account-details .mpa-customer-details:last-child {
      margin-bottom: 0; }

.mpa-account-booking-title {
  font-size: 16px; }

.mpa-booking-details-section {
  border: 1px solid #dbdbe9;
  background: #fff;
  margin-bottom: 15px;
  padding: 10px 15px; }
  @media (min-width: 992px) {
    .mpa-booking-details-section {
      padding: 15px 25px; } }
  .mpa-booking-details-section:last-child {
    margin-bottom: 0; }
  .mpa-booking-details-section.booking-reservations .reservation-details > * {
    display: block;
    border: 0;
    padding: 0;
    margin-bottom: 10px; }
    .mpa-booking-details-section.booking-reservations .reservation-details > *:last-child {
      margin-bottom: 0; }
  .mpa-booking-details-section.booking-reservations .label {
    display: inline; }
  .mpa-booking-details-section.booking-reservations .reservation {
    border-bottom: 1px solid #dbdbe9;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .mpa-booking-details-section.booking-reservations .reservation:last-child {
      border-bottom: 0;
      margin-bottom: 0; }

.mpa-account-login-form form {
  margin-bottom: 15px; }

.mpa-direct-link-booking-details-shortcode .label {
  font-weight: 600; }

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

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 40px;
  margin-bottom: 18px; }

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