/*
Theme Name:     Sarah Davies
Theme URI:      http://themesandco.com/customizr
Description:    A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
Author:         Nicolas Guillaume (nikeo)
Author URI:     http://themesandco.com
Template:       customizr-pro
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */
.home .container[role="main"] {
	margin-top: 0;
}
.home .metaslider .caption-wrap {
	position: absolute;
	bottom: 50%;
	left: 0;
	background: transparent;
	color: white;
	opacity: 0.7;
	margin: 0;
	display: block;
	width: 100%;
	line-height: 1.4em;
}