/* Mighty Particles */
.mighty-particles-wrapper {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

/* Mighty Open Street */
.mighty-openstreet-map {
    width: 100%;
    z-index: 1;
}

.mighty-openstreet-map .leaflet-popup {
    z-index: 999;
}

/* Mighty Gmaps */
.mighty-google-map {
    width: 100%;
}

/* Pegman Fix */
.mighty-google-map .gm-svpc div img {
    position: relative !important;
}

.mighty-google-map div.gm-style-iw-d {
    overflow: auto !important;
}

/* Two Step Login */
.mighty-tsl .mt-login {
    margin: 0 auto;
}

.mighty-tsl .mt-login-logo {
    display: block;
    margin: 0 auto;
}

.mighty-tsl .mt-login-title {
    font-size: 24px;
    line-height: 1.5em;
    text-align: center;
}

.mighty-tsl .mt-login-description {
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #aba5a5;
    font-weight: normal;
}

.mighty-tsl .mt-login-header {
    margin-bottom: 20px;
}

.mighty-tsl .mt-login .lostpassword {
    font-size: 14px;
}

.mighty-tsl .mt-login .form-actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mighty-tsl .mt-form-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.mighty-tsl .mt-form-group:not(:last-child) {
    margin-bottom: 20px;
}

.mighty-tsl .mt-form-group .mt-label {
    color: #363636;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: normal;
}

.mighty-tsl .mt-form-group .mt-control {
    clear: both;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: row;
}

.mighty-tsl .mt-form-group .mt-control .mt-field {
    width: 100%;
}

.mighty-tsl .mt-form-group .mt-control .mt-size-sm {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px;
}

.mighty-tsl .mt-form-group .mt-control .mt-size-md {
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px;
}

.mighty-tsl .mt-form-group .mt-control .mt-size-lg {
    font-size: 16px;
    min-height: 47px;
}

.mighty-tsl .mt-form-group .mt-input,
.mighty-tsl .mt-form-group .mt-textarea {
    width: 100%;
}

.mighty-tsl .mt-form-group input {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border-radius: .25rem;
}

.mighty-tsl .mt-form-create-account.mt-align-center {
    justify-content: center;
}

.mighty-tsl .mt-form-create-account.mt-align-left {
    justify-content: flex-start;
}

.mighty-tsl .mt-form-create-account.mt-align-right {
    justify-content: flex-end;
}

.mighty-tsl .mt-remember-me {
    display: flex;
    align-items: center;
}

.mighty-tsl .mt-remember-me label {
    margin-left: 5px;
}

.mighty-tsl .mt-login-button {
    color: #fff;
    border: 1px solid currentColor;
    background-color: #7754f6;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
}

.mighty-tsl .mt-login-button:hover {
    background-color: #8465f7;
}

.mighty-tsl .mt-login-button.mt-size-sm {
    font-size: 15px;
    padding: 8px 16px;
    border-radius: 3px;
}

.mighty-tsl .mt-login-button.mt-size-md {
    font-size: 16px;
    /* padding: 12px 24px; */
    /* border-radius: 4px; */
}

.mighty-tsl .mt-login-button.mt-size-lg {
    font-size: 18px;
    padding: 16px 30px;
    border-radius: 5px;
}

.mighty-tsl .mt-login-button.mt-button-icon-left .mighty-button-text {
    order: 1;
}

.mighty-tsl .mt-login-button.mt-button-icon-left .mighty-button-icon {
    margin-right: 10px;
}

.mighty-tsl .mt-login-button.mt-button-icon-right .mighty-button-icon {
    margin-left: 10px;
}

.mighty-tsl .mt-button-align-start .mt-login-button-wrapper {
    justify-content: flex-start;
}

.mighty-tsl .mt-button-align-center .mt-login-button-wrapper {
    justify-content: center;
}

.mighty-tsl .mt-button-align-end .mt-login-button-wrapper {
    justify-content: flex-end;
}

.mighty-tsl .mt-button-align-stretch .mt-login-button {
    flex-basis: 100%;
}

.mighty-tsl .mt-next-button-align-start .mt-next-button-wrapper {
    justify-content: flex-start;
}

.mighty-tsl .mt-next-button-align-center .mt-next-button-wrapper {
    justify-content: center;
}

.mighty-tsl .mt-next-button-align-end .mt-next-button-wrapper {
    justify-content: flex-end;
}

.mighty-tsl .mt-next-button-align-stretch .mt-next-button {
    flex-basis: 100%;
}

.mighty-tsl .hide-placeholders input::placeholder,
.mighty-tsl .hide-placeholders textarea::placeholder {
    color: transparent;
}

.mighty-tsl .icons-eye-slash,
.mighty-tsl .icons-eye {
    cursor: pointer;
}

/* Input Group */
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.mt-password-trigger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    border-color: #ced4da;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    height: 100%;
    cursor: pointer;
}

.mt-password-trigger svg {
    display: block;
}

.mt-form-password .input-group input {
    border-color: #ced4da;
    border-radius: 1px 0 1px 1px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
}

.mt-form-password .input-group input:focus {
    border-color: #ced4da;
    outline: thin solid white;
}

.mt-form-password .mt-control .mt-field {
    width: auto !important;
}

/* PayPal Button */
.mighty-paypalbtn {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.mighty-paypalbtn .paypal-btn {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.mighty-paypalbtn.mt-paypal-left {
    align-items: flex-start;
}

.mighty-paypalbtn.mt-paypal-center {
    align-items: center;
}

.mighty-paypalbtn.mt-paypal-right {
    align-items: flex-end;
}

.mighty-paypalbtn.mt-paypal-block .paypal-btn,
.mighty-paypalbtn.mt-paypal-block .mighty-button {
    width: 100%;
}

.mighty-paypalbtn .mighty-button-link {
    display: flex;
    transition: all 0.3s;
    justify-content: center;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 50px;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    align-items: center;
    background-color: #ffc439;
}

.mighty-paypalbtn .mighty-button-link .paypal-text svg {
    height: 30px;
    width: auto;
    vertical-align: middle;
}

.mighty-paypalbtn .mighty-button-link .paypal-icon svg {
    height: 35px;
    width: auto;
    vertical-align: middle;
    margin-right: 8px;
}

.mighty-paypalbtn .mighty-button-icon-left .mighty-button-text {
    order: 1;
}

.mighty-paypalbtn .mighty-button-lg {
    padding: 20px 40px;
    font-size: 20px;
}

.mighty-paypalbtn .mighty-button-sm {
    padding: 10px 20px;
    font-size: 14px;
}

.mighty-paypalbtn .mighty-button-text {
    margin-right: 10px;
}

.mighty-paypalbtn .mighty-button-icon-left .mighty-button-text {
    margin-right: 0;
    margin-left: 10px;
}

.mighty-paypalbtn .payment-cards {
    display: flex;
}

.mighty-paypalbtn .payment-cards svg {
    width: auto;
    margin: 10px 5px 0;
}

.mighty-paypalbtn .mighty-paypal-errors {
    color: red;
}

/* Weather */
.mt-weather {
    max-width: 30%;
    width: 100%;
    position: relative;
    background-color: #4054B2;
    border-radius: 10px;
    color: #fff;
}

.mt-weather .mt-tempblock span {
    font-size: 16px;
}

.mt-weather .mt-weather-location {
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.mt-weather .mt-weather-location svg {
    width: 15px;
    height: 15px;
    margin-right: 4px;
}

.mt-weather .mt-weathername {
    font-size: 18px;
    line-height: normal;
}

.mt-weather .mt-weather-current {
    margin-bottom: 10px;
}

.mt-weather .mt-tempblock-detail {
    display: flex;
}

.mt-weather .mt-iconblock {
    text-align: center;
}

.mt-weather .mt-iconblock svg {
    width: 50px;
    height: 50px;
    color: #fff;
    margin-left: auto;
}

.mt-weather .mt-weather-detail {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: space-between;
}

.mt-weather .mt-weather-forecast-items {
    text-align: center;
    display: flex;
}

.mt-weather .mt-weather-forecast-items .mt-weather-forecast-item {
    padding: 0 10px;
}

.mt-weather .mt-weather-forecast-items .mt-weather-forecast-item:first-child {
    padding-left: 0;
}

.mt-weather .mt-weather-forecast-items .mt-weather-forecast-item:last-child {
    padding-right: 0;
}

.mt-weather .mt-current-temp {
    font-size: 26px;
    line-height: normal;
}

.mt-weather .mt-weather-hourly-forecast {
    padding: 10px 20px;
    overflow: auto;
    white-space: nowrap;
}

.mt-weather .mt-weather-hourly-forecast .mt-weather-item-time {
    font-size: 15px;
    line-height: normal;
}

.mt-weather .mt-weather-hourly-forecast .mt-weather-item-icon {
    margin: 10px 0;
}

.mt-weather .mt-weather-hourly-forecast .mt-weather-item-icon svg {
    width: 25px;
    height: 25px;
    margin: 0 auto;
}

.mt-weather .mt-weather-hourly-forecast .mt-weather-item-temp {
    font-size: 16px;
    line-height: normal;
}

.mt-weather .mt-weather-daily-forecast {
    height: 180px;
    overflow: visible;
    padding: 10px 20px;
    user-select: none;
}

.mt-weather .mt-weather-daily-forecast .mt-weather-daily-forecast-item {
    display: flex;
    justify-content: space-between;
}

.mt-weather .mt-weather-daily-forecast .mt-weather-daily-forecast-item:not(:last-child) {
    margin-bottom: 5px;
}

.mt-weather .mt-weather-daily-forecast .mt-weather-item-temp {
    display: flex;
    margin-right: 30px;
    font-size: 16px;
}

.mt-weather .mt-weather-daily-forecast .mt-weather-daily-date {
    display: flex;
    flex-direction: column;
}

.mt-weather .mt-weather-daily-forecast .mt-weather-right-block {
    display: flex;
    align-items: center;
}

.mt-weather .mt-weather-daily-forecast .mt-weather-item-date {
    font-size: 16px;
    color: #e6e6e6;
    line-height: normal;
}

.mt-weather .mt-weather-daily-forecast .mt-weather-item-time {
    font-size: 12px;
    color: #e6e6e6;
    line-height: normal;
}

.mt-weather .mt-weather-daily-forecast .mt-weather-item-icon {
    width: 40px;
    height: 40px;

}

.mt-weather .mt-weather-daily-forecast .mt-weather-item-icon svg {
    width: 100%;
    height: 100%;
}

.mt-weather .mt-weather-details {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.mt-weather .mt-weather-details .mt-weather-details-item {
    display: flex;
    align-items: center;
}

.mt-weather .mt-weather-details .mt-weather-details-item:not(:last-child) {
    margin-bottom: 10px;
}

.mt-weather .mt-weather-details .mt-weather-details-item svg {
    width: 20px;
    height: 20px;
    max-width: none;
}

.mt-weather .mt-weather-details span {
    margin-left: 10px;
}

/* Weather Scrollbar */
.mt-weather .simplebar-scrollbar::before {
    background-color: black;
}

/* Advance Heading */
.mt-advanced-heading {
    position: relative;
    margin: 0;
    padding: 0;
}

.mt-advanced-heading .mt-advanced-heading-content > div {
    display: inline-block;
}
.mt-advanced-heading .mt-advanced-heading-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 100px;
    color: #ddd;
    z-index: 0;
    line-height: 1;
}

.mt-advanced-heading .mt-sub-heading-wrapper,
.mt-advanced-heading .mt-main-heading-wrapper {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.mt-advanced-heading .mt-decoration-line-before .mt-sub-heading-wrapper:before,
.mt-advanced-heading .mt-decoration-line-after .mt-sub-heading-wrapper:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
}

.mt-advanced-heading .mt-main-heading {
    margin: 0;
    padding: 0;
}

.mt-advanced-heading .mt-transform-origin-top-left {
    transform-origin: top left;
}

.mt-advanced-heading .mt-transform-origin-center-center {
    transform-origin: center center;
}

.mt-advanced-heading .mt-transform-origin-top-center {
    transform-origin: top center;
}

.mt-advanced-heading .mt-transform-origin-top-right {
    transform-origin: top right;
}

.mt-advanced-heading .mt-transform-origin-center-left {
    transform-origin: center left;
}

.mt-advanced-heading .mt-transform-origin-center-right {
    transform-origin: center right;
}

.mt-advanced-heading .mt-transform-origin-bottom-left {
    transform-origin: bottom left;
}

.mt-advanced-heading .mt-transform-origin-bottom-center {
    transform-origin: bottom center;
}

.mt-advanced-heading .mt-transform-origin-bottom-right {
    transform-origin: bottom right;
}

@media (min-width: 1025px) {
    .mt-hidden-desktop {
        display: none;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .mt-hidden-tablet {
        display: none;
    }
}

@media (max-width: 767px) {
    .mt-hidden-mobile {
        display: none;
    }
}

/* Hotspot */
.mt-hotspot {
    position: relative;
    display: inline-block;
}

.elementor-widget-mt-hotspot {
    text-align: center;
}

.mt-hotspot .marker {
    display: flex;
    flex-flow: column;
    position: absolute;
    transition: all 300ms;
    text-align: center;
    align-items: center;
    cursor: pointer;
}

.mt-hotspot .mt-hotspot-popup {
    background: red;
}

.mt-tooltips .mt-popover-controls {
    background: grey;
    padding: 5px;
    font-size: 13px;
}

.mt-hotspot .marker .mt-tooltip-icon {
    background-color: #8F55B7;
}


.mt-hotspot .marker.mt-marker-glow .mt-icon:before {
    content: "";
    position: absolute;
	background-color: #8F55B7;
    border-radius: 100%;
    min-width: 50px;
	min-height: 50px;
    line-height: 50px;
	pointer-events: none;
	transform: scale(1);
	animation: mt-hotspot-glow 2s infinite;
}

@-webkit-keyframes mt-hotspot-glow {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  
  @keyframes mt-hotspot-glow {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }

.mt-tooltips.popover .popover-body {
    overflow: auto;
}

.mt-hotspot .tooltip-label {
    position: relative;
}

.mt-tooltips.popover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.mt-tooltips.mt-grow {
    -webkit-animation-name: grow;
    animation-name: grow;
}

.mt-tooltips.mt-slide {
    -webkit-animation-name: slideleft;
    animation-name: slideleft
}

.mt-tooltips.mt-fall {
    -webkit-animation-name: fall;
    animation-name: fall
}

/* Animations */
/* Grow */
@-webkit-keyframes grow {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes grow {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

/* Slide */
@-webkit-keyframes slideleft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideleft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

/* Fall */
@-webkit-keyframes fall {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        /* -webkit-transform: translateZ(0);
        transform: translateZ(0) */
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fall {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        /* -webkit-transform: translateZ(0);
        transform: translateZ(0) */
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Open Table */
.mt-open-table.mighty-ot-button-lg #ot-reservation-widget .ot-button {
    height: 55px;
    line-height: 10px;
    font-size: 16px;
}

.mt-open-table.mighty-ot-button-sm #ot-reservation-widget .ot-button {
    height: 30px;
    line-height: 5px;
    font-size: 14px;
}

.mt-open-table.ot-layout-button #ot-reservation-widget {
    width: 100%;
}

.mt-open-table #ot-reservation-widget {
    display: flex;
}

.mt-open-table #ot-reservation-widget .ot-dtp-picker {
    margin: 0;
}

.mt-open-table #ot-reservation-widget .ot-dtp-picker.wide {
    box-sizing: content-box;
}

.mt-open-table #ot-reservation-widget  .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button {
    text-transform: none;
    padding: 0;
}

/* Content Toggle */
.mt-content-toggle-buttons {
    display: flex;
    flex-direction: column;
}

.mt-content-toggle-buttons .mt-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
}

.mt-content-toggle-buttons .mt-toggle label {
    position: relative;
    display: inline-block;
    width: 4.5em;
    height: 2.3em;
    vertical-align: middle;
}

.mt-content-toggle-buttons .mt-toggle .switch__input {
    display: none;
}

.mt-content-toggle-buttons .mt-toggle .switch__input:checked+.switch__marker {
    background-color: #4fbe79 !important;
}

.mt-content-toggle-buttons .mt-toggle .switch__input:checked+.switch__marker:before {
    transform: translateX(2.1em);
}

.mt-content-toggle-buttons .mt-toggle .switch__marker {
    background-color: #d3d3d3;
    border-radius: 10px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1.5em;
}

.mt-content-toggle-buttons .mt-toggle .switch__marker:before {
    position: absolute;
    content: "";
    height: 1.8em;
    width: 1.8em;
    bottom: .25em;
    left: .25em;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #fff;
    border-radius: 100%;
}

.mt-content-toggle-buttons .mt-toggle .item-toggle {
    margin: 0 15px;
}

.mt-content-toggle-buttons .mt-toggle-content {
    padding: 25px;
}

.mt-content-toggle-buttons .mt-toggle .item-first .title,
.mt-content-toggle-buttons .mt-toggle .item-last .title {
    margin: 0;
}

.mt-content-toggle-buttons .mt-toggle-content p {
    margin: 0;
}

.mt-content-toggle-buttons .mt-toggle-stack-desktop {
    flex-direction: column;
}

@media (max-width: 1024px) {
    .mt-content-toggle-buttons .mt-toggle-stack-desktop {
        flex-direction: column;
    }

    .mt-content-toggle-buttons .mt-toggle-stack-tablet {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .mt-content-toggle-buttons .mt-toggle-stack-desktop {
        flex-direction: column;
    }

    .mt-content-toggle-buttons .mt-toggle-stack-tablet {
        flex-direction: column;
    }

    .mt-content-toggle-buttons .mt-toggle-stack-mobile {
        flex-direction: column;
    }
}

/* Price List */
.mt-pricelist-item-inner {
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 6px;
}

.mt-pricelist-item img {
    max-width: 100%;
    height: auto;
    width: 250px;
}

.mt-pricelist-content {
    flex-grow: 1;
}

.mt-pricelist-header {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-pricelist-title a {
    text-decoration: none;
}

.mt-pricelist-text {
    color: #c9ab81;
    font-size: 18px;
    line-height: 1.5rem;
    font-weight: normal;
    position: relative;
}

.mt-pricelist-text-mobile-left .mt-pricelist-item-inner {
    text-align: left;
}

.mt-pricelist-text-mobile-left .mt-pricelist-header {
    justify-content: flex-start;
}

.mt-pricelist-text-mobile-left .mt-pricelist-image img {
    margin: 0 auto 0 0;
}

.mt-pricelist-text-mobile-center .mt-pricelist-item-inner {
    text-align: center;
}

.mt-pricelist-text-mobile-center .mt-pricelist-header {
    justify-content: center;
}

.mt-pricelist-text-mobile-center .mt-pricelist-image img {
    margin: 0 auto;
}

.mt-pricelist-text-mobile-right .mt-pricelist-item-inner {
    text-align: right;
}

.mt-pricelist-text-mobile-right .mt-pricelist-header {
    justify-content: flex-end;
}

.mt-pricelist-text-mobile-right .mt-pricelist-image img {
    margin: 0 0 0 auto;
}

.mt-pricelist-text-mobile-justify .mt-pricelist-item-inner {
	text-align: justify;
}

.mt-pricelist-text-mobile-justify .mt-pricelist-header {
	justify-content: flex-start;
}

/* tablet */
@media (min-width: 768px) {
    .mt-pricelist-text-tablet-left .mt-pricelist-item-inner {
        text-align: left;
    }
    
    .mt-pricelist-text-tablet-left .mt-pricelist-header {
        justify-content: flex-start;
    }
    
    .mt-pricelist-text-tablet-left .mt-pricelist-image img {
        margin: 0 auto 0 0;
    }
    
    .mt-pricelist-text-tablet-center .mt-pricelist-item-inner {
        text-align: center;
    }
    
    .mt-pricelist-text-tablet-center .mt-pricelist-header {
        justify-content: center;
    }
    
    .mt-pricelist-text-tablet-center .mt-pricelist-image img {
        margin: 0 auto;
    }
    
    .mt-pricelist-text-tablet-right .mt-pricelist-item-inner {
        text-align: right;
    }
    
    .mt-pricelist-text-tablet-right .mt-pricelist-header {
        justify-content: flex-end;
    }
    
    .mt-pricelist-text-tablet-right .mt-pricelist-image img {
        margin: 0 0 0 auto;
    }
    
    .mt-pricelist-text-tablet-justify .mt-pricelist-item-inner {
        text-align: justify;
    }
    
    .mt-pricelist-text-tablet-justify .mt-pricelist-header {
        justify-content: flex-start;
    }
}

/* desktop */
@media (min-width: 992px) {
    .mt-pricelist-text-desktop-left .mt-pricelist-item-inner {
        text-align: left;
    }
    
    .mt-pricelist-text-desktop-left .mt-pricelist-header {
        justify-content: flex-start;
    }
    
    .mt-pricelist-text-desktop-left .mt-pricelist-image img {
        margin: 0 auto 0 0;
    }
    
    .mt-pricelist-text-desktop-center .mt-pricelist-item-inner {
        text-align: center;
    }
    
    .mt-pricelist-text-desktop-center .mt-pricelist-header {
        justify-content: center;
    }
    
    .mt-pricelist-text-desktop-center .mt-pricelist-image img {
        margin: 0 auto;
    }
    
    .mt-pricelist-text-desktop-right .mt-pricelist-item-inner {
        text-align: right;
    }
    
    .mt-pricelist-text-desktop-right .mt-pricelist-header {
        justify-content: flex-end;
    }
    
    .mt-pricelist-text-desktop-right .mt-pricelist-image img {
        margin: 0 0 0 auto;
    }
    
    .mt-pricelist-text-desktop-justify .mt-pricelist-item-inner {
        text-align: justify;
    }
    
    .mt-pricelist-text-desktop-justify .mt-pricelist-header {
        justify-content: flex-start;
    }
}

.mt-pricelist-badge {
    color: #fff;
    background-color: #67ca67;
    font-size: 12px;
    line-height: normal;
    padding: 1px 6px;
    border-radius: 3px;
}

.mt-pricelist-description {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: normal;
}

.mt-pricelist-description p {
    margin: 0;
}

.mt-price-wrapper span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
}

.mt-pricelist-price {
    color: #c9ab81;
}

.mt-pricelist-price.has-discount {
    text-decoration: line-through;
    color: #e81a1a;
}

.mt-price-image-left .mt-pricelist-item-inner {
    display: flex;
}

.mt-price-image-left .mt-pricelist-image {
    margin-right: 15px;
}

.mt-price-image-right .mt-pricelist-item-inner {
    display: flex;
}

.mt-price-image-right .mt-pricelist-image {
    margin-left: 15px;
    order: 1;
}

.mt-pricelist-separator {
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 40px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    height: 0;
}

.mt-pricelist-separator-none {
    border: none;
}

.mt-pricelist-categories-tabs {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.mt-pricelist-categories-tabs a {
    color: #393939;
    display: flex;
    margin: 5px 10px;
}

.mt-pricelist-categories-tabs li.active a,
.mt-pricelist-categories-tabs li a:hover {
    color: #c9ab81;
}

.mt-pricelist .mt-pricelist-categories-tabs .tab-link .mt-tabs-link {
    align-items: center;
}

.mt-pricelist-icon {
    vertical-align: middle;
}

.mt-pricelist-icon-left a span:first-child {
    order: 0;
    padding-right: 5px;
}

.mt-pricelist-icon-left a span i {
    text-align: center;
}

.mt-pricelist-icon-top a {
    flex-direction: column;
    align-items: center;
}

.mt-pricelist-icon-top a span:first-child {
    padding-bottom: 5px;
}

.mt-pricelist-icon-right a span:first-child {
    order: 1;
    padding-left: 5px;
}

@media (min-width: 767px) {
    .mt-pricelist-vertical-tabs {
        display: flex;
        align-items: flex-start;
    }

    .mt-pricelist-vertical-tabs .mt-pricelist-categories-tabs {
        max-width: 200px;
        flex: 0 0 200px;
        flex-direction: column;
    }

    .mt-pricelist-vertical-tabs .mt-pricelist-categories-tabs {
        justify-content: flex-end;
        justify-content: center;
        justify-content: flex-start;
        margin: 0;
    }

    .mt-pricelist-vertical-tabs-right .mt-pricelist-categories-tabs {
        order: 1;
    }
}

.mt-pricelist-horizontal-tabs .mt-pricelist-categories-tabs {
    margin: 0 0 20px;
}

.mt-pricelist-horizontal-tabs li:not(:last-child) {
    margin-right: 15px;
}

/* Insta Gallery */
.mt-insta-gallery .mt-insta-gallery-media img {
    width: 100%;
}

.mt-insta-gallery .load-more {
    text-align: center;
    margin-top: 30px;
}

.mt-insta-gallery .btn {
    color: #fff;
    background-color: #2d3640;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    line-height: normal;
    display: inline-block;
}

.mt-insta-gallery .mighty-button-lg {
    padding: 20px 40px;
    font-size: 20px;
}

.mt-insta-gallery .mighty-button-sm {
    padding: 6px 15px;
    font-size: 14px;
}

.mt-insta-gallery h2 {
    text-align: center;
    margin-bottom: 20px;
}

.mt-insta-gallery .mt-insta-gallery-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}

.mt-insta-gallery .mt-insta-gallery-grid .mt-insta-gallery-post {
    position: relative;
}

.mt-insta-gallery .mt-insta-gallery-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    box-sizing: border-box;
    height: 60px;
    justify-content: space-between;
}

.mt-insta-gallery .mt-insta-gallery-user {
    display: flex;
}

.mt-insta-gallery .mt-insta-gallery-user-image-wrapper {
    background-image: linear-gradient(40deg, #f99b4a 15%, #dd3071 50%, #c72e8d 85%);
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 2px;
    box-sizing: border-box;
    margin-right: 10px;
}

.mt-insta-gallery .mt-insta-gallery-user-image {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.mt-insta-gallery .mt-insta-gallery-media {
    position: relative;
}

.mt-insta-gallery .mt-insta-gallery-media .mt-insta-gallery-posts-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.mt-insta-gallery .mt-insta-gallery-post-date {
    font-size: 12px;
}

.mt-insta-gallery .mt-insta-gallery-user-name a {
    color: #363636;
    font-size: 16px;
    font-weight: 600;
}

.mt-insta-gallery .mt-insta-gallery-post-meta {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}

.mt-insta-gallery .mt-insta-gallery-post-meta .mt-insta-gallery-post-share {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.mt-insta-gallery .mt-insta-gallery-post-meta .mt-insta-gallery-post-share .mt-insta-gallery-post-share-label {
    margin-left: 5px;
    user-select: none;
}

.mt-insta-gallery .mt-insta-gallery-post-meta .mt-insta-gallery-post-share .mt-insta-share-list {
    display: none;
    background-color: #2f353a;
    border-radius: 4px;
    overflow: hidden;
}

.mt-insta-gallery .mt-insta-gallery-post-meta .mt-insta-gallery-post-share .mt-insta-share-list a {
    padding: 8px 10px;
    color: #fff !important;
    font-size: 14px;
    display: block;
    text-decoration: none;
}

.mt-insta-gallery .mt-insta-gallery-post-meta .mt-insta-gallery-post-share .mt-insta-share-list:not(:last-child) {
    border-bottom: 1px solid #42474c;
}

.mt-insta-gallery .mt-insta-gallery-post-meta .mt-insta-gallery-post-share .mt-insta-share-list:hover {
    background-color: #323232;
}

.mt-insta-gallery .mt-insta-gallery-post-meta .mt-insta-gallery-post-share.showlist .mt-insta-share-list {
    display: block;
    position: absolute;
    bottom: 100%;
    width: 160px;
    z-index: 9;
    right: 0;
 }

.mt-insta-gallery .mt-insta-gallery-post-likes-count,
.mt-insta-gallery .mt-insta-gallery-post-comments-count {
    display: flex;
    align-items: center;
}

.mt-insta-gallery .mt-insta-gallery-post-likes-count svg,
.mt-insta-gallery .mt-insta-gallery-post-comments-count svg {
    margin-right: 5px;
}

.mt-insta-gallery .mt-insta-gallery-post-content {
    padding: 5px 10px 10px;
}

.mt-insta-gallery .mt-insta-tile-template .mt-insta-gallery-post-meta {
    justify-content: center;
}

.mt-insta-gallery .mt-insta-tile-template .mt-insta-gallery-post-content {
    position: relative;
    width: 80%;
    max-height: 80%;
    transform: translateY(10px);
    margin: 0 auto;
    transition: 0.3s all ease;
}

.mt-insta-gallery .mt-insta-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #000c;
    width: 100%;
    opacity: 0;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: opacity 0.3s, visibility 0.3s;
}

.mt-insta-gallery .mt-insta-gallery-post:hover .mt-insta-gallery-overlay {
    opacity: 1;
}

.mt-insta-gallery .mt-insta-gallery-post:hover .mt-insta-gallery-post-content {
    transform: translateY(0);
}

.mt-insta-gallery .mt-insta-gallery-overlay a {
    color: #fff;
}

.mt-insta-gallery .mt-insta-gallery-overlay svg {
    fill: #fff;
}

.mt-insta-gallery .mt-insta-gallery-profile-link {
    display: flex;
    align-items: center;
}

.mt-insta-gallery .mt-insta-gallery-profile-link a {
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
}

/* Insta Modal */
.modal-open {
    overflow-y: hidden;
}
.ig-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.ig-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 65px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* WhatsApp */
.mt-whatsapp-chat {
    z-index: 999999;
}

.mt-whatsapp-chat .mt-whatsapp-chat-box {
    width: 360px;
    display: flex;
    opacity: 0;
    flex-direction: column;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    top: 0;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    transition: all .2s ease;
    visibility: hidden;
}

.mt-whatsapp-chat .mt-whatsapp-chat-box * {
    box-sizing: border-box;
}

.mt-whatsapp-chat .mt-whatsapp-chat-box-open {
    opacity: 1;
    top: -10px;
    visibility: visible;
}

.mt-whatsapp-chat .mt-whatsapp-chat-header {
    display: flex;
    align-items: center;
    background: #095e54;
    padding: 20px 28px 20px 20px;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-image {
    width: 52px;
    position: relative;
    margin-right: 15px;
    line-height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 52px;
    border-radius: 52px;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-image.whatsapp-online:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #4ad504;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    border: 2px solid green;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-image.whatsapp-offline:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ff0000;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    border: 2px solid tomato;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-image.whatsapp-busy:before {
    content: "";
    width: 10px;
    height: 10px;
    background: lightgray;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    border: 2px solid grey;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-details .mt-whatsapp-chat-user-name .whatsapp-online {
    width: 10px;
    height: 10px;
    background: #4ad504;
    border-radius: 10px;
    border: 2px solid green;
    margin-left: 8px;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-details .mt-whatsapp-chat-user-name .whatsapp-busy {
    width: 10px;
    height: 10px;
    background: lightgray;
    border-radius: 10px;
    border: 2px solid grey;
    margin-left: 8px;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-details .mt-whatsapp-chat-user-name .whatsapp-offline {
    width: 10px;
    height: 10px;
    background: #ff0000;
    border-radius: 10px;
    border: 2px solid tomato;
    margin-left: 8px;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-image img {
    max-width: 100%;
    height: auto;
    border-radius: 100%;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-name {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}

.mt-whatsapp-chat .mt-whatsapp-chat-user-info {
    color: #fff;
    font-size: 13px;
    margin-top: 1px;
    line-height: normal;
}

.mt-whatsapp-chat .mt-whatsapp-chat-container {
    padding: 20px;
    max-height: 400px;
    position: relative;
    overflow: auto;
    background-color: #EAEAEA;
}

.mt-whatsapp-chat .mt-whatsapp-chat-message-wrapper {
    display: flex;
    z-index: 1;
    position: relative;
}

.mt-whatsapp-chat .message {
    background-color: #fff;
    padding: 6px 10px 4px 10px;
    box-shadow: 0px 1px 0.5px 0px rgba(0, 0, 0, 0.13);
    border-radius: 0 8px 8px 8px;
}

.mt-whatsapp-chat .author {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
}

.mt-whatsapp-chat .text-message {
    font-size: 14px;
    line-height: 19px;
    margin-top: 8px;
    color: #111111;
}

.mt-whatsapp-chat .time {
    text-align: right;
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
}

.mt-whatsapp-chat .mt-whatsapp-chat-footer {
    background-color: #fff;
    padding: 10px 15px;
}

.mt-whatsapp-chat .mt-whatsapp-chat-footer a {
    display: flex;
    color: #fff;
    text-decoration: none;
    background-color: #4fce5d;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 25px;
}

.mt-whatsapp-chat .mt-whatsapp-chat-footer i {
    margin-right: 5px;
    fill: currentColor;
}

.mt-whatsapp-chat .close {
    position: absolute;
    top: 20px;
    right: 25px;
    cursor: pointer;
}

.mt-whatsapp-chat .close:before,
.mt-whatsapp-chat .close:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #e2e2e2;
    border-radius: 2px;
    display: block;
}

.mt-whatsapp-chat .close:before {
    transform: rotate(45deg);
}

.mt-whatsapp-chat .close:after {
    transform: rotate(-45deg);
}

.mt-whatsapp-chat-floating-left {
    position: fixed;
    bottom: 25px;
    left: 25px;
}

.mt-whatsapp-chat-floating-right .mt-ctc-button-wrapper {
    text-align: right;
}

.mt-whatsapp-chat-floating-right {
    position: fixed;
    bottom: 25px;
    right: 25px;
}

.mt-whatsapp-chat-floating-right .mt-whatsapp-popup {
    margin: 0 0 0 auto;
}

.mt-whatsapp-chat .mt-whatsapp-popup {
    position: relative;
    border-radius: 50px;
    background-color: #4fce5d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
    z-index: 9;
}

.mt-whatsapp-chat .mt-whatsapp-popup.mt-whatsapp-with-text {
    padding: 10px 20px;
}

.mt-whatsapp-chat .mt-whatsapp-popup.mt-whatsapp-animate:before,
.mt-whatsapp-chat .mt-whatsapp-popup.mt-whatsapp-animate:after {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #4fce5d;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backface-visibility: hidden;
    opacity: 0;
    animation: ma-pulse-small 1.5s linear infinite;
}

.mt-whatsapp-chat .mt-whatsapp-popup.mt-whatsapp-with-text:before,
.mt-whatsapp-chat .mt-whatsapp-popup.mt-whatsapp-with-text:after {
    border-radius: 20px;
    animation: ma-pulse 1.5s linear infinite;
}

.mt-whatsapp-chat .mt-whatsapp-popup.mt-whatsapp-animate:after  {
    animation-delay: 1s;
}

.mt-whatsapp-chat .mt-whatsapp-chat-box-open+.mt-whatsapp-animate:before,
.mt-whatsapp-chat .mt-whatsapp-chat-box-open+.mt-whatsapp-animate:after {
    display: none;
}

.mt-whatsapp-chat .mt-whatsapp-popup i {
    color: #fff;
    line-height: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    width: 16px;
}

.mt-whatsapp-chat .mt-whatsapp-popup .mt-whatsapp-popup-text {
    color: #fff;
    line-height: normal;
    font-weight: 600;
    margin-left: 5px;
    z-index: 1;
    font-size: 16px;
}

.mt-whatsapp-chat .mt-whatsapp-popup .mt-whatsapp-popup-icon {
    z-index: 1;
}

@keyframes ma-pulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
     }
  
     50% {
        opacity: 1;
     }
     100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
     }
}

@keyframes ma-pulse-small {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
     }
  
     50% {
        opacity: 1;
     }
     100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
     }
}

.mt-whatsapp-chat .mt-button-icon-left {
    display: flex;
    flex-flow: row;
}

.mt-whatsapp-chat .mt-button-icon-right {
    display: flex;
    flex-flow: row-reverse;
}

/* Click To Call */
.mt-click-to-call {
    z-index: 999999;
}

.mt-click-to-call .mt-ctc-chat-box {
    background-color: #fff;
    width: 260px;
    display: flex;
    opacity: 0;
    flex-direction: column;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 6px -2px;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.2s ease 0s;
    padding: 20px;
    margin-bottom: 20px;
}

.mt-click-to-call .mt-ctc-chat-box.mt-click-to-call-box-open {
    opacity: 1;
    top: -10px;
    visibility: visible;
}

.mt-click-to-call .mt-ctc-popup .mt-ctc-with-text {
    border-radius: 20px;
    padding: 10px 20px;
}

.mt-click-to-call .mt-ctc-popup.mt-ctc-animate .mt-ctc-button:before,
.mt-click-to-call .mt-ctc-popup.mt-ctc-animate .mt-ctc-button:after {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #3452ff;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backface-visibility: hidden;
    opacity: 0;
    animation: ma-pulse-small 1.5s linear infinite;
}

.mt-click-to-call .mt-ctc-popup.mt-ctc-animate.mt-ctc-with-text .mt-ctc-button:before,
.mt-click-to-call .mt-ctc-popup.mt-ctc-animate.mt-ctc-with-text .mt-ctc-button:after {
    animation: ma-pulse 1.5s linear infinite;
    border-radius: 20px;
}

.mt-click-to-call .mt-ctc-popup.mt-ctc-animate .mt-ctc-button:after,
.mt-click-to-call .mt-ctc-popup.mt-ctc-animate.mt-ctc-with-text .mt-ctc-button:after{
    animation-delay: 1.2s;
}

.mt-click-to-call .mt-click-to-call-box-open+.mt-ctc-animate .mt-ctc-button:before,
.mt-click-to-call .mt-click-to-call-box-open+.mt-ctc-animate .mt-ctc-button:after {
    display: none;
}

.mt-click-to-call .mt-ctc-chat-box * {
    box-sizing: border-box;
}

.mt-click-to-call .mt-ctc-chat-box .mt-ctc-header-image {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 52px;
    border-radius: 52px;
    width: 52px;
}

.mt-click-to-call .mt-ctc-chat-box .mt-ctc-name {
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    line-height: normal;
    text-align: center;
}

.mt-click-to-call .mt-ctc-chat-box .mt-ctc-caption {
    font-size: 14px;
    color: #393939;
    line-height: normal;
    text-align: center;
}

.mt-click-to-call .mt-ctc-chat-box .mt-ctc-s-description {
    font-size: 16px;
    color: #393939;
    line-height: normal;
    text-align: center;
    padding: 10px 0;
}

.mt-click-to-call .mt-ctc-chat-box .mt-ctc-phone {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: rgba(52, 82, 255, 0.3);
    border-radius: 40px;
    padding: 6px 10px;
    text-decoration: none;
}

.mt-click-to-call .mt-ctc-chat-box .mt-ctc-phone i {
    margin-right: 5px;
}

.mt-click-to-call .mt-ctc-button {
    position: relative;
    border-radius: 50px;
    background-color: #3452ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    cursor: pointer;
}

.mt-click-to-call .mt-ctc-with-text .mt-ctc-button {
    padding: 6px 20px;
}

.mt-click-to-call .mt-ctc-button .mt-ctc-icon {
    position: relative;
    cursor: pointer;
    z-index: 1;
    font-size: 0;
}

.mt-click-to-call .mt-ctc-button i {
    color: #fff;
    z-index: 1;
	font-size: 20px;
	line-height: 20px;
	height: 20px;
	width: 20px;
}

.mt-click-to-call .mt-ctc-button .mt-ctc-text {
    color: #fff;
    margin-left: 5px;
}

/* Timeline */
.mt-timeline-wrap {
    position: relative;
}

.mt-timeline-wrap * {
    box-sizing: border-box;
}

.mt-timeline-wrap .mt-timeline-block {
    display: flex;
}

.mt-timeline-wrap .mt-timeline-block:not(:last-child) {
    margin-bottom: 30px;
}

.mt-timeline-wrap .mt-timeline-content {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    width: 100%;
    position: relative;
    filter: drop-shadow(0 0 10px #eee);
}

.mt-timeline-wrap .mt-timeline-title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mt-timeline-wrap .mt-timeline-content-text {
    font-size: 16px;
    color: #776868;
}

.mt-timeline-wrap.mt-timeline-view-left .mt-timeline-content {
    order: 1;
}

.mt-timeline-wrap.mt-timeline-view-center .mt-timeline-block {
    display: flex;
    justify-content: center;
}

.mt-timeline-wrap.mt-timeline-view-center .mt-timeline-marker {
    margin: 0 40px;
    flex-shrink: 0;
    flex-grow: 0;
}

.mt-timeline-wrap.mt-timeline-view-center .mt-timeline-content,
.mt-timeline-wrap.mt-timeline-view-center .mt-timeline-date {
    flex-basis: 50%;
    flex-grow: 1;
}

.mt-timeline-wrap.mt-timeline-view-center .mt-timeline-content .mt-timeline-date {
    display: none;
}

.mt-timeline-wrap.mt-timeline-view-center .mt-timeline-block:nth-child(odd) .mt-timeline-content {
    order: 2;
}

.mt-timeline-wrap.mt-timeline-view-center .mt-timeline-block:nth-child(odd) .mt-timeline-marker {
    order: 1;
}

.mt-timeline-wrap.mt-timeline-view-center .mt-timeline-block:nth-child(odd) .mt-timeline-date {
    text-align: right;
}

.mt-timeline-arrow {
    position: absolute;
    height: 30px;
}

.mt-timeline-arrow:after {
    content: '';
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    display: inline;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.mt-timeline-arrow-top .mt-timeline-arrow {
    top: 10px;
}

.mt-timeline-arrow-top .mt-timeline-block {
    align-items: flex-start;
}

.mt-timeline-arrow-middle .mt-timeline-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.mt-timeline-arrow-middle .mt-timeline-block {
    align-items: center;
}

.mt-timeline-arrow-bottom .mt-timeline-arrow {
    bottom: 10px;
}

.mt-timeline-arrow-bottom .mt-timeline-block {
    align-items: flex-end;
}

.mt-timeline-view-left .mt-timeline-arrow {
    left: 0;
}

.mt-timeline-view-left .mt-timeline-arrow:after {
    border-right: 13px solid #fff;
}

.mt-timeline-view-center .mt-timeline-block:nth-child(odd) .mt-timeline-arrow {
    left: 0;
}

.mt-timeline-view-center .mt-timeline-block:nth-child(odd) .mt-timeline-arrow:after {
    border-right: 13px solid;
}

.mt-timeline-view-center .mt-timeline-block:nth-child(odd) .mt-timeline-content {
    text-align: left;
}

.mt-timeline-view-center .mt-timeline-block:nth-child(even) .mt-timeline-arrow {
    right: -13px;
}

.mt-timeline-view-center .mt-timeline-block:nth-child(even) .mt-timeline-arrow:after {
    border-left: 13px solid;
}

.mt-timeline-view-center .mt-timeline-block:nth-child(even) .mt-timeline-content {
    text-align: right;
}

.mt-timeline-view-right .mt-timeline-arrow {
    right: -13px;
}

.mt-timeline-view-right .mt-timeline-arrow:after {
    border-left: 13px solid #fff;
}

.mt-timeline-marker {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    background-color: #15aabf;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    z-index: 1;
}

.mt-timeline-marker .mt-timeline-marker-inner {
    font-size: 15px;
    line-height: 15px;
    color: #fff;
}

.mt-timeline-view-left .mt-timeline-marker {
    margin-right: 40px;
}

.mt-timeline-view-center .mt-timeline-marker {
    margin-left: 40px;
    margin-right: 40px;
}

.mt-timeline-view-right .mt-timeline-marker {
    margin-left: 40px;
}

.mt-timeline-line {
    position: absolute;
    width: 2px;
    background-color: #d6d6d6;
    height: 100%;
    transform: translateX(-50%);
    top: 0;
}

.mt-timeline-view-left .mt-timeline-line {
    left: calc(40px / 2);
}

.mt-timeline-view-center .mt-timeline-line {
    right: auto;
    left: 50%;
}

.mt-timeline-view-right .mt-timeline-line {
    right: calc(40px / 2);
}

.mt-timeline-line-inner {
    background: #4caf50;
    height: 0%;
}

.mt-timeline-image img {
    display: inline-block;
}

.mt-timeline-focused .mt-timeline-marker {
    background-color: red;
}

.mt-timeline-wrap .load-more {
    text-align: center;
    margin-top: 30px;
}

.mt-timeline-wrap .btn {
    color: #fff;
    background-color: #2d3640;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    line-height: normal;
    display: inline-block;
}

.mt-element-hidden {
    display: none;
}