/*
Theme Name: Bentley’s Day Out
Author: Danny Moore
Author URI: http://www.amplifypublishinggroup.com
Description: This theme is a basic blog based book website.
Version: 1.1
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: bentleydayout
*/

/* =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:#dceaec;
    background-image:url("images/back.jpg");
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position:center -2em;
	border:0px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "grenadine-mvb", sans-serif;
	font-size:18px;
	line-height:1.65;
	color:#000000;
    font-weight:300;
}

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, .h1{
	font-size:2.83em;
    font-family:"moonblossom", sans-serif;
    text-transform:uppercase;
	line-height:.85;
	margin:0 0 .5em 0;
	clear:both;
	width:100%;
}

h2, .h2{
    font-weight:400;
    font-size:1.51em;
    line-height:1.1;
    margin:0 0 1.2em;
}

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

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

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

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

a:hover{ color:#3a91a7; }

#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;
    position:relative;
}

#top{
	width:100%;
	height:auto;
	position:relative;
	z-index:100;
	clear:both;
	float:left;
}

#navMenuSm{
	width:auto;
    height:100vh;
	position:fixed;
    right:0;
    top:0;
	z-index:2000;
	background:#c34e3d;
	display:none;
	padding:1em 1.5em;
    box-shadow:-.15rem 0 .3rem rgba(0,0,0,0.3);
}

#content{
	width:100%;
	height:auto;
	padding:3em 0 3em 0;
	margin:0 auto;
	clear:both;
	position:relative;
	z-index:150;
    max-width:1100px;
}

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

#topinside{
	width:calc(100% - 4em);
	margin:0 auto 0 auto;
	position:relative;
    display:table;
    padding:1em 2em;
}

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

#title{
	display:table-cell;
    vertical-align:middle;
	position:relative;
	font-family:"moonblossom", sans-serif;
    text-transform:uppercase;
    font-size:2.5em;
    letter-spacing:-.01em;
    color:#000;
    transition:.5s color;
}
#title:hover{ color:#c34e3d; }

#navMenu{
    display:table-cell;
    vertical-align:middle;
    text-align:right;
}

.social{
	position:relative;
	float:right;
	margin:.25em 0 0 0;
	pointer-events:all;
}

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

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

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

#navMenu ul li, #navMenuSm ul li{
	display:inline-block;
	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;
	margin:0 0 0 1.6em;
	position:relative;
    font-weight:400;
	line-height:1;
	font-size:1.3rem;
	transition:.5s color;
}

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

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

#menucloser{
    width:1em;
    height:.75em;
    margin:1em 0 .8em 1.5em;
    fill:#000;
    cursor:pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition:.5s fill;
}

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

#menucloser:hover{ fill:#fff; }

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

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

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

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

#rightsidecont{
	width:41%;
	height:auto;
	margin:-1em 0 0 0;
	float:right;
    font-family:"moonblossom", sans-serif;
    text-transform:uppercase;
}

#rightsidecont p{
    text-align:center;
    font-size:1.8em;
    margin:0;
}

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

#mainContent ol{ list-style:decimal; }

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

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

#mainContent ul li{
	text-indent:-1.2em;
	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;
    bottom:0;
    left:0;
	padding:3em 0 0;
    margin-top:2.5em;
	position:relative;
    background:url("images/footer.jpg");
    background-repeat:no-repeat;
    background-size:cover;
}

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

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

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

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

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

#bottomMenu ul ul{ display:none; }

#copyright{
	width:100%;
	clear:both;
	font-size:.75em;
	line-height:1;
	text-align:center;
	color:#000;
	margin:2.5em 0 4.5rem;
    z-index:100;
    position:relative;
}

#bentley{
    position:absolute;
    width:14.5em;
    height:1px;
    left:5%;
    bottom:0;
}

#bentley img{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:auto;
}

/******************* 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:1em;
	border:1px solid #ccc;
    width:calc(100% - 2.5em - 2px);
    padding:.75em 1.25em;
    border-radius:.2rem;
}

textarea{ height:8em; }

input[type="submit"], .backToBlog a, .button, input[type="button"]{
	cursor:pointer;
	width:auto !important;
	clear:both;
	border:0px;
    border-radius:.4rem;
	margin:.2em 0 0 0;
	padding:.9em 1.2em .65em 1.2em;
	line-height:1;
	display:inline-block;
	font-size:1.25em;
	transition:.5s color, .5s background;
	color:#000;
	background:#c34e3d;
}

.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:#000;
	background:#c34e3d;
}

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

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

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


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

.pressb{
	width:calc(100% - 2em);
	clear:both;
	float:left;
	padding:.75em 1em;
	background:rgba(123,164,174,.8);
	transition:.5s background;
	display:table;
	margin:.1em 0 .2em 0;
    border-radius:.2em;
}

.pressb:hover{
	background:rgba(222,84,62,.8);
}

.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{
	width:100%;
	height:auto;
	text-align:center;
}

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

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

.buyNowButton{
    width:29%;
    margin:0 1.5%;
    display:inline-block;
    cursor:pointer;
    position:relative;
    border-radius:.5rem;
    overflow:hidden;
    line-height:0;
    background:#de543e;
    transition:.5s background;
    box-shadow:.15rem .15rem .2rem rgba(0,0,0,0.3);
}

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

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

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

.buyNowButton:hover .svgback{ fill:#3a91a7; }
.buyNowButton:hover{ background:#3a91a7; }

/********************************** 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;
    border-radius:.6rem !important;
    overflow:hidden;
}
.mbecout, .edate{ border-color:#942818 !important; }
.mbectop, .elocation{ background:#c34e3d !important; }
.calendar-day-np{ background:#ABD2DB !important; }
.calendar-day{ background:#fff !important; }
.npbut, .mbecbutton, .mbecout .h3, a.mbeca{ color:black; }
.mbeccloseButton svg{ fill:black; }
table.mbeccalendar, .mbeccalendar td{ border-color:rgba(0,0,0,0.2) !important; }
table.mbeccalendar{ border:0 !important; }
.mbeccalendar td:last-child{ border-right:0 !important; }
.calendar-day-head th{
	border-bottom-color:#ddd;
	background:#1E758B !important;
	color:#fff;
}
.calendar-day-head th:last-child{ border-right:0 !important; }
.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;
}

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

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

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

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

.wp-block-gallery figure{ box-shadow:.1em .1em .3em rgba(0,0,0,0.3); }

.layered{
	position:relative;
	transform:rotate(8deg);
	width:70%;
	margin-left:30%;
}

.layered:last-child{
	top:-10em;
	transform:rotate(-8deg);
	margin-left:8%;
	margin-right:22%;
	margin-bottom:-10em;
}

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

@media all and (max-width: 1280px){
    #title{ font-size:3.4vw; }
	#navMenu ul li a{
		font-size:1.65vw;
        margin:0 1vw;
	}
	#mainText{ 
        margin:0 0 0 4%;
        width:52%;
    }
	.noright{
        width:84% !important;
        margin-left:8% !important;
    }
	#rightsidecont{ margin:0 2% 0 0; }
    #bentley{ left:0; }
}

@media all and (max-width:980px){
	body{ background-size:150% auto; }
    #title{ font-size:2.65em; }
    #navMenu .menu-main-menu-container{ display:none; }
	#smNavShow{ 
		display:inline-block; 
		width:1.6em;
        fill:#000;
		margin:0 0 0 1.3vw;
		cursor:pointer;
		position:relative;
		z-index:1100;
        transition:.5s fill;
	}
    #smNavShow:hover{ fill:#c34e3d; }
    #smNavShow svg{
        width:100%;
        height:auto;
    }
    #navMenuSm ul li{ display:block; }
	#navMenuSm ul li a{
		width:100%;
		margin:.45em 0 .4em 0;
		font-size:1.35em;
		height:auto;
		top:0;
		text-align:left;
	}
    #navMenuSm ul li a:hover{ color:#fff; }
	
	#content{ padding-top:3em; padding-bottom:3em; }
	#mainText, .noright{
		width:80% !important;
		margin:0 10% !important;
	}
	#rightsidecont{
		width:80%;
		margin:0 10% 3em;
		min-width:0;
		text-align:center;
	}
    #rightsidecont > div{
        width:100%;
        max-width:500px;
        margin:0 auto;
    }
	.left, .right{
		display:block;
		clear:both;
		float:left;
		width:100%;
		padding:0;
		margin:0 0 1em 0;
	}
	.buyNowArea{ 
		margin-left:auto;
		margin-right:auto;
	}
	#bottomMenu{ margin-left:0 !important; }
	#bottomMenu ul li a{
		font-size:1.3em;
		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;
	}
    #bentley{
        left:calc((100% - 980px)*.14);
        width:40%;
    }
}

@media all and (max-width:800px){
	#social{
		width:auto;
		line-height:1;
	}
	.iconDiv{ font-size:1.3em; }
}

@media all and (max-width:650px){
    #title{ font-size:7vw; }
    #rightsidecont p{ font-size:8vw; }
}

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