/*
Theme Name: FlyingNews
Theme URI: http://demo.jawtemplates.com/flyingnews/wp/
Description: FlyingNews theme for Wordpress       
Version: 2.9.2
Author: JaW Templates
Author URI: http://www.jawtemplates.com/
License: Located in 'licensing' folder
License URI: Located in 'licensing' folder
Tags: black, blue, red, white,fixed-width,two-columns,left-sidebar,right-sidebar,threaded-comments,theme-options,custom-menu,custom-colors,post-formats

*/
/*18 JULY 2019*/
.main-hero {position: relative;}


.main-hero .text-holder h1 {font-size: 28px; margin: 0px 0 9px 0;}
.main-hero .text-holder  p{margin-bottom: 3px;}
#main a:hover p {
color: #000;
}
.text-holder {
 position: absolute !important;
    top: 26% !important;
    left: 0 !important;
    transform: translate(0%,-26%) !important;
    background: rgba(0,0,0,.4) !important;
    text-align: center !important;
    padding: 10px 20px !important;
    max-width: 460px !important;

}
.main-hero .text-holder h1, .main-hero .text-holder p{color: #fff !important;}
@media (max-width:767px) {
.main-hero .text-holder h1 {
font-size: 19px;
margin: 0px 0 5px 0;
line-height: normal;
}
.main-hero .text-holder p {
margin-bottom: 3px;
font-size: 14px;
line-height: normal;
}
 }