/*
Theme Name: Betheme Child
Description: Child theme for the Betheme theme
Version: 1.0.0
Author: Chen Cohen
Author URI: https://blossom-web.com/
Text Domain: betheme
Template: betheme
*/

/**
* YOUR CSS CODE, PUT IN assets/css/style.css
*/


#Top_bar .top_bar_left {
    display: flex;
    width: 100%;
}

#Footer .container ,#menu ul {
    display: flex;
}

div#mfn-rev-slider .rs-layer {
    font-family: "meodpashut", Arial, Tahoma, sans-serif !important;
    padding-top: 15px;
}

body:not(.template-slider) #Header {
    min-height: 100px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}

div#wpcf7-f9-p622-o1 form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
    .header-fixed #Top_bar .menu > li > a:after {
        top: auto;
        bottom: 0px;
    }
}