/*
	Theme Name: VA
	Theme URI: http://vanillaactive.com
	Description: Vanilla Active WordPress Theme
	Version: 1.0
	Author: Cathleen Ghenne

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   GRID
   ========================================================================== */


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {	
	max-width:1004px;
	width: 100%;
	margin:auto;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
	width:98%;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

	@media (min-width: 48em) {
	
	/* Grid >> 12 Columns
	----------------------------------------------------------------------------------------------------*/
	
	
	.container_12 .grid_1 {
		width:6.333%;
	}
	
	.container_12 .grid_2 {
		width:14.667%;
	}
	
	.container_12 .grid_3 {
		width:23.0%;
	}
	
	.container_12 .grid_4 {
		width:31.333%;
	}
	
	.container_12 .grid_5 {
		width:39.667%;
	}
	
	.container_12 .grid_6 {
		width:48.0%;
	}
	
	.container_12 .grid_7 {
		width:56.333%;
	}
	
	.container_12 .grid_8 {
		width:64.667%;
	}
	
	.container_12 .grid_9 {
		width:73.0%;
	}
	
	.container_12 .grid_10 {
		width:81.333%;
	}
	
	.container_12 .grid_11 {
		width:89.667%;
	}
	
	.container_12 .grid_12 {
		width:98.0%;
	}
	
		/* Push Space >> 12 Columns
	----------------------------------------------------------------------------------------------------*/
	
	
	.container_12 .push_1 {
		left:8.333%;
	}
	
	.container_12 .push_2 {
		left:16.667%;
	}
	
	.container_12 .push_3 {
		left:25.0%;
	}
	
	.container_12 .push_4 {
		left:33.333%;
	}
	
	.container_12 .push_5 {
		left:41.667%;
	}
	
	.container_12 .push_6 {
		left:50.0%;
	}
	
	.container_12 .push_7 {
		left:58.333%;
	}
	
	.container_12 .push_8 {
		left:66.667%;
	}
	
	.container_12 .push_9 {
		left:75.0%;
	}
	
	.container_12 .push_10 {
		left:83.333%;
	}
	
	.container_12 .push_11 {
		left:91.667%;
	}
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}



/* CUSTOM */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

img { /* responsive images */
	max-width: 100%;
	height: auto;
}

a{
	color:#333;
	-moz-transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}

body{
	font-family: 'Open Sans', sans-serif;
	min-width:320px;
	background:#fff;
	font-size:13px;
}

header{
	background:#fff;
}

header img{
	max-width:300px;
	margin-top:50px;
}

header h1{
	font-size:35px;
	font-weight:bold;
	color:#878786;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
}

header h2, header h3{
	color:#ff0072;
	font-weight:bold;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	text-align:right;
	margin:0;
	padding:0;	
}

header h3{
	font-weight:normal;
	font-size:20px;
}

header a{
	text-decoration:none;
}

#arrow{
	display:none;
}



.orderNow{
	background:#fff;
	padding:0 10px;	
	position: fixed;
	width: 100%;
	max-width:1004px;
	top: 0;
	z-index: 999;
}

.menu{
	background:#bf87bb;
}

.nav{
	position:relative;	
}

.nav ul{
	padding:0;	
	margin:0 auto;
	width:250px;
	text-align:center;
}

.menu-item a{
	padding: 10px 20px;
	margin:0;
	display:block;	
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#fff;
	text-decoration:none;
}

.menu-item a:hover{
	text-decoration:underline;
}

.banner{
	background:#dadada;
	padding-top:15px;
	padding-bottom:15px;
}

#video{
	height:323px;
	max-width:637px;
	border:1px solid #621e67;
}

#video iframe{
	width:100%;
	height:100%;
}

footer{
	background:#666666;
	padding-top:15px;
	padding-bottom:15px;
}

footer h2{
	font-size:17px;
	font-weight:normal;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
}

footer p, footer a{
	font-size:15px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
}

footer a:hover{
	text-decoration:underline;
}

.footer .grid_4{
	border-bottom:1px solid #ccc;
}

.footer .grid_4:last-child{
	border:none;
}

section{
	background:#fff;
	padding-top:15px;
	padding-bottom:15px;
}

.main p{
	color:#333333;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	text-align:justify;
}

.main h2{
	color:#621e66;
	font-size:26px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
}

.contact, .contact a{
	background:#bf87bb;
	color:#fff;
	font-size:25px;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
}

.page-id-14 .main, .page-id-14 .main a{
	background:#fff;
	color:#621e67;
	font-size:25px;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
}

.contact a:hover, .page-id-14 .main  a:hover{
	text-decoration:none;
}

.contact h2{
	font-weight:normal;
	text-align:center;
	margin:0;
	margin-top:15px;
	font-size:30px;
}

input[type=text], input[type=email], textarea, select{
	padding:1% 2%;
	width:98%;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:#333333;
	display:block;
	margin-top:-30px;
	text-align:center;
}

.page-id-65 .main h2{
	text-align:center;
}

.mce_inline_error{
	color:red;
	margin-top:-10px;
	margin-bottom:20px;
}

input.mce_inline_error, select.mce_inline_error{
	border:1px solid red !important;
}

.page-id-14 .main input[type=text], .page-id-14 .main  input[type=email], .page-id-14 .main  textarea{
	margin-top:-10px;
	margin-bottom:10px;
}

#mc-embedded-subscribe-form input{
	margin-top:0px;
	width:80%;
	margin-bottom:20px;
	margin-left:10%;
}

label{
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	display:block;
	margin-top:-10px;
}

.page-id-14 .main label{
		margin-top:10px;
}

#mc-embedded-subscribe-form  label{
	font-size:14px;
}

#mc_embed_signup2 label{
	font-size:16px;
	margin-top:0;
	margin-bottom:-10px;
}

textarea{
	height:150px;
	margin-bottom:10px;
}

span.wpcf7-not-valid-tip{
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:yellow;
}

.page-id-14 .main span.wpcf7-not-valid-tip{
	color:red;
}

.wpcf7-submit, #mc-embedded-subscribe, #mc-embedded-subscribe2{
	background:#621e67;
	border:none;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	padding:10px 50px;
	float:right;
	margin-right:15px;
}

#mc-embedded-subscribe2{
	float:none;
}

#mc_embed_signup2{
	margin-top:30px;
	text-align:center;
}

#mc_embed_signup2 input{
	text-align:center;
	min-width:250px;
}

#mc_embed_signup2 input, #mc_embed_signup2 select{
	width:300px;
	margin:auto;
	margin-bottom:20px;	
}

.wpcf7-validation-errors, .wpcf7-mail-sent-ok{
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
}

.main {
	margin:auto;
	text-align:center;
}

.contact, .footer{
	text-align:center;
}

#mc_embed_signup{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}

.indicates-required{
	margin-top:-15px;
	font-size:11px;
	margin-bottom:20px;
}

.mem_top {
	background:#cf9ecf;
	padding:15px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	text-align:center;
	margin-top:30px;
}
.mauve .mem_top{ background:#816991; }
.prices .mem_top{ background:#dc6398; }

.mem_text{
	background:#daa7da;
	padding:15px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align:center;
	height:auto;
}
.mauve .mem_text{ background:#9075a1; }
.prices .mem_text{ background:#f56ea9; }

.mem_bot{
	background:#b37eb3;
	padding:25px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align:center;
	font-weight:bold;
	display:block;
	text-decoration:none;
	margin-bottom:30px;
}
.mauve .mem_bot{ background:#621e66; }
.prices .mem_bot{ background:#f50072; padding:5px; }

.prices td{
	width:50%;
	text-align:left;
	padding-bottom:14px;
	padding-top:14px;
}
.prices  tr{ border-bottom:1px solid #fff; }
.prices  tr:nth-last-child(1) { border:none; }

.slider {
  margin: auto;
  width: 297px; /* Update to your slider width */
  height: 369px; /* Update to your slider height */
  position: relative;
  overflow: hidden;
}

.slider li {
  display: none;
  position: absolute; 
  top: 0; 
  left: 0; 
}


/* mobile */
.standard{ 
	background:url(img/standardM.jpg) no-repeat center; 
	height:1018px; 
	margin-bottom:30px;
}

.bumper{ 
	background:url(img/bumperM.jpg) no-repeat center; 
	height:591px; 	
	margin-bottom:30px;
}
.premium{ 
	background:url(img/premiumM.jpg) no-repeat center; 
	height:634px; 
	margin-bottom:30px;
	
}
.policies{ 
	background:url(img/policiesM.jpg) no-repeat center; 
	height:682px;
	margin-bottom:30px;
}

/* tablet */
@media all and (min-width: 774px) {	
	
	.standard{ 
		background:url(img/standardT.jpg) no-repeat center; 
		height:701px;
	}

	.bumper{ 
		background:url(img/bumperT.jpg) no-repeat center; 
		height:361px; 	
	}
	
	.premium{ 
		background:url(img/premiumT.jpg) no-repeat center; 
		height:429px;
	}
	
	.policies{ 
		background:url(img/policiesT.jpg) no-repeat center; 
		height:355px;
	}
	
}

/* pc */

@media all and (min-width: 1044px) {	
	
	.standard{ 
		background:url(img/standard.jpg) no-repeat; 
		height:375px; 
	}

	.bumper{ 
		background:url(img/bumper.jpg) no-repeat; 
		height:329px; 	
	}
	.premium{ 
		background:url(img/premium.jpg) no-repeat; 
		height:329px;
		
	}
	.policies{ 
		background:url(img/policies.jpg) no-repeat; 
		height:242px;
	}

}
	
@media all and (min-width: 768px) {		
	.mem_text{
		min-height:280px;
	}
	
	input[type=text], input[type=email], .contact textarea{
		text-align:left;
	}
	
	#mc-embedded-subscribe-form input, #mc-embedded-subscribe-form select{
		margin:auto;
		margin-bottom:20px;
		width:50%;
	}
	
	#mc_embed_signup input{
		width:80%;
		margin-left:0;
	}
	
	.main, .contact, .footer {
		text-align:left;
	}
	
	header img{
		margin-top:0px;
	}
	
	header h1{
		margin-top:120px;
		font-size:35px;
	}
	
	#slogan{
		margin-left:-50px;
	}
	
	#arrow{
		float:left;
		margin-top:85px;
		margin-left:-20px;
		display:block;
	}
		
	.nav li{
		float:left;
	}
	
	.nav li:before{
		content:"|";
		color:#fff;
		float:left;
		margin-top:12px;
	}
	
	.nav li:first-child:before{
		content:"";
	}
	
	.nav{
		height:45px;
	}
	
	.nav ul{
		width:600px;
	}
	
	.current-menu-item a, .nav li a:hover{	
		text-decoration:underline;
	}
	
	.footer .grid_4{
		height:290px;
		border:none;
		border-right:1px solid #ccc;
	}
	
	.footer .grid_4:last-child{
		border:none;
	}
	
	.orderNow{
		background:none;
		padding:0;
	}
	
}
