/*
Theme Name: Liron Rabin
Theme URI: https://glow.shakedeal.co.il/
Author: Tiran Moyal
Author URI: https://glow.shakedeal.co.il/
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Salon, Hair Cut, Hair Beauty
Text Domain: liron
*/

.menuicon {
    display: none;
    cursor: pointer;
    left: 10px;
    top: 50%;
    margin-top: -17px;
    position: absolute;
}
.floatingnav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #fff;
    z-index: 999999999;
}
.mobilemenuheader {
    padding: 20px 10px;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #cc8119;
}
.mobilelogo {
    float: left;
}
.mobilelogo img {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 150px;
}
.closemenu {
    float: right;
    padding: 0 0 0 0;
    cursor: pointer;
}
.menubox {
    color: #000;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.menubox ul li {
    padding: 0 0 5px 0;
}
.menubox ul li a {
    font-weight: 300;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    padding-right: 21px;
}
.menubox ul li a:hover {
    text-decoration: none;
    color: #cc8119;
}
.menubox ul li.current_page_item a {
    text-decoration: none;
    color: #cc8119;
}
.menubox ul li.current_page_item ul li a {
    text-decoration: none;
    color: #000;
}

/* end mobile menu */

.logo{
    position: absolute;
    top: 20px;
    right: 20px;
}
.logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 239px;
}
.nav ul{
    align-items: center;
    display: flex;
    gap: clamp(24px, 3vw, 48px);
    justify-content: center;
}
.nav ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.nav ul li a{
    border-bottom: 3px solid transparent;
}
.nav ul li a:hover{
   border-bottom: 3px solid #d98d96;
}
.nav ul li.current_page_item a{
   border-bottom: 3px solid #d98d96;
}
.nav ul li ul{
    display: none;
    width: 220px;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 999;
    padding: 0 0 0 0;
    background: #fff;
}
.nav ul li ul li a{
    padding: 5px 5px;
    display: block;
}
.nav ul li ul li ul{
    right: 220px;
    top: 0;
}
.nav ul li:hover > ul{
    display: block;
}
.about{
    min-height: auto;
}
.about-copy{
    direction: ltr;
    text-align: left;
}
.about-picture{
    text-align: center;
}
.about-picture img{
    width: 100%;
    height: auto;
    display: block;
    max-width: 690px;
}
.about-visual {
    height: 100%;
    display: block;
    padding-right: 55px;
}
.article-content img{
    width: 100%;
    height: auto;
    margin: 45px 0;
    border-radius: 20px;
    object-fit: cover;
}
.footer div ul{
    padding: 0;
    margin: 0;
}
.contact-form-list{
    padding: 0 0 20px 0;
    overflow: hidden;
}
.contact-form-list-left{
    float: left;
    width: 49%;
}
.contact-form-list-right{
    float: right;
    width: 49%;
}
.contact-form-list label{
    display: block;
    text-align: right;
    padding: 0 0 15px 0;
}
.contact-form-list input{
    background: #fffafa;
    border: 1px solid #eed7d9;
    border-radius: 10px;
    color: var(--ink);
    outline: 0;
    padding: 0 15px;
    height: 50px;
    width: 100%;
    text-align: right;
}
.contact-form-list select{
    background: #fffafa;
    border: 1px solid #eed7d9;
    border-radius: 10px;
    color: var(--ink);
    outline: 0;
    padding: 0 15px;
    height: 50px;
    width: 100%;
    text-align: right;
}
.contact-form-list textarea{
    background: #fffafa;
    border: 1px solid #eed7d9;
    border-radius: 10px;
    color: var(--ink);
    outline: 0;
    padding: 15px 15px;
    height: 170px;
    width: 100%;
    text-align: right;
}
.contact-form-send{
    text-align: center;
}
.contact-form-send input{
    cursor: pointer;
    width: 100%;
}
.wpcf7-spinner{
    display: block;
}
.suitable-card span img{
    display: inline-block;
}
.offer-area{
    padding: 30px 0;
    overflow: hidden;
}
.offer-area .container{
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 10px;
}
.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.offer-item{
    width: 23%;
    margin: 1% 1% 1% 1%;
}
.offer-item-inner{
    border: 2px solid #e1dad6;
    border-radius: 15px;
    padding: 40px 30px;
    position: relative;
}
.true-eco {
    position: absolute;
    top: -17px;
    right: 0;
    width: 100%;
    text-align: center;
}
.true-eco span {
    display: inline-block;
    padding: 5px 25px 5px 25px;
    border-radius: 50px;
    background: #c18676;
    color: #fff;
    font-weight: 700;
}
.offer-item-top{
    text-align: center;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #e1dad6;
}
.offer-item-top h3{
    font-weight: 400;
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 24px;
}
.offer-item-top p{
    padding: 0 0 0 0;
    margin: 0;
    font-size: 20px;
}
.offer-item-price{
    text-align: center;
    padding: 20px 0 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #e1dad6;
}
.offer-item-price h2{
    padding: 0;
    margin: 0;
    font-size: 50px;
    line-height: 50px;
}
.offer-item-price h2 span{
    font-size: 20px;
    line-height: 20px;
    color: #c18676;
}
.offer-item-price p{
    padding: 0;
    margin: 0;
}
.offer-item-content{
    padding: 20px 0 20px 0;
    overflow: hidden;
}
.offer-item-content ul{
    padding: 0;
    margin: 0;
}
.offer-item-content ul li{
    padding: 10px 25px 10px 0;
    margin: 0;
    list-style: none;
    border-top: 1px dashed #e1dad6;
    background: url(images/bullet-icon-001.png) no-repeat right 15px;
}
.offer-item-content ul li:first-child{
    border-top: none;
}
.offer-item-button{
    text-align: center;
    padding: 0 0 0 0;
}
.offer-item-button a{
    display: block;
    text-decoration: none;
    color: #fff;
    background: #c18676;
    padding: 15px 20px 15px 20px;
    border-radius: 50px;
}
.offer-item-button a:hover{
    color: #fff;
    background: #000;
}
.offer-item:nth-child(2) .offer-item-inner{
    border: 2px solid #c18676;
    background: #faf8f7;
}