/*
Theme Name: MyChild
Version: 1.0
Description: A child theme of Responsive
Template: responsive
Author: Franz Hanner
*/
@import url("../responsive/style.css");
/* Your awesome customization starts here */

.entry-title {
	display: none;
}

#scroll {
	position:fixed;
	right:2%;
	bottom:10px;
	cursor:pointer;
	width:50px;
	height:50px;
	background-color: red;
	text-indent:-9999px;
	display:none;
	z-index:99999999;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px
}
#scroll span {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-12px;
	height:0;
	width:0;
	border:8px solid transparent;
	border-bottom-color:#fff
}
#scroll:hover {background-color:#d1cfcf;}
.full-width-no-box #footer-wrapper .contact_div {margin-bottom: 0!important;}
.full-width-no-box #footer .social-icons { text-align: center;}
.full-width-no-box #footer_widget a {color: #ffffff;}
.full-width-no-box #footer_widget a:hover {color:edeaea;} 
.full-width-no-box #footer_widget .widget-wrapper {
	border: none;
	color: #ffffff;
	background-color:inherit;
}