/*-------------------------------------------------------------------------------------
Theme Name:	Saaspro
Theme URI: 	http://pentathemes.com/saaspro/
Version:	1.0
Author: PentaThemes
-------------------------------------------------------------------------------------*/
/**
*****************************************
@File: Saaspro Coning Soon Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

*****************************************
**/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Open+Sans:400,700');
body {
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
    background-image: linear-gradient(to bottom, #1098fb 100%, #00b6e6 100%);
}
/*-----------------------
Typography
-----------------------*/

p.lead {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    color: #a2a2a2;
}

.text-dark {
    color: #4A4A4A;
}

.text-light {
    color: #ffffff;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

label {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #333c4e;
}

img {
    max-width: 100%;
    height: auto;
}
img.exposed-image{
    border-radius: 5px;
    -webkit-box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.67);
    -moz-box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.67);
    box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.67);
}
.fix {
    overflow: hidden
}

.error {
    color: #a94442;
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #616a73;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 43px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.heading-thin {
    font-weight: 300 !important;
}

.heading-thick {
    font-weight: 700 !important;
}

.heading-medium {
    font-weight: 500 !important;
}

.heading-thin span {
    font-weight: 700 !important;
}

.heading-thick span {
    font-weight: 300 !important;
}

.heading-light {
    color: #ffffff !important;
}

.heading-black {
    color: #000000 !important;
}

a,
a:hover,
a:active,
a:focus {
    transition: all 0.3s ease;
}
section.coming-soon{
    text-align: center;
    padding: 50px 0px;
}
section.coming-soon .logo-holder{
    margin-bottom: 20px;
}
section.coming-soon .soon-info h2{
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 20px;
}
section.coming-soon .soon-info h6{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
}
section.coming-soon{
    margin: 25px 0px;
}
section.coming-soon .conting-item{
    padding: 30px 0px;
}
section.coming-soon .conting-item h2{
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 10px;
}
section.coming-soon .conting-item h6{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
}
section.coming-soon .subscribe-form{
    margin-top: 50px;
}
section.coming-soon .subscribe-form h4{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}
section.coming-soon .subscribe-form .form-control{
    background: rgba(0,0,0,0.2);
    border-radius: 0px;
    min-height: 45px;
    border: none;
}
.btn-theme-white{
    background: #ffffff;
    color: #1098fb;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    min-height: 45px;
    padding: 10px 20px;
}
.btn-theme-white:hover,
.btn-theme-white:active,
.btn-theme-white:focus{
    background: #ffffff;
    color: #00b6e6;
}