@charset "UTF-8";

/*!
Theme Name: Medmix
Theme URI: https://motopress.com/products/medmix
Author: MotoPress
Author URI: https://motopress.com/
Description: Medmix is an Elementor medical WordPress theme optimized for doctor appointments. It’s a perfect solution for clinics, hospitals, and other health facilities providing multispecialty practices. This Elementor appointments theme features many dedicated pages to show your services, prices, and specialists. Allow clients to book a free or paid consultation via the integrated doctor appointment booking WordPress plugin and automate the appointment scheduling with 24/7 access to your clinic.
Version: 1.4.4
Tested up to: 6.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: medmix
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.

Medmix is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #7a7a7a;
    font-family: "Archivo", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
}

h1,
h2,
h3,
h4,
.wrapper-archive-services .entry-title,
h5,
.mpa-services-list-shortcode .mpa-service-price,
h6,
.mpa-services-list-shortcode .mpa-service-employees .more-employees,
.mpa-services-list-shortcode .mpa-service-employees .employee-name,
.h1,
.h2,
.h3,
.widget .widget-title,
.header-sidebar .widget-title,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-message,
.h4,
.mpa-attributes-title,
.appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title,
.mpa-employees-list-shortcode .mpa-post-title,
.mpa-locations-list-shortcode .mpa-post-title,
.mpa-services-list-shortcode .mpa-post-title,
.mpa-service-categories-shortcode .mpa-term-title,
.h5,
.comment-meta .fn,
.stratum-advanced-posts.layout-list .stratum-advanced-posts__wrapper .stratum-advanced-posts__post .stratum-advanced-posts__post-wrapper .stratum-advanced-posts__post-title,
.h6 {
    clear: both;
    font-weight: 500;
    margin-top: 1.5em;
    margin-bottom: .5em;
    color: #1e2432;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
.wrapper-archive-services .entry-title:first-child,
h5:first-child,
.mpa-services-list-shortcode .mpa-service-price:first-child,
h6:first-child,
.mpa-services-list-shortcode .mpa-service-employees .more-employees:first-child,
.mpa-services-list-shortcode .mpa-service-employees .employee-name:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.widget .widget-title:first-child,
.header-sidebar .widget-title:first-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-message:first-child,
.h4:first-child,
.mpa-attributes-title:first-child,
.appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title:first-child,
.mpa-employees-list-shortcode .mpa-post-title:first-child,
.mpa-locations-list-shortcode .mpa-post-title:first-child,
.mpa-services-list-shortcode .mpa-post-title:first-child,
.mpa-service-categories-shortcode .mpa-term-title:first-child,
.h5:first-child,
.comment-meta .fn:first-child,
.stratum-advanced-posts.layout-list .stratum-advanced-posts__wrapper .stratum-advanced-posts__post .stratum-advanced-posts__post-wrapper .stratum-advanced-posts__post-title:first-child,
.h6:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
.wrapper-archive-services .entry-title:last-child,
h5:last-child,
.mpa-services-list-shortcode .mpa-service-price:last-child,
h6:last-child,
.mpa-services-list-shortcode .mpa-service-employees .more-employees:last-child,
.mpa-services-list-shortcode .mpa-service-employees .employee-name:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.widget .widget-title:last-child,
.header-sidebar .widget-title:last-child,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-message:last-child,
.h4:last-child,
.mpa-attributes-title:last-child,
.appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title:last-child,
.mpa-employees-list-shortcode .mpa-post-title:last-child,
.mpa-locations-list-shortcode .mpa-post-title:last-child,
.mpa-services-list-shortcode .mpa-post-title:last-child,
.mpa-service-categories-shortcode .mpa-term-title:last-child,
.h5:last-child,
.comment-meta .fn:last-child,
.stratum-advanced-posts.layout-list .stratum-advanced-posts__wrapper .stratum-advanced-posts__post .stratum-advanced-posts__post-wrapper .stratum-advanced-posts__post-title:last-child,
.h6:last-child {
    margin-bottom: 0;
}

.h1,
h1 {
    font-size: 45px;
    line-height: 50px;
}

@media (min-width: 992px) {

    .h1,
    h1 {
        font-size: 58px;
        line-height: 63px;
    }
}

.h2,
h2 {
    font-size: 35px;
    line-height: 43px;
}

@media (min-width: 992px) {

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


.h3,
.widget .widget-title,
.header-sidebar .widget-title,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-message,
h3 {
    font-size: 27px;
    line-height: 37px;
}

@media (min-width: 992px) {

    .h3,
    .widget .widget-title,
    .header-sidebar .widget-title,
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-message,
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
}


.h4,
.mpa-attributes-title,
.appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title,
.mpa-employees-list-shortcode .mpa-post-title,
.mpa-locations-list-shortcode .mpa-post-title,
.mpa-services-list-shortcode .mpa-post-title,
.mpa-service-categories-shortcode .mpa-term-title,
h4,
.wrapper-archive-services .entry-title {
    font-size: 24px;
    line-height: 34px;
}


.h5,
.comment-meta .fn,
.stratum-advanced-posts.layout-list .stratum-advanced-posts__wrapper .stratum-advanced-posts__post .stratum-advanced-posts__post-wrapper .stratum-advanced-posts__post-title,
h5,
.mpa-services-list-shortcode .mpa-service-price {
    font-size: 18px;
    line-height: 24px;
}

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

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

p:last-child {
    margin-bottom: 0;
}

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

blockquote {
    margin: 0 auto;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #c8cbd6;
    padding: 25px 30px;
    font-size: 18px;
    color: #1e2432;
}

blockquote cite {
    display: inline-block;
    margin-top: 10px;
}

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

body:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #868891;
    transition: .3s;
    visibility: hidden;
}

body.header-sidebar-opened {
    overflow: hidden;
}

body.header-sidebar-opened:before {
    visibility: visible;
    z-index: 150;
    opacity: .5;
}

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

ul,
ol {
    margin-top: 0;
    margin-bottom: 1.5em;
    padding-left: 17px;
}

ul li,
ol li {
    margin-bottom: 14px;
}

ul li:last-child,
ol li:last-child {
    margin-bottom: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

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%;
    border-collapse: collapse;
    border: 0;
}

table th {
    text-align: left;
    color: #1e2432;
}

table th,
table td {
    background: #fff;
    border: 1px solid #c8cbd6;
    padding: 10px;
}

@media (min-width: 992px) {

    table th,
    table td {
        padding: 10px 20px;
    }
}

/* Links
--------------------------------------------- */
a {
    color: #1a49ba;
    transition: .3s;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.elementor-button-wrapper .elementor-button,
.more-link {
    border: 1px solid transparent;
    box-shadow: none;
    border-radius: 0;
    background: #1e2432;
    color: #f3f7fc;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding: 22px 25px 21px;
    transition: .3s;
    font-weight: 600;
    letter-spacing: .04em;
    display: inline-block;
    text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.elementor-button-wrapper .elementor-button:hover,
.more-link:hover {
    background: #1a49ba;
    cursor: pointer;
    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,
.elementor-button-wrapper .elementor-button:active,
.elementor-button-wrapper .elementor-button:focus,
.more-link:active,
.more-link:focus {
    background: #1a49ba;
    text-decoration: none;
}

button[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled],
.button[disabled],
.elementor-button-wrapper .elementor-button[disabled],
.more-link[disabled] {
    background: #fff;
    color: #7a7a7a;
    border-color: #c8cbd6;
}

button[disabled]:hover,
input[type="button"][disabled]:hover,
input[type="reset"][disabled]:hover,
input[type="submit"][disabled]:hover,
.button[disabled]:hover,
.elementor-button-wrapper .elementor-button[disabled]:hover,
.more-link[disabled]:hover {
    cursor: not-allowed;
}

.more-link {
    background: #fff;
    border: 1px solid #1e2432;
    color: #1e2432;
}

.more-link:hover {
    color: #fff;
    background: #1e2432;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    border: 1px solid #c8cbd6;
    border-radius: 0;
    padding: 13px 15px 12px;
    display: block;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    border-color: #7a7a7a;
    outline: none;
}

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

label {
    color: #1e2432;
    margin-bottom: 8px;
    display: inline-block;
}

form>* {
    margin-bottom: 18px;
}

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

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .04em;
    font-weight: 600;
    text-transform: uppercase;
    color: #1e2432;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 0;
    flex-direction: column;
}

@media (min-width: 992px) {
    .main-navigation ul {
        flex-direction: row;
    }
}

.main-navigation ul ul {
    display: none;
    text-transform: none;
    font-weight: 400;
    flex-direction: column;
    transition: .3s;
    margin-left: 20px;
}

@media (min-width: 992px) {
    .main-navigation ul ul {
        display: flex;
        position: absolute;
        top: 120%;
        left: 0;
        z-index: 10;
        background: #fff;
        box-shadow: 0 7px 20px rgba(39, 39, 77, 0.15);
        opacity: 0;
        visibility: hidden;
        margin-left: 0;
    }
}

.main-navigation ul ul.toleft {
    right: 100%;
    left: auto;
}

.main-navigation ul ul.toggled {
    display: block;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 50%;
}

@media (max-width: 992px) {
    .main-navigation ul ul ul {
        border-top: 1px solid #dbdbe9;
    }
}

.main-navigation ul ul ul.toleft {
    right: 100%;
    left: auto;
}

.main-navigation ul ul li {
    border-bottom: 1px solid #dbdbe9;
}

.main-navigation ul ul li:last-child {
    border-bottom: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    top: 25%;
}

.main-navigation ul ul li:hover,
.main-navigation ul ul li.focus {
    background: #f3f7fc;
}

.main-navigation ul ul a {
    padding: 16px 25px 14px 38px;
    position: relative;
}

@media (min-width: 992px) {
    .main-navigation ul ul a {
        width: 216px;
    }
}

.main-navigation ul ul a:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #0099ff;
    position: absolute;
    left: 18px;
    top: 21px;
    transition: .3s;
}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {
    color: #0099ff;
    transform: translateX(5px);
}

.main-navigation ul ul :hover>a:before,
.main-navigation ul ul .focus>a:before {
    transform: rotate(45deg);
}

.main-navigation ul ul .menu-item-has-children:hover>a:after {
    transform: rotate(-90deg);
    right: 20px;
}

.main-navigation ul ul .menu-item-has-children>a:after {
    right: 15px;
    top: 15px;
    transition: transform .3s, right .3s;
}

.main-navigation ul ul .submenu-toggle {
    top: 7px;
}

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

.main-navigation li {
    position: relative;
    margin: 0;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 10px 22px;
}

.main-navigation a:hover {
    color: #0099ff;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
    color: #0099ff;
}

.main-navigation .sub-menu .current_page_item,
.main-navigation .sub-menu .current-menu-item,
.main-navigation .sub-menu .current_page_ancestor,
.main-navigation .sub-menu .current-menu-ancestor {
    background: #f3f7fc;
}

.main-navigation .sub-menu .current_page_item>a:before,
.main-navigation .sub-menu .current-menu-item>a:before,
.main-navigation .sub-menu .current_page_ancestor>a:before,
.main-navigation .sub-menu .current-menu-ancestor>a:before {
    transform: rotate(45deg);
}

.main-navigation .menu-item-has-children>a {
    padding-right: 30px;
}

.main-navigation .menu-item-has-children>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 10px;
}

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

.main-navigation .highlighted {
    margin-right: 20px;
    margin-left: 20px;
}

.main-navigation .highlighted:last-child {
    margin-right: 0;
}

.main-navigation .highlighted:first-child {
    margin-left: 0;
}

.main-navigation .highlighted>a {
    text-align: center;
    border: 1px solid currentColor;
}

.main-navigation .secondary-menu {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.main-navigation .secondary-menu>li>a {
    color: #1a49ba;
}

.main-navigation .secondary-menu>li>a:hover {
    color: #0099ff;
}

.main-navigation .menu-toggle {
    padding: 10px;
}

@media (max-width: 992px) {

    .main-navigation .secondary-menu-container,
    .main-navigation .primary-menu-container {
        width: 100%;
    }
}

.main-navigation .submenu-toggle {
    background: transparent;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    color: inherit;
}

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

.main-navigation .submenu-toggle:hover {
    color: #0099ff;
}

@media (min-width: 992px) {
    .absolute .secondary-menu>li:hover>a {
        color: #0099ff;
    }

    .absolute .secondary-menu>li>a {
        color: #fff;
    }
}

.menu-more:hover .submenu-expand {
    color: #0099ff;
}

.menu-more .submenu-expand {
    background: transparent;
    color: inherit;
    padding: 9px 0;
}

.menu-more .submenu-expand.is-empty {
    display: none;
}

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

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

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

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

.navigation.pagination {
    width: 100%;
    font-size: 18px;
    margin-top: 60px;
}

.navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.navigation.pagination .page-numbers {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border: 1px solid #c8cbd6;
    margin: 0 15px 5px;
    color: #1e2432;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
    text-decoration: none;
    background: #1a49ba;
    border-color: #1a49ba;
    color: #fff;
}

.navigation.pagination .dots {
    background: transparent;
    border: 0;
    margin-left: 0;
    margin-right: 0;
}

.navigation.pagination .dots:hover {
    background: transparent;
    color: #1e2432;
}

.navigation.pagination .next,
.navigation.pagination .prev {
    background: transparent;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    color: #1a49ba;
}

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

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

.post-thumbnail {
    line-height: 0;
}

.post-thumbnail-wrapper {
    line-height: 0;
    text-align: center;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

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

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

.wrapper {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
}

.container,
.site-header {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {

    .container,
    .site-header {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 768px) {

    .container,
    .site-header {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.site-main {
    padding-top: 55px;
    padding-bottom: 110px;
    max-width: 860px;
    margin: 0 auto;
}

.with-sidebar {
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .with-sidebar {
        flex-direction: row;
    }
}

.with-sidebar .site-main {
    flex: 1;
}

@media (min-width: 992px) {
    .with-sidebar .site-main {
        margin-right: 50px;
        margin-left: 0;
    }
}

.with-sidebar .widget-area {
    margin-left: auto;
    width: 100%;
}

@media (min-width: 992px) {
    .with-sidebar .widget-area {
        max-width: 310px;
        padding-top: 55px;
    }
}

.page-wrapper .site-main {
    max-width: 100%;
}

.blog-list-style:not(.with-sidebar) .site-main {
    max-width: 100%;
}

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

.page-title a,
.entry-title a {
    color: inherit;
}

.page-title a:hover,
.entry-title a:hover {
    text-decoration: none;
    color: #1a49ba;
}

.entry-meta {
    color: #1e2432;
}

.entry-header {
    margin-bottom: 28px;
}

.posted-on {
    margin-right: 25px;
}

.posted-on a {
    color: inherit;
}

.posted-on a:hover {
    text-decoration: none;
    color: #1a49ba;
}

.entry-footer .edit-link,
.entry-footer .tags-links {
    display: block;
    background: #fff;
    padding: 20px;
    font-size: 18px;
    color: #1e2432;
    margin-top: 38px;
    margin-bottom: 40px;
}

.entry-footer .edit-link {
    text-align: center;
}

.entry-footer .edit-link a {
    color: inherit;
}

.entry-footer .edit-link a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f304";
    font-weight: 900;
    font-size: 14px;
    margin-right: 5px;
}

.entry-footer .edit-link a:hover {
    text-decoration: none;
    color: #0099ff;
}

.loop-post {
    background: #fff;
    margin-bottom: 60px;
}

.loop-post:last-of-type {
    margin-bottom: 0;
}

.loop-post .post-content-wrapper {
    padding: 30px 20px;
}

@media (min-width: 992px) {
    .loop-post .post-content-wrapper {
        padding: 40px 40px;
    }
}

.list-post {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .list-post {
        flex-wrap: nowrap;
    }
}

.list-post.has-post-thumbnail {
    min-height: 388px;
}

.list-post .post-thumbnail-wrapper {
    width: 100%;
    position: relative;
}

@media (min-width: 992px) {
    .list-post .post-thumbnail-wrapper {
        flex: 1 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .list-post .post-thumbnail-wrapper img {
        display: none;
    }
}

.list-post .post-thumbnail-wrapper .post-thumbnail {
    position: relative;
}

.list-post .post-thumbnail-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    display: none;
}

@media (min-width: 992px) {
    .list-post .post-thumbnail-background {
        display: block;
    }
}

.list-post .post-content-wrapper {
    flex: 1 1 auto;
    align-self: center;
}

@media (min-width: 992px) {
    .list-post .post-content-wrapper {
        padding: 40px 15px 40px 78px;
    }
}

.custom-header {
    background: #fff;
}

.custom-header.has-image .wrapper {
    padding-top: 30px;
}

.custom-header .wrapper {
    padding-top: 54px;
    padding-bottom: 30px;
}

.custom-header .title-wrapper {
    margin-bottom: 14px;
    word-wrap: break-word;
}

.custom-header .title-wrapper:last-child {
    margin-bottom: 0;
}

.custom-header .thumbnail-wrapper {
    max-width: 1580px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 290px;
}

.custom-header .thumbnail-wrapper img {
    display: none;
}

.single-post .post-thumbnail {
    margin-bottom: 40px;
}

.single-post-author {
    background: #1a49ba;
    color: #fff;
    padding: 25px 20px;
    border-bottom: 7px solid #f9b8c4;
}

.single-post-author .author {
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .single-post-author .author {
        flex-direction: row;
    }
}

.single-post-author .author-avatar {
    margin-bottom: 25px;
    margin-right: 23px;
}

@media (min-width: 992px) {
    .single-post-author .author-avatar {
        margin-bottom: 0;
        flex: 1 0 auto;
        max-width: 70px;
    }
}

.single-post-author .author-avatar img {
    border-radius: 50%;
}

.single-post-author .author-name {
    color: inherit;
}

.single-post-author .author-name a {
    color: inherit;
}

.single-post-author .author-bio {
    opacity: .7;
}

.single-post-author .no-description {
    align-self: center;
}

.breadcrumbs-wrapper {
    color: #1e2432;
}

.breadcrumbs-wrapper .trail-item {
    word-wrap: break-word;
}

.breadcrumbs-wrapper .trail-item:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    padding: 0 12px;
}

.breadcrumbs-wrapper .trail-item span {
    opacity: .7;
}

.breadcrumbs-wrapper .trail-begin span {
    opacity: 1;
}

.breadcrumbs-wrapper a {
    color: inherit;
}

.breadcrumbs-wrapper a:hover {
    color: #1a49ba;
    text-decoration: none;
}

.breadcrumbs-wrapper a:hover span {
    opacity: 1;
}

.breadcrumbs-wrapper i {
    margin: 0 12px;
}

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

.template-full-width .entry-content,
.template-canvas .entry-content {
    margin-top: 0;
}

.template-narrow .site-main {
    max-width: 690px;
}

.wrapper-post-type-mpa_employee .site-main {
    max-width: 100%;
}

.related-posts {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .related-posts {
        flex-wrap: nowrap;
    }
}

.related-posts-wrapper {
    margin: 50px 0;
}

.related-posts-title {
    margin-bottom: 40px;
    color: #1a49ba;
}

.related-posts-post {
    margin-bottom: 40px;
    flex: 1 0 auto;
    max-width: 100%;
}

@media (min-width: 768px) {
    .related-posts-post {
        max-width: 50%;
        margin-right: 20px;
        margin-bottom: 0;
    }
}

.related-posts-post:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.related-posts-post .post-thumbnail-wrapper {
    max-height: 254px;
    height: 100%;
    margin-bottom: 20px;
}

.related-posts-post .post-thumbnail-wrapper a {
    display: block;
    height: 100%;
}

.related-posts-post .post-thumbnail-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-posts-post .entry-header {
    margin: 0;
}

.related-posts-post .entry-title {
    margin-bottom: 8px;
}

.related-posts-post .entry-meta {
    color: #7a7a7a;
}

.related-posts-post .entry-meta a {
    color: inherit;
}

.related-posts-post .entry-meta a:hover {
    color: #1a49ba;
}

.related-posts-post .entry-meta .byline:before,
.related-posts-post .entry-meta .posted-on:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c8cbd6;
    margin-right: 8px;
    font-size: .875em;
}

.related-posts-post .entry-meta .posted-on {
    margin: 0;
}

.related-posts-post .entry-meta .posted-on:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f133";
}

.related-posts-post .entry-meta .posted-on:after {
    content: '|';
    margin: 0 15px;
}

.related-posts-post .entry-meta .byline:before {
    content: "\f007";
}

.template-two-columns .site-main {
    max-width: 100%;
}

.template-two-columns .two-columns-post {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .template-two-columns .two-columns-post {
        flex-wrap: nowrap;
    }
}

.template-two-columns .two-columns-post-left {
    flex: 1 0 100%;
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .template-two-columns .two-columns-post-left {
        margin-right: 65px;
        flex: 1;
        margin-bottom: 0;
    }
}

.template-two-columns .two-columns-post-left .post-thumbnail {
    margin-bottom: 1.5em;
}

.template-two-columns .two-columns-post-left .post-thumbnail img {
    border-bottom: 8px solid #1a49ba;
}

.template-two-columns .two-columns-post-right {
    flex: 1 0 100%;
}

@media (min-width: 992px) {
    .template-two-columns .two-columns-post-right {
        flex: 1 0 35%;
    }
}

.template-two-columns .two-columns-post-right .entry-content {
    margin-top: 0;
}

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

.bypostauthor {
    display: block;
}

.comments-title {
    color: #1a49ba;
    margin-bottom: 40px;
}

.comments-area {
    margin: 50px 0;
}

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

.comment-list .children {
    margin-top: 30px;
    padding-left: 20px;
    list-style: none;
}

@media (min-width: 992px) {
    .comment-list .children {
        padding-left: 40px;
    }
}

.comment-list .pingback,
.comment-list .trackback,
.comment-list .comment {
    margin-bottom: 30px;
    position: relative;
}

.comment-list .pingback-body,
.comment-list .trackback-body,
.comment-list .comment-body {
    padding-bottom: 25px;
    border-bottom: 1px solid #c8cbd6;
}

@media (min-width: 768px) {
    .comment-list .reply {
        position: absolute;
        right: 0;
        top: 8px;
    }
}

.comment-meta {
    position: relative;
    padding-top: 8px;
    margin-bottom: 15px;
}

.has-avatars .comment-meta {
    min-height: 66px;
}

@media (min-width: 992px) {
    .has-avatars .comment-meta {
        padding-left: 88px;
    }
}

.comment-meta .avatar {
    border-radius: 50%;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .comment-meta .avatar {
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 0;
    }
}

.comment-meta .says {
    display: none;
}

.comment-meta .fn {
    display: block;
    font-weight: 400;
    margin: 0;
}

.comment-meta .fn a {
    color: inherit;
}

.comment-meta .fn a:hover {
    text-decoration: none;
    color: #1a49ba;
}

.comment-meta .comment-metadata a {
    color: inherit;
}

.comment-respond {
    margin: 50px 0;
}

.comment-respond .comment-reply-title {
    color: #1a49ba;
}

.comment-respond .comment-reply-title small {
    font-size: 13px;
    margin-left: 20px;
}

.comment-respond .comment-reply-title small a {
    color: #7a7a7a;
}

.comment-form {
    margin: 0 -11px;
}

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

.comment-form>* {
    float: left;
    width: 100%;
    padding: 0 11px;
}

@media (min-width: 768px) {

    .comment-form .comment-form-email,
    .comment-form .comment-form-author {
        width: 50%;
    }
}

.comment-form .form-submit {
    margin-top: 12px;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 50px;
}

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

.widget .widget-title {
    color: #1a49ba;
    margin-bottom: 24px;
}

.search-form {
    position: relative;
}

.search-form .search-field {
    padding: 16px 60px 16px 15px;
}

.search-form label {
    width: 100%;
    margin: 0;
}

.search-form .search-submit {
    position: absolute;
    background: transparent;
    border: 0;
    padding: 18px;
    height: 100%;
    right: 0;
    bottom: 0;
    color: #1a49ba;
}

.search-form .search-submit:hover {
    color: #0099ff;
}

.search-form .search-submit svg {
    fill: currentColor;
}

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

.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li {
    margin-bottom: 20px;
}

.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
    text-decoration: none;
    color: #1e2432;
}

.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover {
    color: #0099ff;
}

.widget_nav_menu ul ul,
.widget_pages ul ul {
    margin: 14px 0 0 14px;
}

.widget_nav_menu ul li {
    margin: 0;
}

.widget_nav_menu ul ul {
    margin: 0;
}

.widget_nav_menu a {
    display: block;
    background: #fff;
    border: 1px solid #c8cbd6;
    border-top-width: 0;
    padding: 12px 20px 10px;
}

.widget_nav_menu a:hover {
    background: #1a49ba;
    border-color: #1a49ba;
    color: #fff;
}

.widget_nav_menu .current-menu-item>a {
    background: #1a49ba;
    border-color: #1a49ba;
    color: #fff;
}

.widget_nav_menu .menu>li:first-child>a {
    border-top-width: 1px;
}

.widget_recent_entries .post-date {
    color: #7a7a7a;
    display: block;
}

.widget_recent_entries .post-date:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f133";
    color: #c8cbd6;
    margin-right: 8px;
    font-size: 14px;
}

.widget_categories ul,
.widget_archive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_categories ul li,
.widget_archive ul li {
    margin: 0;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #c8cbd6;
    border-bottom-width: 0;
}

.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
    border-bottom-width: 1px;
}

.widget_categories a,
.widget_archive a {
    text-decoration: none;
    color: #1e2432;
}

.widget_categories a:hover,
.widget_archive a:hover {
    color: #0099ff;
}

.widget_categories .children {
    margin-top: 10px;
}

.widget_categories .children li {
    border-width: 1px 0 0 0;
}

.widget_categories .children li:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
}

.widget_categories .children li li {
    margin-right: -20px;
}

.tagcloud a {
    display: inline-block;
    margin: 0 6px 12px 0;
    background: #fff;
    border: 1px solid #c8cbd6;
    padding: 10px 20px;
    color: #1e2432;
}

.tagcloud a:hover {
    text-decoration: none;
    background: #f3f7fc;
    color: #0099ff;
}

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

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

.wp-calendar-table caption {
    color: #1e2432;
}

.footer-highlighted-sidebar {
    color: #868891;
}

.footer-highlighted-sidebar .widget {
    margin-bottom: 40px;
}

.footer-highlighted-sidebar .widget-title {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
    font-weight: 400;
}

.footer-highlighted-sidebar hr {
    background-color: #384257;
}

.footer-highlighted-sidebar a {
    color: #fff;
}

.footer-highlighted-sidebar a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-highlighted-sidebar .widget_nav_menu {
    text-transform: uppercase;
}

.footer-highlighted-sidebar .widget_nav_menu ul {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 14px;
}

.footer-highlighted-sidebar .widget_nav_menu ul li {
    margin-right: 35px;
    display: inline;
}

.footer-highlighted-sidebar .widget_nav_menu ul li:last-child {
    margin-right: 0;
}

.footer-highlighted-sidebar .widget_nav_menu ul li>ul {
    margin-left: 35px;
}

.footer-highlighted-sidebar .widget_nav_menu ul li a {
    display: inline;
    padding: 0;
    background: transparent;
    border: 0;
    color: #fff;
}

.footer-highlighted-sidebar .widget_nav_menu ul li a:hover {
    text-decoration: underline;
}

.footer-highlighted-sidebar .widget_categories a,
.footer-highlighted-sidebar .widget_archive a {
    text-decoration: none;
    color: #1e2432;
}

.footer-highlighted-sidebar .widget_categories a:hover,
.footer-highlighted-sidebar .widget_archive a:hover {
    color: #0099ff;
}

.medmix-icon-box {
    padding-left: 67px;
    position: relative;
    margin-bottom: 27px;
    color: #1e2432;
    line-height: 26px;
    font-size: 18px;
}

.medmix-icon-box:last-child {
    margin-bottom: 0;
}

.medmix-icon-box .medmix-icon-box-icon {
    font-size: 45px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    margin: 0;
    color: #1a49ba;
}

.medmix-icon-box>* {
    margin-bottom: 10px;
}

.medmix-icon-box>*:last-child {
    margin-bottom: 0;
}

.medmix-schedule {
    display: table;
    width: 100%;
    font-size: 18px;
}

.medmix-schedule .medmix-schedule-item {
    display: table-row;
}

.medmix-schedule .medmix-schedule-date {
    display: table-cell;
    padding: 5px 0;
    color: #1e2432;
}

.medmix-schedule .medmix-schedule-time {
    display: table-cell;
    text-align: right;
    padding: 5px 0;
}

.medmix-icon-list:after {
    content: '';
    display: table;
    clear: both;
}

.medmix-icon-list .medmix-icon-list-item {
    margin-right: 10px;
    float: left;
}

.medmix-icon-list .medmix-icon-list-item:first-child a {
    padding-left: 0;
}

.medmix-icon-list .medmix-icon-list-item:last-child {
    margin-right: 0;
}

.medmix-icon-list a {
    font-size: 20px;
    padding: 0 10px;
    display: block;
}

.medmix-icon-list a:hover {
    text-decoration: none;
    color: #0099ff;
}

.header-sidebar {
    overflow: auto;
}

.header-sidebar .widget-title {
    display: block;
    margin: 0 -35px 35px;
    padding: 35px 40px 35px 35px;
    color: #fff;
    background: #1a49ba;
}

.header-sidebar .widget {
    padding: 0 35px;
}

.header-sidebar .appointment-form-shortcode {
    padding: 0;
    box-shadow: none;
    border: 0;
}

.header-sidebar .appointment-form-shortcode .mpa-booking-step {
    min-height: auto;
}

.header-sidebar .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months {
    margin: 0 -35px;
}

.header-sidebar .appointment-form-shortcode .mpa-shortcode-title {
    padding-bottom: 31px;
    margin-bottom: 40px !important;
    position: relative;
}

.header-sidebar .appointment-form-shortcode .mpa-shortcode-title:after {
    content: '';
    position: absolute;
    display: block;
    width: 68px;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #0099ff;
}

.header-sidebar .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period {
    font-size: 13px;
}

.header-sidebar .appointment-form-shortcode .mpa-booking-order-item {
    color: #fff;
    margin: 0 -35px;
    padding: 10px 35px 0;
    background: #0099ff;
    margin-bottom: 20px;
}

.header-sidebar .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li .mpa-label {
    color: inherit;
}

.header-sidebar .appointment-form-shortcode .mpa-booking-step-service-form .mpa-shortcode-title {
    display: block;
}

.header-sidebar .appointment-form-shortcode .iti__country-list {
    font-size: 14px;
    max-width: 453px;
}

@media (min-width: 768px) {
    .header-sidebar .appointment-form-shortcode .iti__country-list {
        min-width: 453px;
    }
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
    font-size: 13px;
}

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

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

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

.site-header {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #c8cbd6;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 50;
    transition: .3s;
}

@media (min-width: 992px) {
    .site-header {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

.site-header.no-border {
    border-bottom: 0;
}

.site-header.absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: transparent;
}

@media (max-width: 992px) {
    .site-header.toggled {
        background: #fff;
    }
}

.site-header .wrapper {
    display: flex;
}

.site-header .main-navigation {
    flex: 1;
    display: flex;
    align-items: center;
}

.site-header .main-navigation.toggled .menus-wrapper {
    opacity: 1;
    visibility: visible;
}

.site-header .menus-wrapper {
    flex: 1;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    margin-top: 0;
    border-bottom: 1px solid #c8cbd6;
    flex-direction: column;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 100;
}

@media (min-width: 992px) {
    .site-header .menus-wrapper {
        flex-direction: row;
        align-items: center;
        position: relative;
        top: 0;
        background: transparent;
        margin: 0;
        padding: 0;
        border: 0;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 992px) {
    .site-header .menus-wrapper>* {
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

.site-header .primary-menu-wrapper {
    display: flex;
    flex: 1;
}

.site-header .secondary-menu-wrapper {
    flex: 0 1 auto;
}

@media (min-width: 992px) {
    .site-header .secondary-menu-wrapper {
        max-width: 50%;
    }
}

.site-header .menu-toggle {
    display: block;
    margin-left: auto;
}

@media (min-width: 992px) {
    .site-header .menu-toggle {
        display: none;
    }
}

.site-branding {
    display: flex;
    align-items: center;
    padding-bottom: 4px;
}

@media (min-width: 768px) {
    .site-branding {
        margin-right: 20px;
    }
}

.site-branding .custom-logo-link {
    margin-right: 10px;
}

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

.site-branding .site-title {
    font-size: 26px;
    font-weight: 500;
    color: #1e2432;
    line-height: 1;
    margin: 0;
}

.site-branding .site-title a {
    color: inherit;
    text-decoration: none;
}

.site-branding .site-description {
    font-size: 14px;
    margin: 0;
}

.sidebar-toggle-wrapper {
    margin-left: 20px;
    padding-left: 20px;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .sidebar-toggle-wrapper {
        padding: 0;
        margin-top: 0;
    }
}

.sidebar-toggle-wrapper .sidebar-toggle {
    width: 100%;
    background: transparent;
    border-color: currentColor;
    color: #1a49ba;
    padding: 10px 22px;
}

.sidebar-toggle-wrapper .sidebar-toggle:hover {
    color: #fff;
    background: #0099ff;
    border-color: #0099ff;
}

@media (min-width: 992px) {
    .absolute .sidebar-toggle-wrapper .sidebar-toggle {
        color: #fff;
    }

    .absolute .sidebar-toggle-wrapper .sidebar-toggle:hover {
        color: #fff;
        background: #0099ff;
        border-color: #0099ff;
    }
}

.header-sidebar {
    position: fixed;
    visibility: hidden;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    max-width: 540px;
    width: 100%;
    background: #fff;
    transition: .3s;
    transform: translateX(100%);
}

.header-sidebar.toggled-on {
    transform: none;
    visibility: visible;
}

.header-sidebar .close-sidebar {
    position: absolute;
    background: #1a49ba;
    border: 0;
    padding: 10px;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #fff;
}

.header-sidebar .close-sidebar:focus,
.header-sidebar .close-sidebar:hover {
    background: transparent;
    color: #0099ff;
    outline: none;
}

/* Footer
--------------------------------------------- */
.site-footer {
    background: #fff;
    overflow: hidden;
}

.site-info {
    color: #868891;
    text-align: center;
}

@media (min-width: 992px) {
    .site-info {
        text-align: left;
    }
}

.footer-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
}

@media (min-width: 992px) {
    .footer-wrapper {
        flex-direction: row;
    }
}

.footer-highlighted {
    position: relative;
    width: 100%;
    padding: 120px 0 100px;
    //max-width: 395px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .footer-highlighted {
        margin: 0;
        padding: 0px 20px 110px 0;
    }
}

.footer-highlighted:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -99999rem;
    right: -999rem;
    background: #1e2432;
}

@media (min-width: 992px) {
    .footer-highlighted:before {
        right: 0;
    }
}

//.footer-highlighted:after {
    //content: '';
   // position: absolute;
   // top: 0;
   // left: 0;
  //  display: block;
  //  width: 200px;
  //  height: 200px;
  //  background: #1a49ba;
//}

//@media (min-width: 992px) {
   // .footer-highlighted:after {
   //     left: auto;
   //     right: 304px;
   // }
//}

.footer-highlighted-sidebar {
    position: relative;
    z-index: 1;
}

.footer-default {
    width: 100%;
    position: relative;
    padding: 120px 0 110px;
}

@media (min-width: 992px) {
    .footer-default {
        padding: 120px 0 110px 100px;
    }
}

@media (min-width: 1470px) {
    .footer-default {
        padding: 0px 0 110px 75px;
    }
}

//.footer-default:after {
 //   content: '';
 //   position: absolute;
 //   top: 0;
  //  right: 0;
  //  left: auto;
  //  display: block;
  //  width: 200px;
  //  height: 200px;
  //  background: #f3f7fc;
//}

//@media (min-width: 992px) {
    //.footer-default:after {
   //     left: 595px;
   //     right: auto;
   // }
//}

.footer-default-sidebar {
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .footer-default-sidebar {
        margin: 0;
    }
}

/* Elementor
--------------------------------------------- */
.fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__image {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 60%;
}

@media (min-width: 992px) {
    .fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__image {
        background-size: contain;
        background-position: bottom right 100px !important;
    }
}

@media (min-width: 1470px) {
    .fp-slider .stratum-advanced-slider .swiper-slide .stratum-advanced-slider__image {
        background-size: auto;
    }
}

.fp-slider .swiper-pagination.swiper-pagination-bullets {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    bottom: auto;
    width: auto;
    left: auto;
}

@media (min-width: 1470px) {
    .fp-slider .swiper-pagination.swiper-pagination-bullets {
        right: -60px;
    }
}

.fp-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 30px 0 !important;
    border-radius: 0;
    opacity: 1;
    background: #c8cbd6;
    transition: .3s all;
    width: 12px;
    height: 12px;
}

.fp-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:focus,
.fp-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background: #1a49ba;
    transform: rotate(45deg);
    outline: none;
}

.fp-slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #1a49ba;
    transform: rotate(45deg);
}

.fp-slider .swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}

.stratum-advanced-slider__button a {
    text-align: center;
}

.elementor-widget-wrap>.elementor-section.section-no-margin {
    width: auto;
}

.elementor-widget-wrap>.elementor-section.section-no-margin>.elementor-container {
    margin-right: 0;
    margin-left: 0;
}

.stratum-advanced-posts.layout-list .stratum-advanced-posts__wrapper .stratum-advanced-posts__post .stratum-advanced-posts__post-wrapper {
    align-items: center;
}

.stratum-advanced-posts.layout-list .stratum-advanced-posts__wrapper .stratum-advanced-posts__post .stratum-advanced-posts__post-wrapper .stratum-advanced-posts__post-thumbnail {
    max-width: 50%;
    width: auto;
}

.stratum-advanced-posts.layout-list .stratum-advanced-posts__wrapper .stratum-advanced-posts__post .stratum-advanced-posts__post-wrapper .stratum-advanced-posts__content-wrapper {
    flex: 1 1 auto;
}

.stratum-advanced-posts .stratum-advanced-posts__post-categories {
    display: block !important;
}

.stratum-advanced-posts .stratum-advanced-posts__post-thumbnail {
    overflow: hidden;
}

.stratum-advanced-posts .stratum-advanced-posts__post-thumbnail img {
    transition: .3s;
}

.stratum-advanced-posts .stratum-advanced-posts__post-thumbnail:hover img {
    transform: scale(1.05);
}

.stratum-advanced-posts .stratum-advanced-posts__post-comments:before,
.stratum-advanced-posts .stratum-advanced-posts__post-categories:before,
.stratum-advanced-posts .stratum-advanced-posts__post-author:before,
.stratum-advanced-posts .stratum-advanced-posts__post-date:before {
    font-weight: 900;
    font-size: .875em;
    font-family: "Font Awesome 5 Free";
    content: "\f05a";
    color: #c8cbd6;
    margin-right: 8px;
}

.stratum-advanced-posts .stratum-advanced-posts__post-comments a:hover,
.stratum-advanced-posts .stratum-advanced-posts__post-categories a:hover,
.stratum-advanced-posts .stratum-advanced-posts__post-author a:hover,
.stratum-advanced-posts .stratum-advanced-posts__post-date a:hover {
    color: #0099ff !important;
}

.stratum-advanced-posts .stratum-advanced-posts__post-date:before {
    content: "\f133";
}

.stratum-advanced-posts .stratum-advanced-posts__post-author:before {
    content: "\f007";
}

.stratum-advanced-posts .stratum-advanced-posts__post-categories:before {
    content: "\f07b";
}

.stratum-advanced-posts .stratum-advanced-posts__post-comments:before {
    content: "\f075";
}

.stratum-advanced-posts .stratum-advanced-posts__meta-fields-divider {
    margin: 0 14px !important;
    color: #c8cbd6;
}

.elementor-widget-heading .elementor-widget-container .elementor-heading-title {
    word-wrap: break-word;
}

.elementor-widget-heading .elementor-widget-container .elementor-heading-title>a:hover {
    color: #0099ff;
}

.elementor-widget .elementor-icon-list-icon>i {
    vertical-align: middle;
}

.stratum-price-list .stratum-price-list__wrapper {
    width: 100%;
}

.stratum-price-list .stratum-price-list__content .stratum-price-list__heading {
    text-align: left;
}

.stratum-price-list .stratum-price-list__content .stratum-price-list__item {
    padding: 12px 0 10px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.stratum-price-list .stratum-price-list__content .stratum-price-list__item:last-child {
    border-bottom: 0;
}

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

.elementor-image.medmix-style-1,
.elementor-image.medmix-style-2,
.elementor-image.medmix-style-3,
.elementor-image.medmix-style-4 {
    overflow: hidden;
    position: relative;
}

.elementor-image.medmix-style-1:after,
.elementor-image.medmix-style-2:after,
.elementor-image.medmix-style-3:after,
.elementor-image.medmix-style-4:after {
    content: '';
    display: block;
    transition: .3s;
    position: absolute;
    bottom: 0;
    height: 7px;
    left: 0;
    right: 0;
    background: #fff;
}

.elementor-image.medmix-style-1 img,
.elementor-image.medmix-style-2 img,
.elementor-image.medmix-style-3 img,
.elementor-image.medmix-style-4 img {
    transition: .3s;
}

.elementor-image.medmix-style-1:hover img,
.elementor-image.medmix-style-2:hover img,
.elementor-image.medmix-style-3:hover img,
.elementor-image.medmix-style-4:hover img {
    transform: scale(1.05);
}

.elementor-image.medmix-style-1:hover:after,
.elementor-image.medmix-style-2:hover:after,
.elementor-image.medmix-style-3:hover:after,
.elementor-image.medmix-style-4:hover:after {
    left: 36.9%;
    right: 36.9%;
}

.elementor-image.medmix-style-1:after {
    background-color: #1a49ba;
}

.elementor-image.medmix-style-2:after {
    background-color: #0099ff;
}

.elementor-image.medmix-style-3:after {
    background-color: #ffda54;
}

.elementor-image.medmix-style-4:after {
    background-color: #f9b8c4;
}

.elementor-icon-list-items.custom-hover li a {
    transition: .3s;
}

.elementor-icon-list-items.custom-hover li .elementor-icon-list-icon i {
    transition: .3s;
}

.elementor-icon-list-items.custom-hover li:hover a {
    transform: translateX(5px);
}

.elementor-icon-list-items.custom-hover li:hover .elementor-icon-list-icon i {
    transform: rotate(45deg);
}

.elementor-image-gallery {
    overflow: hidden;
}

.elementor-image-gallery .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: -10px;
}

.elementor-image-gallery .gallery-item {
    padding: 10px;
    position: relative;
}

.elementor-image-gallery .gallery-item:hover .gallery-caption {
    opacity: 1;
}

.elementor-image-gallery .gallery-item:hover:hover .gallery-icon:before {
    top: 0;
}

.elementor-image-gallery .gallery-item:hover:hover .gallery-icon:after {
    bottom: 0;
}

.elementor-image-gallery .gallery-item:hover:hover a:before {
    opacity: 1;
}

.elementor-image-gallery .gallery-icon {
    overflow: hidden;
    position: relative;
}

.elementor-image-gallery .gallery-icon:after,
.elementor-image-gallery .gallery-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
    transition: .3s;
    z-index: 4;
}

.elementor-image-gallery .gallery-icon:before {
    top: -55px;
    background: #f9b8c4;
}

.elementor-image-gallery .gallery-icon:after {
    bottom: -55px;
    background: #0099ff;
}

.elementor-image-gallery a:before {
    content: '';
    background: rgba(26, 73, 186, 0.8);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .3s;
    opacity: 0;
}

.elementor-image-gallery .gallery-caption {
    transition: .3s;
    z-index: 5;
    position: absolute;
    opacity: 0;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
    .stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel {
        padding-right: 330px;
    }
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .swiper-pagination {
    display: none;
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-testimonial-carousel__footer {
    display: none;
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .swiper-slide .stratum-testimonial-carousel__subtitle,
.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .swiper-slide .stratum-testimonial-carousel__heading {
    margin: 0;
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .swiper-slide .stratum-testimonial-carousel__wrapper {
    margin: 0;
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .swiper-slide .stratum-testimonial-carousel__wrapper .stratum-testimonial-carousel__container {
    position: relative;
    max-width: 100%;
    padding: 46px 140px 33px 60px;
}

@media (min-width: 992px) {
    .stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .swiper-slide .stratum-testimonial-carousel__wrapper .stratum-testimonial-carousel__container {
        padding: 46px 140px 33px 135px;
    }
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .swiper-slide .stratum-testimonial-carousel__wrapper .stratum-testimonial-carousel__container:before {
    content: '“';
    position: absolute;
    color: #1e2432;
    top: 10px;
    left: 20px;
    font-size: 100px;
    line-height: 109px;
}

@media (min-width: 992px) {
    .stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .swiper-slide .stratum-testimonial-carousel__wrapper .stratum-testimonial-carousel__container:before {
        top: 40px;
        left: 50px;
    }
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-testimonial-carousel__content {
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-testimonial-carousel__content .stratum-testimonial-carousel__text {
    margin-bottom: 20px;
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-next,
.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-prev {
    left: auto !important;
    background: #0099ff;
    transition: .3s;
    width: 50px !important;
    height: 50px !important;
}

@media (min-width: 992px) {

    .stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-next,
    .stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-prev {
        height: 124px !important;
        width: 124px !important;
    }
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-next:before,
.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    transform: none;
    font-size: 26px;
    transition: .3s;
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-next:hover,
.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-prev:hover {
    background: #f9b8c4;
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-next:hover:before,
.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-prev:hover:before {
    color: #1e2432;
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-prev {
    top: 0 !important;
    right: 50px;
}

@media (min-width: 992px) {
    .stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-prev {
        right: 124px;
    }
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-prev:before {
    content: "\f062";
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-next {
    right: 0;
    bottom: auto;
    top: 0 !important;
}

@media (min-width: 992px) {
    .stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-next {
        top: 124px !important;
    }
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-next:after {
    display: none;
}

.stratum-testimonials-carousel-custom-style .stratum-testimonial-carousel .stratum-swiper-button-next:before {
    content: "\f063";
}

.wpcf7 form {
    margin: 0 -10px;
}

.wpcf7 form>* {
    margin-bottom: 20px;
    padding: 0 10px;
    float: left;
    width: 100%;
}

.wpcf7 form>*:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .wpcf7 form>*.half-width {
        width: 50%;
    }
}

.wpcf7 label {
    display: block;
    margin: 0;
}

.wpcf7 .wpcf7-submit {
    margin-top: 10px;
}

/* Gutenberg Blocks
--------------------------------------------- */
/*!
 * Getwid Style Kit v1.0.0
 * Copyright 2020 MotoPress
 * Import this file to the main sass/scss file of your theme.
 * Example: @import "getwid-style-kit/scss/style"
 *
 * For more information visit https://github.com/mototeam/
 * License GNU GPL v2 or later.
 */
/* common block styles */
.entry-content>* {
    margin-bottom: 24px;
}

.entry-content>*:last-child {
    margin-bottom: 0;
}

/* wp-block-paragraph styles */
/* wp-block-image styles */
.wp-block-image {
    line-height: 0;
}

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

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

.wp-block-image figcaption {
    text-align: center;
    font-size: 13px;
    margin: 5px 0 0;
    line-height: 1.5;
}

/* wp-block-gallery styles */
.wp-block-gallery .blocks-gallery-caption {
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
}

.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:last-child,
    .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:last-child,
    .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:last-child,
    .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:last-child,
    .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:last-child,
    .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:last-child,
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0;
    }
}

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

.wp-block-quote.is-style-large {
    padding: 35px 35px 35px 105px;
    position: relative;
}

.wp-block-quote.is-style-large:before {
    content: '“';
    position: absolute;
    left: 50px;
    top: 23px;
    font-size: 100px;
    line-height: 108px;
}

/* wp-block-file styles */
.wp-block-file a.wp-block-file__button {
    text-decoration: none;
    border: 1px solid transparent;
    box-shadow: none;
    border-radius: 0;
    background: #1e2432;
    color: #f3f7fc;
    font-size: 13px;
    text-align: center;
    transition: .3s;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:focus {
    background: #1a49ba;
    cursor: pointer;
    text-decoration: none;
}

/* wp-block-code styles */
/* wp-block-preformatted styles */
/* wp-block-pullquote styles */
.wp-block-pullquote {
    border-top: 4px solid #1e2432;
    border-bottom: 4px solid #1e2432;
}

.wp-block-pullquote p:last-of-type {
    margin-bottom: 0;
}

.wp-block-pullquote blockquote {
    border: 0;
    padding: 0;
    background: transparent;
    margin: 0;
}

.wp-block-pullquote.is-style-solid-color {
    padding-left: 40px;
    padding-right: 40px;
    background: #c8cbd6;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
}

.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.wp-block-pullquote.is-style-solid-color blockquote.has-text-color cite {
    color: inherit;
}

/* wp-block-table styles */
.wp-block-table table {
    margin: 0;
}

.wp-block-table figcaption {
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}

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

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
    background: inherit;
}

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

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

.wp-block-group .wp-block-group__inner-container>* {
    margin-bottom: 24px;
}

.wp-block-group .wp-block-group__inner-container>*:last-child {
    margin-bottom: 0;
}

/* wp-block-button styles */
.wp-block-button__link {
    text-decoration: none;
    border: 1px solid transparent;
    box-shadow: none;
    border-radius: 0;
    background: #1e2432;
    color: #f3f7fc;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding: 22px 25px 21px;
    transition: .3s;
    font-weight: 600;
    letter-spacing: .04em;
    display: inline-block;
    text-transform: uppercase;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-block-button__link:visited {
    text-decoration: none;
}

.wp-block-button__link:hover {
    background: #1a49ba;
    cursor: pointer;
    text-decoration: none;
}

.is-style-outline .wp-block-button__link:hover {
    background: #1a49ba;
    border-color: #1a49ba;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

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

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

.wp-block-column {
    flex-basis: 100%;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }
}

.wp-block-column:nth-child(2n),
.wp-block-column:not(:first-child) {
    margin-left: 0;
}

@media (min-width: 768px) {

    .wp-block-column:nth-child(2n),
    .wp-block-column:not(:first-child) {
        margin-left: 16px;
    }
}

.wp-block-column>*:last-child {
    margin-bottom: 0;
}

/* wp-block-media-text styles */
/* wp-block-separator styles */
/* wp-block-archives styles */
/* wp-block-calendar styles */
/* wp-block-categories styles */
/* wp-block-latest-comments styles */
.wp-block-latest-comments {
    padding: 0;
}

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

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

    .wp-block-latest-posts.columns-3 li {
        width: calc((100% / 3) - 16px);
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc((100% / 4) - 16px);
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc((100% / 5) - 16px);
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc((100% / 6) - 16px);
    }
}

/* wp-block-search styles */
/* wp-block-rss styles */
.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
}

@media (min-width: 768px) {
    .wp-block-rss.columns-2 li {
        width: calc((100% / 2) - 16px);
    }

    .wp-block-rss.columns-3 li {
        width: calc((100% / 3) - 16px);
    }

    .wp-block-rss.columns-4 li {
        width: calc((100% / 4) - 16px);
    }

    .wp-block-rss.columns-5 li {
        width: calc((100% / 5) - 16px);
    }

    .wp-block-rss.columns-6 li {
        width: calc((100% / 6) - 16px);
    }
}

/* wp-block-video styles */
/* wp-block-cover styles */
/* wp-block-audio styles */
.has-color-1-color {
    color: #1e2432;
}

.has-color-1-background-color {
    background-color: #1e2432;
}

.has-color-2-color {
    color: #1a49ba;
}

.has-color-2-background-color {
    background-color: #1a49ba;
}

.has-color-3-color {
    color: #0099ff;
}

.has-color-3-background-color {
    background-color: #0099ff;
}

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

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

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

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

.has-color-6-color {
    color: #7a7a7a;
}

.has-color-6-background-color {
    background-color: #7a7a7a;
}

.has-color-7-color {
    color: #868891;
}

.has-color-7-background-color {
    background-color: #868891;
}

.has-color-8-color {
    color: #c8cbd6;
}

.has-color-8-background-color {
    background-color: #c8cbd6;
}

.has-color-9-color {
    color: #f3f7fc;
}

.has-color-9-background-color {
    background-color: #f3f7fc;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

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

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

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

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

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

.mpa-attributes-title {
    color: #1a49ba;
    margin-bottom: 20px;
}

.mpa-employee-schedule-shortcode .mpa-employee-working-hours,
.single-mpa_employee .mpa-attributes,
.single-mpa_service .mpa-attributes,
.mpa-shortcode>.mpa-attributes {
    background: #0099ff;
    color: #ffff;
    margin-bottom: 1.5em;
    list-style: none;
    padding: 20px;
    border-bottom: 8px solid #ffda54;
}

.mpa-employee-schedule-shortcode .mpa-employee-working-hours li,
.single-mpa_employee .mpa-attributes li,
.single-mpa_service .mpa-attributes li,
.mpa-shortcode>.mpa-attributes li {
    display: flex;
    margin-bottom: 8px;
}

.mpa-employee-schedule-shortcode .mpa-employee-working-hours li:last-child,
.single-mpa_employee .mpa-attributes li:last-child,
.single-mpa_service .mpa-attributes li:last-child,
.mpa-shortcode>.mpa-attributes li:last-child {
    margin-bottom: 0;
}

.mpa-employee-schedule-shortcode .mpa-employee-working-hours:last-child,
.single-mpa_employee .mpa-attributes:last-child,
.single-mpa_service .mpa-attributes:last-child,
.mpa-shortcode>.mpa-attributes:last-child {
    margin-bottom: 0;
}

.mpa-employee-schedule-shortcode .mpa-employee-working-hours .mpa-attribute-title,
.single-mpa_employee .mpa-attributes .mpa-attribute-title,
.single-mpa_service .mpa-attributes .mpa-attribute-title,
.mpa-shortcode>.mpa-attributes .mpa-attribute-title {
    flex: 1 0 auto;
    margin-right: 10px;
}

.mpa-employee-schedule-shortcode .mpa-employee-working-hours a,
.single-mpa_employee .mpa-attributes a,
.single-mpa_service .mpa-attributes a,
.mpa-shortcode>.mpa-attributes a {
    color: inherit;
}

.mpa-employee-schedule-shortcode .mpa-employee-working-hours a:hover,
.single-mpa_employee .mpa-attributes a:hover,
.single-mpa_service .mpa-attributes a:hover,
.mpa-shortcode>.mpa-attributes a:hover {
    text-decoration: underline;
}

.appointment-form-shortcode .mpa-booking-step {
    padding: 0;
}

.appointment-form-shortcode .mpa-booking-step-service-form .mpa-shortcode-title {
    display: none;
}

.appointment-form-shortcode select,
.appointment-form-shortcode input[type="text"],
.appointment-form-shortcode input[type="phone"],
.appointment-form-shortcode input[type="tel"] {
    color: #1e2432;
}

.appointment-form-shortcode .mpa-service-category,
.appointment-form-shortcode .mpa-service,
.appointment-form-shortcode .mpa-location,
.appointment-form-shortcode .mpa-employee {
    padding-left: 45px;
    background-position: top 18px left 15px, top 18px right 18px;
    background-color: #f3f7fc;
}

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

.appointment-form-shortcode .mpa-service {
    background-image: url("images/hand.svg"), url("images/angle-down.svg");
}

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

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

.appointment-form-shortcode .mpa-customer-name,
.appointment-form-shortcode .mpa-customer-email,
.appointment-form-shortcode .mpa-customer-phone {
    padding-left: 45px;
    background-position: top 18px left 15px;
    background-color: #f3f7fc;
    background-repeat: no-repeat;
}

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

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

.appointment-form-shortcode .mpa-customer-phone {
    background-image: url("images/phone.svg");
}

.appointment-form-shortcode .mpa-actions {
    display: flex;
}

.appointment-form-shortcode .mpa-actions>* {
    flex: 1;
    max-width: 50%;
}

.appointment-form-shortcode .mpa-actions .mpa-button-back {
    margin-right: 20px;
    background: #fff;
    border-color: #c8cbd6;
    color: #868891;
}

.appointment-form-shortcode .mpa-actions .mpa-button-back:hover {
    background: #1a49ba;
    border-color: #1a49ba;
    color: #fff;
}

.appointment-form-shortcode .mpa-booking-step {
    padding: 0;
}

.appointment-form-shortcode .mpa-booking-step .mpa-actions {
    margin-top: 30px;
    margin-bottom: 0;
}

.appointment-form-shortcode .mpa-booking-step .mpa-shortcode-title {
    margin-bottom: 15px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-shortcode-title,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-shortcode-title,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-shortcode-title,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form .mpa-shortcode-title,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-shortcode-title {
    text-align: left;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form {
    width: 100%;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form>* {
    margin-bottom: 19px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-service-form>*:last-child {
    margin-bottom: 0;
}

.appointment-form-shortcode .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 {
    position: relative;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period {
    background: #fff;
    border: 1px solid #7a7a7a;
    color: #1e2432;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    padding-left: 1px;
    padding-right: 1px;
    letter-spacing: -0.025em;
}

.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-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period:focus {
    background: #1a49ba;
    border-color: #1a49ba;
    color: #fff;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-time-wrapper .mpa-times .mpa-time-period:focus {
    outline: none;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .mpa-input-container {
    flex-wrap: wrap;
}

.appointment-form-shortcode .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 {
    border: 0;
    margin: 0;
    box-shadow: none;
    width: 100%;
    font-size: 16px;
    background: transparent;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months {
    background-color: #f3f7fc;
    margin: 0;
    padding: 10px 63px;
    position: relative;
}

.appointment-form-shortcode .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 {
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    color: #1a49ba;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month {
    font-weight: inherit;
    line-height: 33px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .numInputWrapper:hover,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-year:hover,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .cur-month:hover {
    background: transparent;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month svg,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg {
    display: none;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    right: 20px;
    background-image: url("images/angle-right.svg");
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    left: 20px;
    background-image: url("images/angle-left.svg");
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-rContainer {
    width: 100%;
}

.appointment-form-shortcode .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 {
    width: 100%;
    max-width: 100%;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day {
    max-width: none;
    color: #1e2432;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #c8cbd6;
    border-radius: 0;
    height: 54px;
    line-height: 54px;
    z-index: 1;
    transition: .3s;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:before {
    content: '';
    width: 36px;
    height: 36px;
    display: block;
    background-color: #f9b8c4;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    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 {
    color: #fff;
    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 {
    opacity: 1;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day:nth-last-child(-n+7) {
    border: 0;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-day.flatpickr-disabled {
    color: rgba(30, 36, 50, 0.3);
}

.appointment-form-shortcode .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-weekdays {
    height: 49px;
    border-bottom: 1px solid #c8cbd6;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-period .flatpickr-calendar .flatpickr-weekdays .flatpickr-weekday {
    color: #1e2432;
    font-size: 16px;
    font-weight: 400;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li {
    border: 0;
    padding: 0;
    margin-right: 40px;
}

@media (min-width: 992px) {
    .appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li {
        max-width: 33%;
    }
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-checkout .mpa-reservation-details li.mpa-reservation-service {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}

.appointment-form-shortcode .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 {
    font-size: 16px;
    color: #1a49ba;
}

.appointment-form-shortcode .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 {
    margin-bottom: 0;
}

.appointment-form-shortcode .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 {
    margin-bottom: 40px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking {
    padding-top: 200px;
    background-image: url("images/check.svg");
    background-repeat: no-repeat;
    background-position: 0 50px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-booking .mpa-actions>* {
    max-width: 100%;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .no-items {
    margin-bottom: 40px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .mpa-cart-item {
    border-color: #c8cbd6;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-footer,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header {
    border-color: #c8cbd6;
}

.appointment-form-shortcode .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 {
    color: #1e2432;
    font-size: 18px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-header .cell-date {
    font-weight: 400;
    margin-top: -10px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-title {
    color: #1e2432;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-location {
    order: 1;
    width: 100%;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-people {
    width: 100%;
    order: 0;
    margin-bottom: 10px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-employee {
    order: 2;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-body .cell-price {
    order: 3;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-footer .cell {
    width: 100%;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart .item-footer .button {
    width: 100%;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart-total {
    font-size: 24px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-cart-total .mpa-cart-total-price {
    font-weight: 700;
    color: #1e2432;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions {
    flex-wrap: wrap;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions .button {
    flex: 1 0 auto;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions .button:last-child {
    margin-bottom: 0;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions .mpa-button-new {
    background: transparent;
    border: 1px solid #c8cbd6;
    color: #1e2432;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions .mpa-button-new:hover {
    color: #fff;
    background: #1a49ba;
    border-color: transparent;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions .mpa-button-next {
    background: #1a49ba;
    border-color: transparent;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions .mpa-button-next:hover {
    background: #1e2432;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-cart .mpa-actions .mpa-button-next[disabled] {
    color: #fff;
    opacity: .5;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-checkout-section {
    margin-bottom: 40px;
}

.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-billing-fields,
.appointment-form-shortcode .mpa-booking-step.mpa-booking-step-payment .mpa-billing-details .mpa-payment-gateway-description {
    font-size: .875em;
    margin-left: 18px;
}

.appointment-form-shortcode .iti--separate-dial-code .iti__selected-flag {
    background: transparent;
}

.appointment-form-shortcode .iti__selected-flag {
    background: transparent;
}

.appointment-form-shortcode .iti__selected-flag .iti__flag {
    opacity: 0;
}

.appointment-form-shortcode .iti__country-list .iti__country {
    margin: 0;
}

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

.mpa-employees-list-shortcode .type-mpa_employee:nth-child(4n + 1) .mpa-loop-post-thumbnail:after {
    background: #0099ff;
}

.mpa-employees-list-shortcode .type-mpa_employee:nth-child(4n - 6) .mpa-loop-post-thumbnail:after {
    background: #f9b8c4;
}

.mpa-employees-list-shortcode .type-mpa_employee:nth-child(4n - 5) .mpa-loop-post-thumbnail:after {
    background: #1a49ba;
}

.mpa-employees-list-shortcode .type-mpa_employee:nth-child(4n) .mpa-loop-post-thumbnail:after {
    background: #ffda54;
}

.mpa-employees-list-shortcode .type-mpa_employee:hover .mpa-loop-post-thumbnail:after {
    left: 36.9%;
    right: 36.9%;
}

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

.mpa-employees-list-shortcode .mpa-loop-post-thumbnail {
    margin: 0 auto 22px;
    position: relative;
    overflow: hidden;
}

.mpa-employees-list-shortcode .mpa-loop-post-thumbnail img {
    transition: .3s;
}

.mpa-employees-list-shortcode .mpa-loop-post-thumbnail:after {
    content: '';
    display: block;
    transition: .3s;
    position: absolute;
    bottom: 0;
    height: 7px;
    left: 0;
    right: 0;
    background: #fff;
}

.mpa-employees-list-shortcode .mpa-post-title {
    text-align: center;
    margin: 0 0 6px;
}

.mpa-employees-list-shortcode .mpa-post-title a {
    color: inherit;
}

.mpa-employees-list-shortcode .mpa-post-title a:hover {
    color: #0099ff;
}

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

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

.mpa-employees-list-shortcode .mpa-employee-additional-info li {
    margin-right: 15px;
    margin-bottom: 5px;
}

.mpa-employees-list-shortcode .mpa-employee-additional-info li:last-child {
    margin-right: 0;
}

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

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

.mpa-employees-list-shortcode .mpa-employee-contacts li {
    padding: 0;
    margin: 0 15px 5px 0;
}

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

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

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

.mpa-employees-list-shortcode .mpa-employee-social-networks .mpa-attribute-title {
    display: none;
}

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

.mpa-locations-list-shortcode .type-mpa_location:nth-child(4n + 1) .mpa-loop-post-thumbnail:after {
    background: #0099ff;
}

.mpa-locations-list-shortcode .type-mpa_location:nth-child(4n - 6) .mpa-loop-post-thumbnail:after {
    background: #f9b8c4;
}

.mpa-locations-list-shortcode .type-mpa_location:nth-child(4n - 7) .mpa-loop-post-thumbnail:after {
    background: #1a49ba;
}

.mpa-locations-list-shortcode .type-mpa_location:nth-child(4n) .mpa-loop-post-thumbnail:after {
    background: #ffda54;
}

.mpa-locations-list-shortcode .type-mpa_location:hover .mpa-loop-post-thumbnail:after {
    left: 36.9%;
    right: 36.9%;
}

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

.mpa-locations-list-shortcode .mpa-loop-post-thumbnail {
    margin: 0 auto 22px;
    position: relative;
    overflow: hidden;
}

.mpa-locations-list-shortcode .mpa-loop-post-thumbnail img {
    transition: .3s;
}

.mpa-locations-list-shortcode .mpa-loop-post-thumbnail:after {
    content: '';
    display: block;
    transition: .3s;
    position: absolute;
    bottom: 0;
    height: 7px;
    left: 0;
    right: 0;
    background: #fff;
}

.mpa-locations-list-shortcode .mpa-post-title {
    text-align: center;
    margin: 0 0 6px;
}

.mpa-locations-list-shortcode .mpa-post-title a {
    color: inherit;
}

.mpa-locations-list-shortcode .mpa-post-title a:hover {
    color: #0099ff;
}

.mpa-locations-list-shortcode .entry-excerpt {
    text-align: center;
    margin: 4px 0 15px;
    font-size: 18px;
    line-height: 30px;
}

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

.mpa-services-list-shortcode .mpa-loop-post-wrapper {
    background: #fff;
    position: relative;
    padding: 40px 40px 35px;
}

.mpa-services-list-shortcode .mpa-loop-post-wrapper>.mpa-loop-post-thumbnail:first-child {
    margin: -40px -40px 30px;
}

.mpa-services-list-shortcode .mpa-loop-post-wrapper:hover .mpa-loop-post-thumbnail img {
    transform: scale(1.05);
}

.mpa-services-list-shortcode .mpa-loop-post-thumbnail {
    overflow: hidden;
}

.mpa-services-list-shortcode .mpa-loop-post-thumbnail img {
    margin: 0;
    transition: .3s;
}

.mpa-services-list-shortcode .mpa-post-title {
    margin: 0 0 15px;
}

.mpa-services-list-shortcode .mpa-post-title a {
    color: inherit;
}

.mpa-services-list-shortcode .mpa-post-title a:hover {
    color: #0099ff;
}

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

.mpa-services-list-shortcode .entry-excerpt {
    margin-bottom: 10px;
}

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

.mpa-services-list-shortcode .mpa-service-employees {
    margin: 22px -40px 0;
    border-top: 1px solid #c8cbd6;
    padding: 22px 40px 0;
}

.mpa-services-list-shortcode .mpa-service-employees img {
    width: 47px;
    height: 47px;
    border: 0;
}

.mpa-services-list-shortcode .mpa-service-employees .more-employees,
.mpa-services-list-shortcode .mpa-service-employees .employee-name {
    margin: 0 0 0 12px;
}

.wrapper-archive-services .site-main {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.wrapper-archive-services .service-content-wrapper {
    background: #fff;
    overflow: hidden;
    padding: 40px 40px 35px;
}

.wrapper-archive-services .loop-service {
    margin-bottom: 30px;
    width: 100%;
}

@media (min-width: 992px) {
    .wrapper-archive-services .loop-service {
        width: 33.33%;
        padding: 0 15px;
        margin-bottom: 70px;
    }
}

.wrapper-archive-services .loop-service:hover .post-thumbnail-wrapper img {
    transform: scale(1.05);
}

.wrapper-archive-services .entry-title a {
    color: inherit;
}

.wrapper-archive-services .entry-title a:hover {
    text-decoration: none;
    color: #0099ff;
}

.wrapper-archive-services .entry-header {
    margin-bottom: 10px;
}

.wrapper-archive-services .entry-header:last-child {
    margin-bottom: 0;
}

.wrapper-archive-services .post-thumbnail-wrapper {
    margin: -40px -40px 30px;
    overflow: hidden;
}

.wrapper-archive-services .post-thumbnail-wrapper a {
    display: block;
    width: 100%;
}

.wrapper-archive-services .post-thumbnail-wrapper img {
    width: 100%;
    margin: 0;
    transition: .3s;
}

.wrapper-archive-services .entry-summary {
    margin-top: 0;
}

.mpa-service-categories-shortcode {
    --mpa-grid-gap: 10px;
}

.mpa-service-categories-shortcode .mpa-grid>.mpa-grid-column {
    margin-bottom: 70px;
}

.mpa-service-categories-shortcode .mpa-grid-columns-1 .mpa-loop-term-wrapper,
.mpa-service-categories-shortcode .mpa-grid-columns-2 .mpa-loop-term-wrapper {
    flex-direction: row;
}

@media (min-width: 992px) {

    .mpa-service-categories-shortcode .mpa-grid-columns-1 .mpa-loop-post-thumbnail,
    .mpa-service-categories-shortcode .mpa-grid-columns-2 .mpa-loop-post-thumbnail {
        max-width: 50%;
        margin: -40px 40px -35px -40px;
    }
}

.mpa-service-categories-shortcode .mpa-loop-term-wrapper {
    padding: 40px 40px 35px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .mpa-service-categories-shortcode .mpa-loop-term-wrapper {
        flex-wrap: nowrap;
    }
}

.mpa-service-categories-shortcode .mpa-loop-term-wrapper:hover .mpa-loop-post-thumbnail img {
    transform: scale(1.05);
}

.mpa-service-categories-shortcode .mpa-loop-post-thumbnail {
    margin: -40px -40px 30px;
    overflow: hidden;
}

.mpa-service-categories-shortcode .mpa-loop-post-thumbnail img {
    margin: 0;
    transition: .3s;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mpa-service-categories-shortcode .mpa-loop-post-thumbnail a {
    display: block;
    height: 100%;
}

.mpa-service-categories-shortcode .mpa-term-title {
    margin: 0 0 15px;
}

.mpa-service-categories-shortcode .mpa-term-title a {
    color: inherit;
}

.mpa-service-categories-shortcode .mpa-term-title a:hover {
    color: #0099ff;
}

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

.mpa-service-categories-shortcode ul {
    margin: 10px 0 0 0;
    list-style: none;
    padding: 0;
}

.mpa-service-categories-shortcode ul ul {
    padding-left: 18px;
    margin-top: 8px;
}

.mpa-service-categories-shortcode ul li {
    padding: 0;
    margin: 0 0 8px;
}

.mpa-service-categories-shortcode ul li:last-child {
    margin-bottom: 0;
}

.mpa-service-categories-shortcode ul a {
    color: inherit;
    padding-left: 18px;
    position: relative;
}

.mpa-service-categories-shortcode ul a:hover {
    color: #0099ff;
}

.mpa-service-categories-shortcode ul a:hover:before {
    transform: rotate(135deg);
    background: #0099ff;
}

.mpa-service-categories-shortcode ul a:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #1a49ba;
    transform: rotate(45deg);
    position: absolute;
    left: 3px;
    top: 4px;
    transition: .3s;
}

.mpa-service-categories-shortcode .mpa-loop-term-content {
    width: 100%;
}

.mpa-employee-image-shortcode .post-thumbnail img {
    border-bottom: 8px solid #f9b8c4;
}

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

.mpa-employee-schedule-shortcode .mpa-employee-working-hours .mpa-schedule-days {
    flex: 1 0 auto;
    margin-right: 10px;
}

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

.mpa-employee-services-list-shortcode .mpa-employee-price-list {
    padding: 25px 20px;
    list-style: none;
    background: #1a49ba;
    color: #fff;
}

.mpa-employee-services-list-shortcode .mpa-employee-price-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
}

.mpa-employee-services-list-shortcode .mpa-employee-price-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.mpa-employee-services-list-shortcode .mpa-employee-price-list .mpa-price-list-delimiter {
    display: none;
}

.mpa-employee-services-list-shortcode .mpa-employee-price-list .mpa-price-list-title {
    flex: 1;
}

.mpa-employee-services-list-shortcode.light .mpa-employee-price-list {
    background: #0099ff;
}

.single-mpa_employee .template-two-columns .two-columns-post-left .post-thumbnail img {
    border-bottom-color: #f9b8c4;
}

.mpa-employee-social-networks-shortcode .mpa-employee-social-networks,
.single-mpa_employee .mpa-employee-social-networks {
    background: #1a49ba;
    border-bottom-color: #f9b8c4;
}

.mpa-direct-link-booking-details-shortcode .label,
.mpa-customer-account-shortcode .label {
    color: #1e2432;
}

.mpa-account-menu {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #1e2432;
}

@media (min-width: 992px) {
    .mpa-account-menu ul li {
        margin-right: 30px;
    }
}

.mpa-account-menu a {
    color: inherit;
    text-decoration: none;
}

.mpa-account-menu a:hover {
    color: #0099ff;
}

.mpa-direct-link-booking-details-shortcode,
.mpa-account-booking,
.mpa-account-details {
    background: #fff;
    padding: 15px;
}

@media (min-width: 992px) {

    .mpa-direct-link-booking-details-shortcode,
    .mpa-account-booking,
    .mpa-account-details {
        padding: 30px 25px;
    }
}

.mpa-booking-details-title,
.mpa-account-booking-title {
    font-size: 1.25em;
    line-height: 1.75;
}

.mpa-booking-details-section {
    margin-bottom: 15px;
}

.mpa-booking-details-section:last-child {
    margin-bottom: 0;
}

.mpa-booking-details-section.booking-reservations .reservation {
    margin-bottom: 15px;
}

.mpa-booking-details-section.booking-reservations .reservation:last-child {
    margin-bottom: 0;
}

.mpa-direct-link-booking-details-shortcode .mpa-booking-details-section {
    margin-bottom: 15px;
}

.mpa-direct-link-booking-details-shortcode .mpa-booking-details-section:last-child {
    margin-bottom: 0;
}

.mpa-direct-link-booking-details-shortcode .mpa-booking-details-section.booking-reservations .label {
    display: inline;
}

.mpa-direct-link-booking-details-shortcode .mpa-booking-details-section.booking-reservations .reservation-details>* {
    display: block;
    margin: 0;
    padding: 0;
    border-right: none;
}

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