/*
Theme Name: Aprova
Theme URI: #
Author: Aprova
Author URI: #
Description: Aprova - MultiPurpose Creative HTML5 Responsive Template
Version: 1.0
License:
License URI:
*/

/*=======================================================================
[Table of contents]
=========================================================================

1. Font Settings
2. Typography Settings
3. Section Title Settings
4. Button Settings
5. Section Settings
*/

/*------------------------------------------------------------------------------
/ 1. Font Settings
------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900&amp;subset=hebrew');

body, html{
    margin: 0;
    padding: 0;
}
body{
    line-height: 28px;
    color: #555555;
    letter-spacing: 0;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

/*------------------------------------------------------------------------------
/ 2. Typography Settings
------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
    color: #222222;
    font-weight: 500;
    margin: 0 0 15px;
}
button:focus{
    outline: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; 
    appearance: none;
    -moz-appearance: none;
    margin: 0; 
}
input[type="number"] {
    -moz-appearance: textfield !important;
}

a{
    color: #222222;
    text-decoration: none;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
a:hover, a:focus{
    text-decoration: none;
    outline: 0;
}
a:focus{
    color: #fff;
}
ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

/*------------------------------------------------------------------------------
/ 3. Section Title Settings
------------------------------------------------------------------------------*/
.noPadding{
    padding: 0;
}
.noPaddingRight{
    padding-right: 0;
}
.noPaddingLeft{
    padding-left: 0;
}

/*------------------------------------------------------------------------------
/ 4. Button Settings
------------------------------------------------------------------------------*/
.listing_btn{
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: transparent;
    height: 45px;
    text-align: center;
    padding: 15px 46.5px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 0;
    position: relative;
    border-radius: 5px;
    z-index: 1;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    text-transform: capitalize;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.listing_btn:hover {
    color: #f04786;
    background: #fff;
}

/*------------------------------------------------------------------------------
/ 5. Section Settings
------------------------------------------------------------------------------*/
.listing_sub_title{
    font-size: 15px;
    color: #f04786;
    line-height: .8;
    font-weight: 400;
    margin-bottom: 17px;
}
.listing_sec_title{
    font-size: 30px;
    line-height: 28px;
    color: #222222;
    font-weight: 500;
    margin: 0 0 10px;
}
.sec_desc{
    margin: 0 0 43px;
}
.white{
    color: #fff;
}
.padTop_70{
    padding-top: 70px;
}
.padTop_50{
    padding-top: 50px;
}
.marTop30{
    margin-top: 30px;
}
