/*
Theme Name: Newspaper Magazine
Theme URI: http://hummingbirdthemes.com/themes/newspaper-magazine-wordpress-theme/
Author: hummingbirdthemes.com
Author URI: http://hummingbirdthemes.com/
Description: Newspaper Magazine Theme is a simple, beautifully designed responsive WordPress News & Magazine theme. Newspaper Magazine theme is especially for  News and Blog theme. Fully responsive, cross-browser compatible, SEO friendly, Newspaper Magazine Theme is news and magazine theme and is suitable for news site, blog site , magazine site . Great customer support via online chat, email, support forum.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: newspaper-magazine
Tags: news, right-sidebar, left-sidebar, theme-options, custom-logo, one-column, two-columns, footer-widgets, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

*{
    margin: 0px;
    padding:0px;
}
body {
    font-family: 'PT Serif', serif;
    font-size: 16px;
}
header {
    background-size: cover;
    background-position: center;
}
ul{
    list-style: initial;
    margin-bottom: 0px;
}
ul.sub-menu {
    margin-left: 0px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
.padding-left-right-zero{
    padding-right: 0px;
    padding-left: 0px;
}
.padding-right-zero{
    padding-right: 0px;
}
.padding-left-zero{
    padding-left: 0px;
}
p {
    line-height: 20px;
    color: #373737;
    font-weight: 400;
}


.headerbackground {
    background:  ;
}
.headerbackground a{
    color: # !important;
}
.top_header {
    border-bottom: 1px solid #eee;
}
.header_link ul {
    padding: 5px 0px;
    margin: 0px;
}
.header_link ul li, .header_link ul li a {
    display: inline-block;
    margin-right: 5px;
    color: #646464;
    font-weight: 400;
}
.header_link ul li a:hover {
    color: #00bcd4;
    transition: 1.5s;
}
.top_sociallink ul li {
    display: inline-block;
    margin-left: 20px;
}
.top_sociallink ul li a {
     color: #646464;
    font-size: 14px;
    font-weight: 400;
}
.top_sociallink ul li a:hover {
    color: #00bcd4;
    transition: 1.5s;
}
.company_name {
    font-size: 42px;
    font-weight: 600;
    color: #00bcd4;
}
.logo img {
    margin-top: 1%;
    margin-bottom: 1%;
}
.menu_search {
    /*box-shadow: inset 0px -11px 8px -14px #CCC;*/
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    position: relative;
}
.top_add {
    max-width: 728px;
    max-height: 90px;
    overflow: hidden;
    margin-top: 1%;
    margin-bottom: 1%;
}
.treanding_news {    
    padding: 5px 0px;
}
.treanding_title h5 {
    background: #404040;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 6px 15px;
    display: inline-block;
    margin: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.trending_news a {
    color: #646464;
    margin-top: 1%;
    display: inline-block;
}
.owl-theme .owl-controls .owl-buttons div { 
    border-radius: 0px !important;
}
.owl-theme .owl-controls {
    text-align: right !important;
    margin-top: -3% !important;
}
.owl-buttons {
    position: relative;
    display: inline;
    background: transparent;
}
.breakingnews_left {
    position: relative;
    margin-right: -10px;
    /*min-height: 400px;*/
}
.breaking_left {
    position: relative;
    overflow: hidden;
}
.breakingnews_titles {
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding: 15px;
}
.breakingnews_left img {
    width: 100%;
}
.breaking_category h6 {
    display: inline-block;
    /* position: relative; */
    padding: 5px 10px;
    background: #00bcd4;
    font-size: 16px;
    color: #fff;
}
.author_img {
    margin-right: 10px;
}
.author_img img {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 5px;
}
.author_img a {
    color: #fff;
}
.author_img a:hover {
    color: #00bcd4 !important;
    transition: 1.5s;
}
.publish_date {
    /*margin-left: 10px;*/
}
.breakingnews_title a {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.breakingnews_title a:hover {
    color: #00bcd4;
    transition: 1.5s;
}
.breakingnews_right {
    background: #000;
}
.right_top {
    height: 50%;
    overflow: hidden;
    position: relative;
}
.right_top .view img {
    width: 100%;
}

.expSearchBox {
    float: right;
    margin: 3px 0;
    background: transparent;
}
.expSearchBox a .fa {
    font-size: 20px;
    margin-top: 7px;
    color: #737373;
}
/*
.expSearchFrom {
    border: 2px solid #626363;
    border-radius: 20px;
    display: inline-block;
    height: 32px;
    position: relative;
}
input#field{
    cursor:pointer;
    border:none;
    background:transparent;
    height:30px;
    width:0px;
    line-height:0px;
    vertical-align:top;
    padding:0px 15px;
    -webkit-transition: width .5s; 
    transition: width .5s; 
    position:relative;
    z-index:2;
   color:#626363;
    }
input#field:focus{
    width:200px;
    outline:none;
    margin-right:30px;
}
.close{
    position:absolute;
    width:30px;
    height:30px;
    top:0px;
    right:0px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    cursor: pointer;   
    z-index:1
}

.close span {
    background: #626363 none repeat scroll 0 0;
    border-radius: 3px;
    display: block;
    height: 3px;
    position: absolute;
    right: -7px;
    top: 29px;
    width: 14px;
    
     -webkit-transition: .2s .5s ease-in-out ;
    -moz-transition: .2s .5s ease-in-out;
    -o-transition: .2s .5s ease-in-out;
    transition: .2s .5s ease-in-out;    
   -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);    
}
   

.close span.back{
    top:12px;
    right:5px;
    opacity:0;
}
input#field:focus + .close span{
    top:12px;
    right:5px;
}

input#field:focus + .close span.back{
    -webkit-transition: .5s .7s ease-in-out ;
    -moz-transition: .5s .7s ease-in-out;
    -o-transition: .5s .7s ease-in-out;
    transition: .5s .7s ease-in-out;    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity:1;
}
.expSearchBox .close {
    opacity: 1 !important;
}
.expSearchFrom input[type=text]:focus {
    box-shadow: none !important;
}
*/
.singleslidingnews .view img {
    width: 100%;
}
.singleslidingnews {
    position: relative;
}
.singlesliding_cat {
    position: absolute;
    bottom: 0px;
    padding: 15px;
    color: #fff;
}
.slidingnews_title a {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
}
.slidingnews_title a:hover {
    color: #00bcd4;
    transition: 1.5s;
}
.singleslidingnews {
    margin: 5px;
    margin-top: 10px;
}
h4.news_title {
    padding: 5px 10px;
    position: relative;
    z-index: 2;
    text-align: initial;
    margin: 0 0 26px 0;
    /*background-color: #f0f0f0;*/
    font-size: 18px;
    font-weight: 700;
    /*line-height: 15px;*/
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-left: 15px;
    border-left: 10px solid #eee;
    line-height:20px;
}
h3.header_title,
h4.header_title {
    position: relative;
    z-index: 2;
    text-align: initial;
    margin: 0;
    background-color: #f0f0f0;
    /*font-size: 18px;*/
    font-weight: 700;
    /*line-height: 15px;*/
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h3.header_title a,
h4.header_title a {
    color: #404040;
    background-color: #fff;
    padding-right: 15px;
}
h4.header_title {
    margin-bottom: 20px
}
.news_title a {
    background: #fff;
    padding-right: 15px;
    color: #404040;
    margin: 0px;
}
.news_title .fa {
    padding-right: 15px;
}
.mainbody {
    margin: 30px 0px 0px;
}
.news_section ul {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
}
.news_section .nav-tabs > li > a:hover {
    border: none !important;
    background: #fff !important;
    color: #00bcd4 !important;
}
.news_section .nav-tabs > li > a:focus {
    border: none !important;
    background: #fff !important;
    color: #00bcd4 !