/*
 Theme Name:  Butterbelly Child
 Template:    butterbelly
*/
 
@import url("../butterbelly/style.css");
 
/* =Theme customization starts here
-------------------------------------------------------------- */
.flex-caption a.slider-readmore {
	float: none;
	background: none;
	background-color: #bc1817;
	border-radius: 10px 10px;
	padding: 10px;
    	font-size: 14px;
}
.flex-caption-wrapper {
	background: none;
	background-color: black;
	width: 100%;
	height: 80px;
	margin-bottom: 30px;
}
.flex-caption {
	text-align: center;
	padding-top:2%;
}
.flex-caption h1, .flex-caption p {
	display: none;
}
.footer_top_container {
	background: black;
	border-bottom: none;
}
.bottom_footer_container {
	background: black;
}
.menu_container {
	border-top: 6px solid black;
}
#menu li.current-menu-item a, #menu li.current_page_item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
	color: #bc1817;
}
.page_heading_container {
	background: black;
}
.feature-content .feature-content-inner .feature-content-text .circle img {
	display: none;
}
.content-bar .post h1 {
	background-color: rgba(0, 0, 0, 0.63);
}












@media only screen and (max-width: 960px) and (min-width: 767px){
.flex-caption-wrapper {
	height: 110px !important;
}
}


@media only screen and (max-width: 480px) {
.flex-caption-wrapper {
	display: block;
}
.flexslider {
	margin: 0px;
}
.menu-wrapper {
	display: none;
}
.flex-caption {
	padding-top: 7%;
}
}