/*
Theme Name: Maor
Theme URI: https://www.horimaut.co.il/
Author: Tiran Moyal
Author URI: https://www.horimaut.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: Shop, Online shopping
Text Domain: maor
*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #231f20;
    text-align: right;
    direction: rtl;
    font-size: 18px;
    font-weight: 400;
    background:url(images/mainbg.jpg) no-repeat center top;
    background-size: cover;
    height: 100vh;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}

.cls {
    clear: both;
}
a {
    color: #ff9000;
    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: #ff9000;
    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: 'Open Sans', sans-serif;
    text-align: right;
}
textarea {
    font-family: 'Open Sans', sans-serif;
    text-align: right;
}
select {
    font-family: 'Open Sans', sans-serif;
    text-align: right;
}
.img-fluid{
    width: 100%;
    height: auto;
    display: inline-block;
}

.header-area{
    padding: 20px 0 0 0;
    overflow: hidden;
}
.logo{
    text-align: right;
}
.logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 573px;
}
.container-fluid{
    padding: 0 20px 0 20px;
}
.main-content{
    overflow: hidden;
    padding: 40px 0 20px 0;
}
.main-content ul li{
    background: url(images/bullet-icon.png) no-repeat right 10px;
    padding: 0 20px 20px 0;
    font-weight: 700;
    font-size: 20px;
}
.social-area{
    padding: 0 0 0 0;
    overflow: hidden;
}
.social-area h4{
    font-size: 20px;
    padding: 0 0 30px 0;
}
.social-icons{
    display: flex;
    flex-wrap: wrap;
}
.social-icons img{
    margin: 0 0 0 40px;
}
.phone-number{
    padding: 30px 0 0 0;
    overflow: hidden;
}
.phone-number p{
    font-size: 20px;
    font-weight: 700;
}