/*!
Theme Name: FourthEye
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/wordpress
Description: Kava child theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fourtheye
DocumentationID: fourtheye
Template Id: prod-8318
*/

.header{
/* 	box-shadow: 0px 0px 10px #999; */
	-webkit-box-shadow: 0 8px 6px -6px black;
       -moz-box-shadow: 0 8px 6px -6px black;
            box-shadow: 0 8px 6px -6px black;
}

.entry-meta .byline{
	display: none;
}

.top-header .location svg{
	max-width: 14px !important;
}

.post-author-bio{display:none !important;}

.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%; 
    box-shadow: 0px 0px 10px #999;
    background:white;
	z-index: 99999;
}

@media screen and (max-width:767px){
	br{
		display: none;
	}
}