/*
Theme Name: M-Spirit (by Avi E.M)
Theme URI: https://www.mspirit.co.il
Author: RESITE
Author URI: https://resite.pro/
Description: Mspirit 2021 site
Requires at least: 5.7.2
Requires PHP: 7.2
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rs_mspirit
Tags: custom theme

Avi Ezra Meir | avi.ezra@gmail.com | https://www.resite.pro
*/

.expert-custom {
    cursor: pointer;
}

.l-trip:not(.slick-initialized) {
    display: flex;
}

.custom-center {
    text-align: center;
}

.post-wysi .s-about-person__description-image {
    display: block;
}

.article_link {
    display: block;
}

.resort-english-name {
    font-family: Helvetica, Arial, serif;
    color: #fffffe;
    font-size: 4rem;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -0.1px;
    word-spacing: 0.8px;
}

.p-resort .l-rating__item .svg-star {
    fill: #90d3cd;
}

.page-template-page-home .sl-hero__title, .page-template-page-home .sl-hero__subtitle {
    font-size: 7rem;
}

.package-name {
    font-size: 100% !important;
}

#adidiMorfixChromeExtensionBalloon {
    display: none !important;
}


.f-contact-us__title-modal p {
    font-size: 6rem;
    line-height: 0.8;
    font-weight: 700;
    color: #00acc6;
}

.f-contact-us__title-modal p:first-of-type {
    color: white;
}

.f-contact-us__title-modal p:last-of-type {
    font-size: 2.8rem;
}


@media screen and (max-width: 1024px) {
    .f-contact-us__title-modal p:first-of-type, .f-contact-us__title-modal p:last-of-type {
        font-size: 2rem;
    }

    .f-contact-us__title-modal p:first-of-type {
        color: black;
    }
}


@media screen and (max-width: 374px) {
    .resort-english-name {
        font-size: 3rem;
    }
}

.s-info_strip {
    background-color: rgba(144,211,205,0.15);
    padding: 50px 0;
}
.s-info_strip .container {
    max-width: 174rem;
    padding: 0 7rem;
}
.s-info_strip p {
    font-size: 2.2rem;
    line-height: 1;
}
.col-auto {
    display: inline-block;
    width: auto;
}
.s-info_strip .btn._secondary {
    color: #00acc6;
    border-color: #00acc6;
    background-color: transparent;
    transition: 0.3s all;
    min-height: 4.4rem;
    padding: 1.1rem 1.8rem;
    min-width: 11rem;
    font-size: 1.8rem;
}

.s-info_strip .btn._secondary:hover {
    color: #fff;
    background-color: #00acc6;
}

@media ( min-width: 1200px ) {
    .s-info_strip .btn._secondary {

    }
}


@media ( min-width: 1180px ) and ( max-width: 1349px ) {
    .s-info_strip p,
    .s-info_strip .btn {
        font-size: 1.8rem;
    }
}
@media ( max-width: 1179px ) {
    .s-info_strip p,
    .s-info_strip .btn  {
        font-size: 1.5rem;
    }
}
@media ( max-width: 767px ) {
    .s-info_strip {
        padding: 25px 0;
    }
    .s-info_strip .container {
        padding: 0 5rem;
    }
    .s-info_strip p {
        text-align: center;
    }
    .col-auto {
        display: block;
        width: auto;
    }
    .col-auto.left {
        text-align: center;
    }
    .s-info_strip .btn._secondary {
        display: inline-block;
        margin: 15px auto 0;
        width: auto;
        min-height: 2.4rem;
        padding: 1rem 1.1rem;
        min-width: 9rem;
        font-size: 1.5rem;
    }
}

@media ( min-width: 768px ) {
    .col-auto.left {
        float: left;
    }
}

