/*
Theme Name: Pivot & Go
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: pivotandgo
*/

/* =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:#008b5a;
	background-image:url("images/back.gif");
	background-size:9px auto;
	background-position:center;
	border:0px;
	font-family:"jenson", serif;
	font-size:18px;
	line-height:1.35;
	color:#000000;
}

/******************** Coming Soon ****************/

#outsidecs{
	width:100%;
	height:100%;
	display:inline-block;
	position:relative;
	margin:0px;
	padding:0px;
	/*background:url(images/stripes.svg);
	background-repeat: no-repeat;
	background-position:50% top;
	background-size:170% auto;*/
}

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

.table{
	display: table;
	width:70%;
	margin:7% 15% 0 15%;
}

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

.cover, .title{ 
	width:50%; 
}

.cover img{
	width:110%;
	height:auto;
	position: relative;
	left:-3%;
}

.title svg{
	position: relative;
	top:-2em;
	width:72%;
}

/******************** End Coming Soon ****************/

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, .h5, h5, .h6, h6{
	font-size:2.25em;
	line-height:1;
	margin:0 0 .5em 0;
	clear:both;
	width:100%;
	font-family:'brandon', sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	text-align:left !important;
}

h4, .h4{
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 1em 0;
}

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

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

.h5, h5{
	font-size:1.75em;
	color:#4bbb6e;
	margin:0 0 .25em 0;
}

.h6, h6{
	font-size:1.5em;
	color:#4bbb6e;
	margin:1em 0 .75em 0;
	padding-bottom:.2em;
	border-bottom:1px solid #eee;
}

.nb{ display:inline; }
.nb2{ display:none; }
p{ margin:0 0 .75em 0; }
em, i{ font-style:italic; }
strong, b{ font-weight:bold; }

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

a:hover{
	color:#4bbb6e;
}

#comingsoon{ display:none; }

#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:500;
	clear:both;
	float:left;
	text-align:center;
}

#navMenu, #navMenuSm{
	width:100%;
	clear:both;
	float: left;
	position:relative;
	z-index:200;
	background:#248b5a;
	height:3.6em;
	text-align: center;
}

#navMenuSm{
	display:none;
	height:auto;
	padding:0 0 0 0;
}

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

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

#topinside{
	display:inline-block;
	width:100%;
	margin:0 auto 0 auto;
	position:relative;
}

#navMenuinside{
	width:100%;
	height:100%;
	padding:0 15em;
	margin:0 -15em;
	display: inline-block;
}

#topinside, #navMenuinside, #bottomInside, #mainContent{
	max-width:1100px !important;
}

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

#title{
	position:relative;
	width:62%;
	height:auto;
	margin:1em 0 .9em 0;
	text-align: left;
}

#title svg{
	width:100%;
	height:auto;
}

.title1{ 
	display:block;
	position:relative;
}
.title2{ 
	display:none;
}

#title svg.titlespacer{
	width:100%;
	height:60%;
	position:absolute;
	z-index:100;
	top:3.25em;
	left:0;
}

.logotop{ 
	fill:#fff;
	transition:.5s fill;
	cursor:pointer;
}

/*#title:hover .logotop{ fill:#1e5944; }*/

.jobtitle{
	position:relative;
	font-weight:bold;
	font-size:1.85em;
	font-style:italic;
	line-height:1;
}

#author{
	position:absolute;
	right:1em;
	top:-3em;
	width:34.5%;
	height:1px;
	pointer-events: none;
}

#author img{
	width:100%;
	height:auto;
}

.social{
	position:absolute;
	margin:0;
	top:1.5em;
	left:21.5%;
}

.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:#1e5944;
	transition:.3s fill;
}

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

/******************** 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{
	float:left;
	padding:0;
	margin:0;
}

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

#navMenu ul li a, #navMenuSm ul li a{
	text-decoration:none;
	display:block;
	color:#fff;
	padding:1.1em .4em 1em .4em;
	font-family:'brandon', sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	position:relative;
	line-height:1;
	font-size:1.15em;
	transition:.5s background, .5s padding-bottom;
}

.navarrin{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	background-position:center 78%;
	background-image:url(images/arrow.svg);
	background-repeat:no-repeat;
	background-size:.85em auto;
	transition: .5s opacity;
}

#navMenu ul li a:hover, #navMenuSm ul li a:hover{ 
	background:#1e5944;
	padding-bottom:1.5em;
}

#navMenu ul li a:hover .navarrin{ opacity:1; }

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

#navMenu ul ul{
	opacity:0;
	display:none;
	position:absolute;
	z-index:999;
	border-radius:0 0 3px 3px;
	width:200px;
    background:#1e5944;
	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:.9em;
	display:block;
	line-height:1.15;
	padding:.8em 1em;
	width:100%;
	transition:.5s color;
}

#navMenu ul li ul a .navarrin{ display:none; }

#navMenu ul li ul a:hover{ 
	padding:.8em 1em; 
	color:#248b5a;
}

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

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

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

#mainText{
	width:55%;
	float:left;
	padding-bottom:2em;
	margin-left:0;
	text-align: justify;
	text-justify: distribute;
	text-align-last: left;
}

#rightsidecont{
	width:36%;
	min-width:313px;
	height:auto;
	margin:1em 0 0 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;
}

.quote{
	margin:0 0 .65em 0;
}

.quoted{
	margin:0 0 0 60%;
	text-indent:-1em;
}

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

#bottom{
	width:100%;
	height:auto;
	clear:both;
	float:left;
	padding:0;
	position:relative;
	z-index:1;
}

#bottomInside{
	width:100%;
	padding: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 -2.2em 0 0;
}

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

#bottomMenu ul li a{
	text-decoration:none;
	color:#fff;
	font-family:'brandon', sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	line-height:1;
	font-size:1.4em;
	display:inline-block;
	padding:1.1em 0;
	width:auto;
	position:relative;
	transition:.5s color;
}

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

#bottomMenu ul ul{ display:none; }

#copyright{
	width:100%;
	clear:both;
	font-size:.9em;
	line-height:1.6;
	text-align:center;
	color:#000;
	margin:0;
	background:#248b5a;
	padding:1.4em 0 5em 0;
}

#copyright a{
	color:#000;
}

#copyright .social{
	display:inline-block;
	top:auto;
	left:auto;
	position: relative;
}

#copyright .iconDiv{
	width:1em;
	height:1em;
}

#copyright .iconDiv svg{ fill:#000; }
#copyright .iconDiv:hover svg{ fill:#1e5944; }

.tag{
	font-size:2.4em;
	font-weight:bold;
	font-style:italic;
	margin-bottom:.2em;
}

.stripestop{
	position:absolute;
	display: inline-block;
	width:100%;
	max-width:1400px;
	height:140%;
	margin:0 auto;
	pointer-events:none;
	background:url(images/stripes2.svg) no-repeat;
	background-size:auto 340px;
	background-position:70% 70%;
}

.stripesbottom{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	pointer-events:none;
	background:url(images/stripes2.svg) no-repeat;
	background-size:auto 340px;
	background-position:-400px top;
}

/****************** Extras Categories ***********************/

.left{ float:left; }

.right{ float:right; }

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

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

#frmCSCF img{
	width:auto;
}

.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
	line-height:0 !important;
}
.recaptcha_input_area{
	height: 30px!important;
}

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

input[type="text"], input[type="email"], input[type="phone"], textarea.input-xlarge{ 
	font-size:.95em;
	padding:.35em .5em .15em .5em;
	height:auto;
	width:calc(100% - 1em);
}

textarea.input-xlarge{ height:40px; }

#blogbyemail{
	padding:1em 1.5em 1.15em 1.5em;
	background:#A2E6B7;
	margin-bottom:1em;
}

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

#blogbyemail h6{
	font-size:1.25em;
	color:#4bbb6e;
	margin-top:0;
	text-align:center;
	border-bottom-color:rgba(0,0,0,0.2);
}

#blogbyemail p{
	margin-bottom:.5em;
	text-align:left;
	text-align:center;
	font-size:1.45em;
	margin:0;
	font-style: italic;
	line-height:1.2;
}

#blogbyemail img{
	width:80%;
	height:auto;
	position:relative;
	top:.25em;
}

#blogbyemail .nounderlined{ margin-top:.35em; }

#blogbyemail label{
	margin-top:.25em;
	clear:both;
	float:left;
}

input[type="submit"], .backToBlog a, .button, input[type="button"]{
	cursor:pointer;
	width:auto !important;
	clear:both;
	float:left;
	border:0px;
	margin:.2em 0 0 0;
	padding:.7em 1.2em .6em 1.2em;
	line-height:1;
	display:inline-block;
	font-size:1.4em;
	color:#fff;
	background:#248b5a;
	transition:.5s color, .5s background;
	font-family:'brandon', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}

#blogbyemail form{ 
	overflow:hidden;
}

.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;
	color:#fff;
	background:#248b5a;
	transition:.5s color, .5s background;
}

.read-more{
	font-size:.85em;
	padding:.25em .8em .25em .8em;
	color:#fff;
	background:#248b5a;
}

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

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

/*********************** Add frame around images **************************/

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

.videoframe{
	margin:.75em 0 1.75em 0;
	width:600px;
	height:337.5px;
	line-height: 0;
	box-shadow:inset 0 0 36px rgba(0,0,0,0.1), inset 2px 2px 2px rgba(255,255,255,0.25), 0 4px 12px rgba(0,0,0,0.15);
}

/********************** Extra *********************************/

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

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

.box{
	background:#c0efd1;
	padding:1em 1.5em .4em 1.5em;
	margin:1.5em 0 1.6em 0;
	background-image:url("images/stripes2.svg");
	background-repeat:no-repeat;
	background-size:auto 300px;
	background-position:-50% top;
}

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

.buyNowArea, .buyNowArea2{
	width:100%;
	height:auto;
	color:#fff;
	text-align:center;
	font-family:'brandon', sans-serif;
	text-transform:uppercase;
	font-weight: bold;
}

.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 -4.25em -15%;
	pointer-events: none;
}

.buyNowButton{
	margin:0;
	width:100%;
	padding-top:0;
	cursor:pointer;
	cursor:hand;
	clear:both;
	position:relative;
	background:#1e5944;
	font-size:1.7em;
	transition:.5s background;
	box-shadow:0 3px 8px rgba(0,0,0,0.3);
}

.buyNowArea:hover .buyNowButton, .buyNowArea2:hover .buyNowButton{
	background:#248b5a;
}

.buyNowArea2 .buyNowButton{
	padding:.4em 0;
}

a.buyLink:hover{ color:#fff; }

.bNL{
	border-right:1px solid rgba(255,255,255,0.2);
	display:inline-block;
	padding:1.75em 5% .35em 0;
	font-size: 1.08em;
}

.bNR{
	display:inline-block;
	padding:1em 0 0 3%;
}

.bNM{
	display:inline-block;
	padding:1.95em 0 .15em 0;
	font-size:1em;
}

.bNM img{
	width:60%;
	height:auto;
	margin:.2em 0 .3em 0;
}

.buyNowArea2 img{
    width:45%;
    height:auto;
}

.buyNowArea2 .bNR{
	padding:.25em 0;
}

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

#rightsidecont input[type="button"]{ margin-top:1em; }

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

@media all and (max-width:1250px){
	.stripestop{
		height:400px;
        background-position:12vw top;
    }
}

@media all and (max-width: 1150px){
	#title{
        width:60%;
        margin:1.35em 0 .9em 3%;
    }
	.social{
		top:2vw;
		left:24%;
	}
	#mainText{ margin:0 0 0 4%; }
	#rightsidecont{ margin:0 2% 0 0; }
	.stripesbottom{ background-position:-590px top; }
	.videoframe{
		width:50vw;
		height:28.125vw;
	}
}

@media all and (max-width: 1080px){
	#navMenu{ height:5.6vw; }
	#navMenu ul li a{ 
		font-size:1.9vw;
	}
}

@media all and (max-width:980px){
	#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;
	}
	#bottomMenu .menu, #bottomMenu ul{
		margin:1em 0;
	}
	#bottomMenu ul li a{ 
		padding:.2em 0;
		font-size:1.4em;
	}
	.stripesbottom{ background-position:-900px bottom; }
	#content{ padding-top:1.7em; }
	#mainText{
		width:80%;
		margin:0 10%;
	}
	#rightsidecont{
		width:80%;
		margin:0 10%;
		min-width:0;
		text-align:center;
	}
	.buyNowArea{ 
		width:450px;
		margin-left:auto;
		margin-right:auto;
	}
	.buyNowButton{
		width:95%;
		max-width:400px;
		margin-left:auto;
		margin-right:auto;
		font-size:2.2em;
	}
	.buyNowArea img{
		width:85%;
		margin:0 0 -5em 2%;
	}
    .bNM img{
        width:60%;
        height:auto;
        margin:.2em 0 .3em 0;
    }
	.box{ background-position:50vw top; }
	.videoframe{
		width:78vw;
		height:43.875vw;
	}
}

@media all and (max-width:800px){
	#topinside{ background-position:10vw top; }
	#navMenu{ 
		height:auto;
		background-size:auto 440px;
		line-height: 0;
	}
	#navMenuinside{
        width:100%;
        height:100%;
		padding-left: 0;
		padding-right:30%;
		margin-right:-30%;
		margin-left: 0;
    }
	#navMenu ul ul{ width:100%; }
	#navMenuSm ul{ padding:0 !important; }
	#navMenuSm{ background:#1d7b4e; }
	#navMenu ul li ul a{ padding:.4em 0; }
	#navMenu ul li ul a:hover{ padding:.4em 0; }
	#navMenuinside .menu{ display:none; }
	#smNavShow{ 
		display:inline-block; 
		width:50px;
		height:20px;
		margin:1.3em 0 1.3em 1.5em;
		float:left;
		background:url(images/hamburger.svg) no-repeat;
		background-size:auto 20px;
		background-position:0 center;
		cursor:pointer;
		position:relative;
		z-index:1100;
	}
	#navMenuSm ul li a{
		width:100%;
		padding:.4em 0;
		font-size:1.25em;
		height:auto;
		text-align:center;
	}
	#navMenuSm ul li a:hover{
		padding:.4em 0;
	}
}

@media all and (max-width:770px){
	.jobtitle{ 
		font-size:1.6em;
	}
}

@media all and (max-width:620px){
	.title1{ display:none; }
	.title2{ display:block; }
	#title{
		width:47%;
		margin:.7em 0 .7em 4%;
	}
	.jobtitle{ 
		font-size:5.5vw;
		line-height:.9;
		margin-top:.15em;
		margin-bottom: 0;
	}
	.social{
		top:.9em;
		left:.18em;
		margin-bottom:0;
	}
	.iconDiv{
        width:4.6vw;
        height:4.6vw;
        margin:0 0 0 3vw;
    }
	#author{
		width:57%;
		right:-8%;
		top:-15%;
	}
	.box{ background-position:20vw top; }
	#copyright{
		padding-left:5%;
		padding-right:5%;
		width:90%;
	}
	.tag{
        font-size:6.5vw;
        margin-bottom:.5vw;
    }
}

@media all and (max-width:580px){
	.buyNowArea{ 
		width:90%;
		margin-left:5%;
		margin-right:5%;
	}
	.buyNowButton{
		width:100%;
		font-size:7vw;
	}
	.buyNowArea img{
		width:120%;
		margin:0 -10% -18vw -10%;
	}
	.bNM{
        padding:1.95em 0 .15em 0;
        font-size:1em;
    }
    .bNM img{
        width:60%;
        margin:.2em 0 .3em 0;
    }
	.stripesbottom{
		background-size:auto 290px;
		background-position:-900px bottom;
	}
	#navMenuinside{
		padding-right:190px;
		margin-right:-190px;
    }
	.nb{ display: none; }
	.nb2{ display: inline; }
}

@media all and (max-width:350px){
	#title{
		width:45%;
		margin:1em 0 .6em 4%;
	}
	#author{
		width:61%;
		right:-8%;
		top:-15%;
	}
}