/* =====================================

          SLIDER STYLES 

========================================

* This stylesheet is exclusively for styles for the slider. Don't cross the streams!
* Please do not edit this file, unless you wish to make a global change for all websites that use one of the OPS child themes.
* If you are unsure, please contact Laura Wheatman or Francis Whiteley or email us at projects@flex4.co.uk
*/

#home_hero{
	padding:0;
}

/* SLIDE TITLE*/

.slide{
	height: 500px;
	padding:4rem 0;
}

.slide_content h2{
	background-color: #FFF;
	color:#691f99;
	display: inline-block;
	padding:5px 10px;
	font-size: 2rem;
	border-left: 10px solid #691f99;
	margin:0;
}

img.slide_image{
	margin:0 auto;
}

.slick-prev, .slick-next{
	z-index: 1;
}