/*
Theme Name: Alesha Dixon
Theme URI: http://www.aleshadixon.com
Description: Alesha Dixon
Author: Storehouse
Author URI: http://www.storehouseagency.com/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

*/


@charset "UTF-8";
/* CSS Document */

* {
    margin:0;
    padding:0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

html { 
  font-family: "proxima-nova",sans-serif;
  font-weight:400;
  letter-spacing:1.5px;
  font-size:14px;
  line-height:30px;
  background:#222;
  -webkit-font-smoothing: antialiased;
}

#main-background {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:none;
}

h1 {
	font-family: "brandon-grotesque",sans-serif;
	letter-spacing:1.5px;
	font-weight:100;
	color:#FFF;
	font-size:50px;
}

h2 {
	font-family: "proxima-nova",sans-serif;
	margin-top:20px;
	color:#999;
	font-weight:600 !important;
	font-size:10px;
	text-transform:uppercase;
}

h3 {
	font-family: "brandon-grotesque",sans-serif;
	font-weight:700;
	font-size:20px;
	line-height:40px;
	color:#FFF;
	letter-spacing:1.5px;
	margin-bottom:25px;
}

.underline {
	width:60px;
	height:1px;
	background:#555;
	z-index:999;
	margin:0 auto 35px auto;
}

p {
	line-height:28px;
	margin-bottom:25px;
}

a {
	color:white;
	text-decoration:none;
	-o-transition:.2s;
  	-ms-transition:.2s;
  	-moz-transition:.2s;
  	-webkit-transition:.2s;
  	transition:.2s;
}

.social li a img:last-child, a.close img:last-child {
	position:absolute;
	top:0;
	left:0;
	display:none;
}

#logo {
	position:absolute;
	margin:4% 0 0 4%;
	width:25%;
	z-index:2;
}

#logo img {
	width:100%;
	max-width:280px;
}

#button {
	background:url(images/menu.png) no-repeat;
	background-size:58px 58px;
	cursor:pointer;
	z-index:1000;
	position:absolute;
	right:0;
	margin:4% 4% 0 0;
	width:58px;
	height:58px;
}

.menu-open {
	background:url(images/close-normal.png) no-repeat !important;
	background-size:58px 58px !important;
}

#button img {
	width:58px;
	height:58px;
}

.indicator {
	width:40%;
	height:1px;
	background:#ffffff;
	position:absolute;
	margin-top:14px;
	margin-left:-80%;
}

#menu {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	cursor:pointer;
	display:none;
	z-index:98;
}

.menu-wrap {
	display:table;
	height:100%;
	width:100%;
}

#menu ul {
	display:table-cell;
	vertical-align:middle;
	z-index:999;
	position:relative;
	list-style-type: none;
	color:#FFF;
	text-align:center;
}
	
#menu li {
	padding-bottom:12px;
}

#menu li:first-child {
	padding-top:12px;
}
	
#menu li:hover {
	-o-transition:.2s;
  	-ms-transition:.2s;
  	-moz-transition:.2s;
  	-webkit-transition:.2s;
  	transition:.2s;
}

#countdown {
	display:none;
	z-index:5;
	background:url(images/countdown-background.png) repeat-x;
	background-size:1px 134px;
	position:absolute; 
	bottom:0;
	list-style:none;
	color:#FFF;
	width:100%;
	padding:37px 5% 10px 5%;
}

#countdown li {
	width:17.5%;
	text-align:center;
	float:left;
}

#countdown li.divider {
	width:10%;
	margin-top:-10px;
}

#countdown li.divider img {
	width:23px;
	height:81px;
}

.mobisocial {
	width:50%;
	margin:0 auto;
	padding-top:30px;
}

.mobisocial li {
	display:inline;
	padding: 0 1px;
}

.mobisocial img {
	width:45px;
	height:45px;
}

.social {
	z-index:4;
	display:none;
}

.social li {
	position:relative;
}

.social li a img {
	width:58px;
	height:58px;
}

.sign-up, .video, .about {
	width:100%;
	height:100%;
	position:absolute;
	display:none;
	z-index:99;
}

.close {
	position:relative;
	margin:0 auto;
}

#video-close {
	bottom:-88px;
}

.close img {
	width:58px;
	height:58px;
}

.close img:last-child {
	top:-45px !important;
}

.content-wrap {
	width:100%;
	height:100%;
	position:absolute;
	display:table;
}

.content {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	padding:40px 10%;
	color:#FFF;
	position:relative;
	z-index:101;
	text-transform:uppercase;
}

.content p {
	font-size:14px;
	line-height:24px;
}

.content-video {
	position:absolute;
	z-index:101;
	left:50%;
	top:50%;
	margin:-280px 0 0 -350px;
}

.content-video .close {
	position:absolute;
	left:50%;
	margin:0 0 0 -29px;
}

.content-video .close img:last-child {
	top:0 !important;
}

.overlay {
	background:#222;
	opacity:0.85;
	z-index:100;
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
}

.background {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	background:url(images/background.jpg) no-repeat center center fixed;
  	 -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	-webkit-filter: blur(5px);
  	-moz-filter: blur(5px);
  	-o-filter: blur(5px);
  	-ms-filter: blur(5px);
  	filter: blur(5px);
}

.about-overlay {
	background:#222;
	opacity:1;
	z-index:100;
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
}

input[type="text"],textarea {
	font-family: "proxima-nova",sans-serif;
	color: #000 !important;
}
textarea {
	padding: 10px 20px !important;
}


.about-background {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
}

.contact {
	display:none;
}

.contact-overlay {
	background:#222;
	opacity:1;
	z-index:100;
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
}

.contact-background {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
}

/* Mail Chimp */
#mc_embed_signup {
	background:none;
	font-family: "proxima-nova",sans-serif;
  	font-weight:600;
	color:#FFF;
  	letter-spacing:1.5px;
  	font-size:14px;
	text-transform:uppercase;
}

#mc_embed_signup form {
	padding: 0 !important;
}

#mc_embed_signup .underline {
	margin:0 auto 10px auto;
}

#mc_embed_signup .indicates-required {
	margin-right:0 !important;
}

#mc_embed_signup .mc-field-group .asterisk {
	top:7px !important;
	right:0 !important;
	color:#a49164 !important;
}

#mc_embed_signup div.mce_inline_error {
	margin-bottom:20px;
	background:#111 !important;
}

#mc_embed_signup .indicates-required {
	display:none !important;
}

.mc-field-group {
	width:100% !important;
}

.mc-field-group input {
	border:0 !important;
	font-family: "proxima-nova",sans-serif !important;
  	font-weight:400 !important;
	font-size:16px !important;
}

.mc-field-group input:focus {
	outline:none !important;
}

#mc_embed_signup .button {
	outline:none;
	font-family: "proxima-nova",sans-serif;
  	font-weight:600;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:1.5px;
	background:#444 !important;
	height:40px !important;
	padding:0 20px !important;
	position:relative;
	left:50%;
	margin:20px 0 35px -67.5px !important;
}

#mc_embed_signup .button:hover {
	background:#222 !important;
}

#mc_embed_signup h3 {
	text-align:center !important;
}

.top-right {
	display:none;
}

@media screen and (min-width: 600px) {
	
.top-right {
	display:block;
	position:absolute;
	top:8%;
	right:4%;
	z-index:99;
	color:white;
	text-transform:uppercase;
	text-align:right;
}
	
.title {
	font-weight:900;
	font-size:22px;
	line-height:22px;
	margin-bottom:0px;
	letter-spacing:3px;
}

.subtitle {
	font-weight:400;
	font-size:18px;
	line-height:22px;
	color:#CCC;
}

.subtitle strong {
	color:white !important;
	font-weight:900 !important;
}

h1 {
	font-size:55px;
}

#menu {
	display:table-cell;
	vertical-align:middle;
	margin-left: 4%;
	width:auto;
	background-color:transparent;
}

#menu .overlay, #menu .background {
	display:none;
}

#menu ul {
	text-align:left;
	color:#FFF;
}

.social li {
	display:block;
}

.social {
	position:absolute;
	right:4%;
	top:50%;
	margin-top:-175px;
	display:block;
}

.mobisocial {
	display:none !important;
}

#button {
	position:absolute;
	right:0;
	margin-top:4%;
	display:none;
}

#countdown {
	padding:37px 30px 10px 30px;
	left:50%;
	margin-left:-275px;
	width:550px;
}

#countdown li {
	width:90px;
}

#countdown li.divider {
	width:43px;
}

.content {
	width:100%;
	padding:60px 25%;
}

.content p {
	font-size:14px;
	line-height:28px;
	margin-bottom:25px;
}

.about-overlay {
	opacity:0.85 !important;
}

.about-background {
	background:url(images/background.png) no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	-webkit-filter: blur(5px);
  	-moz-filter: blur(5px);
  	-o-filter: blur(5px);
  	-ms-filter: blur(5px);
  	filter: blur(5px);
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 1290px) {
}

.wpcf7-submit {
 outline: none;
 font-family: "proxima-nova",sans-serif;
 font-weight: 600;
 text-transform: uppercase;
 font-size: 16px;
 letter-spacing: 1.5px;
 background: #444 !important;
 height: 40px !important;
 padding: 0 20px !important;
 /*! position: relative; *//*! left: 50%; *//*! margin: 20px 0 35px -67.5px !important; */clear: both;
 background-color: #aaa;
 border: 0 none;
 border-radius: 4px;
 color: #FFFFFF;
 cursor: pointer;
 display: inline-block;
 font-size: 15px;
 font-weight: bold;
 height: 32px;
 line-height: 32px;
 margin: 0 5px 10px 0;
 padding: 0 22px;
 text-align: center;
 text-decoration: none;
 vertical-align: top;
 white-space: nowrap;
 width: auto;
 display: block;
 margin: auto;
}

.wpcf7-textarea {
width: 100%;
}

.wpcf7-form p > label {
display: block;
text-align: left;
width: 100%;
font-family: "proxima-nova",sans-serif;
font-weight: 600;
color: #FFF;
letter-spacing: 1.5px;
font-size: 14px;
text-transform: uppercase;
}

.wpcf7-text {
display: block;
width: 100%;
padding: 8px 0;
text-indent: 2%;
}

.wpcf7-text {
text-align: left;
}

.wpcf7-spinner::before {
display: block;
}





	