/*
 	Theme Name: Pixicon
  	Author: Designstub
  	Author URI: www.designstub.com
   	License: GNU General Public License version 3.0
	License URI:
	Version: 1.0

	1. Body style
	2. Main
	3.
	4. Header
		1. Hgroup
			1. Logo
			2. Nave
			3. Socil Icon
		2. Footer
	5. Countdown
	6. Page Title
	7. Introduction
	8. Subscribe
	9. Contact
*/
@import url('https://fonts.googleapis.com/css?family=Oranienbaum');

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

body, img {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, main {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #010101;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease;
}

a:focus, img:focus, button:focus, .btn:focus {
    outline: none;
}

::-moz-selection {
    background-color: #E84D49;
    color: #FFFFFF;
    text-shadow: none;
}

::selection {
    background-color: #E84D49;
    color: #FFFFFF;
    text-shadow: none;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    font-family: 'Oranienbaum', serif;
}

/*===== Main ===*/

main[role="main-wrapper-iamge"], main[role="main-wrapper-iamge"] > .over-bg-color {
    background-size: cover !important;
    background: url('https://zip.solutions/p/background-zip.jpg') no-repeat center center fixed;
    width: 100%;
    height: 100%;
    position: fixed;
}

main[role="main-wrapper-iamge"] > .over-bg-color {
    background: rgba(255, 255, 255, 0.5) none;
    padding: 0;
}

/*===== Header ===*/
header[role="header"] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 5%;
    z-index: 6;
}

header[role="header"] > hgroup {
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    position: relative;
}

header[role="header"] > hgroup > h1 {
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    z-index: 5;
}

header[role="header"] > hgroup > h1 > a {
    background-color: #353535;
    text-transform: uppercase;
    font-family: 'Oranienbaum', serif;
    text-align: center;
    font-size: 20px;
    line-height: 52px;
    color: #FFFFFF;
    display: inline-block;
    min-width: 157px;
    font-weight: 500;
    letter-spacing: 5px;
    padding: 0 10px;
}

header[role="header"] > hgroup > h1 > a:hover {
    text-decoration: none;
}

/*===== Nav ===*/
#menu-button {
    display: none;
}

header[role="header"] > hgroup nav {
    float: none;
    clear: both;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
}

header[role="header"] > hgroup nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    border: none;
}

header[role="header"] > hgroup nav ul > li {
    float: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 0 18.5px;
}

header[role="header"] > hgroup nav ul > li > a {
    border-radius: 0;
    border: none;
    padding: 0;
    line-height: 52px;
    display: block;
    color: #353535;
}

header[role="header"] > hgroup nav ul > li.active a, header[role="header"] > hgroup nav ul > li a:hover {
    background-color: inherit;
    border: none;
    color: #E84D49;
}

header[role="header"] > hgroup nav .nav-tabs > li.active > a, header[role="header"] > hgroup nav .nav-tabs > li.active > a:focus, header[role="header"] > hgroup nav .nav-tabs > li.active > a:hover {
    background-color: inherit;
    border: none;
    color: #E84D49;
}

/*===== Socil-Icons ===*/
header[role="header"] > hgroup .mobile-social {
    display: none;
}

header[role="header"] > hgroup ul[role="socil-icons"] {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    float: right;
    position: relative;
    z-index: 5;
}

header[role="header"] > hgroup ul[role="socil-icons"].mobile-social {
    display: none;
}

header[role="header"] > hgroup ul[role="socil-icons"] li {
    display: inline-block;
    margin-right: 21px;
}

header[role="header"] > hgroup ul[role="socil-icons"] li > a {
    display: block;
    line-height: 52px;
    font-size: 13px;
    color: #353535;
}

header[role="header"] > hgroup ul[role="socil-icons"] li a:hover {
    color: #E84D49;
}

/*===== Footer ===*/
header[role="header"] footer {
    text-align: right;
}

header[role="header"] footer > p, footer.mobile p {
    font-size: 12px;
    line-height: 50px;
    color: #353535;
    font-weight: 400;
}

header[role="header"] footer > p > i, footer.mobile p i {
    color: #E84D49;
    display: inline-block;
    padding: 0 5px;
}

footer.mobile {
    display: none;
}

/*===== Countdown ===*/
article[role="countdown"].countdown-pan {
    padding-top: 21.5%;
}

article[role="countdown"].countdown-pan h2 {
    font-family: 'Oranienbaum', serif;
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

article[role="countdown"].countdown-pan h2 > span {
    font-size: 72px;
    line-height: 72px;
    position: relative;
    letter-spacing: inherit;
    display: inline-block;
}

article[role="countdown"].countdown-pan h2 > span:after {
    content: "";
    display: block;
    width: 98px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
    background-color: #E84D49;
}

article[role="countdown"].countdown-pan > p {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0;
    padding: 29px 0 0;
}
/* lg */
@media (min-width: 1400px) and (max-width: 1920px) {
    article.countdown-pan[role="countdown"] {
        padding-top: 31.5%;
    }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    article.countdown-pan[role="countdown"] {
        padding-top: 31.5%;
    }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    article.countdown-pan[role="countdown"] {
        padding-top: 53.5%;
    }

    header[role="header"] {
        padding: 0 1%;
    }


    header[role="header"] > hgroup nav ul > li {
        margin: 0 4.5px;
    }
}

/* xs */
@media (max-width: 767px) {
    body {
        position: static;
        background-size: cover !important;
        background:  url('https://zip.solutions/p/bg-co.png') repeat, url('https://zip.solutions/p/background-zip.jpg') no-repeat center center fixed;
    }

    main[role="main-wrapper-iamge"], main[role="main-wrapper-iamge"] > .over-bg-color {
        position: static;
        background-image: none;
    }

    main[role="main-wrapper-iamge"] > .over-bg-color {
        background-color: inherit;
    }

    article.countdown-pan[role="countdown"] {
        padding-bottom: 60%;
        padding-top: 30%;
    }


    header[role="header"] > hgroup{
        text-align: center;
    }

    header[role="header"] > hgroup > h1 > a {
        line-height: 39px;
        font-size: 20px;
    }

    header[role="header"] {
        top: 6px;
        bottom: inherit;
        padding: 0 2%;
    }

    header[role="header"] > hgroup {
        overflow: inherit;
        padding: 2%;
    }

    header[role="header"] > hgroup nav {
        position: relative;
        width: 100%;
        text-align: center;
    }

    footer.desk, header[role="header"] > hgroup ul[role="socil-icons"].desk-social {
        display: none;
    }

    header[role="header"] > hgroup nav ul, header[role="header"] > hgroup ul[role="socil-icons"] {
        text-align: center;
        width: 100%;
    }

    header[role="header"] > hgroup nav ul > li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #CCCCCC;
    }

    header[role="header"] > hgroup nav ul > li a {
        line-height: 40px;
    }

    footer.mobile p {
        text-align: center;
        line-height: 18px;
    }

    header[role="header"] > hgroup div[role="socil-icons"] {
        clear: both;
        display: block;
        margin: 8px 0;
    }

    header[role="header"] > hgroup div[role="socil-icons"] li {
        display: inline-block;
        margin: 0 6px;
    }

    header[role="header"] > hgroup div[role="socil-icons"] li a {
        color: #353535;
    }

    header[role="header"] > hgroup div[role="socil-icons"] li a:hover {
        color: #E84D49;
    }

    article header.page-title h2 {
        font-size: 22px;
    }

    footer.mobile {
        display: block;
    }
}

@media (max-width: 414px) {
    article.countdown-pan[role="countdown"]{
        padding-bottom: 60%;
        padding-top: 60%;
    }
}
