body {
    font-family: 'Fjalla One', sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #969595;
    font-weight: 400;
}


/* --------------------------------------
TYPOGRAPHY
------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #384728;
    font-weight: 400;
}

h1 {
    font-size: 30px;
    line-height: 24px;
}

h2 {
    font-size: 24px;
    line-height: 24px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

h6 {
    font-size: 14px;
    line-height: 24px;
}



/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
    color: #31aae2;
    text-decoration : none;
    -webkit-transition      : all 0.3s ease 0s;
    -moz-transition      : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition      : all 0.3s ease 0s;
}

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
}

a:hover,
a:focus {
    text-decoration: none;
}

.gray-bg {
    background-color: #f9f9f9;
}




/*Global Classes*/
.pt-100 {
    padding-top: 100px;
}
.ptb-90 {
    padding-bottom: 90px;
    padding-top: 90px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ptb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.ptb-160 {
    padding-top: 160px;
    padding-bottom: 160px;
}
.ptb-170 {
    padding-top: 170px;
    padding-bottom: 170px;
}

@media (min-width: 768px) {
    /*custom-padding class*/

    .pl-30 {
        padding-left: 30px;
    }
    .pr-30 {
        padding-right: 30px;
    }
}




/*-------------------------------------------------------------
 *pxlr-comingsoon start
 *-------------------------------------------------------------*/
.pxlr-comingsoon{
    background: url(../../assets/img/img-4.png) no-repeat center;
    background-size: cover;
    padding: 132px 0px;
    color: #384728;
    position: relative;
}

.pxlr-comingsoon::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.24);
}

.pxlr-comingsoon .logo {
    margin-bottom: 50px;
    display: inline-block;
}

.pxlr-comingsoon h2 {
    font-size: 40px;
    line-height: 30px;
    font-weight: 400;
    color: #384728;
    text-transform: uppercase;
}

.pxlr-comingsoon h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #384728;
}




/*countdown-wrapper*/
.pxlr-comingsoon .countdown-wrapper {
    padding: 100px 50px;
}

.pxlr-comingsoon .countdown-wrapper ul{
    border: 1px solid #68aed9;

}

.pxlr-comingsoon #countdowndate li {
    display: inline-block;
    text-align: center;
    padding: 45px 65px 20px 50px;
}

.pxlr-comingsoon #countdowndate li:last-child{
    border-right: none;
}


@media (max-width : 766px) {
    .pxlr-comingsoon #countdowndate li {
        margin-bottom: 12px;
    }
    .pxlr-comingsoon .social-links li a {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width : 479px) {
    .pxlr-comingsoon #countdowndate li {
        min-width: 108px;
    }
}


.pxlr-comingsoon #countdowndate li span {
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    line-height: 30px;
    font-weight: 300;
}
.pxlr-comingsoon #countdowndate li p{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 30px;
    margin: 0;
    color: #fff;
}
.pxlr-comingsoon #countdowndate li span:hover {
    cursor: pointer;
}

/*subscribe-wrapper*/
.pxlr-comingsoon .subscribe-wrapper {
    max-width: 500px;
    width: 100%;
    margin: auto;
}
.pxlr-comingsoon .subscribe-wrapper h3{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}

/*subscribe-form*/
.pxlr-comingsoon .subscribe-form {
    margin-bottom: 45px;
}
.pxlr-comingsoon .subscribe-form .form-control {
    height: 42px;
    background-color:rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    color: #000000;
}
.pxlr-comingsoon .subscribe-form .form-control:focus {
    box-shadow: none;
}
.pxlr-comingsoon .subscribe-form .btn-black {
    height: 42px;
    background-color: #fff;
    color: #384728;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #fff;
}

/*social-links*/
.pxlr-comingsoon .social-links {}
.pxlr-comingsoon .social-links li a{
    display: block;
    height: 50px;
    width: 50px;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}
.pxlr-comingsoon .social-links li a:hover {
    color: #31aae2;
    background-color: #fff;
    border: 1px solid transparent;
}
/*pxlr-comingsoon End*/



