/*
Theme Name: Wayne Avrashow
Author: Danny Moore
Author URI: http://www.mascotbooks.com
Description: This theme is a basic blog based book website.
Version: 1.0
License: ©2020 Danny Moore
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: wayneavrashow
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/******************** body *******************/

body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:#fff;
	border:0px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: garamond-premier-pro, serif;
	font-size:19px;
	line-height:1.5;
	color:#000000;
}

img{ border:0px; }

hr{
	height:1px;
	border:0px;
	background:rgba(0,0,0,0.1);
	margin:2.2em 0 2.3em 0;
	clear:both;
}

h1, h2, .h1, .h2, .h3, h3, .h4, .h6{
    font-family:'madison';
	font-size:1.6em;
	line-height:1.1;
	margin:0 0 .8em 0;
	clear:both;
	width:100%;
    color:#b71e28;
}

h3, .h3{
	font-size:1.25em;
	margin-bottom:0;
}

h3 a{
	color:#b71e28;
	transition:.4s color;
}

p{ margin:0 0 1em 0; }
em, i{ font-style:italic; }
strong, b{ font-weight:bold; }

a{
	text-decoration:none;
	color:#b71e28;
	transition:.4s color;
}

a:hover{
	color:#282c5c;
}

#outside{
	width:100%;
	height:100%;
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
    overflow:hidden;
}

#inside{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
}

#top{
	width:100%;
	height:auto;
	position:relative;
	z-index:700;
	clear:both;
	float:left;
    background:#fff;
    text-align:left;
    border-bottom:1px solid #eee;
}

#navMenu, #navMenuSm{
	position:relative;
    display:table-cell;
    text-align:right;
    vertical-align:middle;
    padding-top:.2em;
}
#navMenu{ padding-right:1.35em; }

#navMenuSm{
	display:none;
	height:auto;
	padding:0 0 0 0;
    float:left;
    width:100%;
}

#content{
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto 0 auto;
	clear:both;
	float:left;
	position:relative;
	z-index:150;
	background:#fff;
}

/******************** insides ********************/

#topinside{
    width:100%;
	margin:0;
    padding:1em 0 .8em 0;
	position:relative;
    display:table;
}

#mainContent, .botin{
	max-width:1100px !important;
}

/********************* Top ************************/

#title{
	display:table-cell;
    vertical-align:middle;
	position:relative;
	font-family: abril-text, serif;
    color:#e01e2c;
    text-transform:uppercase;
    letter-spacing:.18em;
    font-size:1.52em;
    text-shadow:1px 2px 5px rgba(0,0,0,0.3);
    width:13em;
    padding-left:1.25em;
    transition:.5s color;
}

#title:hover{ color:#282c5c; }

#navMenu div:nth-child(2){ display:inline-block; }

.social{
    display:inline-block;
	position:relative;
	margin:0 0 0 .8em;
	pointer-events:all;
}

.social a{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1000;
}

.iconDiv{
	width:.9em;
	height:.9em;
	float:left;
	margin:0 0 0 1.25em;
	position:relative;
	display:inline-block;
	text-align:center;
	cursor:pointer;
}

.iconDiv svg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100% !important;
}


.iconDiv svg{
	fill:#b71e28;
	transition:.5s fill;
}

.iconDiv:hover svg{ fill:#282c5c; }

/******************** Nav **************************/

#navMenuLg{ display:inline-block; }
#smNavShow{ display:none; }

#navMenu .menu, #navMenu ul, #navMenuSm .menu, #navMenuSm ul{
	list-style:none;
	padding:0;
	position:relative;
	z-index:900;
	margin:0 0 0 0;
}

#navMenuSm .menu, #navMenuSm ul{
	width:100%;
	margin:0 0 0 0;
	padding:1em 0;
}

#navMenu ul li, #navMenuSm ul li{
	display:inline-block;
	float:none;
	padding:0;
	margin:0;
}

#navMenuSm ul li{
	width:100%;
	height:auto;
}

#navMenu ul li a, #navMenuSm ul li a{
	text-decoration:none;
	color:#000;
	display:inline-block;
	padding:0 0 0 1em;
	width:auto;
	height:auto;
	position:relative;
	line-height:1;
	font-size:1.3rem;
	transition:.5s color;
    font-family:abril-display, serif;
    font-style:italic;
}

#navMenu ul li a:hover, #navMenuSm ul li a:hover{ color:#b71e28; }

#navMenu .active a, #navMenuSm .active a{ color:#b71e28 !important; }

/****** sub menu ******/

#navMenu ul ul{
	opacity:0;
	display:none;
	position:absolute;
	z-index:999;
	margin-top:.5em;
	border-radius:0 0 3px 3px;
	width:200px;
	background: rgb(255,255,255);
	box-shadow:0 6px 16px rgba(0,0,0,0.2);
}

#navMenu ul ul ul{
	left:200px;
	width:230px;
	margin-top:-2.5em;
}

#navMenu ul ul li{
	clear:both;
	float:left;
	margin:0;
	text-align:left;
	width:100%;
	transition:.5s background, .5s color;
}

#navMenu ul li ul a{
	font-size:1.25em;
	display:block;
	line-height:1.15;
	font-style:italic;
	padding:.6em .65em .3em .65em;
	width:100%;
}

#navMenu ul li ul a:hover{ color:#fff !important; }	

#navMenu ul ul li:hover{
	background:#b71e28;
    color:#fff;
}

#navMenuSm ul ul{
	opacity:1;
	position:relative;
	display:block;
	margin:0;
	border-radius:0;
	box-shadow:none;
	padding:0;
	background:#eee;
    font-size:.9em;
}

/******************** Banner Area ********************/

#bannerarea{
    width:100%;
    clear:both;
    float:left;
    background:#0C0D0E;
    height:auto;
    line-height:0;
    position:relative;
}

#bannerarea img{
    width:100%;
    height:auto;
    position:absolute;
    z-index:1;
    bottom:0;
    left:0;
}

.watopbarin{
    display:table;
    width:100%;
    height:100%;
    z-index:10;
    position:relative;
    text-align:center;
    line-height:2.35vw;
    font-family: abril-display, serif;
    font-style:italic;
    font-size:1.45vw;
}    

.bleft{
    width:40%;
    padding:2% 7% 0 3%;
    display:table-cell;
    vertical-align:middle;
}

.bright{
    width:40%;
    padding:2% 4% 0 6%;
    display:table-cell;
    vertical-align:middle;
}

.bquoter{
    color:#fff;
    font-family: abril-text, serif;
    font-style:normal;
    text-transform:uppercase;
    font-weight:bold;
    line-height:0;
}

.head{
    color:#e01e2c;
    font-family:"madison";
    text-transform:uppercase;
    text-shadow:2px 3px 12px rgba(28,27,52,0.90);
    font-size:3.5em;
    font-style:normal;
    line-height:0;
    margin:0;
}

.subhead{
    font-size:2em;
    margin:1.1em 0 0 0;
}

.hd{ display:none; }

/******************** Main Content *******************/

#mainContent{
	width:100%;
	height:auto;
	margin:0 auto;
    padding:2.25em 0 0 0;
	position:relative;
}

#mainText{
	width:56%;
	float:left;
	padding:1.4em 0 3em 0;
	margin-left:0;
}

.noright{
	width:86%;
	margin-left:7%;
}

#rightsidecont{
	width:32%;
	min-width:313px;
	height:auto;
	margin:0 0 3em 0;
	float:right;
}

#mainContent ul, #mainContent ol{
	list-style:none;
	margin:16px 0 12px 0;
}

#mainContent ol{
	list-style:decimal;
}

#mainContent ol ol{
	list-style:lower-latin;
}

#mainContent ul li, #mainContent ol li{
	padding:0 0 8px 0;
	margin-left:20px;
}

#mainContent ul li{
	text-indent:-1em;
	line-height:1.3;
	margin-bottom:.35em;
}

#mainContent ul.boldlist{
	margin-top:0;
}

#mainContent ul.boldlist li{
	margin-bottom:0;
	line-height:1.05;
	color:#1d1d1e;
	font-size:1.25em;
}

#mainContent ul li:before{
	color:#1d1d1e;
	content:'\00BB';
	margin-right:.4em;
	font-size:1.25em;
}

#bottomcont{
    clear:both;
    float:left;
    width:100%;
    padding:2em 0;
    background:url(images/back.jpg) no-repeat;
    background-size:cover;
}

.botin{
    width:100%;
    margin:0 auto;
    color:#fff;
}

#belowcont{
    clear:both;
    float:left;
    width:100%;
    margin:-4em 0 0 0;
    padding:0 0 2em 0;
    text-align:center;
    position:relative;
    z-index:600;
}

#belowcont div{ text-align:center !important; }

#belowcont .wp-video{
    width:auto !important;
}

/******************* Bottom **********************/

#bottom{
	width:100%;
	height:auto;
	clear:both;
	float:left;
	padding:1em 0;
	position:relative;
    background:#fff;
    display:table;
    border-top:1px solid #eee;
}

#bottomInside{
    display:table-cell;
	padding:0 0 0 1.75em;
	margin:0 auto;
	position:relative;
	text-align:left;
}

#bottomMenu{
	width:auto;
	display:inline-block;
	margin:0 auto;
}

#bottomMenu .menu, #bottomMenu ul{
	list-style:none;
	clear:both;
	padding:0;
	margin:0 0 0 0;
}

#bottomMenu ul li{
	display:inline-block;
	padding:0;
	margin:0 1.8em 0 0;
}

#bottomMenu ul li a{
	text-decoration:none;
	color:#000;
	line-height:1;
	font-size:1.1em;
	display:inline-block;
	padding:0 0 0 0;
	width:auto;
	position:relative;
	transition:.5s color;
    font-family: abril-text, serif;
}

#bottomMenu ul li a:hover{ color:#b71e28; }

#bottomMenu .active a{ color:#b71e28 !important; }

#bottomMenu ul ul{ display:none; }

#bottom .social{
    margin:0 0 0 -.5em;
    top:.15em;
}

#copyright{
	display:table-cell;
	font-size:.65em;
	line-height:1;
	text-align:right;
	color:#000;
	margin:3em 0 0 0;
    padding-right:1.75em;
    font-family: abril-display, serif;
    font-style:italic;
}

/******************* Blog Posts *************************/

.postInfo, .postInfo2{
	display:block;
	margin:0 0 .5em 0;
	color:rgba(0,0,0,.45);
	font-size:.95em;
	font-style:italic;
}

.postInfo2{
	margin:0 0 1em 0;
}

#pagination{
	width:80%;
	text-align:center;
	font-size:1.25em;
}

/***************** reset styles for contat form ****************/

label{
	font-size:1em;
	font-weight:bold;
	vertical-align:top;
}

input, textarea{
	font-family:inherit;
	font-size:1.4em;
	border:1px solid #ccc;
}

input[type="submit"], .backToBlog a, .button, input[type="button"]{
	cursor:pointer;
	width:auto !important;
	clear:both;
	border:0px;
	margin:.2em 0 0 0;
	padding:1em 1.2em .9em 1.2em;
	line-height:1;
	display:inline-block;
	font-size:1.25em;
	transition:.5s color, .5s background;
	color:#fff;
	background:#b71e28;
    font-family:abril-display, serif;
    font-style:italic;
}

.backToBlog a{
	margin:3em 0 35px 0;
	font-size:1.1em;
	transition:.5s background;
}

#pagination .next, #pagination .prev, .read-more{
	padding:.2em .4em .2em .4em;
	margin:0 .3em;
	font-size:.9em;
	display:inline-block;
	transition:.5s color, .5s background;
	color:#fff;
	background:#b71e28;
}

.read-more{
	font-size:.85em;
	padding:.25em .8em .25em .8em;
}

#pagination .next:hover, #pagination .prev:hover, .read-more:hover{
	color:#fff;
	background:#282c5c;
}

input[type="submit"]:hover, .backToBlog a:hover, .button:hover, input[type="button"]:hover{
	color:#fff;
	background:#282c5c;
}


/********************** Press *********************************/

.pressb{
	width:calc(100% - 2em);
	clear:both;
	float:left;
	padding:.75em 1em;
	background:#ccc;
	transition:.5s background;
	display:table;
	margin:.1em 0 .2em 0;
}

.pressb:hover{
	background:#efc511;
}

.pressl{
	width:20%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	top:.1em;
	border-right:1px solid rgba(0,0,0,0.25);
}

.pressl img{
	width:85%;
	height:auto;
}

.presst{
	width:calc(80% - 1em);
	padding-left:1em;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	color:#000;
}

/********************** Buy Now Button ***********************/

.buyNowArea, .buyNowArea2{
	width:100%;
	height:auto;
	text-align:center;
    font-family: abril-text, serif;
    font-size:1.15em;
    line-height:1.5;
}

.buyNowArea2{ margin:0 0 -.65em 0 !important; }

.buyNowArea a, .buyNowArea2 a{ color:#fff; }

.buyNowArea img{
	width:130%;
	height:auto;
	position:relative;
	z-index:400;
	margin:0 0 0 -15%;
	pointer-events: none;
}

.buyNowInfo{ margin:0 0 .55em 0; }

.price{
    font-size:3.5em;
    font-family:"madison";
    display:inline-block;
    line-height:1;
    color:#b71e28;
}

.date{
    font-family: abril-display, serif;
    font-style:italic;
    font-size:1.42em;
    display:inline-block;
    margin-bottom:.1em;
    border-bottom:1px solid #eee;
}

.buyNowButton{
    display:inline-block;
	margin:0 .13em;
    width:2.6em;
    height:2.5em;
	cursor:pointer;
	position:relative;
    background-size:auto 100%;
    background-position:center;
    background-repeat:no-repeat;
}

.amplify{ background-image:url(images/amplify.svg); }
.iBooks{ background-image:url(images/ibooks.svg); }
.amazon{ background-image:url(images/amazon.svg); }
.barnesandnoble{ background-image:url(images/barnesandnoble.svg); }

/********************************** Rotating Images **********************/

.rotatorImgs{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}

.rotatorImgs img{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:auto;
	margin:0;
}

/********************************** 404 *********************************/

.lost{
	margin:0;
	padding:0;
}

.lostH{
	font-size:6em;
	margin:0 0 0 0;
	line-height:1;
}

.lostP{
	margin:0;
}

/********************************* Events Calendar **********************/

.mbecout{ 
	border-width:3px;
	margin:2em 0 2.75em 0;
}
.mbecout, .edate{ border-color:#eee; }
.mbectop, .calendar-day-np, .elocation{ background:#eee; }
.npbut, .mbecbutton, .mbecout .h3, a.mbeca{ color:black; }
.mbeccloseButton svg{ fill:black; }
table.mbeccalendar, .mbeccalendar td{ border-color:#ddd; }
.calendar-day-head th{
	border-bottom-color:#ddd;
	background:#123;
	color:#fff;
}
.calendar-day-head th:last-child{ border-right-color:#ddd; }
.mbcalevent{ background:white; }
.mbeccloseButton{ top:-30px; }

/*************************** Book Covers *************************/

.bookcover{
	width:100%;
	height:auto;
	margin:3% auto -4% auto;
	padding:0 0 7% 0;
	position:relative;
	background:url("images/bookshadow.png") no-repeat;
	background-size:93% 100%;
	background-position:80% top;
}

.coverdiv{
	position:relative;
	width:77%;
	height:auto;
	z-index:1;
	top:0;
	left:10%;
	line-height:0;
	border-radius:3px;
	overflow:hidden;
	border-top:1px solid rgba(0,0,0,0.13);
	border-bottom:1px solid rgba(0,0,0,0.4);
}

.cover{
	position:relative;
	z-index:1;
	width:100%;
	top:0;
	left:0;
	height:100%;
}

.overcover{
	position:absolute;
	top:0;
	left:0;
	z-index:30;
	width:100%;
	height:100%;
	pointer-events:none;
	box-shadow:inset 0 0 2px rgba(0,0,0,0.1);
}

.coverhover{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(1,2,3,0);
	z-index:10000;
	transition:.5s background;
}

.coverhover:hover{ background:rgba(1,2,3,0.4); }

/************************* Testimonials ************************/

.watestimonial{
    width:100%;
    display:table;
    margin:1.6em 0;
}

.watestimonial .left{
    width:18%;
    padding-right:5%;
    vertical-align:top;
}

.watestimonial .right{
    width:auto;
    padding-right:0;
    vertical-align:top;
}

.person{
    width:100%;
    height:auto;
    box-shadow:2px 3px 8px rgba(0,0,0,0.6);
}

.quoted{
	margin:0;
    font-style:italic;
    text-align:right;
}

.quoter, .quoter2{
    font-size:1.5em;
    font-family:"madison";
    color:#e11d2d;
    font-style:normal;
    display:inline-block;
    margin-right:.2em;
}

.quoter2{ font-size:1.2em; }

.quoted em{ font-style:normal; }


/******************************* Extras *******************************/

#blogbyemail input{
	font-size:inherit;
	margin-top:0;
}

#blogbyemail h7{
	font-size:2em;
}

#blogbyemail p{
	margin-bottom:.5em;
	text-align:left;
}

.intext{
	width:41%;
	height:auto;
	margin:0 1em .5em 0;
	float:left;
    box-shadow:0 3px 6px rgba(0,0,0,0.2);
    border:10px solid #fff;
    position:relative;
    top:.2em;
}

.shadowFrame{
	border:10px solid #fff;
	background:#fff;
	margin-bottom:20px;
	box-shadow:0px 2px 6px rgba(0,0,0,0.3);
}

.wide{
	width:100%;
	margin:1.5em 0;
	padding:1.5em 0;
	clear:both;
	float:left;
}

.table{
	display:table;
}

.left, .right{ 
	display:table-cell;
	vertical-align:middle;
}

.clear{
	clear:both;
	height:30px;
}

.callout{
    text-align:center;
    font-family:"madison";
    font-size:1.8em;
    margin:1em 0;
    line-height:2.6;
}

.realclearpolitics{
    display:inline-block;
    height:1.8em;
    width:auto;
    position:relative;
    top:.45em;
}

.realclearpublishing{
    display:inline-block;
    height:3em;
    width:auto;
}

socicons{
	line-height:1.8;
}

.socicon{
	display:inline-block;
	height:1.2em;
	position:relative;
	top:.1em;
	margin-right:.4em;
	background-size:auto 100%;
	background-position:left bottom;
}

.lf{ margin-left:2em; }

.socicon img{ height:100%; width:auto; }

.facebook{ background-image:url(images/facebook.svg); }
.twitter{ background-image:url(images/twitter.svg); }
.instagram{ background-image:url(images/instagram.svg); }
.linkedin{ background-image:url(images/linkedin.svg); }
.pinterest{ background-image:url(images/pinterest.svg); }
.youtube{ background-image:url(images/youtube.svg); }

.vid{
	background:#fff;
	box-shadow:0px 2px 8px rgba(0,0,0,0.3);
    width:800px;
    height:450px;
    margin:0 auto;
    display: inline-block;
}

/********************************** Resized CSS *************************/

@media all and (max-width: 1150px){
	#navMenuinside{
		width:auto;
		padding:1em 1.5em;
	}
	#mainText{ margin:0 0 0 4%; }
	.noright{
        width:92%;
        margin-left:4%;
    }
	#rightsidecont{ margin:0 2% 0 0; }
    .watestimonial .left{ 
        padding-left:5%;
        width:25%;
    }
    .watestimonial .right{ padding-right:5%; }
}

@media all and (max-width:980px){
	#topinside{ width:100%; }
    #title{ font-size:2.5vw; }
	#navMenu ul li a{
		font-size:2.25vw;
        padding-left:1vw;
	}
	#mainText, .noright{
		width:86%;
		margin:0 7%;
	}
	#rightsidecont{
		width:86%;
		margin:0 7% 3em 7%;
		min-width:0;
		text-align:center;
	}
    .watestimonial{
        width:86%;
        margin:0 7% 1.6em 7%;
    }
	.left, .right{
		display:block;
		clear:both;
		float:left;
		width:100%;
		padding:0;
		margin:0 0 1em 0;
	}
    .watestimonial .left{
        width:40%;
        padding-right:5%;
        float:none;
        display:table-cell;
    }
    .watestimonial .right{
        width:auto;
        padding-right:0;
        float:none;
        display:table-cell;
    }
	.buyNowArea{ 
		width:450px;
		margin-left:auto;
		margin-right:auto;
	}
	#bottomMenu{ margin-left:0 !important; }
	#bottomMenu ul li a{
		font-size:1.2em;
		float:none;
	}
	#bottomMenu ul li{
		clear:both;
		width:100%;
		text-align:center;
		margin:0 0 .48em 0;
	}
	#bottomMenu .menu, #bottomMenu ul{
		margin:0 0 0 0;
	}
    #bottomInside, #copyright{
        clear:both;
        float:left;
        width:100%;
        margin:0 0;
        text-align:center;
        padding:0;
    }
    #bottom .social{
        width:100%;
        display:block;
        clear:both;
        float:left;
        text-align:center;
        margin:0 0 1.5em 0;
    }
    .iconDiv{ 
        margin:0 .5em;
        display:inline-block;
        float:none;
    }
    #belowcont{
        margin:-3vw 0 0 0;
    }

}

@media all and (max-width:800px){
    #title{ font-size:4vw; }
	#navMenuLg{ display:none !important; }
	#smNavShow{ 
		display:inline-block; 
		width:28px;
		height:18px;
		margin:0 0 0 0;
		background:url(images/hamburger.svg) no-repeat;
		background-size:auto 18px;
		background-position:0 center;
		cursor:pointer;
		position:relative;
		z-index:1100;
	}
	#navMenuSm ul li a{
		width:100%;
		padding:.45em 0 .4em 0;
		font-size:1.25em;
		height:auto;
		top:0;
		text-align:center;
	}
	#navMenu ul ul{
        opacity:1;
        display:block;
        position:relative;
        margin-top:0;
		margin-bottom:0;
        border-radius:0;
        width:100%;
        background:#000;
        box-shadow:0 0 0 rgba(0,0,0,0);
		padding-top:.8em;
    }
    #navMenu ul ul ul{
        left:auto;
        width:100%;
        margin-top:0;
    }
    #navMenu ul li ul a{
        font-size:1em;
        padding:0 0 .8em 0;
        width:100%;
    }
    #navMenu ul li ul a:hover{ color:#9a1f8b !important; }	
    #navMenu ul ul li a:hover{ color:#fff; }
	.iconDiv{ 
        width:1em;
        height:1em;
        margin:0 0 0 1.1vw;
    }
    
    
    #bannerarea{ height:22vw; }
    .watopbarin{
        line-height:2.95vw;;
        font-size:2.25vw;
    }
    .bleft, .bright{
        width:40%;
        padding:2% 5% 0 5%;
        vertical-align:bottom;
    }
    .bquoter{
        color:#fff;
        font-family: abril-text, serif;
        font-style:normal;
        text-transform:uppercase;
        font-weight:bold;
        line-height:0;
    }
    .head{
        font-size:3.5em;
        line-height:.9;
    }
    .subhead{
        font-size:1.6em;
        margin:.4em 0 0 0;
    }
    .hd{ display:inline; }
    .vid{
        width:82vw;
        height:46.125vw;
    }
}

@media all and (max-width:590px){
    #bannerarea{ height:58vw; }
    #bannerarea img{
        width:auto;
        height:100%;
        left:50%;
        -ms-transform:translateX(-50%);
        transform:translateX(-50%);
    }
    .watopbarin{
        line-height:3.9vw;;
        font-size:2.9vw;
    }
    .bleft, .bright{
        width:90%;
        padding:3% 5% 0 5%;
        display:block;
        float:left;
    }
    .head{
        font-size:3.5em;
        line-height:.9;
    }
    .subhead{
        font-size:1.6em;
        margin:.2em 0 .4em 0;
    }
}

@media all and (max-width:500px){
    .watestimonial{
        width:90%;
        margin:0 5% 1.6em 5%;
    }
    .watestimonial .left, .watestimonial .right{
        width:100%;
        padding-right:0;
        float:left;
        display:block;
    }
    .watestimonial .left{
        width:70%;
        padding-left:15%;
        padding-right:15%;
    }
    .person{
        width:100%;
        height:auto;
    }
    
	.buyNowArea{ 
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}
	.intext{
		width:90%;
		float:left;
		margin:0 0 1em 3%;
	}
}