/**
Theme Name: Equides Child
Author: Lanet CLICK
Author URI: https://lanet.click/
Description: Child Theme for Equides
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: equides-child
Template: equides
*/

.main-title h1,
.title-section h1,
.contacts__title h1,
.first-screen__title--home h1,
.first-screen__title h1,
.error-page__title h1 {
    font-size: inherit;
}

.general-information__title h2,
.first-screen__descriptions h2 {
    font-size: 2rem;
    font-weight: 700;
}

@media (max-width: 1800px) {
    .navigation .navigation__item+.navigation__item {
        margin-left: 10px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .navigation .navigation__item+.navigation__item {
        margin-left: 5px !important;
    }
}
.navigation .navigation__item+.navigation__item {
    margin-left: 15px;
}
@media only screen and (max-width: 1800px) {
    .navigation__link {
        padding: 1.5rem 1rem;
        font-size: 1.2rem;
    }
}

.text-content a {
    color: #e8ae5d !important;
}

/**
 * Footer anchors 
 */
.footer__bottom {
    align-items: center;
}
@media (max-width: 768px) {
    .footer__bottom {
        justify-content: center !important;
    }
}

.footer__anchors {
    display: flex;
    flex-wrap: wrap;
    max-width: 350px;
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
@media (min-width: 1201px) {
    .footer__anchors {
        margin-left: 250px;
    }
}
@media (min-width: 1500px) {
    .footer__anchors {
        margin-left: 300px;
    }
}
@media (min-width: 1600px) {
    .footer__anchors {
        margin-left: 350px;
    }
}
@media (min-width: 1800px) {
    .footer__anchors {
        margin-left: 450px;
    }
}

.footer__anchors a {
    display: flex;
    align-items: center;
    height: 25px;
    padding: 6px;
    margin: 6px;
    font-weight: 500;
    border-radius: 15px;
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    transition: .3s ease;
}

.footer__anchors a:hover {
    color: #e8ae5d;
    background: #333333;
    transition: .3s ease;
}

/**
 * Hide blocks in Academy pages
 */
.coaching-staff.decor-parent,
.our-academies {
    display: none;
} 

body .first-screen {
    background-position: top;
}

/**
 * FAQ Section
 */
.equides-faq {
    padding-bottom: 8.5rem;
}
@media (max-width: 1200px) {
    .equides-faq {
        padding-bottom: 3rem;
    }
}

.equides-faq .container {
    max-width: 110rem;
    width: 100%;
    margin: 0 auto;
} 

.equides-faq__title {
    position: relative;
    margin-bottom: 37px;
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 700;
    padding-left: 2.4rem;
    text-transform: uppercase;
}
@media (max-width: 1200px) {
    .equides-faq__title {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

.equides-faq__title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.4rem;
    background: #e8ae5d;
}

.equides-faq__accordion {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 18px;
    background-color: #f0f1f1;
    color: #444;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.equides-faq__accordion.active, 
.equides-faq__accordion:hover {
    background-color: #ccc;
}

.equides-faq__accordion:after {
    margin-left: 5px;
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='20' height='12' viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'><path d='M3.50002 0.799805L10 7.2998L16.5 0.799805L19.1 2.0998L10 11.1998L0.900024 2.0998L3.50002 0.799805Z' fill='%2330373f'/></svg>");
    transition: all 0.3s ease 0s;
    color: #777;
    font-weight: bold;
}

.equides-faq__accordion.active:after {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='20' height='12' viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'><path d='M3.50002 0.799805L10 7.2998L16.5 0.799805L19.1 2.0998L10 11.1998L0.900024 2.0998L3.50002 0.799805Z' fill='%2330373f'/></svg>");
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
}

.equides-faq__panel {
    max-height: 0px;
    padding: 0px 18px;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.equides-faq__panel .panel__inner {
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 1.2;
}

/**
 * Drop Menu in Header
 */
.navigation .navigation__drop .navigation__drop-link[href="#"],
.navigation .navigation__drop--mobile .navigation__drop-link[href="#"] {
    font-weight: 900;
}

@media (max-width: 1200px) {
    .navigation.active {
        -webkit-transform: unset;
        transform: unset;
    }
    .navigation__item.active .navigation__drop--mobile {
        display: none;
    }
}

.navigation .navigation__drop::before,
.navigation .navigation__drop::after {
    display: none;
}

.navigation .navigation__drop {
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    z-index: 999;
    opacity: 1;
}
@media (min-width: 1201px) {
    .navigation .navigation__drop {
        min-width: 400px;
    }
}

.navigation .navigation__drop--mobile .navigation__drop-link {
    background: #fff;
    color: #30373f;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding-left: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.2rem;
    font-weight: 500;
}
@media (min-width: 1201px) {
    .navigation .navigation__drop--mobile {
        display: none;
    }
}

@media (max-width: 1200px) {
    .navigation .navigation__drop {
        display: none;
    }
}

.navigation .navigation__drop .navigation__drop-link {
    display: block;
    margin-bottom: 5px;
    height: 44px;
    padding: 15px;
    color: #30373f;
    text-decoration: none;
}

.navigation .navigation__drop .navigation__drop-link:hover {
    color: #ffffff;
    background-color: #30373f;
}

@media (min-width: 1201px) {
    .navigation .navigation__item {
        position: relative;
    }
}
@media (max-width: 1200px) {
    .navigation .navigation__item {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1800px) {
    .navigation .navigation__item + .navigation__item {
        margin-left: 0px !important;
    }
}

.wp-block-image {
    margin-bottom: 25px;
}

.navigation .navigation__item .navigation__drop {
    left: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
}

/* Vertical scroll if submenu height > viewport */
.mp-submenu {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.mp-submenu,
.mp-subsubmenu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 9999;
}

.mp-subsubmenu {
    height: 100%;
    padding-top: 5px;
    background-color: #ffffff;
}

.mp-submenu__list:hover .mp-subsubmenu {
    display: block;
}

.mp-subsubmenu .mp-subsubmenu__item .navigation__drop-link {
    padding-left: 30px;
}

.mp-subsubmenu__item .navigation__drop-link {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.mp-submenu--mobile,
.mp-subsubmenu--mobile {
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 9999;
}

.mp-subsubmenu__item--mobile {
    padding-left: 3rem;
}

.navigation .navigation__drop--mobile .navigation__drop-link {
    flex-direction: unset;
    align-items: center;
}

.mp-submenu__list--mobile svg {
    margin-left: 0.6rem;
    transform: rotate(-90deg);
    fill: #30373f;
}

.categories__caption-text {
    padding-left: 15px;
    padding-right: 15px;
}

/* === Single Hotel Page - single-hotel.php === */

.first-screen.first-screen--mb::before {
    -webkit-gradient: linear,left top,left bottom,from(transparent),color-stop(11%,rgba(0,0,0,.11)),color-stop(61%,rgba(0,0,0,.48)),color-stop(76%,rgba(0,0,0,.57)),to(rgba(0,0,0,.62)));
    z-index: 1;
}

.first-screen.first-screen--mb.sigle--hotel .first-screen__img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.first-screen.first-screen--mb.sigle--hotel .first-screen__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider.sigle--hotel {
    margin-bottom: 50px;
}

.slider.sigle--hotel .slider__inner {
    position: relative; 
}

.slider.sigle--hotel .first-screen__sliderFor-box {
    position: unset;
    max-width: 900px; 
    margin: 0px auto;
}

.slider.sigle--hotel .first-screen__slider-itemFor {
    height: 500px;
}

.first-screen__sliderNav-box {
    z-index: 2;
}

/* === end Single Hotel Page === */

.info-box__btn .btn__text--icon {
    justify-content: flex-start;
}

.info-box__btn .btn__text--icon svg {
    width: 30px;
}

.info-box__btn .btn__text p {
    max-width: 125px;
}

/* Feedback Popup Form */
.popup.popup--feedback .popup__box .feedback__row {
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.popup.popup--feedback .popup__box .feedback__row .feedback__cell {
    flex: 100%;
    max-width: 100%;
}

.popup.popup--feedback .popup__box .feedback__row p {
    width: 100%;
}

.popup.popup--feedback .popup__box .feedback__btn span {
    margin-bottom: 0px;
}
/* end Feedback Popup Form */

/* Hide ru language form the header language switcher */
.language .language__item a.language__link[href*="/ru/"] {
    display: none;  
}

/* Header socials block */
.header__top-right .social {
    margin-right: 15px;
}
@media (max-width: 575.98px) {
    .header__top-right .social {
        margin-right: 5px;
    }
}

@media (min-width: 576px) {
    .header__top-right .social .social__list .social__item {
        margin-left: 10px;
    }
}

@media (max-width: 767.98px) {
    .header__top-right .social .social__list .social__item {
        width: 2rem;
        height: 2rem;
    }
}
@media (max-width: 575.98px) {
    .header__top-right .social .social__list .social__item {
        margin-left: 7px;
    }
}

.coaches__name h1 {
    font-size: 3.6rem !important;
}/**
Theme Name: Equides Child
Author: Lanet CLICK
Author URI: https://lanet.click/
Description: Child Theme for Equides
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: equides-child
Template: equides
*/

.main-title h1,
.title-section h1,
.contacts__title h1,
.first-screen__title--home h1,
.first-screen__title h1,
.error-page__title h1 {
    font-size: inherit;
}

.general-information__title h2,
.first-screen__descriptions h2 {
    font-size: 2rem;
    font-weight: 700;
}

@media (max-width: 1800px) {
    .navigation .navigation__item+.navigation__item {
        margin-left: 10px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .navigation .navigation__item+.navigation__item {
        margin-left: 5px !important;
    }
}
.navigation .navigation__item+.navigation__item {
    margin-left: 15px;
}
@media only screen and (max-width: 1800px) {
    .navigation__link {
        padding: 1.5rem 1rem;
        font-size: 1.2rem;
    }
}

.text-content a {
    color: #e8ae5d !important;
}

/**
 * Footer anchors 
 */
.footer__bottom {
    align-items: center;
}
@media (max-width: 768px) {
    .footer__bottom {
        justify-content: center !important;
    }
}

.footer__anchors {
    display: flex;
    flex-wrap: wrap;
    max-width: 350px;
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
@media (min-width: 1201px) {
    .footer__anchors {
        margin-left: 250px;
    }
}
@media (min-width: 1500px) {
    .footer__anchors {
        margin-left: 300px;
    }
}
@media (min-width: 1600px) {
    .footer__anchors {
        margin-left: 350px;
    }
}
@media (min-width: 1800px) {
    .footer__anchors {
        margin-left: 450px;
    }
}

.footer__anchors a {
    display: flex;
    align-items: center;
    height: 25px;
    padding: 6px;
    margin: 6px;
    font-weight: 500;
    border-radius: 15px;
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    transition: .3s ease;
}

.footer__anchors a:hover {
    color: #e8ae5d;
    background: #333333;
    transition: .3s ease;
}

/**
 * Hide blocks in Academy pages
 */
.coaching-staff.decor-parent,
.our-academies {
    display: none;
} 

body .first-screen {
    background-position: top;
}

/**
 * FAQ Section
 */
.equides-faq {
    padding-bottom: 8.5rem;
}
@media (max-width: 1200px) {
    .equides-faq {
        padding-bottom: 3rem;
    }
}

.equides-faq .container {
    max-width: 110rem;
    width: 100%;
    margin: 0 auto;
} 

.equides-faq__title {
    position: relative;
    margin-bottom: 37px;
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 700;
    padding-left: 2.4rem;
    text-transform: uppercase;
}
@media (max-width: 1200px) {
    .equides-faq__title {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

.equides-faq__title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0.4rem;
    background: #e8ae5d;
}

.equides-faq__accordion {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 18px;
    background-color: #f0f1f1;
    color: #444;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.equides-faq__accordion.active, 
.equides-faq__accordion:hover {
    background-color: #ccc;
}

.equides-faq__accordion:after {
    margin-left: 5px;
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='20' height='12' viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'><path d='M3.50002 0.799805L10 7.2998L16.5 0.799805L19.1 2.0998L10 11.1998L0.900024 2.0998L3.50002 0.799805Z' fill='%2330373f'/></svg>");
    transition: all 0.3s ease 0s;
    color: #777;
    font-weight: bold;
}

.equides-faq__accordion.active:after {
    content: url("data:image/svg+xml;charset=UTF-8,<svg width='20' height='12' viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'><path d='M3.50002 0.799805L10 7.2998L16.5 0.799805L19.1 2.0998L10 11.1998L0.900024 2.0998L3.50002 0.799805Z' fill='%2330373f'/></svg>");
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
}

.equides-faq__panel {
    max-height: 0px;
    padding: 0px 18px;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.equides-faq__panel .panel__inner {
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 1.2;
}

/**
 * Drop Menu in Header
 */
.navigation .navigation__drop .navigation__drop-link[href="#"],
.navigation .navigation__drop--mobile .navigation__drop-link[href="#"] {
    font-weight: 900;
}

@media (max-width: 1200px) {
    .navigation.active {
        -webkit-transform: unset;
        transform: unset;
    }
    .navigation__item.active .navigation__drop--mobile {
        display: none;
    }
}

.navigation .navigation__drop::before,
.navigation .navigation__drop::after {
    display: none;
}

.navigation .navigation__drop {
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    z-index: 999;
    opacity: 1;
}
@media (min-width: 1201px) {
    .navigation .navigation__drop {
        min-width: 400px;
    }
}

.navigation .navigation__drop--mobile .navigation__drop-link {
    background: #fff;
    color: #30373f;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding-left: 3rem;
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.2rem;
    font-weight: 500;
}
@media (min-width: 1201px) {
    .navigation .navigation__drop--mobile {
        display: none;
    }
}

@media (max-width: 1200px) {
    .navigation .navigation__drop {
        display: none;
    }
}

.navigation .navigation__drop .navigation__drop-link {
    display: block;
    margin-bottom: 5px;
    height: 44px;
    padding: 15px;
    color: #30373f;
    text-decoration: none;
}

.navigation .navigation__drop .navigation__drop-link:hover {
    color: #ffffff;
    background-color: #30373f;
}

@media (min-width: 1201px) {
    .navigation .navigation__item {
        position: relative;
    }
}
@media (max-width: 1200px) {
    .navigation .navigation__item {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1800px) {
    .navigation .navigation__item + .navigation__item {
        margin-left: 0px !important;
    }
}

.wp-block-image {
    margin-bottom: 25px;
}

.navigation .navigation__item .navigation__drop {
    left: 0px;
    right: 0px;
    margin: 0px;
    padding: 0px;
}

/* Vertical scroll if submenu height > viewport */
.mp-submenu {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.mp-submenu,
.mp-subsubmenu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 9999;
}

.mp-subsubmenu {
    height: 100%;
    padding-top: 5px;
    background-color: #ffffff;
}

.mp-submenu__list:hover .mp-subsubmenu {
    display: block;
}

.mp-subsubmenu .mp-subsubmenu__item .navigation__drop-link {
    padding-left: 30px;
}

.mp-subsubmenu__item .navigation__drop-link {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.mp-submenu--mobile,
.mp-subsubmenu--mobile {
    list-style: none;
    margin: 0px;
    padding: 0px;
    z-index: 9999;
}

.mp-subsubmenu__item--mobile {
    padding-left: 3rem;
}

.navigation .navigation__drop--mobile .navigation__drop-link {
    flex-direction: unset;
    align-items: center;
}

.mp-submenu__list--mobile svg {
    margin-left: 0.6rem;
    transform: rotate(-90deg);
    fill: #30373f;
}

.categories__caption-text {
    padding-left: 15px;
    padding-right: 15px;
}

/* === Single Hotel Page - single-hotel.php === */

.first-screen.first-screen--mb::before {
    -webkit-gradient: linear,left top,left bottom,from(transparent),color-stop(11%,rgba(0,0,0,.11)),color-stop(61%,rgba(0,0,0,.48)),color-stop(76%,rgba(0,0,0,.57)),to(rgba(0,0,0,.62)));
    z-index: 1;
}

.first-screen.first-screen--mb.sigle--hotel .first-screen__img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.first-screen.first-screen--mb.sigle--hotel .first-screen__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider.sigle--hotel {
    margin-bottom: 50px;
}

.slider.sigle--hotel .slider__inner {
    position: relative; 
}

.slider.sigle--hotel .first-screen__sliderFor-box {
    position: unset;
    max-width: 900px; 
    margin: 0px auto;
}

.slider.sigle--hotel .first-screen__slider-itemFor {
    height: 500px;
}

.first-screen__sliderNav-box {
    z-index: 2;
}

/* === end Single Hotel Page === */

.info-box__btn .btn__text--icon {
    justify-content: flex-start;
}

.info-box__btn .btn__text--icon svg {
    width: 30px;
}

.info-box__btn .btn__text p {
    max-width: 125px;
}

/* Feedback Popup Form */
.popup.popup--feedback .popup__box .feedback__row {
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.popup.popup--feedback .popup__box .feedback__row .feedback__cell {
    flex: 100%;
    max-width: 100%;
}

.popup.popup--feedback .popup__box .feedback__row p {
    width: 100%;
}

.popup.popup--feedback .popup__box .feedback__btn span {
    margin-bottom: 0px;
}
/* end Feedback Popup Form */

/* Hide ru language form the header language switcher */
.language .language__item a.language__link[href*="/ru/"] {
    display: none;  
}

/* Header socials block */
.header__top-right .social {
    margin-right: 15px;
}
@media (max-width: 575.98px) {
    .header__top-right .social {
        margin-right: 5px;
    }
}

@media (min-width: 576px) {
    .header__top-right .social .social__list .social__item {
        margin-left: 10px;
    }
}

@media (max-width: 767.98px) {
    .header__top-right .social .social__list .social__item {
        width: 2rem;
        height: 2rem;
    }
}
@media (max-width: 575.98px) {
    .header__top-right .social .social__list .social__item {
        margin-left: 7px;
    }
}

.coaches__name h1 {
    font-size: 3.6rem !important;
}