/*
Theme Name: Fearless Child Theme
Description: Starter child theme for Fearless
Author: Your Name Here
Version: 1.0
Template: fearless
*/
/*
Text Domain:fearless
*/
@import url( '../fearless/style.css' );


/* Add your custom CSS styles here */


#branding {
float: left;
padding-top: 3em;
padding-bottom: 8em;
width: 35%;
}

.entry-content h2, .entry-title {
font-family: "Open Sans";
font-size: 14px;
font-weight: 700;
margin-top:30px;
margin-bottom:-10px;
}
.entry-content h4, .entry-title {
font-family: "Open Sans";
font-weight: 700;
margin-top:30px;
margin-bottom:-10px;
}
.entry-content h5, .entry-title {
font-family: "Open Sans";
font-size: 14px;
font-weight: 700;
margin-top:30px;
margin-bottom:5px;
}
.su-carousel{
margin-top:15px !important;
}

.entry-content .wp-caption .wp-caption-text{
	padding-right:12px;
	padding-left:12px;
	
}