/*
Theme Name: Bux
Theme URI: https://www.bux.shakedeal.co.il/
Author: Tiran Moyal
Author URI: https://www.bux.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: Alumni, Directory
Text Domain: bux
*/

body {
    font-family: "Assistant", sans-serif;
    color: #000;
    text-align: right;
    direction: rtl;
    font-size: 20px;
}
html{
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    color: #694342;
}
ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
p{
    padding: 0 0 20px 0;
    line-height: 28px;
}
img {
    border: none;
    padding: 0;
    margin: 0;
}
.cls {
    clear: both;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #694342;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
iframe,
object,
embed {
    max-width: 100%;
}
input:focus {
    outline: none;
}
input {
    font-family: "Assistant", sans-serif;
    text-align: right;
}
textarea {
    font-family: "Assistant", sans-serif;
    text-align: right;
}
select {
    font-family: "Assistant", sans-serif;
    text-align: right;
}
.img-fluid {
    width: 100%;
    height: auto;
    display: inline-block;
}
a.default-btn{
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
    padding: 15px 25px 15px 25px;
    display: inline-block;
    border: 1px solid #8da0b8;
    border-radius: 12px;
}
a.default-btn:hover{
    color: #fff;
    background: #313598;
}


/* mobile menu */

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

/* main style start */

.container-fluid{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 10px;
}
.container{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 10px;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.space-between{
    justify-content: space-between;
}
.row-reverse{
    flex-direction: row-reverse;
}
.no-margin{
    margin: 0;
}
.header-area{
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    background: #ffffff;
}
.sticky{
    position: fixed;
}
.header{
    height: 95px;
    padding: 0 0 0 0;
}
.header-top-inner{
    position: relative;
    height: 95px;
}
.header-left{
    position: absolute;
    left: 0;
    top: 8px;
}
.logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 78px;
}
.home-header .header-left{
    position: absolute;
    left: 0;
    bottom: -150px;
    z-index: 999;
    top: auto;
}
.home-header .logo{
    display: none;
}
.home-logo{
    display: none;
}
.home-header .home-logo{
    display: block;
}
.home-header .home-logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 252px;
}
.navigation{
    padding: 40px 0 0 0;
}
.navigation ul li{
    display: inline-block;
    margin: 0 0 0 95px;
    position: relative;
}
.navigation ul li a{
    font-size: 20px;
    display: block;
    padding: 0 0 30px 0;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.navigation ul li a:hover{
    color: #c3df95;
    text-decoration: none;
}
.navigation ul li ul{
    width: 220px;
    position: absolute;
    top: 55px;
    right: -15px;
    z-index: 999;
    background: #fff;
    display: none;
}
.navigation ul li ul li{
    padding: 0;
    margin: 0;
    display: block;
}
.navigation ul li ul li a{
    padding: 5px 15px;
    display: block;
}
.navigation ul li ul li a:hover{
    background: #694342;
    color: #fff;
}
.navigation ul li:hover > ul{
    display: block;
}
.navigation ul li ul li ul{
    right: 220px;
    top: 0;
}
.navigation ul li.current_page_item a{
    color: #c3df95;
    text-decoration: none;
    font-weight: 700;
}
.navigation ul li#menu-item-205 a{
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.slider-area{
    overflow: hidden;
    direction: ltr;
}
.slider-banner{
    position: relative;
}
.slider-valign{
    position: absolute;
    right: 130px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.slider-white-box{
    height: 745px;
    background: url(images/slider-overlay-box-bg.png) no-repeat 0 0;
    width: 583px;
    overflow: hidden;
}
.slider-white-box-content{
    padding: 75px 70px 55px 70px;
    text-align: center;
    overflow: hidden;
}
.slider-box-icon{
    padding: 0 0 30px 0;
}
.slider-box-icon img{
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
}
.slider-white-box-content h1{
    font-size: 93px;
    line-height: 90px;
    font-weight: 700;
    color: #694342;
    padding: 0 0 30px 0;
}
.slider-white-box-content h1 span{
    display: block;
    font-weight: 400;
}
.slider-white-box-content p{
    font-size: 25px;
    line-height: 35px;
    padding: 0 0 20px 0;
}
.slider-white-box-content h4{
    font-size: 25px;
    color: #c3df95;
    font-weight: 700;
}
.services-area{
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.services-item{
    width: 29.33%;
    margin: 2% 2% 2% 2%;
}
.services-inner{
    overflow: hidden;
    position: relative;
}
.services-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.services-info{
    padding: 20px 0;
    overflow: hidden;
    min-height: 270px;
}
.services-info h4{
    font-size: 60px;
    line-height: 45px;
    font-weight: 400;
    padding: 0 0 0 0;
}
.services-info h3{
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    padding: 0 0 20px 0;
}
.services-info a{
    color: #694342;
    text-decoration: none;
}
.services-info a:hover{
    color: #c3df95;
    text-decoration: none;
}
.services-info p{
    line-height: 24px;
    padding: 0 0 0 0;
}
.video-area{
    padding: 0 0 70px 0;
    overflow: hidden;
}
.video-holder{
    position: relative;
}
.video-holder img{
    width: 100%;
    height: auto;
    display: block;
}
.home-about-area{
    padding: 30px 0 70px 0;
    overflow: hidden;
}
.home-about-left{
    width: 48%;
}
.home-about-picture img{
    width: 100%;
    height: auto;
    display: block;
}
.home-about-right{
    width: 45%;
}
.home-heading{
    padding: 0 0 20px 0;
    border-bottom: 1px solid #694342;
}
.home-heading h2{
    font-size: 72px;
    line-height: 70px;
    font-weight: 700;
    color: #694342;
}
.home-heading h2 span{
    font-weight: 400;
    display: block;
}
.home-about-content{
    padding: 25px 0 50px 0;
    overflow: hidden;
}
.home-about-content h3{
    font-size: 52px;
    line-height: 60px;
    font-weight: 700;
    color: #c3df95;
    padding: 0 0 25px 0;
}
.home-about-content p{
    line-height: 30px;
    padding: 0 0 30px 0;
}
.feedback-area{
    padding: 0 0 70px 0;
    overflow: hidden;
}
.feedback-area .home-heading h2 span{
    display: inline-block;
}
.feedback-content-area{
    padding: 70px 0 0 0;
}
.feedback-col-right{
    width: 45%;
}
.feedback-col-left{
    width: 45%;
}
.feedback-heading{
    padding: 0 0 40px 0;
    overflow: hidden;
}
.feedback-heading h4{
    font-size: 38px;
    line-height: 30px;
    font-weight: 700;
    color: #694342;
}
.feedback-heading h4 span{
    font-weight: 400;
    display: block;
}
.feedback-list{
    width: 100%;
    padding: 30px 0;
}
.feedback-inner{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.feedback-quote{
    position: absolute;
    right: -12px;
    top: -22px;
}
.feedback-right{
    width: 28%;
}
.feedback-user-thumb img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 165px;
    border-radius: 50%;
}
.feedback-left{
    width: 65%;
}
.feedback-content p{
    text-align: justify;
    padding: 0;
    font-size: 25px;
    line-height: 25px;
}
.footer-area{
    padding: 70px 0 70px 0;
    overflow: hidden;
    background: url(images/footer-bg.png) repeat top right;
}
.footer-inner{
    overflow: hidden;
}
.footer-right{
    float: right;
}
.footer-row{
    display: flex;
    flex-wrap: wrap;
}
.footer-col{
    margin: 0 0 0 80px;
    overflow: hidden;
}
.footer-info p{
    padding: 0;
}
.footer-left{
    float: left;
}
.footer-social-link img{
    margin: 0 20px 0 0;
}

/* for about page */

.main-content-area{
    padding: 70px 0 70px 0;
    overflow: hidden;
    background: url(images/main-content-bg.png) repeat-x top right;
}
.about-area{
    padding: 60px 0 0 0;
    overflow: hidden;
}
.about-content-right{
    width: 44%;
    float: right;
}
.about-content{
    overflow: hidden;
    text-align: justify;
}
.about-content h2{
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    padding: 0 0 10px 0;
}
.about-content p{
    padding: 0 0 40px 0;
    line-height: 30px;
}
.content-bottom-note{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.content-bottom-info{
    padding: 0 30px 0 0;
    overflow: hidden;
}
.content-bottom-info h4{
    color: #c3df95;
    font-size: 20px;
    font-weight: 700;
}
.content-bottom-info h5{
    color: #694342;
    font-size: 20px;
    font-weight: 700;
}
.about-content-left{
    width: 51.6%;
    float: left;
}
.about-gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery-col{
    width: 49.2%;
}
.about-gallery-item{
    margin: 0 0 10px 0;
}
.about-gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* for blog page */

.page-top-area{
    border-bottom: 2px solid #694342;
    padding: 0 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.page-top-left{
    width: 34%;
}
.top-women-picture img{
    width: 100%;
    height: auto;
    display: block;
    max-width: 449px;
}
.page-top-right{
    width: 63%;
}
.page-top-info{
    padding: 0 0 25px 0;
    overflow: hidden;
}.page-top-icon{
    padding: 0 0 25px 0;
    overflow: hidden;
}
.page-top-info h3{
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    color: #694342;
    padding: 0 0 0 0;
}
.page-top-info h3 span{
    font-weight: 400;
}
.blog-area{
    padding: 0 0 0 0;
    overflow: hidden;
}
.blog-item{
    width: 22.33%;
    margin: 5.5% 5.5% 5.5% 5.5%;
}
.blog-inner{
    position: relative;
    overflow: hidden;
}
.blog-thumbnail{
    overflow: hidden;
}
.blog-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
    max-width: 300px;
}
.blog-short-info{
    padding: 25px 0 0 0;
    overflow: hidden;
}
.blog-short-info h5{
    font-size: 27px;
    line-height: 28px;
    padding: 0;
    font-weight: 300;
}
.blog-short-info h2{
    color: #694342;
    font-size: 27px;
    line-height: 30px;
    padding: 0 0 15px 0;
    font-weight: 700;
}
.blog-short-info h2 a{
    color: #694342;
    text-decoration: none;
}
.blog-short-info h2 a:hover{
    color: #c3df95;
    text-decoration: none;
}
.read-more{
    text-align: left;
}
.read-more a{
    font-size: 17px;
    background: #f3d3e0;
    color: #694342;
    font-weight: 700;
    padding: 10px 25px 10px 25px;
    display: inline-block;
    text-decoration: none;
    border-radius: 20px;
}
.read-more a:hover{
    background: #694342;
    color: #fff;
}

/* for blog details page */

.banner-area{
    overflow: hidden;
    position: relative;
}
.banner-image img{
    width: 100%;
    height: auto;
    display: block;
}
.blog-details-area{
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.blog-details-heading{
    padding: 0 0 30px 0;
    overflow: hidden;
}
.blog-details-heading h1{
    font-size: 52px;
    line-height: 55px;
    font-weight: 700;
}
.blog-details-heading h3{
    font-size: 52px;
    line-height: 55px;
    font-weight: 400;
}
.blog-details-right{
    width: 74%;
}
.blog-details-content{
    overflow: hidden;
}
.blog-details-content p{
    padding: 0 0 40px 0;
    line-height: 30px;
}
.blog-details-content ul li{
    padding: 5px 0 5px 0;
    list-style-type: disc;
    list-style-position: inside;
}
.blog-details-content ol li{
    padding: 5px 0 5px 0;
    list-style-type: decimal;
    list-style-position: inside;
}
.blog-details-left{
    width: 22%;
}
.related-post-area{
    overflow: hidden;
}
.related-blog-item{
    padding: 0 0 30px 0;
    overflow: hidden;
}
.author-area{
    padding: 30px 0 30px 0;
    overflow: hidden;
    background: #f3d3e0;
}
.author-right{
    margin: 0 0 0 50px;
}
.author-picture img{
    border-radius: 50%;
}
.valign{
    align-items: center;
}
.author-area .content-bottom-info h4{
    color: #694342;
}

/* for contact page */

.contact-area{
    padding: 50px 0 50px 0;
    overflow: hidden;
}
.contact-right{
    width: 46%;
    float: right;
}
.contact-left{
    width: 46%;
    float: left;
}
.contact-content{
    overflow: hidden;
}
.contact-content h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    padding: 0 0 10px 0;
}
.contact-content h4{
    color: #000;
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 20px 0;
}
.contact-content p{
    padding: 0 0 20px 0;
    line-height: 30px;
}
.contact-content ul li{
    padding: 5px 0 5px 0;
    list-style-type: disc;
    list-style-position: inside;
}
.contact-form-area{
    background: #f3d3e0;
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.contact-form-info h3{
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #694342;
    padding: 0 0 30px 0;
}
.contact-form-field{
    overflow: hidden;
    margin: 0 -1%;
    padding: 0 0 20px 0;
}
.contact-form-list{
    width: 31.33%;
    margin: 0 1% 0 1%;
    float: right;
}
.contact-form-list input{
    width: calc(100% - 42px);
    height: 63px;
    padding: 0 20px 0 20px;
    border: 1px solid #674442;
    background: #fff;
    font-size: 20px;
    color: #694243;
}
.contact-form-send{
    overflow: hidden;
}
.contact-form-send input{
    width: 100%;
    height: 65px;
    border: none;
    background: #694342;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.contact-form-send input:hover{
    background: #000;
    color: #fff;
}
.top-padding{
    padding-top: 70px;
}