/*
Theme Name: Rife Free child theme
Description: Made by <a href="http://apollo13themes.com/" target="_blank">Apollo13</a>.<br/> Get support from <a href="http://support.apollo13.eu/" target="_blank">Forum</a>.
Author: Apollo13
Author URI: http://apollo13themes.com/
Theme URI: http://apollo13themes.com/themes
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: rife-free
Tags: theme-options, post-formats, two-columns, translation-ready
Text Domain: rife-free-child-theme
Version: 1.0
*/

/* Add your CSS below */

/* custom::begin */
.custom__wrap {
    display: none;
}
.custom__logo-link {
    display: none;
}
.custom__phone {
    color: #b3272d !important;
    /* font-size: clamp(23px, 6vw, 26px); */
    font-size: clamp(29px, 7.8vw, 32px);
    font-family: "Bebas Neue", Sans-serif;
    line-height: 1;
}
.custom__phone2 {
    color: #b3272d !important;
    /* font-size: clamp(12px, 6vw, 15px); */
    font-size: clamp(18px, 5vw, 20px);
    font-family: "Bebas Neue", Sans-serif;
    line-height: 1;
}
.custom__phone-wrap {
    display: none;
    flex-direction: column;
    align-items: flex-end;
}

header.is-active .logo {
    display: none;
}
header.is-active .tools_button {
    display: none;
}
header.is-active .custom__logo-link {
    display: block;
}
header.is-active .custom__phone-wrap {
    display: flex;
}


.sidebar-menu-wrap {
    display: inline-block;
}
header.is-active .sidebar-menu-wrap {
    gap: 10px;
    flex-direction: column;
}
header.is-active #header-tools {
    flex-direction: row-reverse;
}

.tools_button {
    transition: all 0.3s;
}
.tools_button:hover {
    color: #EE703F !important;
}

@media (max-width: 430px) {
    #header-tools #mobile-menu-opener {
        font-size: 24px !important;
        color: #b3272d;
    }
    header.is-active #header-tools #mobile-menu-opener {
        font-size: 30px !important;
    }
    .header-horizontal #header .head {
        padding-left: 15px;
        padding-right: 15px;
    }
    .logo-container {
        display: flex !important;
        align-items: center;
        gap: 8px;
    }
    .custom__wrap {
        display: flex;
        gap: 3px;
        flex-direction: column;
        padding: 3px 0;
    }
    .custom__img {
        flex-shrink: 0;
    }

    .sidebar-menu-wrap {
        display: flex;
        gap: 15px;
    }
}
/* custom:begin */
.header-horizontal .top-menu {
    text-align: center !important;
}
@media (min-width: 1025px) {
    .sidebar-menu-wrap {
        display: block;
        position: relative;
        bottom: 7px;
    }
    .header-horizontal #header-tools::before {
        display: none;
    }
    /* menu */
    .header-horizontal .top-menu > li > a {
        padding: 0 clamp(7px, 0.7vw, 10px) !important;
    }
    .top-menu > li > a {
        font-size: clamp(13px, 1.2vw, 17px) !important;
    }
    /* phone */
    header.a13-sticky-variant #header-tools .tools_button {
        font-size: clamp(24px, 2.3vw, 34px) !important;
    }
}
/* custom:end */

