/*
	Plugin Name: BE Simple Shortcode
	Plugin URI: http://www.Businessequip.co.uk/plugins/
	Description: Simple Shortcode Plugin 
	Author: Jim Drew
	Author URI: http://www.jimdrew.co.uk

	Version: 1.0.0

	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

#bookreviews{
	margin: 10px 0;
}

#bookreviews .bookreview {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	float: left;
	margin-left: 2.564102564102564%;
	padding: 40px;
	width: 31.623931623931625%;
}

#bookreviews .bookreview:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

.customfield{
	display: block;
	clear: both;
}

.customfield > .label{
	width: 25%;
	float: left;
}

.customfield .value{
	width: 75%;
	float: left;
}

.ctabox {
	background: #8fabdb;
	padding:20px;
}


.ctabox:hover {
	background: #c26f2b;
	cursor:pointer;
}

.ctabox:before {
	content: " ";
	display: table;
}

.ctabox::after {
	clear: both;
	content: " ";
	display: table;
}

.ctabox-text {
	font-size: 32px;
	line-height: 1.1;
	float:left;
	width : 60%;
}

a .ctabox-text{
	color:#fff;
}

.ctabox-image {
	float:right;
	width : 40%;
}

.ctabox-image img{
	height:100px;
}

#featuredpost .featuredpost {
	position:relative;
	width: 33.333%;
	max-width:400px;
	float: left;
	padding: 0;
	margin: 0 calc((33.33% - 400px) / 2) 50px;
}

#featuredpost .featuredpost .title{
	position: absolute;
	z-index: 99;
}

#featuredpost .featuredpost .title.bottomleft{
	position: absolute;	
	bottom: 10px;
	left :10px;
}

#featuredpost .featuredpost .title.topleft{
	position: absolute;	
	top: 10px;
	left :10px;
}

#featuredpost .featuredpost .title.bottomright{
	position: absolute;	
	bottom: 10px;
	right :10px;
}

#featuredpost .featuredpost .title.topright{
	position: absolute;	
	top: 10px;
	right :10px;
}

#featuredpost .featuredpost h2{
	text-align:center;
}


#featuredpost .featuredpost a{
	color: #fff;
}

#featuredpost .featuredpost:hover img {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
#featuredpost .featuredpost img {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

@media only screen and (max-width: 1360px) {
	#featuredpost .featuredpost {
		position:relative;
		width: 30.333333%;
		max-width:400px;
		float: left;
		padding: 0;
		margin: 0 1.5% 50px;
	}
}

@media only screen and (max-width: 1140px) {
	#featuredpost .featuredpost {
		position:relative;
		width: 47%;
		max-width:400px;
		float: left;
		padding: 0;
		margin: 0 1.5% 50px;
	}
}

@media only screen and (max-width: 800px) {
	#featuredpost .featuredpost {
		position:relative;
		width: 97%;
		max-width:400px;
		float: none;
		padding: 0;
		margin: 0 auto 50px;
	}
}

