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

	Project Name: 
	Project Description: 
	File Name:
	Author: Adi Purdila
	Author URI: http://www.adipurdila.com
	Version: 1.0.0
	
**********************************************************************************/
/* ---------- TYPOGRAPHY ---------- */
body {
  font: 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color:white;
}
p a {
  color:white;
}
p a:hover {
  color:white;
}
h1,
h2 {
  font-family: Georgia, serif;
  margin-bottom: 1em;
}
h1 {
  font-size: 2em;
  line-height: 3em;
}
h2 {
  font-size: 1.2em;
  line-height: 1.5em;
}
/* ---------- LAYOUT ---------- */
.container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#logo img {
  margin: 2em 0;
}
.timer-area {
  background: transparent url('../images/timer-area-pattern.png') left top;
  text-align: center;
  padding-top: 2em;
  margin-bottom: 4em;
}
.timer-area h1 {
  color: white;
}
/* ---------- SIGNUP ---------- */
.form-wrapper {
  border: 1px solid #dcdee0;
  padding: .5em;
  width: 30em;
  margin: 1em auto;
  overflow: hidden;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
.form-wrapper:hover,
.form-wrapper:focus {
  border: 1px solid #c1c5c8;
}
input[type="email"] {
  border: none;
  float: left;
  font-size: 1em;
  padding: .5em;
  outline: none;
  margin-top: .7em;
  width: 19em;
}
input[type="submit"] {
  float: right;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #2a9ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a9ccc), to(#217ca2));
  background-image: -webkit-linear-gradient(top, #2a9ccc, #217ca2);
  background-image: -moz-linear-gradient(top, #2a9ccc, #217ca2);
  background-image: -o-linear-gradient(top, #2a9ccc, #217ca2);
  background-image: linear-gradient(to bottom, #2a9ccc, #217ca2);
  color: white;
  -webkit-box-shadow: inset 0 2px 2px #217ca2;
  box-shadow: inset 0 2px 2px #217ca2;
  padding: 1em;
  font-size: 1em;
  text-transform: uppercase;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #2da2d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2da2d4), to(#2382aa));
  background-image: -webkit-linear-gradient(top, #2da2d4, #2382aa);
  background-image: -moz-linear-gradient(top, #2da2d4, #2382aa);
  background-image: -o-linear-gradient(top, #2da2d4, #2382aa);
  background-image: linear-gradient(to bottom, #2da2d4, #2382aa);
}
/* ---------- FOOTER ---------- */
footer#disclaimer p {
  font-size: .875em;
  color:white;
  font-style: italic;
}
footer#disclaimer p span {
  font-size: 1.2em;
  color:white;
}
footer#main-footer {
  background-color: #fcfbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfbfb), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fcfbfb, #ffffff);
  background-image: -moz-linear-gradient(top, #fcfbfb, #ffffff);
  background-image: -o-linear-gradient(top, #fcfbfb, #ffffff);
  background-image: linear-gradient(to bottom, #fcfbfb, #ffffff);
  border-top: 1px solid #dcdee0;
  -webkit-box-shadow: inset 0 2px 5px #e6dede;
  box-shadow: inset 0 2px 5px #e6dede;
  text-align: center;
  padding: 2em 0;
  margin-top: 4em;
}
footer#main-footer p {
  font-size: .875em;
  margin-bottom: 1em;
}
/* ---------- TIMER ---------- */
ul#countdown li {
  display: inline-block;
  width: 70px;
  margin-bottom: 4em;
  text-align: center;
}
ul#countdown li span {
  font-size: 3em;
  font-weight: bold;
  color:white;
  height: 108px;
  line-height: 108px;
  position: relative;
}
ul#countdown li span::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 31px;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
  margin-top: -2.3em;
  color:white;
  text-transform: uppercase;
  font-size: .775em;
}
@media only screen and (max-width:1000px){
    ul#countdown li p.timeRefDays,
    ul#countdown li p.timeRefHours,
    ul#countdown li p.timeRefMinutes,
    ul#countdown li p.timeRefSeconds {
  font-size:.575em;}
    .timer-area {
          background: transparent url('../images/timer-area-pattern.png') left top;
          text-align: center;
          padding-top: 4em;
          margin-bottom: 4em;
        }
    ul#countdown li {
      display: inline-block;
      width: 70px;
      margin-bottom: 4em;
      text-align: center;}
    
    ul#countdown li span {
      font-size: 2em;
      font-weight: bold;
      color:white;
      height: 108px;
      line-height: 80px;
      position: relative;}
}

@media only screen and (max-width:800px){
    ul#countdown li p.timeRefDays,
    ul#countdown li p.timeRefHours,
    ul#countdown li p.timeRefMinutes,
    ul#countdown li p.timeRefSeconds {
  font-size:.575em;}
    .timer-area {
          background: transparent url('../images/timer-area-pattern.png') left top;
          text-align: center;
          padding-top: 4em;
          margin-bottom: 4em;
        }
    ul#countdown li {
      display: inline-block;
      width: 60px;
      margin-bottom: 4em;
      text-align: center;}
    
    ul#countdown li span {
      font-size: 1.5em;
      font-weight: bold;
      color:white;
      height: 108px;
      line-height: 80px;
      position: relative;}
}

@media only screen and (max-width:650px){
    ul#countdown li p.timeRefDays,
    ul#countdown li p.timeRefHours,
    ul#countdown li p.timeRefMinutes,
    ul#countdown li p.timeRefSeconds {
  font-size:.575em;}
    .timer-area {
          background: transparent url('../images/timer-area-pattern.png') left top;
          text-align: center;
          padding-top: 5.5em;
          margin-bottom: 4em;
        }
    ul#countdown li {
      display: inline-block;
      width: 55px;
      margin-bottom: 3em;
      text-align: center;}
    
    ul#countdown li span {
      font-size: 1.5em;
      font-weight: bold;
      color:white;
      height: 108px;
      line-height: 60px;
      position: relative;}
}

@media only screen and (max-width:650px){
    ul#countdown li p.timeRefDays,
    ul#countdown li p.timeRefHours,
    ul#countdown li p.timeRefMinutes,
    ul#countdown li p.timeRefSeconds {
  font-size:.475em;}
    .timer-area {
          background: transparent url('../images/timer-area-pattern.png') left top;
          text-align: center;
          padding-top: 6em;
          margin-bottom: 4em;
        }
    ul#countdown li {
      display: inline-block;
      width: 40px;
      margin-bottom: 3em;
      text-align: center;}
    
    ul#countdown li span {
      font-size: 1em;
      font-weight: bold;
      color:white;
      height: 108px;
      line-height: 50px;
      position: relative;}
}