/*=========================================
 *  comming soon style 
 * ======================================= */
.rento-coming-soon-layout .launch {
	padding-top:20px;
}
.rento-coming-soon-layout h2{
	color: rgb(255, 255, 255);
    font-size: 42px;
    font-weight: bold;
    line-height: 1.18;
    margin-bottom: 46px;
    padding-left: 0;
    text-align: left;
    text-shadow: 0.5px 0.866px 1px rgba(40, 40, 40, 1);
}
.rento-coming-soon-layout p{
	color: rgb(255, 255, 255);
    display: block;
    font-size: 19px;
    line-height: 1.714;
    margin-bottom: 52px;
    padding-right: 50px;
    text-shadow: 0.5px 0.866px 1px rgba(40, 40, 40, 1);
}
.rento-coming-soon-layout .wpcf7-form p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #ffffff;
}
.rento-coming-soon-layout .wpcf7-form input,.rento-coming-soon-layout .wpcf7-form textarea{
	border:1px solid #fff;
	background: transparent;
    color: #ffffff;
    line-height: 20px;
    padding: 8px;
    font-size: 15px;
}
.rento-coming-soon-layout .wpcf7-form input{
	height:36px;
}
.rento-coming-soon-layout .wpcf7-form input[type=submit]{
	width:80px;
}
.rento-coming-soon-layout .countdown-section {
    text-align: center;
    font-size: 14px;
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    line-height: 1.857;
    text-shadow: 0.5px 0.5px 1px rgba( 40, 40, 40,0.4 );
    padding-top: 16px;
    padding-bottom: 16px;
    width: 24.1%;
    display: block;
    margin-right:0;
}
.rento-coming-soon-layout .countdown-row{
	display: block;
	overflow: hidden;
}
.rento-coming-soon-layout .countdown-row .countdown-section {
    background-color:#f44336;
    box-shadow: 0.5px 0.866px 1px 0px rgba( 40, 40, 40,0.4 );
    height: 141px;
    float: left;
}

.counter {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 22px;
}
.rento-coming-soon-layout .countdown-row .countdown-section + .countdown-section {
    background-color:#e04438;
    box-shadow: 0.5px 0.866px 1px 0px rgba( 40, 40, 40,0.4 );
    height: 141px;
    float: left;
}
.rento-coming-soon-layout .countdown-row .countdown-section + .countdown-section + .countdown-section {
    background-color: #c3352a;
    box-shadow: 0.5px 0.866px 1px 0px rgba( 40, 40, 40,0.4 );
    float: left;
    height: 141px;
}
.rento-coming-soon-layout .countdown-row .countdown-section + .countdown-section + .countdown-section + .countdown-section {
    background-color: #bc281d;
    box-shadow: 0.5px 0.866px 1px 0px rgba( 40, 40, 40,0.4 );
    float: left;
    height: 141px;
    z-index: 8;
}
.rento-coming-soon-layout .countdown-amount {
    font-size: 36px;
    color: rgb( 255, 255, 255 );
    display: block;
    text-shadow: 0.5px 0.134px 1px rgba( 40, 40, 40,1 );
    border: none;
    line-height: 1.75;
    padding: 5px;
    margin-bottom: 0;
}
.rento-coming-soon-layout .countdown-section span {
    display: block;
    
}
.rento-coming-soon-layout footer {
 margin-top:40px;
}
.rento-coming-soon-layout footer span {
 color:#ffffff;
}
.rento-coming-soon-layout .counter .countdown-row .countdown-section:first-child {
	display:block;
}
