/*
	Theme Name: Whereabouts Maps
	Version: 2.0
	Author: Tom Gardner
*/

/*
	Palette references
		Dark Grey - #212121
		Light Grey - #ebeae9
		Teal - #0d6582

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

@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");

/* 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%;
	/* background:#fafafa; */
	height:100%;
	min-width:360px;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#111;
	height:100%;
	display: flex;
  flex-direction: column;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

h1{
	font-family:'Garamond';
	text-transform:uppercase;
}

article h1{
	border-bottom:1px solid #ebeae9;
	padding:0 0 5px 0;
	margin:18px auto 18px auto;
	text-align: center;
}

.teal_text{
	color:#0d6582;
}

.center_text{
	text-align:center;
	width:100%;
}

/*------------------------------------*\
    SHARED
\*------------------------------------*/

.tile_cta{
	position:absolute;
	bottom:9px;
	right:9px;
	background:#0d6582;
	color:#fff;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;;
	padding:0.3em 1em 0.4em 1em;
	text-transform:uppercase;
	letter-spacing:0.2em;
	transition:all ease 0.3s;
	font-weight:bold;
	font-size:0.8em;
}

.tile_cta:hover{
	background:#212121;
}

.hf_social i{
	font-size:2.5em;
	padding-right:18px;
	color:#656161;
	transition:all ease 0.3s;
}

.hf_social i:hover{
	color:#0d6582;
}

.teal_header_fullwidth{
	border-collapse: collapse;
	width:100%;
	margin-bottom:10px;
}

.teal_header_fullwidth td, .teal_header_fullwidth th{
	border:none;
	padding:5px;
}

.teal_header_fullwidth tr{
	background:#ebeae9;
}

.teal_header_fullwidth tr:nth-of-type(2n+0){
	background:#FFFFFF;
}

.teal_header_fullwidth th{
	background:#0d6582;
	text-align:left;
}

.teal_header_fullwidth h3{
	padding:5px 0;
	margin:0;
	color:#FFF;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:100%;
	padding-bottom:0;
	margin:0 auto;
	position:relative;
	background:#fff;
	flex: 1 0 auto;
}

#wrapper_top_divider{
	display:none;
}

.wrapper_divider{
	border-left: 18px solid #fff;
	border-right: 18px solid #fff;
 	background: #ebeae9;
	width:100%;
	height:1px;
}

/* header */
.header {
	position:relative;
	width:100%;
	background:#FFF;
	padding-bottom:18px;
}

.header_content{
	max-width:1024px;
	position:relative;
	width:100%;
	margin:0 auto;
}

#header_woo_buttons{
	display:none;
}

#header_social{
	display:none;
}

#mobile_cart_icon i{
	padding-right:9px;
}

/* logo */
.logo {
	/*position:absolute;
	z-index:5;
	left:50%;
	transform:translateX(-50%);
	top:0;*/
	position:relative;
	margin:0 auto;
	padding:18px 0 9px 0;
	width:65%;
	max-width:300px;
}

.logo-img {

}

.page_content{
	padding:0 18px;
	position: relative;
	font-size:1.2em;
}

/* sidebar */
.sidebar {
	display:none;
}

/* footer */
.footer {
	background:#ebeae9;
	position:relative;
	padding:12px 0;
	flex-shrink: 0;
}

#footer_menu{
	width:100%;
	text-align:center;
	padding:0;
	margin:12px 0;
}

#footer_menu li{
	display:inline-block;
	list-style:none inside none;
	font-size:1.1em;
	font-weight:400;
	padding:6px 12px;
}

#footer_menu li::after{
	content:"|";
	color:#0d6582;
	font-weight:400;
	padding:0 0 0 18px;
}

#footer_menu li:last-of-type::after{
	content:"";
}

#footer_menu a:hover{
	color:#0d6582;
	transition:all ease 0.3s;
}

#footer_text{
	font-size:1em;
	margin:0 auto;
	text-align:center;
	padding:0 0 15px 0;
}

#footer_social{
	position:relative;
	margin:0 auto;
	text-align:center;
}

#footer_text p{
	margin:0 0 0.5em 0;
}

.f_address{
	font-weight:bold;
	text-transform:uppercase;
}

.f_contact{
	font-weight:bold;
	font-size:1.3em;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* 404 */

#pnf_content{
	text-align:center;
}

#pnf_content p{
	font-size:1.2em;
	margin:0 0 18px 0;
	padding:0;
}

#pnf_content .single_blurb_cta{
	margin-top:6px;
}

/* HOME */

#home_main{
	width:100%;
	margin:0 auto;
	padding:0 5% 27px 5%;
}

#home_video{
	margin:0 auto;
	display:block;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:3rem;
	aspect-ratio: 16 / 9;
	/* background:url(/wp-content/themes/whereaboutsmaps2018_v1.0/img/assets/hero_video.jpg);
	background-repeat:none;
	padding-bottom:55%; */
}

#hero_video{
	position:absolute;
	width:100%;
	height:100%;
	object-fit: cover;
}

#home_tile_container{
	position:relative;
	overflow:hidden;
	margin:0 auto;
	padding:0 0 2rem 0;
}

.home_tile{
	width:100%;
	margin:0 auto 5rem auto;
	position:relative;
	letter-spacing:0.2em;
	overflow:hidden;
}

.home_tile a:hover>.tile_cta{
	background:#EBEAE9;
	color:#212121;
}

.home_tile_title, #home_video_caption{
	position:absolute;
	width:100%;
	text-align:center;
	background:rgba(33,33,33,0.5);
	top:50%;
	transform:translateY(-50%);
	color:#fff;
	padding:0.5em 12px;
	min-height:8rem;
	font-family: Garamond;
	transition:all ease 0.3s;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#home_video_caption{
	width:100%;
	padding:0 18px 15px 18px;
}

#home_video_caption p{
	width:100%;
	padding:12px 0 0 0;
	margin:0;
	line-height:1em;
}

.video_caption_main{
	font-size:2em;
}

.video_caption_sub{
	font-size:1.5em;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tile_title_main{
	font-size:2.5em;
	line-height:1.2em;
	margin:0;
	padding:0;
	text-transform:uppercase;
}

.tile_title_sub{
	font-size:1em;
	margin:0;
	padding:0;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.home_tile a:hover>.home_tile_title{
	background:rgba(235,234,233,0.7);
	color:#212121;
}

#home_info{
	font-size:1.6em;
	margin:5rem auto 5rem auto;
}

/* Portfolio Shared */

#folio{
	width:100%;
	clear:both;
	overflow:hidden;
	margin:0 auto;
    padding:0 0 25px 0;
}

.folio_pagetitle{
	margin-bottom:0;
	padding-bottom:0;
}

.folio_top_text{
	margin:0 0 3rem 0;
	padding:0;
	text-align:center;
	font-size: 1.6rem;
}

.folio_top_text p{
	margin-top:0;
}

.folio_single{
	width:100%;
	margin:0 0 4% 0;
	float:left;
}

.folio_thumb{
	position:relative;
}

.folio_thumb img{
}

.folio_thumb_hover{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	background:none;
	overflow:hidden;
	transition:all ease 0.3s;
}

.folio_thumb_hover_round{
	border-radius:50%;
}

.folio_thumb_hover:hover{
	background:rgba(255,255,255,0.7);
}

.folio_title{
	font-size:0.8em;
	opacity:0;
	transition:opacity ease 0.3s;
	pointer-events: none;
display:block;
text-align:center;
color: #FFF;
margin: 0;
font-weight: bold;
width:100%;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
background:rgba(33,33,33,0.7);
padding:10px 12px;
line-height:1.5em;
}

.folio_thumb_hover:hover>.folio_title{
	opacity:1;
}

span.folio_title_main{
	display:block;
	font-size: 2em;
	width:100%;
	padding-bottom:12px;
	font-family:'Garamond';
	text-transform:uppercase;
}

span.folio_title_main{
	font-size: 1.5em;
}

/* Single */

#post_maincontent{
	overflow:hidden;
	padding:0 0 18px 0;
}

h1.post_title{
	width:100%;
	float:left;
	font-size:1.5em;
	margin:18px 0 6px 5%;
	font-weight:400;
}

h1.mba_post_title{
	margin:18px 0 6px 2%;
}

.post_excerpt{
	margin:0 5% 0 5%;
	font-size:1.2em;
}

.mba_post_excerpt{
	margin:0 5% 0 2%;
}

.post_maps{
	position: relative;
	float:left;
	overflow: hidden;
	width:100%;
}

.post_main_map{
	width:100%;
	float:left;
	margin:0;
	position:relative;
}

.post_main_map:before{
	content : "";
	width:100%;
	position: absolute;
	bottom:0;
	left:0;
	border-bottom:1px solid #ebeae9;
}

.post_main_mba img{
	display:block;
	margin:0 auto;
}

.post_maps_portrait .post_main_map{
	width:100%;
	padding:0 10%;
}

.post_closeup_one, .post_closeup_two, .post_closeup_three{
	width:28%;
	float:left;
}

.post_closeup_one, .post_closeup_two{
	margin:0 3% 0 5%;
}

.post_closeup_two{
	margin:0 3% 0 0;
}

.post_closeup_three{
	margin:0;
}

.post_maps img{
	width:auto;
	height:auto;
}

h3.post_maps_cu_title{
	padding:12px 0 0 5%;
	margin:0;
	font-size:1.3em;
}

.post_maps_closeups{
	overflow:hidden;
	width:100%;
}

.single_map_blurb{
	border-top:1px solid #ebeae9;
	margin:18px 0 0 0;
	padding:0 5% 12px 5%;
}

.mba_blurb{
	padding:0 2% 12px 2%;
	margin:0;
}

.single_blurb_cta{
	margin:0 auto 18px auto;
	background:#0d6582;
	color:#fff;
	font-size:1.2em;
	text-transform:uppercase;
	padding:0.45em 0 0.5em 0;
	font-weight:400;
	text-align: center;
	width:17em;
	transition: all ease 0.3s;
}

.mba_blurb_cta{
	width:17em;
}

.single_blurb_cta:hover{
	color:#212121;
	background:#ebeae9;
}

/*------------------------------------*\
    Blog styles
\*------------------------------------*/

.blog_post{
	width:100%;
	background:#FFF;
	margin:0 0 18px 0;
	padding:0 0 30px 0;
	position:relative;
}

.blog_post_thumb{
	position:relative;
	width:100%;
	height:0;
	padding-bottom:100%;
	overflow:hidden;
}

.blog_post_date{
	position:absolute;
	top:10px;
	right:10px;
	text-transform:uppercase;
	text-align:center;
	background:#FFF;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#000;
	font-weight:800;
}

.blog_post_datemonth{
	background:#0d6582;
	padding:0 10px;
	font-size:0.9em;
	color:#fff;
}

.blog_post_dateday{
	font-size:1.2em;
}

.blog_post_text{
	padding:18px;
	position:relative;
}

.blog_post_text ul{
	list-style:none outside none;
	margin:0;
	padding:0;
}

.blog_post_text h2{
	text-transform:initial;
	border:none;
	padding:0;
	margin:0 0 5px 0;
}

.blog_post_title{
	font-weight:400;
	padding-bottom:0;
	margin:18px 0 0 0;
	font-size:1.2em;
}

.blog_post:hover .blog_post_cta{
	border-color: transparent transparent #212121;
}


button.alm-load-more-btn{
   font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-size:1.2em;
   font-weight: 600;
   width:auto;
   height: 42px;
   line-height: 44px;
   background: #0d6582;
   color:#FFF;
   border: none;
   margin: 0 0 4px;
   padding:0 20px;
   display: inline-block;
   position: relative;
   -webkit-transition: all 0.25s ease-in-out;
   -moz-transition: all 0.25s ease-in-out;
   transition: all 0.25s ease-in-out;
   text-align: center;
   text-decoration: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: -moz-none;
   -ms-user-select: none;
   user-select: none;
   cursor: pointer;
}
	button.alm-load-more-btn:hover{
		background-color: #212121;
		color: #FFF;
		text-decoration: none;
	}
	button.alm-load-more-btn:active{
		-webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
		text-decoration: none;
	}

	/* Loading */
   button.alm-load-more-btn.loading{
    	padding-left: 44px;
   }

   /* Loaded / Done */
	button.alm-load-more-btn.done{
		cursor: default;
		opacity: 0.2;
		filter: alpha(opacity=20);
		background-color: #ebeae9;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
   }

   /* Loading Icon */
	button.alm-load-more-btn:before,
	button.alm-load-more-btn.done:before{
		background: none;
		width: 0;
	}

	/* Loading :before */
	button.alm-load-more-btn.loading:before {
      background: #fff url("/wp-content/themes/whereaboutsmaps2018_v1.0/img/icons/ajax-loader.gif") no-repeat center center;
      width: 30px;
      height: 30px;
      margin: 6px;
      border-radius:3px;
      display: inline-block;
      z-index: 0;
      content: '';
      position: absolute;
      left: 0;
      overflow: hidden;
      -webkit-transition: width 0.5s ease-in-out;
      -moz-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out;
	}

.alm-btn-wrap{
	text-align: center;
	padding: 10px 10px 30px;
	overflow: hidden;
	display: block;
	clear:both;
}

.post_hero_image{
	width:70%;
	position:relative;
	margin:0 15%;
}

.post_hero_image img{
	background-size: cover;
	width:100%;
}

.post_blurb p{
	font-size:1.3em;
}

/* Contact */

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

.contact_info .teal_text{
	font-weight:bold;
}

.contact_form{
	text-align:center;
}

.contact_form .wpcf7-form-control{
	width:100%;
	background:#ebeae9;
	border:none;
	font-size:1.3em;
	padding:5px;
}

.contact_form .wpcf7-submit{
	width:auto;
	padding:9px 36px;
	margin:0 auto;
	background:#0d6582;
	color:#fff;
	text-transform: uppercase;
	transition:all ease 0.3s;
}

.contact_form .wpcf7-submit:hover{
	background:#212121;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

/* HOME */

#home_video_caption{
	font-size:1.2em;
}

#home_video_caption p{
	padding:12px 10% 0 10%;
}

/* FOLIO SHARED */

.folio_top_text{
	text-align: left;
	margin-bottom:12px;
}

.folio_single{
	width:48%;
	margin:4% 4% 0 0;
	float:left;
}

.folio_single:nth-of-type(2n+0){
	width:48%;
	margin:4% 0 0 0;
	float:left;
}

.folio_singlemore:nth-of-type(odd){
	width:48%;
	margin:4% 0 0 0;
	float:left;
}

.folio_single:nth-of-type(1){
	width:48%;
	margin:0;
	float:left;
}

.folio_single:nth-of-type(2){
	width:48%;
	margin:0 0 0 4%;
	float:left;
}

.blog_post{
	width:49%;
	background:#EAEAEA;
	margin:0 2% 2% 0;
	position:relative;
	float:left;
}

.blog_post:nth-of-type(2n+0){
	margin:0 0 2% 0;
}

}
@media only screen and (min-width:768px) {

/* HOME */
#home_main{
	/* width:708px; */
	margin:5rem 0 3rem 0;
}

.home_tile{
	width:30%;
	position:relative;
	float:left;
	margin:0 5% 0 0;
}

.home_tile:last-of-type{
	margin-right:0;
}

.home_tile_title{
	padding:0.5em 18px
}

.tile_title_main{
	font-size:2em;
}

#home_info{
	width:100%;
	/* margin:8rem 0; */
}

/* Single */

h1.post_title{
	width:100%;
	float:left;
	font-size:1.5em;
}

h3.post_maps_cu_title{
	width:100%;
	float:left;
	padding:0;
	margin:12px 0 12px 5%;
}

.post_maps_landscape .post_main_map{
	width:100%;
}

.post_maps_portrait .post_main_map{
	width:100%;
	padding:0 15%;
}

}

@media only screen and (min-width:850px) {

	#home_video{
		padding-bottom:0;
	}

	#hero_video{
		display:block;
		width:100%;
		background-size:cover;
	}
/* FOLIO SHARED */

.folio_single{
	width:31.3%;
	margin:3% 3% 0 0;
	float:left;
}

.folio_single:nth-of-type(2n+0){
	width:31.3%;
	margin:3% 3% 0 0;
	float:left;
}

.folio_single:nth-of-type(3n+0){
	width:31.3%;
	margin:3% 0 0 0;
	float:left;
}

.folio_single:nth-of-type(1){
	width:31.3%;
	margin:0 3% 0 0;
	float:left;
}

.folio_single:nth-of-type(2){
	width:31.3%;
	margin:0 3% 0 0;
	float:left;
}

.folio_single:nth-of-type(3){
	width:31.3%;
	margin:0;
	float:left;
}

.folio_singlemore{
	width:30%;
	margin:5% 5% 0 0;
	float:left;
}

.folio_singlemore:nth-of-type(odd){
	width:30%;
	margin:5% 5% 0 0;
	float:left;
	background:none;
}

.folio_singlemore:nth-of-type(2), .folio_singlemore:nth-of-type(5), .folio_singlemore:nth-of-type(8), .folio_singlemore:nth-of-type(11), .folio_singlemore:nth-of-type(14), .folio_singlemore:nth-of-type(17), .folio_singlemore:nth-of-type(20), .folio_singlemore:nth-of-type(23), .folio_singlemore:nth-of-type(26), .folio_singlemore:nth-of-type(29), .folio_singlemore:nth-of-type(32), .folio_singlemore:nth-of-type(35), .folio_singlemore:nth-of-type(38), .folio_singlemore:nth-of-type(41), .folio_singlemore:nth-of-type(44), .folio_singlemore:nth-of-type(47), .folio_singlemore:nth-of-type(50){
	width:30%;
	margin:5% 0 0 0;
	float:left;
}

/* .blog_post{
	width:100%;
	padding:0;
}

.blog_post_thumb{
	position:relative;
	width:30%;
	height:0;
	padding-bottom:30%;
	overflow:hidden;
	float:left;
}

.blog_post_text{
	padding:18px;
	width:70%;
	float:right;
} */

.blog_post{
	width:32%;
}

.blog_post:nth-of-type(2n+0){
	margin:0 2% 2% 0;
}

.blog_post:nth-of-type(3n+0){
	margin:0 0 2% 0;
}

}

@media only screen and (min-width:900px) {

.header{
	padding:6px;
}

#header_social{
	position:absolute;
	top:20px;
	left:2.5%;
	display:block;
}

#header_woo_buttons{
	display:block;
	position:absolute;
	right:2.5%;
	top:8px;
}

ul#header_woo_buttons li{
	display:inline-block;
	list-style: none inside none;
}

ul#header_woo_buttons li a{
		color:#656161;
		transition: all ease 0.3s;
}

ul#header_woo_buttons li a:hover{
		color:#0d6582;
}

#header_cart_icon{
	padding-right:18px;
}

#header_cart_icon i{
    font-size: 2.5em;
}

#header_account_icon i{
    font-size: 2.5em;
}

cartspan{
	font-size:1.2em;
	padding:0 9px 0 0;
	font-weight:400;
}

#header_cart_icon span.woocommerce-Price-currencySymbol{
	font-size:1em;
}

	#wrapper_top_divider{
		display:block;
	}

	.grey_page{
	/* background:#fafafa; */
}

.page_content{
	padding:18px 18px;
}

.page_halfcol{
	width:50%;
	float:left;
	padding: 0 9px 0 0;
}

.page_halfcol:nth-of-type(2n+0){
	padding:0 0 0 9px;
}

/* sidebar */
.sidebar {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:200px;
	padding:36px 0 0 0;
}

.sidebar_widget_placeholder{
	width:164px;
	height:164px;
	margin:0 18px 18px 18px;
	background:#e2e2e2;
	position:relative;
}

.sidebar_widget_placeholder img{
	background-size:cover;
	height:100%;
}

.sidebar_widget_placeholder a:hover>.home_tile_title{
		background:rgba(235,234,233,0.7);
		color:#212121;
}

/* Folio Shared */
.folio_top_text{
	padding:0 2%;
}

.mba_top_text{
	padding:0.5%;
}


}

@media only screen and (min-width:1024px) {

/* HOME */
#home_main{
	/* width:970px; */
}

#home_video_caption{
	font-size:1.5em;
}

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    FOLKLORE OF TREES
\*------------------------------------*/

.fot h1{
	border:none;
	text-align: left;
}

.fot p{
	font-size:1.6em;
	margin:0 0 1.5em 0;
}

.fot h3{
	font-size:1.3em;
	margin:1.5em 0 0.5em 0;
}

.fot p.local{
	font-size:1.3em;
	font-style:italic;
	margin:0 0 1.5em 0;
}

.fot_book_spine{
	width:100%;
	text-align:center;
	margin:0 auto 3rem auto;
}

#post_preorder{
	margin:0 0 5rem 0;
	font-size: 1.6rem;
}

#post_preorder ul li a{
	border-bottom:1px solid black;
}

#post_images{
	display:grid;
	grid-template-columns: 1fr;
	grid-gap:3rem;
	margin:0 0 5rem 0;
}

@media only screen and (min-width:767px) {

#fot_content #post_maincontent{
	margin:0;
	padding:0;
}

.fot p.local{
	margin:0 0 0 0;
}

#fot_content{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap:5rem;
	grid-row-gap:5rem;
}

.fot_book_spine{
	/* aspect-ratio: 1 / 1 ; */
	grid-column-start: 1 ;
	grid-row-start: 1;
	grid-row-end: span 2;
	object-fit: cover;
	margin:0;
}

#post_images{
	grid-column-start: 1 ;
	grid-row-start: 3 ;
}

#post_preorder{
	grid-column-start: 2 ;
	grid-row-start: 2;
	grid-row-end: span 2;
}

#post_images{
	display:grid;
	grid-gap:5rem;
	margin:0 0 5rem 0;
}

/* #post_maincontent{
	width:50%;
	float:right;
}

.fot_book_spine{
	width:50%;
	float:left;
}

#post_images{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-gap:3rem;
	margin:0 0 5rem 0;
} */

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

.clearfix{
	clear:both;
}

::selection {
	background:#0d6582;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#0d6582;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#0d6582;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    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;
}
.sticky {

}
.bypostauthor {

}

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

/*------------------------------------*\
    WOOCOMMERCE CUSTOM
\*------------------------------------*/

.shop_content{
	width:90%;
	margin:0 5%;
}

ul.products li:nth-of-type(1),ul.products li:nth-of-type(2){
	width:50%;
}

.shop_content section.up-sells > h2{
	clear:both;
	width:100%;
}

.variations select{
    color: #212121;
    border-radius: 0 !important;
    background-color: #ebeae9;
    border: solid 2px #e4e4e4;
		margin-bottom:8px;
		padding:5px 40px 5px 9px;
		font-size:1.3em;
		display: inline-block;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		cursor:pointer;
		width:100%;
}

.woocommerce div.product form.cart .variations .value {position:relative}

.woocommerce div.product form.cart .variations .value:after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0d7";
    font-size:1.6em;
    color:#212121;
    right:13px; top:5px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}

.reset_variations {
	display: none !important;
}

.woocommerce-variation-price span.price{
	display:block !important;
	font-size:2em !important;
	margin-bottom:18px !important;
}

div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart .quantity input, .woocommerce-cart-form .quantity input{
	font-weight:bold;
	color:#212121;
	background-color: #ebeae9;
	border: solid 2px #e4e4e4;
	height:36px !important;
	margin:0 10px 0 0 !important;
}

div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart .quantity input{
	font-size:1.5em;
}

div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart > button{
	background:#0d6582 !important;
	font-size:1.5em;
	border-radius: 0px !important;
	transition:all ease 0.3s;
}

div.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart > button:hover{
	background:#ebeae9 !important;
	color:#212121 !important;
}

.woocommerce-message, .woocommerce-info{
	font-size:1em;
	font-weight:bold;
}

.woocommerce-info{
	font-size:1em;
	font-weight:bold;
}

.woocommerce-cart-form{
	font-size:1.2em;
}

input#coupon_code{
	width:150px;
	padding-bottom:6px !important;
}

.woocommerce .cart .button, .woocommerce .cart input.button, .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout #payment div.form-row button,.woocommerce ul.products li.product .button{
	background:#0d6582 !important;
	border-radius: 0px !important;
	color:#FFF !important;
	transition:all ease 0.3s;
}

.coupon input.button:hover, .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce ul.products li.product .button:hover{
	background:#ebeae9 !important;
	color:#212121 !important;
}

.woocommerce-checkout #payment div.form-row button:hover{
	background:#212121 !important;
}

ul.products{
	padding-top:12px !important;
}

ul.products .woocommerce-loop-product__title{
	font-size:1.2em !important;
}

.woocommerce ul.products li.product .price{
	font-size:1.2em !important;
	color:#0d6582 !important;
	font-weight:bold !important;
}

.woocommerce ul.products li.product a img{
	transition:all ease 0.3s;
}

.woocommerce ul.products li.product a img:hover{
	opacity:0.7;
}

.shop_mba_link{
	text-align:center;
	font-size:1.2em;
	width:100%;
}
