/*!
Theme Name: Yogamo
Theme URI: https://motopress.com/products/yogamo
Author: MotoPress
Author URI: https://motopress.com/
Description: Yogamo is a universal, appointment-focused yoga studio WordPress theme. It's built to make it easy to schedule classes and enable customers to book appointments online. Thanks to the naive WordPress content building experiences, Yogamo is truly flexible and feature-rich.
Version: 1.3.4
Tested up to: 6.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yogamo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

yogamo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to+ the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #2f3935;
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  line-height: 1.67;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  margin: 0 0 30px;
  line-height: 1.15;
  color: #404a46;
  clear: both;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.5;
  }
}

h1 {
  font-size: 45px;
}

@media (max-width: 992px) {
  h1 {
    font-size: 39px;
  }
}

h2 {
  font-size: 39px;
}

@media (max-width: 992px) {
  h2 {
    font-size: 31px;
  }
}

h3 {
  font-size: 31px;
}

@media (max-width: 992px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
}

@media (max-width: 992px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  letter-spacing: 0.5px;
}

p:last-child {
  margin-bottom: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

body:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #404a46;
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
}

body.header-sidebar-opened {
  overflow: hidden;
  position: relative;
}

body.header-sidebar-opened:before {
  visibility: visible;
  z-index: 99;
  opacity: .5;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  padding: 0 0 0 1em;
  margin: 0 0 1.5em 1em;
}

ul li,
ol li {
  padding: 0;
  margin-bottom: 1em;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ul.check-marker-list {
  list-style: none;
}

ul.check-marker-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

ul.check-marker-list li::after {
  content: '';
  position: absolute;
  border: solid currentColor;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px 3px 8px;
  top: 6px;
  left: 0;
  margin-bottom: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .15s;
  transition: .15s;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
  margin-top: 1em;
}

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%;
}

table th, table td {
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
}

@media (min-width: 992px) {
  table th, table td {
    padding: 15px 25px;
  }
}

table th {
  background-color: #eef8ee;
  border-left: 1px solid #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.125em;
}

table td {
  background-color: #f6fbf6;
  border-left: 1px solid #fff;
}

/* Links
--------------------------------------------- */
a {
  color: #2da272;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link {
  background-color: #2da272;
  color: #fff;
  border-radius: 2em;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  font-size: 0.8333em;
  font-weight: 700;
  padding: 1em 1.5em;
  letter-spacing: 1.5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  -webkit-transition: .15s;
  transition: .15s;
}

@media (min-width: 1470px) {
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .button,
  .more-link {
    padding: 1em 3em;
  }
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.more-link:hover {
  background-color: #f2e053;
  color: #404a46;
  text-decoration: none;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.button:active,
.button:focus,
.more-link:active,
.more-link:focus {
  border: 0;
  outline: 0;
}

button:disabled, button[disabled],
input[type="button"]:disabled,
input[type="button"][disabled],
input[type="reset"]:disabled,
input[type="reset"][disabled],
input[type="submit"]:disabled,
input[type="submit"][disabled],
.button:disabled,
.button[disabled],
.more-link:disabled,
.more-link[disabled] {
  cursor: not-allowed;
  opacity: .5;
}

button:disabled:hover, button[disabled]:hover,
input[type="button"]:disabled:hover,
input[type="button"][disabled]:hover,
input[type="reset"]:disabled:hover,
input[type="reset"][disabled]:hover,
input[type="submit"]:disabled:hover,
input[type="submit"][disabled]:hover,
.button:disabled:hover,
.button[disabled]:hover,
.more-link:disabled:hover,
.more-link[disabled]:hover {
  background: #2da272;
}

button.button-md,
input[type="button"].button-md,
input[type="reset"].button-md,
input[type="submit"].button-md,
.button.button-md,
.more-link.button-md {
  padding: 1em 4.75em;
}

button.button-xs,
input[type="button"].button-xs,
input[type="reset"].button-xs,
input[type="submit"].button-xs,
.button.button-xs,
.more-link.button-xs {
  font-size: 13px;
  padding: 8px 30px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #404a46;
  border: 1px solid #ececee;
  background-color: #fff;
  border-radius: 10px;
  font-size: .9em;
  line-height: 30px;
  padding: 8px 20px;
  display: block;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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 {
  outline: none;
  border-color: #2da272;
}

select {
  border: 1px solid #ccc;
  height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #404a46;
  background-image: url("images/icon-angle-down.svg");
  background-color: #fff;
  padding-right: 35px;
  background-repeat: no-repeat;
  border-radius: 10px;
  background-position: calc(100% - 20px) center;
  padding-left: 15px;
}

textarea {
  width: 100%;
  resize: vertical;
}

label {
  display: inline-block;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 6px;
}

[type='checkbox'],
[type='radio'] {
  margin-right: 5px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.theme-social-menu a[href*="twitter.com"]:before, .theme-social-menu a[href*="facebook.com"]:before, .theme-social-menu a[href*="plus.google.com"]:before, .theme-social-menu a[href*="pinterest.com"]:before, .theme-social-menu a[href*="foursquare.com"]:before, .theme-social-menu a[href*="yahoo.com"]:before, .theme-social-menu a[href*="skype:"]:before, .theme-social-menu a[href*="yelp.com"]:before, .theme-social-menu a[href*="linkedin.com"]:before, .theme-social-menu a[href*="viadeo.com"]:before, .theme-social-menu a[href*="xing.com"]:before, .theme-social-menu a[href*="soundcloud.com"]:before, .theme-social-menu a[href*="spotify.com"]:before, .theme-social-menu a[href*="last.fm"]:before, .theme-social-menu a[href*="youtube.com"]:before, .theme-social-menu a[href*="vimeo.com"]:before, .theme-social-menu a[href*="vine.com"]:before, .theme-social-menu a[href*="flickr.com"]:before, .theme-social-menu a[href*="500px.com"]:before, .theme-social-menu a[href*="instagram.com"]:before, .theme-social-menu a[href*="tumblr.com"]:before, .theme-social-menu a[href*="reddit.com"]:before, .theme-social-menu a[href*="dribbble.com"]:before, .theme-social-menu a[href*="stumbleupon.com"]:before, .theme-social-menu a[href*="digg.com"]:before, .theme-social-menu a[href*="behance.net"]:before, .theme-social-menu a[href*="delicious.com"]:before, .theme-social-menu a[href*="deviantart.com"]:before, .theme-social-menu a[href*="play.com"]:before, .theme-social-menu a[href*="wikipedia.com"]:before, .theme-social-menu a[href*="apple.com"]:before, .theme-social-menu a[href*="github.com"]:before, .theme-social-menu a[href*="github.io"]:before, .theme-social-menu a[href*="windows.com"]:before, .theme-social-menu a[href*="tripadvisor."]:before, .theme-social-menu a[href*="slideshare.net"]:before, .theme-social-menu a[href*=".rss"]:before, .theme-social-menu a[href*="vk.com"]:before, .theme-social-menu a[href*="airbnb.com"]:before {
  font-weight: normal;
}

.theme-social-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .theme-social-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.theme-social-menu li {
  margin: .5rem .5rem;
  padding: 0;
}

.theme-social-menu li a {
  padding: 0 .5rem;
  color: #404a46;
}

.theme-social-menu li a:hover {
  color: #2da272;
}

.theme-social-menu .menu-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.theme-social-menu a:before {
  font: normal normal normal 1rem/1 "Font Awesome 5 Brands", "Font Awesome 5 Free";
  font-size: 16px;
  font-size: 1rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  display: inline-block;
  margin-right: 0;
  content: "\f129";
  font-weight: 900;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .theme-social-menu a:before {
    font-family: "Font Awesome 5 Brands", "Font Awesome 5 Free";
  }
}

.theme-social-menu a:empty {
  width: 1em;
}

.theme-social-menu a[href*="twitter.com"]:before {
  content: "\f099";
}

.theme-social-menu a[href*="facebook.com"]:before {
  content: "\f39e";
}

.theme-social-menu a[href*="google.com"]:before {
  content: "\f2b3";
}

.theme-social-menu a[href*="/map"]:before {
  content: "\f041";
}

.theme-social-menu a[href*="pinterest.com"]:before {
  content: "\f0d2";
}

.theme-social-menu a[href*="foursquare.com"]:before {
  content: "\f180";
}

.theme-social-menu a[href*="yahoo.com"]:before {
  content: "\f19e";
}

.theme-social-menu a[href*="skype:"]:before {
  content: "\f17e";
}

.theme-social-menu a[href*="yelp.com"]:before {
  content: "\f1e9";
}

.theme-social-menu a[href*="linkedin.com"]:before {
  content: "\f08c";
}

.theme-social-menu a[href*="viadeo.com"]:before {
  content: "\f2a9";
}

.theme-social-menu a[href*="xing.com"]:before {
  content: "\f168";
}

.theme-social-menu a[href*="soundcloud.com"]:before {
  content: "\f1be";
}

.theme-social-menu a[href*="spotify.com"]:before {
  content: "\f1bc";
}

.theme-social-menu a[href*="last.fm"]:before {
  content: "\f202";
}

.theme-social-menu a[href*="youtube.com"]:before {
  content: "\f167";
}

.theme-social-menu a[href*="vimeo.com"]:before {
  content: "\f40a";
}

.theme-social-menu a[href*="vine.com"]:before {
  content: "\f1ca";
}

.theme-social-menu a[href*="flickr.com"]:before {
  content: "\f16e";
}

.theme-social-menu a[href*="500px.com"]:before {
  content: "\f26e";
}

.theme-social-menu a[href*="instagram.com"]:before {
  content: "\f16d";
}

.theme-social-menu a[href*="tumblr.com"]:before {
  content: "\f173";
}

.theme-social-menu a[href*="reddit.com"]:before {
  content: "\f1a1";
}

.theme-social-menu a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.theme-social-menu a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}

.theme-social-menu a[href*="digg.com"]:before {
  content: "\f1a6";
}

.theme-social-menu a[href*="behance.net"]:before {
  content: "\f1b4";
}

.theme-social-menu a[href*="delicious.com"]:before {
  content: "\f1a5";
}

.theme-social-menu a[href*="deviantart.com"]:before {
  content: "\f1bd";
}

.theme-social-menu a[href*="play.com"]:before {
  content: "\f04b";
}

.theme-social-menu a[href*="wikipedia.com"]:before {
  content: "\f266";
}

.theme-social-menu a[href*="apple.com"]:before {
  content: "\f179";
}

.theme-social-menu a[href*="github.com"]:before {
  content: "\f09b";
}

.theme-social-menu a[href*="github.io"]:before {
  content: "\f09b";
}

.theme-social-menu a[href*="windows.com"]:before {
  content: "\f17a";
}

.theme-social-menu a[href*="tripadvisor."]:before {
  content: "\f262";
}

.theme-social-menu a[href*="slideshare.net"]:before {
  content: "\f1e7";
}

.theme-social-menu a[href*=".rss"]:before {
  content: "\f09e";
}

.theme-social-menu a[href*="vk.com"]:before {
  content: "\f189";
}

.theme-social-menu a[href*="tel:"]:before {
  content: "\f095";
}

.theme-social-menu a[href*="mailto:"]:before {
  content: "\f0e0";
}

.theme-social-menu a[href*="map"]:before {
  content: "\f3c5";
}

.theme-social-menu a[href*="airbnb.com"]:before {
  content: "\f834";
}

/* Menu I
--------------------------------------------- */
.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 992px) {
  .main-navigation {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .main-navigation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.main-navigation-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.main-navigation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #f6fbf6;
  border-bottom: 2px solid #f6fbf6;
  padding-bottom: 30px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 19;
}

@media (min-width: 992px) {
  .main-navigation-container {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    padding: 0;
    position: static;
    background: transparent;
    border: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.main-navigation-container.toggled-on {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}

.main-navigation-container > * {
  width: 100%;
  max-width: 500px;
}

@media (min-width: 992px) {
  .main-navigation-container > * {
    max-width: none;
    width: auto;
  }
}

.main-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .main-navigation ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    display: block;
  }
}

.main-navigation ul ul {
  display: none;
  text-transform: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 20px;
  background: #2da272;
}

@media (max-width: 992px) {
  .main-navigation ul ul {
    margin: 0 -20px;
  }
}

@media (min-width: 992px) {
  .main-navigation ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 120%;
    z-index: 10;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
    padding: 0 15px;
    border-radius: 10px;
  }
}

.main-navigation ul ul .dropdown-toggle .dropdown-toggle-icon {
  border-color: #fff;
}

.main-navigation ul ul.toleft {
  left: auto;
  right: 0;
}

.main-navigation ul ul.toggled-on {
  display: block;
}

@media (max-width: 992px) {
  .main-navigation ul ul.toggled-on {
    padding-left: 25px;
  }
}

.main-navigation ul ul ul {
  left: 100%;
  top: 50%;
}

.main-navigation ul ul ul.toleft {
  right: 100%;
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  top: 25%;
}

@media (min-width: 992px) {
  .main-navigation ul ul li:last-child > a {
    border-bottom: 0;
  }
}

.main-navigation ul ul a {
  position: relative;
  color: #f6fbf6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.3;
  padding: 12px 20px;
}

@media (min-width: 992px) {
  .main-navigation ul ul a {
    width: 174px;
    text-align: center;
  }
}

.main-navigation ul ul a:after {
  border-color: #fff;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  color: #f2e053;
}

.main-navigation ul ul .menu-item-has-children > a::after {
  border-color: #fff;
}

.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a {
  color: #f2e053;
}

.main-navigation ul ul .current_page_item > a:after,
.main-navigation ul ul .current-menu-item > a:after,
.main-navigation ul ul .current_page_ancestor > a:after,
.main-navigation ul ul .current-menu-ancestor > a:after {
  border-color: #f2e053;
}

.main-navigation ul .menu-item-has-children > a {
  position: relative;
  padding-right: 40px;
}

@media (min-width: 992px) {
  .main-navigation ul .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    top: 22px;
    right: 20px;
    margin-bottom: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .15s;
    transition: .15s;
  }
  .main-navigation ul .menu-item-has-children > a:hover:after {
    border-color: #2da272;
  }
}

.main-navigation ul .current_page_item > a,
.main-navigation ul .current-menu-item > a,
.main-navigation ul .current_page_ancestor > a,
.main-navigation ul .current-menu-ancestor > a {
  color: #2da272;
  position: relative;
}

.main-navigation ul .current_page_item > a:before,
.main-navigation ul .current-menu-item > a:before,
.main-navigation ul .current_page_ancestor > a:before,
.main-navigation ul .current-menu-ancestor > a:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #2da272;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main-navigation ul .current_page_item > a:after,
.main-navigation ul .current-menu-item > a:after,
.main-navigation ul .current_page_ancestor > a:after,
.main-navigation ul .current-menu-ancestor > a:after {
  border-color: #2da272;
}

.main-navigation li {
  position: relative;
  margin: 0;
}

@media (max-width: 992px) {
  .main-navigation li {
    padding: 0 20px;
  }
}

.main-navigation li:hover ul li:hover > a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 24px;
  border-color: #f2e053;
}

.main-navigation li:nth-last-child a {
  padding-right: 0;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #404a46;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  padding: 10px 19px;
  letter-spacing: 0;
}

@media (max-width: 992px) {
  .main-navigation a {
    line-height: 1.55;
  }
}

.main-navigation a:hover {
  color: #2da272;
}

.main-navigation .primary-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .main-navigation .primary-menu-wrapper {
    position: static;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.main-navigation .primary-menu-wrapper:last-child {
  margin-bottom: 0;
}

.main-navigation .primary-menu-more {
  display: none;
}

@media (min-width: 992px) {
  .main-navigation .primary-menu-more {
    display: block;
  }
}

.main-navigation .primary-menu-more-toggle.is-empty {
  display: none;
}

.main-navigation .primary-menu-more .primary-menu-more-toggle {
  background: transparent;
  padding: 12px 10px 10px;
  color: #404a46;
}

.main-navigation .primary-menu-more .primary-menu-more-toggle:hover {
  color: #2da272;
  background: transparent;
}

.main-navigation .primary-menu-more .primary-menu-more-toggle svg {
  display: block;
}

.main-navigation .dropdown-toggle {
  padding: 0;
  background: transparent;
  color: #404a46;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media (min-width: 992px) {
  .main-navigation .dropdown-toggle {
    display: none;
  }
}

.main-navigation .dropdown-toggle.toggled-on {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.main-navigation .dropdown-toggle:hover {
  color: #2da272;
  background: transparent;
}

.main-navigation .dropdown-toggle:focus {
  outline: none;
}

.main-navigation .dropdown-toggle .dropdown-toggle-icon {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 992px) {
  .main-navigation .primary-menu-container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .main-navigation .primary-menu-container > ul > li > .sub-menu:not(.toleft) {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  position: relative;
}

@media (max-width: 767px) {
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next,
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: calc(100% - 60px);
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next,
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next,
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: calc((100% / 2) - 11px);
  }
}

.comment-navigation .nav-previous .nav-arrow,
.comment-navigation .nav-next .nav-arrow,
.posts-navigation .nav-previous .nav-arrow,
.posts-navigation .nav-next .nav-arrow,
.post-navigation .nav-previous .nav-arrow,
.post-navigation .nav-next .nav-arrow {
  width: 40px;
  height: 40px;
  background: #e7f5e7;
  position: absolute;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comment-navigation .nav-previous .nav-arrow:before,
.comment-navigation .nav-next .nav-arrow:before,
.posts-navigation .nav-previous .nav-arrow:before,
.posts-navigation .nav-next .nav-arrow:before,
.post-navigation .nav-previous .nav-arrow:before,
.post-navigation .nav-next .nav-arrow:before {
  content: '';
  position: absolute;
  border: solid #404a46;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  background-color: #f6fbf6;
  padding: 26px 30px 32px;
}

.comment-navigation .nav-previous .nav-subtitle,
.comment-navigation .nav-next .nav-subtitle,
.posts-navigation .nav-previous .nav-subtitle,
.posts-navigation .nav-next .nav-subtitle,
.post-navigation .nav-previous .nav-subtitle,
.post-navigation .nav-next .nav-subtitle {
  display: block;
  font: 400 16px/1 "Lato", sans-serif;
  margin-bottom: 6px;
}

.comment-navigation .nav-previous .nav-title,
.comment-navigation .nav-next .nav-title,
.posts-navigation .nav-previous .nav-title,
.posts-navigation .nav-next .nav-title,
.post-navigation .nav-previous .nav-title,
.post-navigation .nav-next .nav-title {
  color: #404a46;
  font: 600 24px/1.25 "Cormorant Garamond", serif;
  -webkit-transition: .15s;
  transition: .15s;
}

.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  color: #2da272;
}

.comment-navigation .nav-previous a:hover .nav-title,
.comment-navigation .nav-next a:hover .nav-title,
.posts-navigation .nav-previous a:hover .nav-title,
.posts-navigation .nav-next a:hover .nav-title,
.post-navigation .nav-previous a:hover .nav-title,
.post-navigation .nav-next a:hover .nav-title {
  color: #2da272;
}

.comment-navigation .nav-previous a:hover .nav-arrow,
.comment-navigation .nav-next a:hover .nav-arrow,
.posts-navigation .nav-previous a:hover .nav-arrow,
.posts-navigation .nav-next a:hover .nav-arrow,
.post-navigation .nav-previous a:hover .nav-arrow,
.post-navigation .nav-next a:hover .nav-arrow {
  background: #2da272;
}

.comment-navigation .nav-previous a:hover .nav-arrow:before,
.comment-navigation .nav-next a:hover .nav-arrow:before,
.posts-navigation .nav-previous a:hover .nav-arrow:before,
.posts-navigation .nav-next a:hover .nav-arrow:before,
.post-navigation .nav-previous a:hover .nav-arrow:before,
.post-navigation .nav-next a:hover .nav-arrow:before {
  border-color: #fff;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  margin-left: 60px;
}

@media (min-width: 992px) {
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    margin-left: 0;
  }
}

.comment-navigation .nav-previous .nav-arrow,
.posts-navigation .nav-previous .nav-arrow,
.post-navigation .nav-previous .nav-arrow {
  left: -60px;
}

.comment-navigation .nav-previous .nav-arrow:before,
.posts-navigation .nav-previous .nav-arrow:before,
.post-navigation .nav-previous .nav-arrow:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-right: -3px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  margin-right: 60px;
}

@media (min-width: 992px) {
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    margin-right: 0;
  }
}

.comment-navigation .nav-next .nav-arrow,
.posts-navigation .nav-next .nav-arrow,
.post-navigation .nav-next .nav-arrow {
  right: -60px;
}

.post-navigation {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.navigation.pagination {
  width: 100%;
  font-size: 12px;
  margin-top: 3em;
  margin-bottom: 8em;
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navigation.pagination .page-numbers {
  min-width: 39px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  background: #2da272;
  margin: 0 5px 5px;
  padding: 0 5px;
  color: #fff;
  border-radius: 50%;
}

.navigation.pagination .page-numbers.current, .navigation.pagination .page-numbers:hover {
  text-decoration: none;
  color: #404a46;
}

.navigation.pagination .page-numbers.current {
  background: #f2e053;
}

.navigation.pagination .page-numbers:hover:not(.current) {
  background: #e7f5e7;
}

.navigation.pagination .page-numbers:hover:not(.current) .next-icon,
.navigation.pagination .page-numbers:hover:not(.current) .prev-icon {
  border-color: #404a46;
}

.navigation.pagination .next-icon,
.navigation.pagination .prev-icon {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
}

.navigation.pagination .next-icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -3px;
}

.navigation.pagination .prev-icon {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-right: -3px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.post-thumbnail,
.entry-footer,
.entry-header,
.page-header {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.site-main {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .site-main {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .site-main {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.site-main > .hentry {
  padding-top: 80px;
  padding-bottom: 90px;
}

.site-main .error-404,
.site-main .not-found {
  max-width: 554px;
  margin: 0 auto;
  text-align: center;
  padding: 1em 0 4em;
}

.site-main .error-404 .page-header,
.site-main .not-found .page-header {
  margin-bottom: 30px;
}

.site-main .error-404 .page-content p,
.site-main .not-found .page-content p {
  margin-bottom: 30px;
}

.site-main .error-404 h1 span,
.site-main .not-found h1 span {
  display: block;
  line-height: 1.3;
}

.site-main .error-404 h1 span:first-child,
.site-main .not-found h1 span:first-child {
  font-size: 45px;
}

.site-main .error-404 h1 span:last-child,
.site-main .not-found h1 span:last-child {
  font-size: 39px;
}

.site-main .error-404 .search-form,
.site-main .not-found .search-form {
  margin-bottom: 60px;
}

.entry-header,
.page-header {
  margin-bottom: 75px;
  text-align: center;
}

.entry-header .entry-title,
.page-header .entry-title {
  font-size: 45px;
  margin-bottom: 6px;
}

.entry-header .entry-title a,
.page-header .entry-title a {
  color: #404a46;
}

.entry-header .entry-title a:hover,
.page-header .entry-title a:hover {
  color: #2da272;
  text-decoration: none;
}

.entry-header .entry-meta,
.page-header .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  font-size: 16px;
}

@media (max-width: 768px) {
  .entry-header .entry-meta,
  .page-header .entry-meta {
    margin-bottom: 10px;
  }
}

.blog .hentry,
.archive .hentry,
.search .hentry {
  margin-bottom: 80px;
  padding: 0;
}

.blog .hentry:first-of-type,
.archive .hentry:first-of-type,
.search .hentry:first-of-type {
  margin-top: 100px;
}

.blog .hentry .entry-header,
.archive .hentry .entry-header,
.search .hentry .entry-header {
  text-align: left;
  margin-bottom: 50px;
}

.blog .hentry .entry-title,
.archive .hentry .entry-title,
.search .hentry .entry-title {
  font-size: 31px;
}

.page-header {
  margin-top: 60px;
}

.entry-footer {
  margin-top: 60px;
}

.section-overlay {
  position: relative;
  z-index: 9;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.single-post .entry-header .entry-title {
  text-align: center;
}

.single-post .post .post-thumbnail {
  padding-bottom: 26px;
}

.single-post .entry-header {
  margin-bottom: 0;
}

.post .post-thumbnail,
.tax-mpa_service_category .post-thumbnail {
  padding: 30px 0 100px 30px;
  position: relative;
  display: block;
  margin: 35px auto;
}

.post .post-thumbnail:before,
.tax-mpa_service_category .post-thumbnail:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  background: #f6fbf6;
  width: 40%;
  max-width: 236px;
  display: block;
  position: absolute;
  z-index: -1;
}

.post .post-thumbnail img,
.tax-mpa_service_category .post-thumbnail img {
  vertical-align: middle;
}

.post .post-thumbnail-wrap,
.tax-mpa_service_category .post-thumbnail-wrap {
  max-width: 750px;
  margin: auto;
  position: relative;
}

.post .post-thumbnail-wrap .post-categories,
.tax-mpa_service_category .post-thumbnail-wrap .post-categories {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 120px;
  left: 50px;
  list-style: none;
}

.post .post-thumbnail-wrap .post-categories li,
.tax-mpa_service_category .post-thumbnail-wrap .post-categories li {
  display: inline-block;
  margin-bottom: 0;
}

.post .post-thumbnail-wrap .post-categories li a,
.tax-mpa_service_category .post-thumbnail-wrap .post-categories li a {
  font: 400 16px/1.5 "Lato", sans-serif;
  background: #f2e053;
  color: #404a46;
  display: inline-block;
  padding: 0 15px 2px;
}

.post .post-thumbnail-wrap .post-categories li a:hover,
.tax-mpa_service_category .post-thumbnail-wrap .post-categories li a:hover {
  background: #66706c;
  color: #fff;
}

.post .post-thumbnail-wrap
+ .entry-header,
.tax-mpa_service_category .post-thumbnail-wrap
+ .entry-header {
  position: relative;
  padding-left: 30px;
  margin-top: -135px;
  padding-top: 28px;
  z-index: 5;
}

.entry-meta {
  font-weight: 400;
  font-size: 16px;
}

.entry-meta .posted-on a {
  color: #404a46;
}

.entry-meta .byline {
  display: inline-block;
  margin-left: 15px;
  color: #66706c;
}

.tags-links {
  margin-top: 22px;
}

.tags-links a {
  font: 400 16px/1.2 "Lato", sans-serif;
  background: #f2e053;
  color: #404a46;
  display: inline-block;
  margin: 0 2px 10px 0;
  padding: 6px 10px;
}

.tags-links a:hover {
  text-decoration: none;
  background: #66706c;
  color: #fff;
}

.tags-links a:first-child {
  margin-left: 10px;
}

.template-wide .post-thumbnail {
  max-width: 1140px;
}

.template-canvas .site-header {
  background: transparent;
  position: absolute;
  width: 100%;
}

.template-canvas > .hentry {
  padding: 0;
}

.template-canvas > .hentry > .post-thumbnail,
.template-canvas > .hentry > .entry-header {
  display: none;
}

.half-content {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .half-content {
    margin: 0 auto;
    max-width: 1140px;
  }
}

.half-content .half-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .half-content .half-content-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.half-content .half-content-wrap .half-content-column {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .half-content .half-content-wrap .half-content-column {
    padding: 0 15px;
    width: 50%;
  }
}

.single-mpa_employee.mpa_employee-template-default .thumbnail-wrap .post-thumbnail {
  position: relative;
  padding: 0 30px 30px 0;
}

.single-mpa_employee.mpa_employee-template-default .thumbnail-wrap .post-thumbnail img {
  position: relative;
  vertical-align: middle;
  z-index: 5;
}

.single-mpa_employee.mpa_employee-template-default .thumbnail-wrap .post-thumbnail:after {
  content: '';
  position: absolute;
  right: 0;
  left: 30px;
  top: 30px;
  bottom: 0;
  background: #f2e053;
}

.single-mpa_employee .mpa-attributes-title {
  font-size: 24px;
}

.breadcrumbs-wrapper .separator-icon:after {
  content: '';
  position: relative;
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: .2em;
  bottom: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .15s;
  transition: .15s;
  margin: 0 16px 0 12px;
}

.tax-mpa_service_category article {
  max-width: 750px;
  margin: 0 auto;
}

.single-mpa_service .mpa-attributes-title {
  display: none;
}

.single-mpa_service .post-thumbnail {
  position: relative;
  padding: 0 30px 30px 0;
}

.single-mpa_service .post-thumbnail img {
  position: relative;
  z-index: 1;
}

.single-mpa_service .post-thumbnail:after {
  content: '';
  position: absolute;
  right: 0;
  left: 30px;
  top: 30px;
  bottom: 0;
  background: #f2e053;
}

.single-mpa_service h3.entry-content-title {
  line-height: 1.15;
  margin-bottom: 0;
}

/* Header
--------------------------------------------- */
.admin-bar .header-sidebar {
  top: 32px;
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #f6fbf6;
  position: relative;
  z-index: 49;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 992px) {
  .site-header {
    padding: 20px 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.site-header .site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1em;
  z-index: 9;
  max-width: 20em;
}

.site-header .site-branding .custom-logo-link {
  display: inline-block;
  margin-right: 1em;
  min-width: 40px;
}

.site-header .site-branding .custom-logo-link img {
  display: block;
  max-height: 75px;
  width: auto;
}

.site-header .site-branding .site-title {
  margin: 0;
  line-height: 1;
}

.site-header .site-branding .site-title a {
  text-decoration: none;
  color: #404a46;
  font-size: 30px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  text-transform: uppercase;
}

.site-header .site-branding .site-description {
  font-size: 14px;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}

.site-header .menu-toggle {
  display: block;
  margin-left: auto;
  padding: 0;
  background: none;
  color: #2da272;
  z-index: 5;
  position: relative;
}

@media (min-width: 992px) {
  .site-header .menu-toggle {
    display: none;
  }
}

.site-header .menu-toggle .bar1, .site-header .menu-toggle .bar2, .site-header .menu-toggle .bar3 {
  width: 24px;
  height: 1px;
  background-color: #404a46;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 4px;
  display: block;
}

.site-header .menu-toggle.toggled-on .bar1 {
  -webkit-transform: rotate(-46deg) translate(-6px, 4px);
  transform: rotate(-46deg) translate(-6px, 4px);
}

.site-header .menu-toggle.toggled-on .bar2 {
  opacity: 0;
}

.site-header .menu-toggle.toggled-on .bar3 {
  -webkit-transform: rotate(46deg) translate(-5px, -4px);
  transform: rotate(46deg) translate(-5px, -4px);
}

.home .site-header {
  background: transparent;
  position: relative;
  z-index: 29;
}

.home .site-header.menu-opened {
  background: #f6fbf6;
}

.header-search {
  position: relative;
}

@media (max-width: 992px) {
  .header-search {
    margin-bottom: 30px;
  }
}

.header-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #ececee;
  border-radius: 12px;
  width: 100vw;
  right: 0;
  left: auto;
  -webkit-transition: .3s;
  transition: .3s;
  max-width: calc(100% - 40px);
  position: static;
  z-index: 9;
  margin: 0 20px;
}

@media (min-width: 992px) {
  .header-search-form {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    max-width: 715px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
  }
}

.header-search-form.opened {
  opacity: 1;
  visibility: visible;
}

.header-search-form .search-form {
  border: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.header-search-toggle {
  background: transparent;
  padding: 0;
  height: 46px;
  width: 46px;
  display: none;
}

@media (min-width: 992px) {
  .header-search-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-search-toggle svg {
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-search-toggle:hover, .header-search-toggle:active {
  background: transparent;
}

.header-search-toggle.open svg {
  fill: #404a46;
}

.header-search-toggle.open:hover svg {
  fill: #2da272;
}

.header-search-toggle.close svg {
  stroke: #8a8a9a;
}

.header-search-toggle.close:hover svg {
  stroke: #2da272;
}

.header-sidebar {
  position: fixed;
  visibility: hidden;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  max-width: 529px;
  width: 100%;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow: auto;
}

.header-sidebar.toggled-on {
  -webkit-transform: none;
  transform: none;
  visibility: visible;
}

.header-sidebar .close-sidebar {
  position: absolute;
  border: 0;
  padding: 10px;
  top: 25px;
  right: 22px;
  font-size: 14px;
  color: #404a46;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: url("images/close.svg") 0 0 no-repeat;
  background-size: contain;
  z-index: 9;
}

@media (min-width: 992px) {
  .header-sidebar .close-sidebar {
    top: 35px;
  }
}

.header-sidebar .close-sidebar:focus, .header-sidebar .close-sidebar:hover {
  outline: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-toggle-wrapper {
  padding-left: 20px;
}

@media (min-width: 992px) {
  .sidebar-toggle-wrapper {
    padding-left: 48px;
  }
}

.sidebar-toggle-wrapper .sidebar-toggle {
  font: 700 13px/20px "Lato", sans-serif;
  padding: 8px 28px;
}

/* Footer
--------------------------------------------- */
.site-footer {
  background: url("images/footer-decor-bg.png") no-repeat;
  background-size: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .site-footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .site-footer {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 992px) {
  .site-footer {
    background-size: 255px;
  }
}

.site-footer-inner {
  max-width: 1130px;
  margin: 0 auto;
}

.site-footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .site-footer .footer-info {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 992px) {
  .site-footer .footer-info {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (max-width: 768px) {
  .site-footer .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .site-footer .footer-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .site-footer .footer-info-icon {
    margin-bottom: 20px;
    padding-left: 40px;
    width: 71.75%;
  }
}

@media (min-width: 768px) {
  .site-footer .footer-info-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 70px;
  }
}

.site-footer .footer-info-cont {
  background: #f6fbf6;
  padding: 40px;
  max-width: 71.75%;
  width: 100%;
  line-height: 1.45;
  letter-spacing: 0.5px;
}

@media (min-width: 992px) {
  .site-footer .footer-info-cont {
    padding: 60px 68px;
  }
}

.site-footer .footer-info-cont p {
  color: #404a46;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 25px;
  max-width: 35em;
  margin: 0;
}

.site-footer .footer-top {
  padding: 94px 0 0;
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .site-footer .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .site-footer .footer-top {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.site-footer .footer-top .footer-column {
  padding: 0 15px;
  margin-bottom: 40px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .site-footer .footer-top .footer-column {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .site-footer .footer-top .footer-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    margin-bottom: 0;
    width: 25%;
  }
}

.site-footer .footer-top .footer-column a[href^="tel:"] {
  color: #404a46;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 1470px) {
  .site-footer .footer-top .footer-column a[href^="tel:"] {
    font-size: 24px;
  }
}

.site-footer .footer-top .footer-column .sidebar-toggle-button {
  font-size: 16px;
  width: 100%;
  max-width: 280px;
  margin-top: 5px;
}

.site-footer .footer-bottom {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .site-footer .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.site-footer .footer-bottom .site-info {
  font-weight: 300;
  font-size: 16px;
}

.site-footer .footer-bottom .social-nav li:first-child {
  margin-left: 0;
}

.site-footer .footer-bottom .social-nav li:first-child a {
  padding-left: 0;
}

.site-footer .footer-bottom .social-nav li:last-child {
  margin-right: 0;
}

.site-footer .footer-bottom .social-nav li:last-child a {
  padding-right: 0;
}

/* Appointment
--------------------------------------------- */
.appointment-form-shortcode,
.appointment-form-widget > .widget-body {
  background: #fff;
  padding: 0;
  font-weight: 400;
}

.appointment-form-shortcode .widget-title,
.appointment-form-widget > .widget-body .widget-title {
  width: calc(100% + 80px);
}

.appointment-form-shortcode .mpa-booking-step,
.appointment-form-widget > .widget-body .mpa-booking-step {
  min-height: 480px;
}

.appointment-form-shortcode .mpa-booking-step .mpa-actions,
.appointment-form-widget > .widget-body .mpa-booking-step .mpa-actions {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.appointment-form-shortcode .mpa-booking-step .mpa-actions > *,
.appointment-form-widget > .widget-body .mpa-booking-step .mpa-actions > * {
  margin-right: 18px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  max-width: 50%;
}

.appointment-form-shortcode .mpa-booking-step .mpa-actions > *:last-child,
.appointment-form-widget > .widget-body .mpa-booking-step .mpa-actions > *:last-child {
  margin-right: 0;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart, .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-payment,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart,
.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-payment {
  padding: 0;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart p, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout p, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period p, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form p, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment p,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart p,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout p,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period p,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form p,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment p {
  margin-bottom: 1em;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .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-payment .mpa-shortcode-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .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-payment .mpa-shortcode-title {
  font: 600 31px/34px "Cormorant Garamond", serif;
  text-align: left;
  margin-bottom: 23px;
  color: #404a46;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .button-secondary, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .button-secondary, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .button-secondary, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form .button-secondary, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .button-secondary,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .button-secondary,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .button-secondary,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .button-secondary,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form .button-secondary,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .button-secondary {
  background: #f2e053;
  color: #404a46;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .button-secondary:hover, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .button-secondary:hover, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .button-secondary:hover, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form .button-secondary:hover, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .button-secondary:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .button-secondary:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .button-secondary:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .button-secondary:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form .button-secondary:hover,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .button-secondary:hover {
  color: #fff;
  background: #2da272;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart table td,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart table th, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout table td,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout table th, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period table td,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period table th, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form table td,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form table th, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment table td,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment table th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart table td,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart table th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout table td,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout table th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period table td,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period table th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form table td,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form table th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment table td,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment table th {
  text-align: center;
  color: #404a46;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart table td:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart table th:first-child, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout table td:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout table th:first-child, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period table td:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period table th:first-child, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form table td:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form table th:first-child, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment table td:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment table th:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart table td:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart table th:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout table td:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout table th:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period table td:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period table th:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form table td:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form table th:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment table td:first-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment table th:first-child {
  text-align: left;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-service-form {
  width: 100%;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper {
  margin-top: 20px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times {
  position: relative;
  max-height: none;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period {
  background: #eef8ee;
  color: #404a46;
  border-radius: 20px;
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
  padding-left: 1px;
  padding-right: 1px;
  letter-spacing: 0.12px;
}

.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,
.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 {
  background: #f2e053;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-input-container,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-input-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-input-container > .mpa-input-wrapper,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .mpa-input-container > .mpa-input-wrapper {
  width: 100%;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar {
  border: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar:before, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar:after,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar:before,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar:after {
  display: none;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months {
  background-color: #eef8ee;
  padding: 10px 63px;
  position: relative;
  border-radius: 25px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-month {
  height: 33px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-current-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-current-month {
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.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,
.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 {
  font-weight: inherit;
  line-height: 33px;
}

.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,
.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 {
  background: transparent;
}

.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,
.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 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month:hover svg,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #2da272;
}

.appointment-form-shortcode .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-next-month {
  right: 35px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
  left: 35px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer {
  width: 100%;
}

@media (min-width: 992px) {
  .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer,
  .appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer {
    padding: 0 35px;
  }
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-days,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-days {
  width: 100%;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .dayContainer,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .dayContainer {
  width: 100%;
  max-width: 100%;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day {
  max-width: none;
  color: #404a46;
  border-width: 0;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:before,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:before {
  content: '';
  width: 36px;
  height: 36px;
  display: block;
  background-color: #f2e053;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s;
}

.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,
.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 {
  background-color: transparent;
}

.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,
.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 {
  opacity: 1;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled {
  color: #bcc0be;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover:before,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled:hover:before {
  display: none;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.nextMonthDay, .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.prevMonthDay,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.nextMonthDay,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.prevMonthDay {
  color: #e8e9e8;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays {
  height: 49px;
  border-bottom: 1px solid #f6fbf6;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
  color: #404a46;
  font-size: 12px;
  text-transform: uppercase;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li {
  max-width: 33%;
  border: 0;
  padding: 0;
  margin-right: 40px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li.mpa-reservation-service,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li.mpa-reservation-service {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li:last-child,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li:last-child {
  margin: 0;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-label,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-label {
  font-size: 16px;
  color: #f2e053;
  font-weight: 600;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-value,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-value {
  font-weight: 400;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details {
  margin-bottom: 0;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order {
  color: #404a46;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-service,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-subtotal,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-total,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-service,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-subtotal,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-total {
  text-align: left;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-services th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-services th {
  font-size: 20px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-service,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-service {
  font-weight: 300;
  font-size: 16px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-price,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .column-price {
  text-align: center;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-subtotal th,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-total th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-subtotal th,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-order-details .mpa-order-total th {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-required-tip,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-required-tip {
  display: none;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-customer-details .mpa-shortcode-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-checkout .mpa-customer-details .mpa-shortcode-title {
  display: none;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking {
  padding: 150px 20px 20px;
  background: #f6fbf6;
  position: relative;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking:before,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking:before {
  background: url("images/icon-check-mark.svg") no-repeat;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-message,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking .mpa-message {
  text-align: center;
  position: relative;
  font-size: 31px;
  font-family: "Cormorant Garamond", serif;
  color: #404a46;
  font-weight: 600;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-actions > *,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-booking .mpa-actions > * {
  max-width: 100%;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart {
  color: #404a46;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .mpa-cart-item,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .mpa-cart-item {
  border: none;
  background: #f6fbf6;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header {
  display: block;
  border: none;
  padding-bottom: 0;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell {
  width: 100%;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-service,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-service {
  padding-bottom: 0;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-service .mpa-service-name,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-service .mpa-service-name {
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.15;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-date,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-date {
  padding-top: 0;
  font-weight: 400;
  font-size: 16px;
  color: #66706c;
}

.appointment-form-shortcode .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-people,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-location,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-people {
  width: 100%;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-cell-people,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-cell-people {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-location,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-location {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.appointment-form-shortcode .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-price,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-employee,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-price {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.appointment-form-shortcode .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-footer {
  border: none;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .cell-title,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart .cell-title {
  text-transform: uppercase;
  color: #bcc0be;
  font-size: 12px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart-total,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-cart .mpa-cart-total {
  color: #404a46;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details ul li label,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details ul li label {
  font-size: 22px;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
  margin-left: 5px;
  line-height: 1;
  vertical-align: middle;
  color: #404a46;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details ul li p,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details ul li p {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 8px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-stripe-payment-methods ul li,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-stripe-payment-methods ul li {
  padding: 0;
  margin-right: 10px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-stripe-payment-methods ul li label,
.appointment-form-widget > .widget-body .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-stripe-payment-methods ul li label {
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

.appointment-form-shortcode .iti__selected-flag,
.appointment-form-shortcode .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.appointment-form-shortcode .iti--separate-dial-code .iti__selected-flag,
.appointment-form-widget > .widget-body .iti__selected-flag,
.appointment-form-widget > .widget-body .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.appointment-form-widget > .widget-body .iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}

.appointment-form-shortcode .iti__country-list li,
.appointment-form-widget > .widget-body .iti__country-list li {
  margin: 0;
}

.appointment-form-widget > .widget-body .iti__country-list {
  font-size: 14px;
}

.mpa-employees-list-shortcode .mpa-loop-post-wrapper {
  max-width: 85%;
  margin: 0 auto 1.5em;
}

.mpa-employees-list-shortcode .mpa-loop-post-thumbnail {
  margin-bottom: 16px;
}

.mpa-employees-list-shortcode .mpa-loop-post-thumbnail a {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  border: solid 4px #e7f5e7;
  position: relative;
}

.mpa-employees-list-shortcode .mpa-loop-post-thumbnail a:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: #f6fbf6 url("images/icon-employee.svg") center center no-repeat;
  background-size: 107px 99px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.mpa-employees-list-shortcode .mpa-loop-post-thumbnail a:hover:after {
  opacity: 1;
}

.mpa-employees-list-shortcode .mpa-loop-post-thumbnail a img {
  vertical-align: middle;
  width: 100%;
}

.mpa-employees-list-shortcode .mpa-post-title {
  text-align: center;
  margin-bottom: 0;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mpa-employees-list-shortcode .mpa-post-title a {
  color: #404a46;
  font-size: 24px;
}

.mpa-employees-list-shortcode .mpa-post-title a:hover {
  color: #2da272;
}

.mpa-employees-list-shortcode .entry-excerpt p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
}

.mpa-employees-list-shortcode .entry-excerpt p:first-line {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}

.mpa-services-list-shortcode {
  --mpa-grid-gap: 11px;
}

.mpa-services-list-shortcode .mpa-loop-post-wrapper {
  padding-left: 30px;
  padding-bottom: 40px;
}

.mpa-services-list-shortcode .mpa-loop-post-wrapper .post-thumbnail {
  padding: 30px 0 100px 0;
  position: relative;
  margin: 0 0 -80px 0;
}

.mpa-services-list-shortcode .mpa-loop-post-wrapper .post-thumbnail::before {
  content: '';
  top: 0;
  bottom: 0;
  left: -30px;
  background: #f6fbf6;
  width: 45%;
  max-width: 145px;
  display: block;
  position: absolute;
  z-index: -1;
}

.mpa-services-list-shortcode .mpa-loop-post-wrapper .post-thumbnail img {
  vertical-align: middle;
}

.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-post-title {
  font-size: 24px;
  margin-bottom: 0;
  position: relative;
}

.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-post-title a {
  color: #404a46;
}

.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-post-title a:hover {
  color: #2da272;
}

.mpa-services-list-shortcode .mpa-loop-post-wrapper .service-list-item-title-wrap {
  margin-bottom: 28px;
  min-height: 75px;
  position: relative;
  z-index: 5;
}

.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-service-price {
  margin-top: 15px;
  color: #404a46;
}

.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-service-price .mpa-price {
  font-weight: 700;
}

.mpa-services-list-shortcode .mpa-loop-post-wrapper .mpa-service-button-link {
  margin-left: -30px;
}

.mpa-attributes {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.25;
  font-size: 16px;
}

.mpa-attributes li {
  margin: 0;
}

.mpa-attributes li.mpa-attribute-price .mpa-price {
  font-weight: 700;
  font-size: 18px;
}

.single-mpa_service .mpa-service-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
}

.single-mpa_service .mpa-service-attributes .mpa-attribute-price {
  color: #404a46;
  font-size: 18px;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin-top: 30px;
}

.service-list-terms {
  line-height: 1.2;
}

.service-list-terms a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #404a46;
  font-weight: 400;
}

.service-list-terms a:hover {
  color: #2da272;
}

.service-list-terms a:after {
  content: ',';
}

.service-list-terms a:last-child:after {
  display: none;
}

.mpa-service-categories-shortcode h2,
.mpa-locations-list-shortcode h2,
.mpa-employee-title-shortcode h2 {
  font-size: 24px;
}

.mpa-service-categories-shortcode h2 a,
.mpa-locations-list-shortcode h2 a,
.mpa-employee-title-shortcode h2 a {
  color: #404a46;
}

.mpa-service-categories-shortcode h2 a:hover,
.mpa-locations-list-shortcode h2 a:hover,
.mpa-employee-title-shortcode h2 a:hover {
  color: #2da272;
}

.mpa-account-menu {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.mpa-account-menu ul > li {
  margin: 0 30px 10px 0;
}

.mpa-account-menu a {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.mpa-account-menu a:hover {
  color: #2da272;
}

.mpa-direct-link-booking-details-shortcode,
.mpa-account-booking,
.mpa-account-details {
  background: #f6fbf6;
  padding: 15px;
}

@media (min-width: 992px) {
  .mpa-direct-link-booking-details-shortcode,
  .mpa-account-booking,
  .mpa-account-details {
    padding: 30px 25px;
  }
}

.mpa-customer-account-shortcode .label {
  opacity: .8;
}

.mpa-booking-details-section {
  margin-bottom: 15px;
}

.mpa-booking-details-section:last-child {
  margin-bottom: 0;
}

.mpa-account-booking-title {
  font-size: 28px;
}

.mpa-account-booking .booking-reservations .reservation {
  margin-bottom: 15px;
}

.mpa-account-booking .booking-reservations .reservation:last-child {
  margin-bottom: 0;
}

.mpa-direct-link-booking-details-shortcode div.mpa-booking-details-section {
  margin-bottom: 15px;
}

.mpa-direct-link-booking-details-shortcode div.mpa-booking-details-section:last-child {
  margin-bottom: 0;
}

.mpa-direct-link-booking-details-shortcode div.mpa-booking-details-section .label {
  opacity: .8;
}

.mpa-direct-link-booking-details-shortcode div.mpa-booking-details-section.booking-reservations .label {
  display: inline;
}

.mpa-direct-link-booking-details-shortcode div.mpa-booking-details-section.booking-reservations .reservation-details > * {
  display: block;
  margin: 0;
  padding: 0;
  border-right: none;
}

.mpa-direct-link-booking-details-shortcode div.mpa-booking-details-section.booking-reservations .reservation {
  margin-bottom: 15px;
}

.mpa-direct-link-booking-details-shortcode div.mpa-booking-details-section.booking-reservations .reservation:last-child {
  margin-bottom: 0;
}

.mpa-account-login-form form {
  margin-bottom: 15px;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  max-width: 750px;
  margin: 70px auto 80px;
}

.comments-area .comments-title {
  text-align: center;
  margin-bottom: 1em;
}

.comments-area .comment-list {
  margin: 0 0 20px;
}

.comments-area ol.comment-list,
.comments-area ol.children {
  list-style: none;
  padding: 0;
}

.comments-area ol.comment-list li,
.comments-area ol.children li {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .comments-area ol.comment-list li,
  .comments-area ol.children li {
    margin-bottom: 55px;
  }
}

.comments-area ol.comment-list li:last-child,
.comments-area ol.children li:last-child {
  margin-bottom: 0;
}

.comments-area .comment-respond {
  margin-top: 2em;
}

.comments-area .comment-respond .comment-reply-title {
  text-align: center;
}

.comments-area .comment-respond .comment-reply-title small {
  margin-left: 30px;
}

.comments-area .comment-body {
  position: relative;
}

.comments-area .comment-body + .children li {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .comments-area .comment-body + .children li {
    margin-top: 55px;
    margin-left: 80px;
  }
}

@media (max-width: 768px) {
  .comments-area .comment-body .reply {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .comments-area .comment-body .reply {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.comments-area .comment-body .reply a {
  padding: 10px 28px;
  color: #404a46;
  background: #eef8ee;
  border-radius: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.3px;
}

.comments-area .comment-body .reply a:hover {
  background: #2da272;
  color: #fff;
}

.comments-area .comment-body .comment-meta {
  padding-left: 110px;
  position: relative;
  min-height: 92px;
  margin-bottom: 20px;
}

.comments-area .comment-body .comment-meta .comment-author b {
  color: #404a46;
}

.comments-area .comment-body .comment-meta em {
  line-height: 1.2;
  font-size: 16px;
  margin-top: 15px;
  display: inline-block;
}

.comments-area .comment-form {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comments-area .comment-form > p {
  width: 100%;
}

.comments-area .comment-form .comment-notes {
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}

.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-author {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media (min-width: 992px) {
  .comments-area .comment-form .comment-form-email,
  .comments-area .comment-form .comment-form-author {
    width: 50%;
    float: left;
  }
}

.comments-area .comment-form > p {
  padding: 0 15px;
}

.comments-area .comment-form .comment-form-comment textarea {
  height: 106px;
}

.comments-area .comment-form .form-submit {
  text-align: center;
}

.comments-area .comment-author img {
  border-radius: 50%;
  border: 4px solid #eef8ee;
  overflow: hidden;
  position: absolute;
  left: 0;
}

.comments-area .comment-author .fn {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  padding-top: 20px;
  display: inline-block;
}

.comments-area .comment-author .fn a, .comments-area .comment-author .fn span {
  color: #404a46;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  line-height: 1;
}

.comments-area .comment-metadata a {
  font-size: 16px;
  color: #404a46;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.widget .widget-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.widget ul, .widget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-sidebar .widget-title {
  display: block;
  margin: 0 -40px 32px;
  padding: 20px 40px;
  background: #f2e053;
  color: #404a46;
  letter-spacing: -.5px;
  font-size: 25px;
  line-height: 1.15;
}

@media (min-width: 992px) {
  .header-sidebar .widget-title {
    font-size: 39px;
  }
}

.header-sidebar .widget {
  padding: 0 40px;
}

.widget_categories ul,
.widget_archive ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
  list-style: none;
  padding: 0;
}

.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_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;
}

.search-form {
  border: 1px solid #ececee;
  border-radius: 12px;
  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: 46px;
  width: 46px;
  padding: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-form .search-submit svg {
  margin: auto;
  fill: #404a46;
  -webkit-transition: .3s;
  transition: .3s;
}

.search-form .search-submit:hover {
  background: transparent;
}

.search-form .search-submit:hover svg {
  fill: #2da272;
}

.search-form .search-field {
  border: 0;
  padding-left: 30px;
  padding-right: 0;
}

.search-form .search-field:focus {
  border: 0;
}

.wpcf7-form {
  max-width: 40em;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .wpcf7-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.wpcf7-form textarea {
  width: 100%;
  max-height: 260px;
  margin-top: 10px;
}

.wpcf7-form .left-col,
.wpcf7-form .right-col {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .wpcf7-form .left-col,
  .wpcf7-form .right-col {
    width: 50%;
  }
  .wpcf7-form .left-col p,
  .wpcf7-form .right-col p {
    margin: 10px 0;
  }
}

.wpcf7-form p {
  width: 100%;
  text-align: center;
}

.wpcf7-form label {
  color: #fff;
  text-align: left;
}

.wpcf7-form .wpcf7-form-control-wrap {
  margin-top: 5px;
  display: inline-block;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure 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 and Getwid 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-summary > *,
.entry-content > * {
  max-width: 750px;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

.entry-summary > *:last-child,
.entry-content > *:last-child {
  margin-bottom: 0;
}

.entry-summary > *.alignwide,
.entry-content > *.alignwide {
  max-width: 1140px;
}

.entry-summary > *.alignfull,
.entry-content > *.alignfull {
  max-width: none;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .entry-summary > *.alignfull,
  .entry-content > *.alignfull {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 992px) {
  .entry-summary > *.alignfull,
  .entry-content > *.alignfull {
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (min-width: 600px) {
  .entry-summary > *.alignleft,
  .entry-content > *.alignleft {
    margin-right: 30px;
  }
}

@media (min-width: 750px) {
  .entry-summary > *.alignleft,
  .entry-content > *.alignleft {
    margin-left: Max(calc(0.5 * (100vw - min(100vw, 750px)) - 20px), 0px);
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  .entry-summary > *.alignleft,
  .entry-content > *.alignleft {
    margin-left: Max(calc(0.5 * (100vw - min(100vw, 750px)) - 60px), 0px);
  }
}

@media (min-width: 600px) {
  .entry-summary > *.alignright,
  .entry-content > *.alignright {
    margin-left: 30px;
  }
}

@media (min-width: 750px) {
  .entry-summary > *.alignright,
  .entry-content > *.alignright {
    margin-right: Max(calc(0.5 * (100vw - min(100vw, 750px)) - 20px), 0px);
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  .entry-summary > *.alignright,
  .entry-content > *.alignright {
    margin-right: Max(calc(0.5 * (100vw - min(100vw, 750px)) - 60px), 0px);
  }
}

.entry-summary > h1,
.entry-summary > h2,
.entry-summary > h3,
.entry-summary > h4,
.entry-summary > h5,
.entry-summary > h6,
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
  margin-bottom: .5em;
}

.template-wide .entry-content > * {
  max-width: 1140px;
}

.template-wide .entry-content > *.alignwide {
  max-width: 1140px;
}

.template-wide .entry-content > *.alignfull {
  max-width: none;
}

.template-canvas .entry-content > * {
  max-width: 1410px;
}

.template-canvas .entry-content > *.alignwide {
  max-width: 100%;
}

.template-canvas .entry-content > *.alignfull {
  max-width: none;
}

/* wp-block-paragraph styles */
/* wp-block-image styles */
.wp-block-image.is-style-highlight img {
  position: relative;
  z-index: 9;
  display: block;
  -webkit-box-shadow: 30px 30px #f2e053;
  box-shadow: 30px 30px #f2e053;
  margin: 0 30px 30px 0;
  max-width: calc(100% - 30px);
}

/* wp-block-gallery styles */
.wp-block-gallery:not(.has-nested-images) {
  margin-left: auto;
  margin-right: auto;
}

.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-gallery.is-style-grid-without-indents {
  gap: 0 !important;
}

.wp-block-gallery.is-style-grid-without-indents.columns-1 .blocks-gallery-item {
  margin-right: 0;
  margin-bottom: 0;
}

.wp-block-gallery.is-style-grid-without-indents.columns-2 .blocks-gallery-item {
  margin-right: 0;
  margin-bottom: 0;
}

.wp-block-gallery.is-style-grid-without-indents.columns-3 .blocks-gallery-item {
  margin-right: 0;
  margin-bottom: 0;
}

.wp-block-gallery.is-style-grid-without-indents.columns-4 .blocks-gallery-item {
  margin-right: 0;
  margin-bottom: 0;
}

.wp-block-gallery.is-style-grid-without-indents.columns-5 .blocks-gallery-item {
  margin-right: 0;
  margin-bottom: 0;
}

.wp-block-gallery.is-style-grid-without-indents.columns-6 .blocks-gallery-item {
  margin-right: 0;
  margin-bottom: 0;
}

/* wp-block-quote styles */
.wp-block-quote {
  background: #eef8ee;
  position: relative;
  text-align: center;
  padding: 40px 25px;
}

@media (min-width: 1470px) {
  .wp-block-quote {
    padding: 54px 105px;
  }
}

.wp-block-quote p {
  font: 600 24px/36px "Cormorant Garamond", serif;
}

.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote cite {
  font-style: normal;
  font-size: 16px;
  margin-top: 22px;
  display: inline-block;
  position: relative;
  z-index: 5;
}

.wp-block-quote cite::after {
  content: '';
  background: #f2e053 url("images/icon-testimonials.svg") no-repeat center center;
  position: absolute;
  width: 33px;
  height: 33px;
  bottom: -18px;
  left: -24px;
  border-radius: 50%;
  z-index: -1;
}

/* wp-block-file styles */
/* wp-block-code styles */
/* wp-block-preformatted styles */
/* wp-block-pullquote styles */
.wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}

.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 .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

/* wp-block-button styles */
.wp-block-button__link {
  text-decoration: none;
  background-color: #2da272;
  text-transform: uppercase;
  font-size: 0.8333em;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 1em 1.5em;
}

@media (min-width: 992px) {
  .wp-block-button__link {
    padding: 1em 3.5em;
  }
}

.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
  text-decoration: none;
  background-color: #f2e053;
  color: #404a46;
}

.is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:focus {
  color: #fff;
  background: #2da272;
  border-color: #2da272;
}

/* wp-block-columns styles */
.wp-block-columns {
  gap: 0 !important;
}

.wp-block-columns:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.wp-block-columns.is-style-without-indents .wp-block-column:nth-child(2n), .wp-block-columns.is-style-without-indents .wp-block-column:not(:first-child) {
  margin-left: 0;
}

@media (min-width: 768px) {
  .wp-block-columns.is-style-without-indents .wp-block-column:nth-child(2n), .wp-block-columns.is-style-without-indents .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}

.wp-block-column:not(:only-child) {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.wp-block-column:not(:only-child):nth-child(2n), .wp-block-column:not(:only-child):not(:first-child) {
  margin-left: 0;
}

@media (min-width: 768px) {
  .wp-block-column:not(:only-child):nth-child(2n), .wp-block-column:not(:only-child):not(:first-child) {
    margin-left: 16px;
  }
}

.wp-block-column:not(:only-child) > *:last-child {
  margin-bottom: 0;
}

/* wp-block-media-text styles */
/* wp-block-separator styles */
/* wp-block-archives styles */
.wp-block-archives.wp-block-archives-list {
  list-style: none;
  margin: 0;
}

/* wp-block-calendar styles */
/* wp-block-categories styles */
.wp-block-categories {
  list-style: none;
  margin: 0;
}

/* 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-cover {
  width: auto;
  color: #fff;
}

/* wp-block-audio styles */
/* common getwid block styles */
.wp-block-getwid-post-carousel.has-slides-gap-huge .slick-slide,
.wp-block-getwid-images-slider.has-slides-gap-huge .slick-slide {
  margin: 0 32px;
}

.wp-block-getwid-images-slider .slick-prev,
.wp-block-getwid-images-slider .slick-next,
.wp-block-getwid-media-text-slider .slick-prev,
.wp-block-getwid-media-text-slider .slick-next,
.wp-block-getwid-post-slider .slick-prev,
.wp-block-getwid-post-slider .slick-next,
.wp-block-getwid-post-carousel .slick-prev,
.wp-block-getwid-post-carousel .slick-next {
  background: #2da272;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-block-getwid-images-slider .slick-prev:before,
.wp-block-getwid-images-slider .slick-next:before,
.wp-block-getwid-media-text-slider .slick-prev:before,
.wp-block-getwid-media-text-slider .slick-next:before,
.wp-block-getwid-post-slider .slick-prev:before,
.wp-block-getwid-post-slider .slick-next:before,
.wp-block-getwid-post-carousel .slick-prev:before,
.wp-block-getwid-post-carousel .slick-next:before {
  content: '';
  position: absolute;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
}

.wp-block-getwid-images-slider .slick-prev:hover,
.wp-block-getwid-images-slider .slick-next:hover,
.wp-block-getwid-media-text-slider .slick-prev:hover,
.wp-block-getwid-media-text-slider .slick-next:hover,
.wp-block-getwid-post-slider .slick-prev:hover,
.wp-block-getwid-post-slider .slick-next:hover,
.wp-block-getwid-post-carousel .slick-prev:hover,
.wp-block-getwid-post-carousel .slick-next:hover {
  background: #eef8ee;
}

.wp-block-getwid-images-slider .slick-prev:hover:before,
.wp-block-getwid-images-slider .slick-next:hover:before,
.wp-block-getwid-media-text-slider .slick-prev:hover:before,
.wp-block-getwid-media-text-slider .slick-next:hover:before,
.wp-block-getwid-post-slider .slick-prev:hover:before,
.wp-block-getwid-post-slider .slick-next:hover:before,
.wp-block-getwid-post-carousel .slick-prev:hover:before,
.wp-block-getwid-post-carousel .slick-next:hover:before {
  border-color: #404a46;
}

.wp-block-getwid-images-slider .slick-prev,
.wp-block-getwid-media-text-slider .slick-prev,
.wp-block-getwid-post-slider .slick-prev,
.wp-block-getwid-post-carousel .slick-prev {
  left: 10px;
}

.wp-block-getwid-images-slider .slick-prev:before,
.wp-block-getwid-media-text-slider .slick-prev:before,
.wp-block-getwid-post-slider .slick-prev:before,
.wp-block-getwid-post-carousel .slick-prev:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-right: -3px;
}

@media (min-width: 1470px) {
  .wp-block-getwid-images-slider .slick-prev,
  .wp-block-getwid-media-text-slider .slick-prev,
  .wp-block-getwid-post-slider .slick-prev,
  .wp-block-getwid-post-carousel .slick-prev {
    left: -55px;
  }
}

.wp-block-getwid-images-slider .slick-next,
.wp-block-getwid-media-text-slider .slick-next,
.wp-block-getwid-post-slider .slick-next,
.wp-block-getwid-post-carousel .slick-next {
  right: 10px;
}

.wp-block-getwid-images-slider .slick-next:before,
.wp-block-getwid-media-text-slider .slick-next:before,
.wp-block-getwid-post-slider .slick-next:before,
.wp-block-getwid-post-carousel .slick-next:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -3px;
}

@media (min-width: 1470px) {
  .wp-block-getwid-images-slider .slick-next,
  .wp-block-getwid-media-text-slider .slick-next,
  .wp-block-getwid-post-slider .slick-next,
  .wp-block-getwid-post-carousel .slick-next {
    right: -55px;
  }
}

.wp-block-getwid-images-slider.has-dots-outside .slick-dotted.slick-slider,
.wp-block-getwid-media-text-slider.has-dots-outside .slick-dotted.slick-slider,
.wp-block-getwid-post-slider.has-dots-outside .slick-dotted.slick-slider,
.wp-block-getwid-post-carousel.has-dots-outside .slick-dotted.slick-slider {
  padding-bottom: 60px;
}

.wp-block-getwid-images-slider.has-dots-outside .slick-prev,
.wp-block-getwid-images-slider.has-dots-outside .slick-next,
.wp-block-getwid-media-text-slider.has-dots-outside .slick-prev,
.wp-block-getwid-media-text-slider.has-dots-outside .slick-next,
.wp-block-getwid-post-slider.has-dots-outside .slick-prev,
.wp-block-getwid-post-slider.has-dots-outside .slick-next,
.wp-block-getwid-post-carousel.has-dots-outside .slick-prev,
.wp-block-getwid-post-carousel.has-dots-outside .slick-next {
  top: calc(50% - 30px);
}

.wp-block-getwid-images-slider .slick-dots li,
.wp-block-getwid-media-text-slider .slick-dots li,
.wp-block-getwid-post-slider .slick-dots li,
.wp-block-getwid-post-carousel .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 6px;
}

.wp-block-getwid-images-slider .slick-dots li button,
.wp-block-getwid-media-text-slider .slick-dots li button,
.wp-block-getwid-post-slider .slick-dots li button,
.wp-block-getwid-post-carousel .slick-dots li button {
  content: '';
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 50%;
  background: #66706c;
}

.wp-block-getwid-images-slider .slick-dots li button::before,
.wp-block-getwid-media-text-slider .slick-dots li button::before,
.wp-block-getwid-post-slider .slick-dots li button::before,
.wp-block-getwid-post-carousel .slick-dots li button::before {
  display: none;
}

.wp-block-getwid-images-slider .slick-dots li.slick-active button,
.wp-block-getwid-media-text-slider .slick-dots li.slick-active button,
.wp-block-getwid-post-slider .slick-dots li.slick-active button,
.wp-block-getwid-post-carousel .slick-dots li.slick-active button {
  background: #2da272;
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-post-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev {
  left: 10px;
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-next,
.wp-block-getwid-media-text-slider.has-arrows-inside .slick-next,
.wp-block-getwid-post-slider.has-arrows-inside .slick-next,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-next {
  right: 10px;
}

.wp-block-getwid-images-slider.alignfull.has-arrows-outside .slick-prev,
.wp-block-getwid-media-text-slider.alignfull.has-arrows-outside .slick-prev,
.wp-block-getwid-post-slider.alignfull.has-arrows-outside .slick-prev,
.wp-block-getwid-post-carousel.alignfull.has-arrows-outside .slick-prev {
  left: -60px;
}

.wp-block-getwid-images-slider.alignfull.has-arrows-outside .slick-next,
.wp-block-getwid-media-text-slider.alignfull.has-arrows-outside .slick-next,
.wp-block-getwid-post-slider.alignfull.has-arrows-outside .slick-next,
.wp-block-getwid-post-carousel.alignfull.has-arrows-outside .slick-next {
  right: -60px;
}

.getwid-padding-top-small {
  padding-top: 10px;
}

.getwid-padding-top-medium {
  padding-top: 25px;
}

.getwid-padding-top-normal {
  padding-top: 40px;
}

.getwid-padding-top-large {
  padding-top: 60px;
}

.getwid-padding-bottom-small {
  padding-bottom: 10px;
}

.getwid-padding-bottom-medium {
  padding-bottom: 25px;
}

.getwid-padding-bottom-normal {
  padding-bottom: 40px;
}

.getwid-padding-bottom-large {
  padding-bottom: 60px;
}

.getwid-padding-left-small {
  padding-left: 10px;
}

.getwid-padding-left-medium {
  padding-left: 25px;
}

.getwid-padding-left-normal {
  padding-left: 40px;
}

.getwid-padding-left-large {
  padding-left: 60px;
}

.getwid-padding-right-small {
  padding-right: 10px;
}

.getwid-padding-right-medium {
  padding-right: 25px;
}

.getwid-padding-right-normal {
  padding-right: 40px;
}

.getwid-padding-right-large {
  padding-right: 60px;
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-top-small {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-top-medium {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-top-normal {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-top-large {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-bottom-small {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-bottom-medium {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-bottom-normal {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-bottom-large {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-left-small {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-left-medium {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-left-normal {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-left-large {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-right-small {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-right-medium {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-right-normal {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-padding-tablet-right-large {
    padding-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-top-small {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-top-medium {
    padding-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-top-normal {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-top-large {
    padding-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-bottom-small {
    padding-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-bottom-medium {
    padding-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-bottom-normal {
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-bottom-large {
    padding-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-left-small {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-left-medium {
    padding-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-left-normal {
    padding-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-left-large {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-right-small {
    padding-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-right-medium {
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-right-normal {
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-padding-mobile-right-large {
    padding-right: 60px !important;
  }
}

.getwid-margin-top-small {
  margin-top: 10px !important;
}

.getwid-margin-top-medium {
  margin-top: 25px !important;
}

.getwid-margin-top-normal {
  margin-top: 40px !important;
}

.getwid-margin-top-large {
  margin-top: 60px !important;
}

.getwid-margin-bottom-small {
  margin-bottom: 10px !important;
}

.getwid-margin-bottom-medium {
  margin-bottom: 25px !important;
}

.getwid-margin-bottom-normal {
  margin-bottom: 40px !important;
}

.getwid-margin-bottom-large {
  margin-bottom: 60px !important;
}

.getwid-margin-left-small {
  margin-left: 10px;
}

.getwid-margin-left-medium {
  margin-left: 25px;
}

.getwid-margin-left-normal {
  margin-left: 40px;
}

.getwid-margin-left-large {
  margin-left: 60px;
}

.getwid-margin-right-small {
  margin-right: 10px;
}

.getwid-margin-right-medium {
  margin-right: 25px;
}

.getwid-margin-right-normal {
  margin-right: 40px;
}

.getwid-margin-right-large {
  margin-right: 60px;
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-top-small {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-top-medium {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-top-normal {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-top-large {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-bottom-small {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-bottom-medium {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-bottom-normal {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-bottom-large {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-left-small {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-left-medium {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-left-normal {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-left-large {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-right-small {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-right-medium {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-right-normal {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-margin-tablet-right-large {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-top-small {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-top-medium {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-top-normal {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-top-large {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-bottom-small {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-bottom-medium {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-bottom-normal {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-bottom-large {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-left-small {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-left-medium {
    margin-left: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-left-normal {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-left-large {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-right-small {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-right-medium {
    margin-right: 25px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-right-normal {
    margin-right: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-margin-mobile-right-large {
    margin-right: 60px !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-font-size-tablet-small {
    font-size: 0.5em !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-font-size-tablet-normal {
    font-size: 1em !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-font-size-tablet-large {
    font-size: 1.5em !important;
  }
}

@media screen and (max-width: 991px) {
  .getwid-font-size-tablet-huge {
    font-size: 2em !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-font-size-mobile-small {
    font-size: 0.5em !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-font-size-mobile-normal {
    font-size: 1em !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-font-size-mobile-large {
    font-size: 1.5em !important;
  }
}

@media screen and (max-width: 767px) {
  .getwid-font-size-mobile-huge {
    font-size: 2em !important;
  }
}

/* wp-block-getwid-accordion styles */
/* wp-block-getwid-advanced-heading styles */
/* wp-block-getwid-banner styles */
/* wp-block-getwid-button-group styles */
/* wp-block-getwid-circle-progress-bar styles */
/* wp-block-getwid-contact-form styles */
.wp-block-getwid-contact-form.is-style-style1 p {
  margin-bottom: 20px;
}

.wp-block-getwid-contact-form.is-style-style1 label {
  color: #fff;
}

.wp-block-getwid-contact-form.is-style-style1 .wp-block-getwid-contact-form__submit {
  margin-top: 3em;
  text-align: center;
}

.wp-block-getwid-contact-form.is-style-style1 .wp-block-getwid-contact-form__result {
  color: #fff;
  padding: 5px 20px;
}

.wp-block-getwid-contact-form.is-style-style1 .wp-block-getwid-contact-form__result.success {
  background: #2fc889;
}

.wp-block-getwid-contact-form.is-style-style1 .wp-block-getwid-contact-form__result.fail {
  background: #ff7575;
}

/* wp-block-getwid-content-timeline styles */
/* wp-block-getwid-countdown styles */
/* wp-block-getwid-counter styles */
/* wp-block-getwid-custom-post-type styles */
.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-title {
  font-size: 24px;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-title a {
  color: inherit;
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post .wp-block-getwid-custom-post-type__post-title a:hover {
  color: #2da272;
}

/* wp-block-getwid-icon styles */
/* wp-block-getwid-icon-box styles */
/* wp-block-getwid-image-box styles */
.wp-block-getwid-image-box .wp-block-getwid-image-box__image-container {
  margin-bottom: 28px;
}

.wp-block-getwid-image-box .wp-block-getwid-image-box__content h4 {
  margin-bottom: 10px;
}

/* wp-block-getwid-image-hotspot styles */
/* wp-block-getwid-image-slider styles */
.wp-block-getwid-images-slider.captions-style-light.captions-bottom-center .wp-block-getwid-images-slider__item figure {
  padding-bottom: 60px;
}

.wp-block-getwid-images-slider.captions-style-light.captions-bottom-center .wp-block-getwid-images-slider__item figure figcaption {
  font: 600 24px/1.5 "Cormorant Garamond", serif;
  color: #404a46;
  padding: 0;
  background: none;
}

.wp-block-getwid-images-slider.captions-style-light.captions-bottom-center .slick-prev.slick-arrow,
.wp-block-getwid-images-slider.captions-style-light.captions-bottom-center .slick-next.slick-arrow {
  top: calc(50% - 60px);
}

.wp-block-getwid-images-slider.is-style-style1 .wp-block-getwid-images-slider__item figure {
  padding-bottom: 60px;
  max-width: 215px;
  margin: 0 auto;
}

.wp-block-getwid-images-slider.is-style-style1 .wp-block-getwid-images-slider__item figure img {
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #f6fbf6;
}

/* wp-block-getwid-image-stack styles */
/* wp-block-getwid-instagram styles */
/* wp-block-getwid-mailchimp styles */
/* wp-block-getwid-map styles */
.wp-block-getwid-map.is-style-highlight {
  position: relative;
  padding: 0 30px 30px 0;
}

.wp-block-getwid-map.is-style-highlight:after {
  content: '';
  position: absolute;
  right: 0;
  left: 30px;
  top: 30px;
  bottom: 0;
  background: #f2e053;
  z-index: 2;
}

.wp-block-getwid-map .wp-block-getwid-map__container {
  z-index: 7;
}

.wp-block-getwid-map iframe {
  z-index: 5;
  position: relative;
}

.wp-block-getwid-map button {
  border-radius: 0;
}

/* wp-block-getwid-media-text-slider styles */
.wp-block-getwid-media-text-slider.is-style-main-slider .wp-block-getwid-media-text-slider-slide-content__media {
  position: static;
}

@media (min-width: 992px) {
  .wp-block-getwid-media-text-slider.is-style-main-slider .wp-block-getwid-media-text-slider-slide-content__media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 50%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 0 50px;
  }
}

@media (min-width: 1470px) {
  .wp-block-getwid-media-text-slider.is-style-main-slider .wp-block-getwid-media-text-slider-slide-content__media {
    max-width: 65%;
  }
}

.wp-block-getwid-media-text-slider.is-style-main-slider .wp-block-getwid-media-text-slider-slide-content__media img {
  height: auto;
  width: auto;
  -o-object-fit: initial;
  object-fit: initial;
}

.wp-block-getwid-media-text-slider.is-style-main-slider .slick-dots {
  right: 30px;
  margin: auto;
  width: 20px;
  position: absolute;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wp-block-getwid-media-text-slider.is-style-main-slider .slick-dots li {
  margin: 5px 0;
}

/* wp-block-getwid-person styles */
/* wp-block-getwid-posts-carousel styles */
.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-title {
  font-size: 24px;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-title a {
  color: inherit;
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post .wp-block-getwid-post-carousel__post-title a:hover {
  color: #2da272;
}

.wp-block-getwid-post-carousel.is-style-style1 {
  overflow: hidden;
  padding-left: 80px;
}

.wp-block-getwid-post-carousel.is-style-style1 .slick-list {
  padding: 0 26% 0 0;
}

.wp-block-getwid-post-carousel.is-style-style1 .slick-list .slick-slide:not(.slick-active) {
  opacity: .5;
}

.wp-block-getwid-post-carousel.is-style-style1 .slick-slide {
  -webkit-transition: .3s;
  transition: .3s;
}

.wp-block-getwid-post-carousel.is-style-style1 .wp-block-getwid-template-post-featured-image {
  padding: 30px 0 110px 30px;
  position: relative;
}

.wp-block-getwid-post-carousel.is-style-style1 .wp-block-getwid-template-post-featured-image::before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  background: #f6fbf6;
  width: 50%;
  max-width: 200px;
  display: block;
  position: absolute;
  z-index: -1;
}

.wp-block-getwid-post-carousel.is-style-style1 .wp-block-getwid-template-post-date {
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 400;
}

.wp-block-getwid-post-carousel.is-style-style1 .wp-block-getwid-template-post-date a {
  color: #404a46;
  font-size: 16px;
}

.wp-block-getwid-post-carousel.is-style-style1 .wp-block-getwid-template-post-title {
  font-size: 24px;
  margin-bottom: 55px;
}

.wp-block-getwid-post-carousel.is-style-style1 .wp-block-getwid-template-post-title a {
  color: #404a46;
}

.wp-block-getwid-post-carousel.is-style-style1 .wp-block-getwid-template-post-title a:hover {
  color: #2da272;
}

.wp-block-getwid-post-carousel.is-style-style1 .wp-block-getwid-template-post-content {
  font-size: 16px;
  margin-left: -30px;
}

.wp-block-getwid-post-carousel.is-style-style1 .wp-block-getwid-template-post-content p {
  margin-bottom: 0;
}

.wp-block-getwid-post-carousel.is-style-style1 .slick-prev {
  left: -60px;
}

.wp-block-getwid-post-carousel.is-style-style1 .slick-next {
  right: calc(26% - 62px);
  z-index: 11;
}

.wp-block-getwid-post-carousel.is-style-style1 .slick-prev,
.wp-block-getwid-post-carousel.is-style-style1 .slick-next {
  top: calc(50% - 55px);
}

/* wp-block-getwid-posts-slider styles */
/* wp-block-getwid-price-box styles */
.wp-block-getwid-price-box {
  padding: 3em 1.25em 4em;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing {
  font-weight: 700;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing .wp-block-getwid-price-box__currency {
  margin-top: 5px;
  margin-right: 5px;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing .wp-block-getwid-price-box__amount {
  font-size: 2em;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing .wp-block-getwid-price-box__period {
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 0.8333333333333334em;
  margin-left: 10px;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__features {
  max-width: 80%;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__features li {
  text-align: left;
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__features li::after {
  content: '';
  position: absolute;
  border: solid #2da272;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px 3px 8px;
  top: 6px;
  left: 0;
  margin-bottom: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .15s;
  transition: .15s;
  white-space: normal;
}

.wp-block-getwid-price-box.has-color-1-background-color li::after {
  border-color: #fff;
}

/* wp-block-getwid-price-list styles */
/* wp-block-getwid-progress-bar styles */
.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__header .wp-block-getwid-progress-bar__title,
.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__header .wp-block-getwid-progress-bar__percent {
  font-size: 12px;
  font-weight: 400;
}

/* wp-block-getwid-recent-posts styles */
/* wp-block-getwid-section styles */
/* wp-block-getwid-social-links styles */
/* wp-block-getwid-tabs styles */
/* wp-block-getwid-testimonial styles */
.wp-block-getwid-testimonial .wp-block-getwid-testimonial__wrapper {
  position: relative;
  padding-left: 32px;
  padding-top: 60px;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__wrapper:after {
  content: '';
  position: absolute;
  width: 154px;
  height: 154px;
  background: #fcfefc;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .wp-block-getwid-testimonial .wp-block-getwid-testimonial__wrapper {
    padding-left: 62px;
  }
  .wp-block-getwid-testimonial .wp-block-getwid-testimonial__wrapper:after {
    width: 254px;
    height: 254px;
  }
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__title {
  font: 600 1.5rem/1.5 "Cormorant Garamond", serif;
  color: #404a46;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__subtitle {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .wp-block-getwid-testimonial .wp-block-getwid-testimonial__header {
    padding-left: 90px;
  }
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image-wrapper {
  max-width: 90px;
  padding-bottom: 5px;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image {
  position: relative;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image:after {
  content: '';
  position: absolute;
  width: 33px;
  height: 33px;
  background: #f2e053 url("images/icon-testimonials.svg") no-repeat center center;
  bottom: -5px;
  right: -5px;
  border-radius: 50%;
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image img {
  border: 4px solid #eef8ee;
}

/* wp-block-getwid-toggle styles */
/* wp-block-getwid-video-popup styles */
/* wp-block-getwid-video-popup styles */
.has-color-1-color {
  color: #2da272 !important;
}

.has-color-1-background-color {
  background-color: #2da272 !important;
}

.has-color-2-color {
  color: #404a46 !important;
}

.has-color-2-background-color {
  background-color: #404a46 !important;
}

.has-color-3-color {
  color: #66706c !important;
}

.has-color-3-background-color {
  background-color: #66706c !important;
}

.has-color-4-color {
  color: #f6fbf6 !important;
}

.has-color-4-background-color {
  background-color: #f6fbf6 !important;
}

.has-color-5-color {
  color: #eef8ee !important;
}

.has-color-5-background-color {
  background-color: #eef8ee !important;
}

.has-color-6-color {
  color: #f2e053 !important;
}

.has-color-6-background-color {
  background-color: #f2e053 !important;
}

.has-color-7-color {
  color: #ffffff !important;
}

.has-color-7-background-color {
  background-color: #ffffff !important;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
