/*
Theme Name: Glow
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: glow
*/

body{
    font-family: "Heebo", sans-serif;
}
.site-header{
    position: static !important;
}
.main-nav ul{
    align-items: center;
    display: flex;
    gap: clamp(24px, 3vw, 48px);
    justify-content: center;
}
.main-nav ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-nav ul li a{
    border-bottom: 3px solid transparent;
}
.main-nav ul li a:hover{
   border-bottom: 3px solid #d98d96;
}
.main-nav ul li.current_page_item a{
   border-bottom: 3px solid #d98d96;
}

/* for blog page */

.blog-area{
    padding: 30px 0;
    overflow: hidden;
    background: #fffaf8;
}
.container{
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 10px;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.blog-item{
    width: 23%;
    margin: 1% 1% 1% 1%;
}
.blog-item-inner{
    position: relative;
    padding: 0 0 0 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    transition: .25s;
}
.blog-thumbnail img {
  aspect-ratio: 1/.82;
  object-fit: cover;
  width: 100%;
}
.blog-item-info{
    padding: 25px;
    overflow: hidden;
}
.blog-item-info h3{
    padding: 0;
    margin: 0;
}

.post-content{
    overflow: hidden;
}
.post-content h1{
    padding: 0 0 20px 0;
    margin: 0;
}
.post-content p{
    margin: 0;
    padding: 0 0 20px 0;
    line-height: 25px;
}
.footer-column ul{
    padding: 0;
}
.footer-column ul li{
    list-style-position: inside;
}
.spa-benefit-grid article img{
    display: inline-block !important;
}
.notop-space{
    padding-top: 0;
}
.spa-ref-quote{
    height: auto;
}

.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: 120px;
    width: 100%;
    text-align: right;
}
.privacy-check{
    justify-content: right;
    padding: 0 0 20px 0;
    overflow: hidden;
    flex-direction: row-reverse;
}
.contact-form-send{
    text-align: right;
}
.contact-form-send input{
    cursor: pointer;
}
.wpcf7-spinner{
    display: block;
}