/*
Theme Name: currantweb
Theme URI: http://www.currantweb.co.uk
Author: CurrantWeb
Author URI: http://www.currantweb.co.uk
Description: Bespoke CurrantWeb Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: currantweb
*/

body.single-staff div#content > .container {padding:50px 0;}

body.single-staff h1.entry-title {
margin:0 0 5px 0; 
}
p.jobTitle {
    color: #ed8b00;
    font-weight: 600;
}
.quote {
    margin: 0 0 50px 0;
    font-style: italic;
    line-height: 25px;
    padding: 1rem 3rem;
    border-left: 5px solid #ed8b00;
}
.staffImg img {
-webkit-box-shadow: 0px 0px 43px -10px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 43px -10px rgba(0,0,0,0.5);
box-shadow: 0px 0px 43px -10px rgba(0,0,0,0.5); 
}

.boxImg {display:block; height:250px; width:100%;}

/*******HOMEPAGE BANNER******/



.ContentBanner {
   position: relative;
    margin-top: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
    padding:3rem;
    color:#fff;
    }

.ContentBanner .bannerLink a {
    color: #fff;
    background: #ed8b00;
    border:1px solid #fff;
    display: inline-block;
    padding: 10px 30px;
}
.ContentBanner .bannerLink a:hover {
	background:#000; 
}

.ContentBanner .subHeading p {
    font-weight: 800;
    font-size: 18px;
}
.ContentBanner .Heading p {
    font-weight: 800;
    font-size: 30px;
}
.ContentBanner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ContentBanner .overlay.orange {
 background:rgba(237,139,0,0.7); 
}
.ContentBanner .overlay.black {
	background:rgba(0,0,0,0.7); 
}
.ContentBanner .bannerContent {
	position:relative;
 	z-index:9; 
}


.ImageBanner {max-height:300px; overflow:hidden; margin-top:30px;}
.ImageBanner img {width:100%; } 