/*
Theme Name: Ten Percent Magic
Author: Danny Moore
Author URI: http://www.amplifypublishinggroup.com
Description: This theme is a basic blog based book website.
Version: 1.0
License: ©2023 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: tenpercentmagic
*/

/* =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:#000;
	border:0px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: warnock-pro, serif;
	font-size:23px;
	line-height:1.3;
	color:#000000;
}

img{ border:0px; }

hr{
	height:1em;
	border:0px !important;
	margin:1.4em 0 1.2em;
	clear:both;
    width:100%;
    background:url("images/sep.svg") no-repeat;
    background-size:auto 100%;
    background-position:center;
}

h1, .h1, .h3, h3, .h4, .h6{
	font-size:2em;
	line-height:1.05;
	margin:0 0 .6em 0;
	clear:both;
	width:100%;
    font-family: charcuterie-deco, sans-serif;
    text-indent:0 !important;
    text-align:center;
}

h2, .h2{
    font-size:1.8em;
	line-height:1.05;
	margin:0 0 .2em 0;
	clear:both;
	width:100%;
    font-family: charcuterie-deco, sans-serif;
    color:#88acb6;
    text-indent:0 !important;
}

h5, .h5{
    font-size:1.3em;
    font-weight:600;
    margin:0 0 .15em;
    text-indent:0 !important;
}

h3, .h3{
	font-size:1.35em;
	margin-bottom:0;
    text-indent:0 !important;
    text-align:left;
}

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

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

#mainText p{ text-indent:2em; }
#mainText p:first-child{ text-indent:0; }

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

a:hover{ color:#755e4f; }

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

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

#top{
	width:100%;
	height:auto;
	position:relative;
	z-index:160;
	clear:both;
	float:left;
    background:#000;
    box-shadow:0 0 2em .5em rgba(0,0,0,1);
}

#content{
	width:100%;
	height:auto;
	padding:3em 0 2em 0;
	margin:0 auto 0 auto;
	clear:both;
	float:left;
    text-align:center;
	position:relative;
	z-index:100;
    background:url("images/back.jpg") no-repeat;
    background-position:center top;
    background-size:cover;
}

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

#topinside{
	width:100%;
	margin:0 auto;
	position:relative;
    line-height:1;
    display:table;
}

#bottomInside, #mainContent{
	max-width:850px !important;
}

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

#title{
	display:table-cell;
	position:relative;
	width:230px;
	height:auto;
    line-height:1;
    vertical-align:middle;
    padding:1.25em 0 0 2em;
    box-shadow:0 0 3em 1em rgba(0,0,0,1);
}

#title svg{
    width:100%;
    height:auto;
    fill:#fff;
    transition:.5s fill;
}

#title a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#title:hover svg{ fill:#a1cccc; }

#navMenu{
    display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:right;
    padding-right:1em;
}

#navMenu > div{ display:inline-block; }

#navMenuSm{
	width:100%;
	clear:both;
	position:relative;
	z-index:200;
	background:#1d1d1e;
	display:none;
	height:auto;
	padding:0 0 0 0;
}

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

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

.iconDiv{
	width:1.2em;
	height:1.2em;
	float:left;
	margin:0 0 0 1em;
	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:#fff;
	transition:.3s fill;
}

.iconDiv:hover svg{
	fill:#f2da18;
}

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

#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;
	float:left;
}

#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:#fff;
	display:inline-block;
	padding:0 1em 0 0;
	width:auto;
	height:auto;
	position:relative;
	line-height:1;
	font-size:1.25em;
	transition:.5s color;
    font-family: charcuterie-deco, sans-serif;
}

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

#navMenu .active a, #navMenuSm .active a{ color:#a1cccc !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);
	background: -moz-linear-gradient(top, #fff 50%, #efefef 100%);
	background: -webkit-linear-gradient(top, #fff 50%,#efefef 100%);
	background: linear-gradient(to bottom, #fff 50%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	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;
}

#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:#000 !important; }	

#navMenu ul ul li:hover{
	background:#fff200;
}

#navMenuSm ul ul{
	opacity:1;
	position:relative;
	display:block;
	margin:0;
	border-radius:0;
	box-shadow:none;
	padding:0;
	backfgound:#ddd;
}

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

#mainContent{
	width:80%;
	height:auto;
	margin:0 auto;
	position:relative;
    background:#fff;
    padding:1.6em 1.4em 1.75em 1.4em;
    border-radius:.3em;
    display:inline-block;
    box-shadow:0 4px 9px rgba(0,0,0,0.6);
}

.bg{ 
    margin-top:.5em;
    font-size:1.1em;
    margin-bottom:1em;
}

#mainText{
	width:60%;
	float:left;
	margin-left:0;
    font-size:.8em;
    text-align:left;
}

.mainpage{ 
    font-size:1.2em; 
    text-align:center;
}

#mainText .mainpage p{ text-indent:0; }

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

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

#mainContent ul, #mainContent ol{
	list-style:none;
	margin:.35em 0 .5em;
}

#mainContent ol{ list-style:decimal; }

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

#mainContent ul li, #mainContent ol li{
	padding:0 0 0 2.4em;
	margin-left:1em;
}

#mainContent ul li{
	text-indent:-1.2em;
	line-height:1.3;
	margin-bottom:0;
}

#mainContent ul li:before{
	color:inherit;
	content:'•';
	margin-right:.4em;
	font-size:1.25em;
}

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

#bottom{
	width:100%;
	height:auto;
	clear:both;
	float:left;
	padding:0 0 2em 0;
	position:relative;
}

#bottomInside{
	width:100%;
	padding:1.25em 0 0 0;
	margin:0 auto;
	position:relative;
	text-align:center;
}

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

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

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

#bottomMenu ul li a{
	text-decoration:none;
	color:#fff;
	line-height:1;
	font-size:.9em;
    text-transform:uppercase;
	display:inline-block;
	padding:0 0 0 0;
	width:auto;
	position:relative;
	transition:.5s color;
}

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

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

#bottomMenu ul ul{ display:none; }

#copyright{
	width:100%;
	clear:both;
	font-size:.65em;
	line-height:1;
	text-align:center;
	color:rgba(255,255,255,0.4);
	margin:2em 0 0 0;
    font-style:italic;
}

#bottomcont{
    color:#fff;
    text-align:center;
    font-size:.8em;
    margin:1em 0;
}

.mb{
    width:8em;
    height:auto;
    display:inline-block;
    vertical-align:middle;
    margin-right:2em;
    position:relative;
}

.mb a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.mb svg{
    width:100%;
    height:auto;
    fill:#fff;
    transition:.5s fill;
}

.mb:hover svg{ fill:#a1cccc; }

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

.postInfo, .postInfo2{
	display:block;
	margin:0.4em 0 .75em 0;
	color:rgba(0,0,0,.45);
	font-size:.75em;
	font-style:italic;
    text-indent:0 !important;
}

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

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

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

form p{ 
    text-align:left;
    text-indent:0 !important;
    margin:.5em 0;
}

label{
	font-size:1em;
	font-weight:bold;
	vertical-align:top;
    margin:.6em 0 0;
    width:100%;
    float:left;
}

input, textarea{
	font-family:inherit;
	font-size:1em;
	border:1px solid #ccc;
    padding:.2em .6em 0;
}

textarea{ height:4em; }

form br{ display:none; }

.wpcf7-form-control-wrap{ font-style:italic; }

input[type="submit"], .backToBlog a, .button, input[type="button"]{
	cursor:pointer;
	width:auto !important;
	clear:both;
	border:0px;
	margin:.2em 0 0 0;
	padding:.7em 1.2em;
	line-height:1;
	display:inline-block;
	font-size:1.2em;
	transition:.5s color, .5s background;
	color:#fff;
	background:#000;
    border-radius:.2em;
    text-indent:0 !important;
    font-family: charcuterie-deco, sans-serif;
}

.backToBlog a{
	margin:3em 0 35px 0;
	font-size:1.4em;
	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:#000;
}

.read-more{
	font-size:.85em;
	padding:.8em .8em .7em .8em;
    font-style:italic;
    line-height:0;
    border-radius:.2em;
    text-indent:0 !important;
}

#pagination .next:hover, #pagination .prev:hover, .read-more:hover{
	color:#000;
	background:#88acb6;
}

input[type="submit"]:hover, .backToBlog a:hover, .button:hover, input[type="button"]:hover{
	color:#000;
	background:#88acb6;
}


/********************** 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;
}

.buyNowArea .bookcover{
    width:119%;
    margin:0 -8% -.3em;
}

.buyNowArea p{ margin:0 0 .6em; }

.buyNowButtons{
	margin:0 auto;
	width:80%;
	clear:both;
	position:relative;
    text-align:center;
}

.buyNowButton{
    width:30%;
    margin:0 1%;
    display:inline-block;
    cursor:pointer;
    position:relative;
    border-radius:.4em;
    overflow:hidden;
    line-height:0;
}

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

.wh{
    text-align: center;
    text-weight:bold;
    font-size:1.7em;
    margin:0; 
}

.svgcolor1{ transition:.5s fill; fill:#88acb6; }
.svgcolor2{ transition:.5s fill; fill:#fff; }
.svgback{ transition:.5s fill; fill:#000; }

.buyNowButton:hover .svgback{ fill:#755e4f; }

/********************************** 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); }

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

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

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

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

.intext{
	width:30%;
	height:auto;
	margin:0 0 .5em 1em;
	float:right;
}

.shadowFrame{
	border:10px solid #fff;
	background:#fff;
	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;
    margin-top:1.5em;
}

.text{
    padding-left:4%;
    display:table-cell;
    vertical-align:middle;
}

.sidetext{
    width:35%;
    display:table-cell;
}

.sidetextin{
    width:100%;
    height:0;
    vertical-align:middle;
    box-shadow:3px 4px 6px rgba(0,0,0,0.3);
    background-size:cover;
    background-position:center;
}

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

.right{
	width:40%;
	padding-left:5%;
}

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

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); }

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

.testimonial{ margin:0 0 1.8em; }
.testimonial p{ margin:0 0 .5em; }

.testimonials{
	width:100%;
	margin:0;
	padding:2.5em 0;
	clear:both;
	float:left;
    background-color:#ecb25e;
    display:block;
    text-align:center;
}
.testimonialsin{ 
    position:relative; 
    height:100%;
    width:86%;
    margin:0 auto;
}

.testimonial{
	position:absolute;
    top:46%;
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    left:0;
    width:100%;
    display:none;
    padding-bottom:1em;
}

.testimonial:first-child{ display:block; }

.testbuttons{
    width:100%;
    clear:both;
    text-align:center;
    position:absolute;
    left:0;
    bottom:0;
}

.testbutton{
    width:.7em;
    height:.7em;
    margin:0 .17em;
    display:inline-block;
    border:3px solid #000;
    line-height:1;
    position:relative;
    cursor:pointer;
    overflow:hidden;
    border-radius:.2em;
}

.testbutton:first-child { opacity:1; }

.tbl{ opacity:0; }
.testbutton:first-child .tbl{ opacity:1; }

.square{
    background:#000;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}

.callout{ 
    font-family: charcuterie-deco, sans-serif;
    font-size:1.3em;
    margin:.5em 0;
    text-indent:0 !important;
}

.writtenby{
    text-transform:uppercase;
    font-size:.8em;
    line-height:1.2;
    font-weight:600;
}

.vsep{
    display:inline-block;
    width:3em;
    height:1em;
    background:url("images/vsep.svg") no-repeat;
    background-size:auto 70%;
    background-position:center bottom;
}

.blogstuff{
    text-align:left;
}

.blogsep{
    width:100%;
    clear:both;
    float:left;
    margin:.8em 0 1.3em;
    height:2px;
    display:inline-block;
    background:#000;
}

.firstP{ text-indent:0 !important; }

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

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

@media all and (max-width:980px){
	#topinside{ 
		width:100%;
	}
	#navMenu ul li a{
		font-size:2.25vw;
		padding-right:2.75vw;
		top:.05em;
	}
	#content{ padding-top:3em; padding-bottom:3em; }
	#mainText, .noright{
		width:80% !important;
		margin:0 10% !important;
	}
	#rightsidecont{
		width:80%;
		margin:0 10%;
		min-width:0;
		text-align:center;
	}
	.left, .right{
		display:block;
		clear:both;
		float:left;
		width:100%;
		padding:0;
		margin:0 0 1em 0;
	}
	.buyNowArea{ 
		width:450px;
		margin-left:auto;
		margin-right:auto;
	}
	#bottomMenu{ margin-left:0 !important; }
	#bottomMenu ul li a{
		font-size:1.5em;
		float:none;
	}
	#bottomMenu ul li{
		clear:both;
		width:100%;
		text-align:center;
		margin:0 0 .68em 0;
	}
	#bottomMenu .menu, #bottomMenu ul{
		margin:0 0 0 0;
	}
}

@media all and (max-width:800px){
	#navMenuinside .menu{ display:none; }
	#smNavShow{ 
		display:inline-block; 
		width:1.4em;
        fill:#fff;
		margin:0 1.3vw 0;
		cursor:pointer;
		position:relative;
		z-index:1100;
        transition:.5s fill;
	}
    #smNavShow:hover{ fill:#1c4a72; }
    #smNavShow svg{
        width:100%;
        height:auto;
    }
	#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; }
	#social{
		width:auto;
		line-height:1;
	}
	.iconDiv{ font-size:1.3em; }
}

@media all and (max-width:500px){
	.buyNowArea{ 
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}
	.intext{
		width:90%;
		float:left;
		margin:0 0 1em 3%;
	}
}