/* 
Theme Name: JHR
Theme URI: http://www.thedesignexchange.co.uk
Author: TDE
Author URI: http://www.thedesignexchange.co.uk
*/
/*
bright green #3e9739
grey #333333
*/
* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	color:#333333;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	font-size:18px;
	line-height:25px;
	overflow-x:hidden;
}
.alignright {
	padding-left:25px;
	padding-bottom:25px;
	float:right;
}
a {
	text-decoration:none;
	color:#333333;
}
.clearfix {
	float:none;clear:both;
}
a:hover {
	text-decoration:none;
	color:#3e9739;
}
.content-padding {
	padding-top:80px;
	padding-bottom:80px;
}
.no-padding {
	padding-left:0;
	padding-right:0;
}
section {
	position:relative;
	top:202px;
}
.featured-image {
	height: 280px;
}
h1 {
	color:#3e9739;
	font-size:36px;
	line-height: 44px;
	font-weight: 700;
}
h2 {
	color:#3e9739;
	font-size:24px;
	line-height: 32px;
	font-weight: 700;
}

.bg-green {
	background-color:#3e9739;
}
.bg-grey {
	background-color:#F1F2F2;
}
.btn-outline {
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}
.btn-outline:hover, .btn-outline:focus {
	background-color:#FFFFFF;
	color:#333333;
}
.btn {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:35px;
	padding-right:35px;
	
}
.btn-green {
	background-color:#3e9739;
	color:#FFFFFF;
}
.btn-green:hover {
	background-color:#333333;
	color:#FFFFFF;
}

footer {
	padding-top:10px;
	padding-bottom:10px;
	
}

.footer-social-media a {
	padding-left:10px;
	font-size:20px;
}
.footer-info {
	font-size:13px;
}
.bg-white {
	background-color:#FFFFFF;
}

.img-bg {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.bg-book {
	background-image:url(images/side-img-1.jpg);
}
.bg-write {
	background-image:url(images/side-img-2.jpg);
}
.toggler, .toggler:focus {
	display:block;
	background-color:#3e9739;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: 700;
	padding:10px;
}
.toggler.arrow-up:after {
	position:relative;
	top:5px;
	float:right;
	content: ' '; 
	width: 0;
height: 0;
border-style: solid;
border-width: 0 7.5px 13.0px 7.5px;
border-color: transparent transparent #ffffff transparent;
line-height: 0px;
_border-color: #000000 #000000 #ffffff #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	

}
.toggler-container {
	padding-top:10px;
	padding-bottom:10px;
}
.toggler:after {
	position:relative;
	top:5px;
	float:right;
	content: ' '; 
	width: 0;
height: 0;
border-style: solid;
border-width: 13.0px 7.5px 0 7.5px;
border-color: #ffffff transparent transparent transparent;
line-height: 0px;
_border-color: #ffffff #000000 #000000 #000000;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.toggler:hover  {
	background-color:#333333;
	color:#FFFFFF;
}
.toggler-target {
	background-color:#FFFFFF;
	padding:10px;
}

.as-table {
	display:table;
}
.as-table-cell {
	display:table-cell;
	float:none;
}
