/*
Theme Name: Yoox
Theme URI: http://layerdrops.com/
Author: Layerdrops
Author URI: http://layerdrops.com/
Description: Yoox - Fine One Page Parallax 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=Barlow+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace');


body, html{
    margin: 0;
    padding: 0;
}
body{
    line-height: 32px;
    color: #737980;
    letter-spacing: 0;
    font-size: 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
}

/*------------------------------------------------------------------------------
/ 2. Typography Settings
------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 h6{
    color: #000000;
    font-weight: 700;
    margin: 0 0 15px;
}
a{
    color: #0038e3;
    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;
}

/*------------------------------------------------------------------------------
/ 3. Section Title Settings
------------------------------------------------------------------------------*/
.noPadding{
    padding: 0;
}
.yoox_link{
    color: #0038e3;
    font-weight: 600;
    line-height: .8;
    letter-spacing: 3.2px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}
.yoox_link:hover{
    color: #000;
}
.fixedLineHeight{
    line-height: .8;
}
/*------------------------------------------------------------------------------
/ 4. Button Settings
------------------------------------------------------------------------------*/
.common_btn{
    border: none;
    font-size: 18px;
    font-weight: 600;
    background: #ff5ee1;
    color: rgba(255, 255, 255, 1);
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    padding: 27px 50px;
    display: inline-block;
    line-height: .8;
    outline: none;
}
.common_btn:hover{
    color: #fff;
}

.fix_btn{
    position: relative;
    z-index: 1;
}
.fix_btn:after {
    background: #000;
    bottom: 0;
    content: "";
    height: 101%;
    left: 0;
    position: absolute;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: 100%;
    z-index: -1;
}
.fix_btn:hover::after {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.common_btn.height_60{
    height: 60px;
    padding: 22px 50px;
}

/*------------------------------------------------------------------------------
/ 5. Section Settings
------------------------------------------------------------------------------*/
.comonSection{
    padding: 120px 0;
    position: relative;
}
.comonSection .container{
    position: relative;
    z-index: 2;
}
.grays{
    background: #f5f6fa;
}
.section_subtitle{
    color: #000;
    font-weight: 600;
    line-height: .8;
    letter-spacing: 3.2px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 0 0 32px;
    position: relative;
    margin: 0;
}
.section_subtitle:after{
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 2px;
    content: '';
    background: #ff5ee1;
}
.section_subtitle:before{
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 2px;
    content: '';
    background: #ff5ee1;
}
.section_title{
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0 0 34px;
}
.section_desc{
    margin: 0 0 56px;
}
.white{
    color: #fff;
}