/*
 *
 * Template Name: Alissa
 * Template URI: http://azmind.com
 * Description: Alissa - Responsive Coming Soon Template
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */

@import url(droidarabickufi.css);
/*////////////////////////////////Style-Global//////////////////////////////////////*/

.call-us {
    font-size: 18px;
    line-height: 22px;
    text-align: right;
}

.call-us p {
    margin-top: 18px;
}

.call-us p span { color: #888; }


/***** Coming Soon *****/

.coming-soon {
    direction: ltr;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: 'Droid Arabic Kufi',sans-serif;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.inner-bg {
    padding: 0px 0 10px 0;
    background: url(../img/pattern-3.png);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
}

.coming-soon p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 36px;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.timer {
    font-family: 'Lato', sans-serif;
    margin: 0 auto;
    text-align: center;
    color: #red;
    text-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.timer h3 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
    color: red;
    text-align: center;
    margin-top: 10px;
}
.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: auto 30px;
    padding-top: 20px;
    color: red;
    background: #FFFFFF;
    border: red solid 1px;
    font-size: 19px;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

.timer .days-wrapper:hover,
.timer .hours-wrapper:hover,
.timer .minutes-wrapper:hover,
.timer .seconds-wrapper:hover {
    background: #CCC;
    text-shadow: none;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 33px;
    line-height: 10px;
    text-align: center !important;
    padding-left: 2px !important;
}


/***** Content *****/

.subscribe {
    margin-top: 30px;
    text-align: center;
}

.subscribe h3 {
    font-size: 32px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 40px;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px #fff;
}

.subscribe p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

.subscribe form {
    margin-top: 24px;
}

.subscribe form input.subscribe-email {
    width: 310px;
    height: 46px;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #888;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:focus {
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}

.subscribe form input:-moz-placeholder { color: #888; }
.subscribe form input:-ms-input-placeholder { color: #888; }
.subscribe form input::-webkit-input-placeholder { color: #888; }

.subscribe form button {
    width: 130px;
    height: 46px;
    margin: 0;
    padding: 0;
    background: orange;
    border: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.25);
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.subscribe form button.btn:hover {
    background: #555;
    color: #fff;
}

.subscribe form button.btn:focus, .subscribe form button.btn:active {
    outline: 0;
    background: #555;
    color: #fff;
}

.success-message, .error-message {
    display: none;
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
}

.error-message {
    color: orange;
}

.social {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 3px;
    padding-top: 9px;
    background: #555;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    font-size: 28px;
    color: #fff;
    line-height: 28px;
}

.social a:hover, .social a:focus { outline: 0; background: orange; }


/***** Media Queries *****/

@media (min-width: 768px) and (max-width: 991px) {

    .timer .days-wrapper,
    .timer .hours-wrapper,
    .timer .minutes-wrapper,
    .timer .seconds-wrapper { display: inline-block;
    width: 70px;
    height: 70px;
    margin: auto 30px;
    padding-top: 20px;
    color: red;
    background: #FFFFFF;
    border: red solid 1px;
    font-size: 19px;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }

    .timer .days,
    .timer .hours,
    .timer .minutes,
    .timer .seconds { font-size: 33px;
    line-height: 10px;
    text-align: center !important;
    padding-left: 2px !important; }

}

@media (max-width: 767px) {

    .logo h1 { text-align: center; }
    .call-us { padding-bottom: 7px; text-align: center; }

    .inner-bg { padding: 45px 0 50px 0; }

    .coming-soon h2 { font-size: 36px; }

    .timer .days-wrapper,
    .timer .hours-wrapper,
    .timer .minutes-wrapper,
    .timer .seconds-wrapper { display: inline-block;
    width: 70px;
    height: 70px;
    margin: auto 30px;
    padding-top: 20px;
    color: red;
    background: #FFFFFF;
    border: red solid 1px;
    font-size: 19px;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }

    .timer .days,
    .timer .hours,
    .timer .minutes,
    .timer .seconds {font-size: 33px;
    line-height: 10px;
    text-align: center !important;
    padding-left: 2px !important; }

    .subscribe h3 { font-size: 28px; }
    .subscribe form input.subscribe-email, .subscribe form button { width: 100%; }

}

