/*
Theme Name: Foxy Child
Theme URI: http://www.elegantthemes.com/gallery/
Template: Foxy
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: 2 Column theme from Elegant Themes
Version: 2.3
Updated: 2018-06-12 06:57:45

*/

.home #breadcrumbs,
.home .post-heading {
	display: none;
}

.home #featured {
	margin: -80px -80px 80px -80px;
}

.header-social {
    position: absolute;
    top: 5px;
    left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9999;
	width: 50px;
	text-align: center;
	
}

.header-twitter-link,
.header-fb-link {
    height: 20px;
    width: 20px;
    display: inline-block;
}

.header-twitter-link img,
.header-fb-link img {
    width: 100%;
    height: auto;
}



@media only screen and (max-width: 1300px) {
	.home #featured {
		margin: -80px -60px 80px -60px;
	}
}

@media only screen and (max-width: 768px) {
	.home #featured {
		padding: 30px;
	}
	
	.one_third {
		width: 100%;
	}
	
	.one_third + .one_third {
		margin-top: 45px;
	}
}

@media only screen and (max-width: 479px) {
	.home #featured {
		margin: -40px -40px 45px -40px;
	}
	.home #featured p {
		line-height: 1;
	}
}