/*
Theme Name:     Economist Child
Theme URI:      http://www.commercegurus.com/themes/economist-theme/
Description:    Child theme for Economist
Author:         CommerceGurus
Author URI:     http://www.commercegurus.com
Template:       economist
Version:        1.0
*/


/* Your css goes here */
.header-wrapper {
	height: auto !important;
}
.header-wrapper .container {
	display: block;
	height: auto;
}
.header-wrapper .container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
ul > li.fa-phone.desktop {
	display: none;
}

@media only screen and (min-width: 1101px) {
	.header-wrapper {
		overflow: hidden;
		height: 538px !important;
	}
	.header-wrapper .wp-post-image {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	ul > li.fa-phone.desktop {
		display: inline-block;
	}
	ul > li.fa-phone.mobile {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	.header-wrapper .cg-share {
		display: block;
	}
}