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


body {
    background: #f8f8f8 url(../img/pattern.jpg);
    border-top: 2px solid #e75967;
    font-family: 'Lato', sans-serif;
    color: #555;
    font-weight: 400;
    text-align: left;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #e75967;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

img { max-width: 100%; }

::-moz-selection { background: #e75967; color: #fff; text-shadow: none; }
::selection { background: #e75967; color: #fff; text-shadow: none; }


/***** Header *****/

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

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

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

.call-us-centered {
    text-align: center;
}

.live-clock {
    margin-top: 8px;
    font-size: 15px;
    color: #888;
}

.live-clock i {
    margin-right: 4px;
}

.release-target {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
}


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

.coming-soon {
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.bg-slideshow-track {
    display: flex;
    height: 100%;
    will-change: transform;
    transition: transform 1.2s ease-in-out;
}

.bg-slide {
    flex: 0 0 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inner-bg {
    position: relative;
    z-index: 1;
    padding: 55px 0 60px 0;
    background: url(../img/pattern-4.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 h2 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}
.glow-30{
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #b25f00 !important;
}
.glow-50{
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #b25f00, 0 0 40px #b25f00, 0 0 50px #b25f00 !important;
}
.glow-70{
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #b25f00, 0 0 40px #b25f00, 0 0 50px #b25f00, 0 0 60px #b25f00, 0 0 70px #b25f00 !important;
}
.coming-soon p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 36px;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.timer {
    margin-top: 40px;
    text-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.border {
    /* -webkit-text-stroke: 1px #4c4c4c; */
    text-shadow: 0 0 1px #2c2c2c;
}
.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin: 0 10px;
    padding-top: 20px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45, 45, 45, 0.7);
    font-size: 18px;
    line-height: 22px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.timer .days-wrapper:hover,
.timer .hours-wrapper:hover,
.timer .minutes-wrapper:hover,
.timer .seconds-wrapper:hover {
    background: #e75967 url(../img/pattern-2.png);
    text-shadow: none;
}

.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 80px;
    line-height: 90px;
}


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

.social {
    margin-top: 50px;
    padding-bottom: 20px;
    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: #e75967; }

/* Client Logo - Header */
.header .client-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.header .client-logo img {
    max-height: 100px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

/* Footer Branding */
.netsiteweaver-footer {
    margin-top: 20px;
    padding: 20px 0;
    border-top: 1px solid #eee;
    background-color: #f9f9f9;
}

.netsiteweaver-footer img {
    max-height: 36px;
    object-fit: contain;
    opacity: 0.85;
}

.netsiteweaver-footer p {
    margin: 8px 0 0;
    font-size: 13px;
    color: #999;
}

.netsiteweaver-footer a {
    color: #888;
    text-decoration: none;
}

.netsiteweaver-footer a:hover {
    color: #e75967;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .header .client-logo,
    .header .call-us {
        text-align: center;
        min-height: 80px;
    }
    
    .header .call-us {
        margin-top: 10px;
    }
}


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

@media (min-width: 768px) and (max-width: 991px) {
	
	.timer .days-wrapper,
    .timer .hours-wrapper,
    .timer .minutes-wrapper,
    .timer .seconds-wrapper { width: 140px; height: 140px; margin: 0 7px; }
    
    .timer .days,
    .timer .hours,
    .timer .minutes,
    .timer .seconds { font-size: 60px; line-height: 70px; }
	
}

@media (max-width: 767px) {

    .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 { width: 140px; height: 140px; margin: 7px; }

    .timer .days,
    .timer .hours,
    .timer .minutes,
    .timer .seconds { font-size: 60px; line-height: 70px; }

}

