/*

Theme Name: Happy

Author: max

Author URI: https://wordpress.org/

Description: m

Version: 1.0

Tags: happy

Text Domain: happy


*/

@font-face {

    font-family: 'FbReforma';

    font-weight: normal;

    src: url('fonts/FbReformaRegular.ttf');

}

@font-face {

    font-family: 'FbReforma';

    font-weight: bold;

    src: url('fonts/FbReforma-Medium.ttf');

}


body, html{font-family:'FbReforma', sans-serif;font-size: 18px;width: 100%;color: #000000;line-height: 1.48;text-align: right;direction: rtl;background: #fff;overflow-x: hidden;}


h1, h2, h3, h4, h5, input, button {font-family: 'FbReforma', sans-serif;font-weight: normal;}



h2 {font-size: 36px;margin-bottom: 32px;border-bottom: 2px dotted #000;}

h3{

    font-weight: bold;

    font-size: 28px;

}



*{box-sizing: border-box;}

.mob-only {
    display: none;
}

label, input {
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
}

input {
    height: 64px;
    color: #000;
    font-weight: normal;
    background: #f2f2f2;
    border: 0;
    padding: 0px 45px;
    font-size: 35px;
    margin-bottom:7px;
    font-weight: normal;
}

input[type=submit] {
    background: rgba(125,155,36,1);
    background: -moz-linear-gradient(top, rgba(125,155,36,1) 0%, rgba(87,116,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(125,155,36,1)), color-stop(100%, rgba(87,116,0,1)));
    background: -webkit-linear-gradient(top, rgba(125,155,36,1) 0%, rgba(87,116,0,1) 100%);
    background: -o-linear-gradient(top, rgba(125,155,36,1) 0%, rgba(87,116,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(125,155,36,1) 0%, rgba(87,116,0,1) 100%);
    background: linear-gradient(to bottom, rgba(125,155,36,1) 0%, rgba(87,116,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d9b24', endColorstr='#577400', GradientType=0 );
    color: #fff;
}

input::placeholder{
    color:#000;
    font-weight:normal;
    font-size: 25px;
    }

.socials > a {
    display: inline-block;
    width: 80px;
    height: 35px;
    background-image: url(img/social-sprite.png);
    background-repeat: no-repeat;
}

a.instagram {
    background-position: 0 -14px;
}

a.facebook {
    background-position: -88px -14px;
    border-left: 2px solid #fff;
}

footer#site-footer {
    height: 130px;
    background: #898989;
    width: 100%;
    padding: 2.8rem 0;
}

p {
    margin-bottom: .3rem;
    font-size: 20px;
    line-height: 1.3;
}

.left-col,.right-col {
    margin-bottom: 2rem;
}

.right-col {
    padding: 0 6%;
}

.left-col {
    padding-right: 25px;
    padding-left: 6%;
}

.left-col {
    border-left: 2px solid #898989;
}

main {
    padding: 3rem 13%;
}

.phone {
    float: right;
    width: 430px;
    height: 95px;
    background: url(img/phone-icon.png) no-repeat 89% 50% #ffffff;
    color: #000;
    margin-top: 43px;
}

.phone a {
    color: inherit;
    font-size: 54px;
    line-height: 1.75;
    padding-right: 68px;
    text-align: center;
    width: 100%;
    display: block;
    direction: ltr;
}

.logo {
    float: left;
    margin-left: 80px;
}

header#site-header {
    background: url(img/top_bg.jpg) no-repeat top center;
    height: 585px;
    position: relative;
    width: 100%;
}

h1 {
    font-size: 80px;
    color: #fff;
}

h1.site-title {
    clear: both;
    position: absolute;
    top: 206px;
    right: 2%;
    font-weight: bold;
}


.section-customers h3 {
    padding-top: 165px;
}



h4{

    font-weight: bold;

    font-size: 22px;

    margin-bottom: 23px;

}
#mob_only_number{
    display: none;
}
@media(max-width:980px){
*{}


.logo {
    float: left;
    width: 100%;
    text-align: center;
    height: 60px;
    background: #fff;
    text-align: left;
    width: 100%;
    margin-left: 0;
}
.logo img,
.phone,
.phone a{
    height: 60px;
}


.phone {
    position: absolute;
    top: 0;
    background: url(img/phone-icon.png) no-repeat top right #ffffff;
    color: #000;
    margin-top: 0px;
    width: 250px;
    background-position: 205px;
}
.phone a{
    height: 60px;
    font-size: 29px;
    line-height: 60px;
    padding-right: 15px;
}
main#page {
    padding-top: 0;
}

input {
    font-size: 28px;
}

p {
    font-size: 18px;
}

h2 {
    font-size: 30px;
}

.or span {
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 0 6px;
}

.or {
    text-align: center;
    font-size: 29px;
    margin-bottom: 2rem;
    position: relative;
    text-shadow: #fff 1px 1px;
}

.or::before {
    position: absolute;
    content: "";
    border-bottom: 3px solid #f2f2f2;
    height: 1px;
    width: 66%;
    right: 50%;
    transform: translate(50%, 20px);
}

a.phone-button {
    height: 64px;
    color: #fff;
    font-weight: normal;
    background: #f2f2f2;
    border: 0;
    padding: 0px 45px;
    margin-bottom: 7px;
    font-weight: normal;
    font-size: 27px;
    text-align: center;
    width: 100%;
    display: block;
    background: rgba(55,154,35,1);
    background: -moz-linear-gradient(top, rgba(55,154,35,1) 0%, rgba(15,116,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(55,154,35,1)), color-stop(100%, rgba(15,116,0,1)));
    background: -webkit-linear-gradient(top, rgba(55,154,35,1) 0%, rgba(15,116,0,1) 100%);
    background: -o-linear-gradient(top, rgba(55,154,35,1) 0%, rgba(15,116,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(55,154,35,1) 0%, rgba(15,116,0,1) 100%);
    background: linear-gradient(to bottom, rgba(55,154,35,1) 0%, rgba(15,116,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#379a23', endColorstr='#0f7400', GradientType=0 );
    line-height: 65px;
}

.mob-only {
    display: block;
    width: 100%;
}

h1.site-title {
    font-size: 51px;
    text-shadow: 0px 0px 19px #000;
    bottom: 85px;
    right: 0;
    top: auto;
    width: 100%;
    text-align: center;
}

header#site-header {
    /* background: url(img/top_bg_mob.jpg) no-repeat top center; */
}



.left-col {
    border: 0;
}

.left-col, .right-col {
    padding: 0 1%;
}

.right-col {
    margin-bottom: 0;
}

.right-col h2 {
    text-align: center;
}
}