/*------------------------------------------------------------------
[Master Stylesheet]

Project Name:   Kickstart;
Version:        1.6;
Author:         Samuel Bello ;
Author Url:     https://adrites.com.ng;
Last update:    01/02/20
Assigned to:    Themeforest
Primary use:    Launching, Landing, Startup, Countdown


/*=======================================================================
[Table of contents]
=========================================================================

#	layout, Responsivness, Form & Typography
#	Wrapper
#	Contact Slide
#	Footer

==========================================================================*/


/*=======================================================================
layout, Responsivness, Form & Typography
==========================================================================*/
body{
   
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.0481em;
    font-size: 16px;
    line-height: 1.5em;
}

@media (max-width: 768px) {
    #wrapper{
        margin: 0px !important;
    }

    #wrapper .main .col-sm-7{
        padding: 80px 20px !important;
    }

    #wrapper .main h1{
        font-size: 32px !important;
        
    }
}

img{
    max-width: 100%;
}

::placeholder{
    color: #004b80;
    font-size: 14px;
    font-weight: 100;
}
input[type]::placeholder{
    color: #004b80;
    font-size: 14px;
    font-weight: 100;
}

input[type], textarea, select {
    box-shadow: none;
    padding: 24px 10px;

    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    letter-spacing: 0.1em;
    width: 100%;
    border-color: #ccc;
}

.btn-primary{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background-color: #004b80;
    padding: 15px 40px;
    letter-spacing: 0.0481em;
    border:none;
    
}

.btn-primary:hover{
    color: #fff;
    opacity: 0.9;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.error{
    color: #CC2B00;
    font-weight: 400;
    padding-top: 10px;
}

#msgsuccess{
    color: #004b80;
    padding: 10px 0px;
}

#subscribeResponse{
    color: #004b80;
    padding: 10px 0px;
}

/*=======================================================================
Wrapper
==========================================================================*/

#wrapper{

    
    box-shadow: 1px 1px 20px #ececec;
    margin: 40px 0px;
}

#wrapper .brand{
    letter-spacing: 0.4481em;
    font-weight: 900;
}

.bx-controls{
    display: none !important;
}

#wrapper .main{
    /* padding: 80px 80px; */
}

#wrapper .main .col-sm-7{
    padding: 30px 60px;
}

#wrapper .main .col-sm-5{
    padding: 0px;
}

#wrapper .main .col-sm-5 .menu{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    margin-right: 40px;
    margin-bottom: 40px;
    font-size: 24px;
}

#wrapper .main .col-sm-5 .menu:hover{
    opacity: 0.9;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

#wrapper .main h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.0281em;
    line-height: 1.5em;
    font-weight: 700;
    color: #004b80;
}

#wrapper .main .article{
    font-family: 'Open Sans', sans-serif;
    padding: 20px 0px;
    letter-spacing: 0.0481em;
    font-size: 16px;
}

#wrapper .main h1{
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 300;
    
}

.countdown-wrapper{
    font-size: 20px;
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}

.countdown-wrapper div{
    border: #ebebeb solid 1px;
    float: left;
    margin: 10px;
    padding: 20px 20px;
    min-width: 80px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    cursor: pointer;
}
.countdown-wrapper div:hover{
    box-shadow: 1px 1px 20px #ececec;
    opacity: 0.9;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.countdown-wrapper div > span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    
}


/*=======================================================================
Contact Slide
==========================================================================*/

.contact-slide{
    padding: 80px 0px !important;
    color: #000;
    height: 100% !important;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color:#fff;
    overflow-x: hidden;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.0481em;
    font-size: 16px
}

.slide{
    width: 100% !important;
    height: 100% !important;
    padding: 80px 60px !important;
    
}

.contact-slide .contact-list {
    margin-left: -40px;
    margin-bottom: 40px;
    
}

.contact-slide .contact-list> li{
    display: block;
    padding: 10px 0px;
}


/*=======================================================================
Footer
==========================================================================*/

footer{
    padding-top: 60px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

footer a{
    color: #222222;
}

footer span{
    font-weight: 700;
}

footer a:hover{
    text-decoration: none;
    
}