/*
Theme Name:     AnantaKhabar
Theme URI:      #
Author:         Itinfoz
Author URI:     #
Description:    A custom theme for NigraniMedia
Version:        1.0.0
Text Domain:    Anantamedia


/* clearfix css */

@font-face {
    font-family: 'Adobe Devanagari';
    src: url('assets/fonts/AdobeDevanagari-Regular.woff2') format('woff2'),
        url('assets/fonts/AdobeDevanagari-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Adobe Devanagari';
    src: url('assets/fonts/AdobeDevanagari-Bold.woff2') format('woff2'),
        url('assets/fonts/AdobeDevanagari-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'kohinoordevanagari';
    src: url('assets/fonts/kohinoor_devanagari_demi-webfont.woff2') format('woff2'),
         url('assets/fonts/kohinoor_devanagari_demi-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'kohinoordevanagari';
    src: url('assets/fonts/kohinoor_devanagari_bold-webfont.woff2') format('woff2'),
         url('assets/fonts/kohinoor_devanagari_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'itfdevanagari';
    src: url('assets/fonts/itf_devanagari_bold-webfont.woff2') format('woff2'),
         url('assets/fonts/itf_devanagari_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    display: block;
}

html[xmlns] .clearfix {}

* html .clearfix {
    height: 1%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}


/* Common css */

.cv-container {
    max-width: 1170px;
    margin: 0 auto;
}

body {
    font-family: 'kohinoordevanagari', sans-serif;
    color: #666666;
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background: #f1f1f1;
}

a {
    color: #CA2517;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    color: #b51c12;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'itfdevanagari', sans-serif;
    font-weight: 700;
    color: #333;
}

p {
  margin: 0 0 20px;
}

#page {
    max-width: auto;
    background: #f8f8f8;
    margin: 0 auto;
}

.hide {
    display: none;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
   display: inline;
   float: left;
   margin-right: 15px;
}

.alignright {
   display: inline;
   float: right;
   margin-left: 15px;
}

.aligncenter {
   clear: both;
   display: block;
   margin: 0 auto;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
   border: none;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}

.wp-caption {
   border: 1px solid #ccc;
   margin-bottom: 15px;
   max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
   display: block;
   margin: 1.2% auto 0;
   max-width: 98%;
}

.wp-caption-text {
   text-align: center;
}

.wp-caption .wp-caption-text {
   margin: 10px 0;
}

.site-main .gallery {
   margin-bottom: 1.5em;
}

.gallery-caption {}

.site-main .gallery a img {
   border: none;
   height: auto;
   max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
   margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}



/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
   max-width: 100%;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.sticky {
   display: block;
}

.post-thumb-wrapper a,
.archive .entry-featued-image figure,
.post-thumb a{
    position: relative;
    display: block;
    overflow: hidden;
}

.bigulnews_video_posts .post-thumb-wrapper a img {
	width: 100%;
}

/*.post-thumb-wrapper a img,
.archive .entry-featued-image figure img,
.post-thumb a img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-thumb-wrapper:hover a img,
.archive .entry-featued-image:hover figure img,
.post-thumb:hover a img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    
}*/

.post-thumb-wrapper a, 
.archive .entry-featued-image figure,
.post-thumb a {
	position: relative;
    display: block;
}

.post-thumb-wrapper a:after, 
.archive .entry-featued-image figure:after,
.post-thumb a:after {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.post-thumb-wrapper a:hover::after, .archive .entry-featued-image figure:hover::after,
.post-thumb a:hover:after {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/*.post-thumb-wrapper a:after,
.archive .entry-featued-image figure:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 0;
    visibility: hidden;
}

.post-thumb-wrapper a:hover:after,
.archive .entry-featued-image figure:hover:after {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
}
*/

/* Header css */
#masthead {
	background: #fff;
}

.top-header-section {
    padding: 5px 0;
}

.top-header-section .cv-container {
	border-bottom: 1px solid #e1e1e1;
	padding: 5px 0 15px;
}

.top-left-header {
    color: #676565;
    float: left;
    font-size: 14px;
}

.top-social-wrapper {
    float: right;
    font-size: 14px;
}

#main {
	background: none;
}

.bn-menubar,
.header-search,
.date-section,
.header-social-icons{
	display: default;
}

.is-sticky .header-ads-wrapper,
.is-sticky .bottom-header-wrapper{
    display: default;
}

.is-sticky .header-extra-menu.show-menu,
.is-sticky .bn-menubar,
.is-sticky .header-search,
.is-sticky .date-section,
.is-sticky .header-social-icons{
	display: block;
}

.is-sticky #masthead {
	width: 100% !important;
	left: 0;
	z-index: 99;
}

.header-extra-menu {
	opacity: 1;
	visibility: visible;
	left: -310px;
	transition: 0.3s ease;
	position: fixed;
	top: 0;
	background: #fff;
	height: 100%;
	width: 300px;
	padding: 130px 0;
	text-align: center;
}

.is-sticky .header-extra-menu.show-menu {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.is-sticky .cv-container {
	position: relative;
	z-index: 99;
	background: #fff;
}

.bn-menubar {
	float: left;
	line-height: 55px;
	font-size: 28px;
	color: #CA2517;
    cursor: pointer;
}

.is-sticky .site-branding {
	width: 140px;
	margin: 0 20px;
}

.is-sticky .search-form-main.clearfix {
	float: right;
}

.date-section,
.header-extra .header-search,
.header-social-icons{
	float: right;
}

.header-extra .header-search {
	margin: 0 50px;
}

.header-extra {
	float: right;
	margin: 10px 0;
}

.header-social-icons a {
	margin: 0 10px;
	border: 1px solid #ccc;
	width: 40px;
	border-radius: 100%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	color: #333;
}

.header-social-icons a:hover{
    background: #CA2517;
    border-color: #CA2517;
    color: #ffffff;
}

.is-sticky .logo-ads-wrapper {
	box-shadow: 0 0px 10px rgba(0,0,0,0.1);
	position: relative;
	z-index: 99;
	background: #fff;
}

#site-extra-navigation ul li {
	position: relative;
}

#site-extra-navigation ul li a {
	color: #333;
	padding: 2px 0;
	display: block;
}

#site-extra-navigation ul li:hover > a,
#site-extra-navigation ul li.current-menu-item > a{
    background: #c70504;
    color: #ffffff;
}

.home #content {
	padding-top: 30px;
}

#site-extra-navigation .sub-toggle {
	background: #333 none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 24px;
	line-height: 25px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 6px;
	width: 24px;
}

#site-extra-navigation ul>li:hover>.sub-toggle,
#site-extra-navigation ul>li.current-menu-item .sub-toggle,
#site-extra-navigation ul>li.current-menu-ancestor .sub-toggle {
    background: #fff;
    color: #333;
}

#site-extra-navigation li.current-menu-item>.sub-toggle {
    background: #ffffff none repeat scroll 0 0;
}

#site-extra-navigation li.current-menu-item>.sub-toggle i {
    color: #029FB2;
}

#site-extra-navigation .sub-menu {
	display: none;
}
/*--------------------------------------------------------------
# Social Links CSS
--------------------------------------------------------------*/

.top-social-wrapper {
    float: right;
}

.top-social-wrapper .social-link {
    display: inline-block;
    padding: 0 6px;
}

.top-social-wrapper .social-link a .fa {
	color: #9c9c9c;
	font-size: 14px;
	display: block;
	margin-left: 5px;
}

.top-social-wrapper .social-link .fa-facebook:hover {
    color: #3350ae;
}

.top-social-wrapper .social-link .fa-twitter:hover {
    color: #1eaaff;
}

.top-social-wrapper .social-link .fa-linkedin:hover {
    color: #0084d7;
}

.top-social-wrapper .social-link .fa-youtube:hover {
    color: #c70504;
}

.top-social-wrapper .social-link .fa-instagram:hover {
    color: #ff7900;
}

.top-social-wrapper .social-link .fa-pinterest:hover {
    color: #e02828;
}

.top-social-wrapper .social-link .fa-google-plus:hover {
    color: #e02828;
}

.top-social-wrapper .social-link .fa-vimeo:hover {
    color: #15DEFF;
}

/*--------------------------------------------------------------
# Middle Header CSS
--------------------------------------------------------------*/

.site-branding {
	float: left;
	margin: 0;
	text-align: center;
}

.site-branding a,
.header-ads-wrapper .leaderboard-wrapper {
	display: inline-block;
}

.header-ads-wrapper {
	float: right;
	text-align: center;
	margin-top: 15px;
}

.logo-ads-wrapper {
	padding: 20px 0 10px;
}

.logo-ads-wrapper .bigulnews_leaderboard_banner {
	margin: 0 !important;
	box-shadow: none;
	padding: 0 !important;
}

.front-sidebar .bigulnews_leaderboard_banner {
	margin: 0;
	background: #fff;
	padding: 15px !important;
	box-shadow: none;
}

.top-header-section {
	display: none;
}
/*--------------------------------------------------------------
# Bottom Header CSS
--------------------------------------------------------------*/

.bottom-header-wrapper {
	position: relative;
	box-shadow: 0 0px 20px rgba(0,0,0,0.08);
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding: 5px 0;
}

#bigulnews-menu-wrap-sticky-wrapper {
	margin-bottom: 30px;
}

.is-sticky .bottom-header-wrapper {
	z-index: 9999;
	background: #fff;
}

.bigulnews-menu-inner-wrapper {
	position: relative;
	text-align: center;
}

.bottom-header-wrapper .home-icon, #site-navigation,
.primary-right-wrapper, .header-search-wrapper {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.bottom-header-wrapper .home-icon a {
	color: #333;
	line-height: 38px;
	display: block;
	padding: 0 10px;
	position: relative;
	margin-right: 10px;
}

.home .bottom-header-wrapper .home-icon a,
.bottom-header-wrapper .home-icon a:hover {
    color: #b51c12;
}

#site-navigation {
	padding: 11px 0;
}

#site-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#site-navigation ul li {
    float: left;
	position: relative;
}

#site-navigation ul li a {
	color: #333;
	display: block;
	line-height: 15px;
	padding: 0 20px;
	text-decoration: none;
	position: relative;
	border-left: 1px solid #e1e1e1;
}

#site-navigation ul li a:hover,
#site-navigation ul li.current-menu-item > a {
    color: #b51c12;
}

#site-navigation ul.sub-menu, 
#site-navigation ul.children {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 200px;
	background: #FFF;
	opacity: 0;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	transform: scaley(0);
	-webkit-transform: scaley(0);
	-ms-transform: scaley(0);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	z-index: 9999;
	margin-left: -100px;
}

#site-navigation ul.sub-menu::before, 
#site-navigation ul.children::before {
	position: absolute;
	top: -7px;
	left: 0;
	content: "";
	width: 100%;
	height: 30px;
	background: transparent;
}

#site-navigation ul li:hover>ul.sub-menu,
#site-navigation ul li:hover>ul.children{
	opacity: 1;
	-transform: scaley(1);
	-webkit-transform: scaley(1);
	-ms-transform: scaley(1);
}

#site-navigation ul.sub-menu li,
#site-navigation ul.children li {
   float: none;
   display: block;
   border-bottom: 1px solid #e1e1e1;
}

#site-navigation ul.sub-menu li:last-child,
#site-navigation ul.children li:last-child {
   border: none;
}

#site-navigation ul.sub-menu ul,
#site-navigation ul.children ul {
   right: -100%;
   left: auto;
   top: -20%;
}

#site-navigation ul.sub-menu li:hover>ul,
#site-navigation ul.children li:hover>ul {
   top: 0;
}

#site-navigation li.menu-item-has-children>a:after,
#site-navigation li.page_item_has_children>a:after,
#site-navigation li.page_item_has_children>a:after {
   content: "\f107";
   font-family: FontAwesome;
   position: absolute;
   right: 20px;
   top: 0;
}

#site-navigation .sub-menu li.menu-item-has-children>a:after,
#site-navigation .children li.page_item_has_children>a:after {
   right: 15px;
   top: 8px;
}

#site-navigation ul.sub-menu li.menu-item-has-children>a:after,
#site-navigation ul.children li.page_item_has_children>a:after {
   content: "\f105";
}

#site-navigation ul>li.menu-item-has-children>a,
#site-navigation ul>li.page_item_has_children>a {
   padding-right: 35px;
}

#site-navigation ul.sub-menu li a {
	line-height: 38px;
}

.bigulnews-live-tab {
  display: none;
}

.live-btn a {
  color: #b51c12;
  display: block;
  font-weight: 700;
  padding: 4px 20px;
  text-transform: uppercase;
}

.live-btn a::after {
  background: #C9141A none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 8px;
  vertical-align: middle;
  width: 8px;
 
}

/*.bigulnews-live-tab.live-now .live-btn a::after{
    -webkit-animation-name: example; 
    -webkit-animation-duration: 3s; 
    -webkit-animation-iteration-count: infinite; 
    animation-name: example;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    width: 12px;
    height: 12px;
    margin-left: 10px; 
}*/

 /* Chrome, Safari, Opera */
@-webkit-keyframes example {
    from {
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        transform: scale(0.3);
        }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/* Standard syntax */
@keyframes example {
        from {
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        transform: scale(0.3);
        }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.header-search-wrapper .search-main {
    color: #333;
    float: right;
    line-height: 37px;
    padding: 0 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.header-search-wrapper .search-main:hover {
    color: #b51c12;
}

.header-search-wrapper .search-form-main {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #CA2517;
    padding: 15px;
    position: absolute;
    right: 15px;
    top: 130%;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}

.header-search-wrapper .search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #CA2517;
    content: "";
    position: absolute;
    right: 15px;
    top: -10px;
}

.header-search-wrapper .search-form-main .search-field {
  border: 1px solid #e1e1e1;
  border-radius: 0;
  float: left;
  font-size: 14px;
  padding: 5px 10px;
  width: 65%;
}

.header-search-wrapper .search-form-main .search-submit {
  background: #CA2517 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  float: left;
  font-size: 14px;
  height: 36px;
  line-height: 32px;
  padding: 0;
  width: 26%;
}

.search-form-main.active-search {
    opacity: 1;
    visibility: visible;
}

.menu-toggle {
    color: #333;
    display: none;
    float: left;
    font-size: 20px;
    padding: 2px 15px;
}

/*--------------------------------------------------------------
TICKER CSS
--------------------------------------------------------------*/

.bigulnews-ticker-wrapper {
    margin: 20px 0;
}

#bigulnews-newsTicker {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.ticker-caption {
    background: #CA2517 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 0;
    text-align: center;
    width: 12%;
    position: relative;
}

.ticker-content-wrapper {
	border: 1px solid #e1e1e1;
	float: left;
	height: 36px;
	overflow: hidden;
	padding: 0px 0px 0 30px;
	width: 88%;
	position: relative;
	border-left: none;
}

.ticker-content-wrapper .news-post a {
    color: #666;
    text-decoration: none;
}

.ticker-content-wrapper .bx-controls {
    position: absolute;
    right: 5px;
    top: 0;
}

.ticker-content-wrapper .bx-controls a {
    color: #333;
    display: inline-block;
    margin: 5px 10px 0 0;
    opacity: 0.6;
    position: static;
    vertical-align: top;
}

.ticker-content-wrapper .bx-controls a:hover {
    opacity: 1;
}

.leaderboard-wrapper img {
    display: block;
}

.widget.bigulnews_leaderboard_banner {
	box-shadow: none !important;
	padding: 0 !important;
	margin-bottom: 30px;
}

#bigulnews-newsTicker .post-cat {
  background: #e13139 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
}

#bigulnews-newsTicker .news-post {
  display: inline-block;
  margin-left: 20px;
}
/*--------------------------------------------------------------
Home featured section CSS
--------------------------------------------------------------*/

.featured-image {
    margin: 0;
}

.featured-image a,
.featured-image img {
    display: block;
}

.home-featured-wrapper .featured-highlighted-post .left-sec,
.home-featured-wrapper .featured-highlighted-post .right-sec {
    float: none;
    position: relative;
}

.home-featured-wrapper .featured-highlighted-post .right-sec {
	float: none;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	background: rgba(0,0,0,0.4);
	margin-bottom: 0;
	padding: 20px 30px 0;
	text-align: center;
	position: absolute;
}

.home-featured-wrapper .featured-highlighted-post .post-caption {
	position: absolute;
	top: 10px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #fff;
}

.home-featured-wrapper .featured-highlighted-post .post-caption span {
	display: inline-block;
	background: #CA2517;
	padding: 0px 15px;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 700;
}

.home .featured-post-wrapper {
	background: #fff;
}

.home .featured-post-wrapper article {
	background: #fff;
	position: relative;
	margin-bottom: 30px;
}

.featured-post-wrap.no-highlighted-post {
	padding: 10px 20px;
	box-shadow: 0 0 9px rgba(0,0,0,0.2);
}

.featured-post-wrapper .featured-highlighted-post .post-cat-list {
    left: 0;
    position: absolute;
    top: 0;
}

/*.featured-post-wrapper .featured-highlighted-post .post-cat-list .category-button {
    display: inline-block;
}

.featured-post-wrapper .featured-highlighted-post .post-cat-list .category-button {
    background: #e13139;
}

.featured-post-wrapper .featured-highlighted-post .post-cat-list .category-button,
.featured-post-wrapper .featured-highlighted-post .post-cat-list .category-button a{
    background: #e13139 none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
    padding: 2px 15px;
}*/

.featured-post-wrapper .featured-highlighted-post .post-cat-list .category-button {
	display: none;
}

.home-featured-wrapper .featured-highlighted-post .featured-content {
	margin: 10px 0 10px;
	line-height: 32px;
}

.home-featured-wrapper .featured-highlighted-post .featured-title {
	margin: 15px 0 0;
}

.home-featured-wrapper .featured-highlighted-post .featured-title a {
	color: #fff;
	font-size: 52px;
}

.home-featured-wrapper .featured-highlighted-post .post-author {
	display: block;
	float: left;
	margin-top: -10px;
}

.home-featured-wrapper .featured-highlighted-post .post-author a {
	color: #333;
	font-weight: 700;
	font-size: 14px;
}

.home-featured-wrapper .featured-highlighted-post .featured-title a:hover,
.home-featured-wrapper .featured-highlighted-post .post-author a:hover {
    color: #CA2517;
}

.home-featured-wrapper .featured-highlighted-post .featured-content {
	margin: 10px 0 10px;
}
/*
.home-featured-wrapper .no-highlighted-post .post-cat-list {
    background: #4d4d4d none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-weight: 700;
    padding: 10px 20px;
    position: relative;
}

.home-featured-wrapper .no-highlighted-post .post-cat-list a {
    color: #ffffff;
}*/

.home-featured-wrapper .no-highlighted-post .post-cat-list{
    display: none;
}

.home-featured-wrapper .no-highlighted-post .featured-title {
	float: none;
	margin: 0;
	padding: 0;
}

.home-featured-wrapper .no-highlighted-post .featured-title a {
	color: #333;
	font-size: 34px;
	/* border-left: 5px solid #ca2517; */
	padding-left: 0;
	text-align: center;
	display: block;
}

.home-featured-wrapper .no-highlighted-post .featured-title a:hover {
    color: #CA2517;
}

.no-highlighted-post .post-author {
    float: right;
    padding: 10px 20px;
}

.home-featured-wrapper .no-highlighted-post .post-cat-list::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #4d4d4d;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-featured-wrapper .featured-highlighted-post .featured-content, 
.home-featured-wrapper .featured-highlighted-post .post-author,
.no-highlighted-post .post-author {
	display: none;
}
/*--------------------------------------------------------------
Block widget CSS
--------------------------------------------------------------*/

.front-content-primary,
.right-sidebar #primary {
    float: left;
    width: 72%;
}

.left-sidebar #primary {
    float: right;
    width: 72%;
}

.front-sidebar,
.right-sidebar #secondary {
    float: right;
    width: 25.5%;
}

.left-sidebar #secondary {
    float: left;
    width: 25.5%;
}

.block-header {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    padding: 0 0 10px;
}

.block-header .block-title {
    display: inline-block;
    margin: 0;
    position: relative;
}

.block-header .block-title a{
    color: #333;
}

.block-header .block-title a:hover{
    color: #CA2517;
}

.block-header .link_all {
    float: right;
    color: #666;
}

.block-header .link_all {
	display: none;
}

.block-header .link_all:hover{
    color: #CA2517;
}

.block-header .link_all:after{
    content: "\f0c9";
    font-family: FontAwesome;
    margin-left: 10px;
}

.bigulnews_block_layout,
.bigulnews_block_layout_2 {
	background: #fff;
}

.bigulnews_block_layout .grid-posts-block,
.bigulnews_block_tabbed .grid-posts-block {
    float: left;
    width: 43%;
    border: 1px solid #e3e3e3;
    padding: 15px;
}

.bigulnews_block_layout .list-posts-block,
.bigulnews_block_tabbed .list-posts-block {
    float: right;
    width: 54%;
}

.bigulnews_block_layout .post-content-wrapper .post-title a,
.bigulnews_block_tabbed .post-content-wrapper .post-title a,
.bigulnews-tabbed-section .bottom-posts-wrapper .single-post .tabbed-title a,
.bigulnews_category_column .post-content-wrapper .post-title a,
.bigulnews_category_posts_list .post-content-wrapper .post-title a {
    color: #333;
    font-size: 18px;
}

.bigulnews_block_layout .post-content-wrapper .post-title a:hover,
.bigulnews_block_tabbed .post-content-wrapper .post-title a:hover,
.bigulnews-tabbed-section .bottom-posts-wrapper .single-post .tabbed-title a:hover,
.bigulnews_category_column .post-content-wrapper .post-title a:hover,
.bigulnews_posts_list .post-content-wrapper .post-title a:hover,
.bigulnews_category_posts_list .post-content-wrapper .post-title a:hover,
.bigulnews_default_tabbed .post-content-wrapper .post-title a:hover {
    color: #CA2517;
}

.bigulnews_block_layout .grid-posts-block .post-content-wrapper, 
.bigulnews_block_tabbed .grid-posts-block .post-content-wrapper, 
.bigulnews_category_column .primary-post .post-content-wrapper {
	padding: 20px 0;
}

.bigulnews_block_layout .post-thumb-wrapper figure,
.bigulnews_posts_list .post-thumb-wrapper figure,
.bigulnews_block_tabbed .post-thumb-wrapper figure,
.bigulnews_category_posts_list .post-thumb-wrapper figure {
    margin: 0;
}

.bigulnews_block_layout .grid-posts-block .post-thumb-wrapper figure img,
.bigulnews_posts_list .grid-posts-block .post-thumb-wrapper figure img,
.bigulnews_block_tabbed .grid-posts-block .post-thumb-wrapper figure img,
.bigulnews_category_posts_list .grid-posts-block .post-thumb-wrapper figure img {
    width: 100%;
}

.bigulnews_block_layout .post-content-wrapper .post-title,
.bigulnews_block_tabbed .post-content-wrapper .post-title,
.bigulnews-tabbed-section .bottom-posts-wrapper .single-post .tabbed-title,
.bigulnews_category_column .post-content-wrapper .post-title,
.bigulnews_category_posts_list .post-content-wrapper .post-title {
    line-height: 30px;
    margin: 0;
}

.bigulnews_block_layout .post-meta-wrapper span,
.bigulnews_block_layout .post-meta-wrapper a,
.bigulnews_block_tabbed .post-meta-wrapper span,
.bigulnews_block_tabbed .post-meta-wrapper a,
.bigulnews-tabbed-section .post-meta span,
.bigulnews-tabbed-section .post-meta a,
.bigulnews_category_column .post-meta-wrapper span,
.bigulnews_category_column .post-meta-wrapper a,
.bigulnews_posts_list .post-meta-wrapper span,
.bigulnews_posts_list .post-meta-wrapper a,
.bigulnews_category_posts_list .post-meta-wrapper span,
.bigulnews_category_posts_list .post-meta-wrapper a ,
.special-posts-wrapper .post-meta-wrapper span,
.special-posts-wrapper .post-meta-wrapper a,
.bigulnews_default_tabbed .post-meta-wrapper span,
.bigulnews_default_tabbed .post-meta-wrapper a{
    color: #858383;
    font-size: 13px;
    margin-right: 20px;
    position: relative;
}

.bigulnews_block_layout .post-meta-wrapper span:last-child,
.bigulnews_block_layout .post-meta-wrapper a:last-child,
.bigulnews_block_tabbed .post-meta-wrapper span:last-child,
.bigulnews_block_tabbed .post-meta-wrapper a:last-child,
.bigulnews-tabbed-section .post-meta span:last-child,
.bigulnews-tabbed-section .post-meta a:last-child,
.bigulnews_category_column .post-meta-wrapper span:last-child,
.bigulnews_category_column .post-meta-wrapper a:last-child,
.bigulnews_posts_list .post-meta-wrapper span:last-child,
.bigulnews_posts_list .post-meta-wrapper a:last-child,
.bigulnews_category_posts_list .post-meta-wrapper span:last-child,
.bigulnews_category_posts_list .post-meta-wrapper a:last-child,
.special-posts-wrapper .post-meta-wrapper span:last-child,
.special-posts-wrapper .post-meta-wrapper a:last-child,
.bigulnews_default_tabbed .post-meta-wrapper span:last-child,
.bigulnews_default_tabbed .post-meta-wrapper a:last-child  {
    margin-right: 0;
}

/*.bigulnews_block_layout .post-meta-wrapper span.posted-on:before,
.bigulnews_block_layout .post-meta-wrapper span.byline:before,
.bigulnews_block_tabbed .post-meta-wrapper span.posted-on:before,
.bigulnews_block_tabbed .post-meta-wrapper span.byline:before,
.bigulnews-tabbed-section .post-meta span.posted-on:before,
.bigulnews-tabbed-section .post-meta span.byline:before,
.bigulnews_category_column .post-meta-wrapper span.posted-on:before,
.bigulnews_category_column .post-meta-wrapper span.byline:before,
.bigulnews_posts_list .post-meta-wrapper span.posted-on:before,
.bigulnews_posts_list .post-meta-wrapper span.byline:before,
.bigulnews_category_posts_list .post-meta-wrapper span.posted-on:before,
.bigulnews_category_posts_list .post-meta-wrapper span.byline:before,
.special-posts-wrapper .post-meta-wrapper span.posted-on:before,
.special-posts-wrapper .post-meta-wrapper span.byline:before {
    content: "\f073";
    font-family: FontAwesome;
    padding-right: 8px;
}
*/

.bigulnews_block_layout .post-meta-wrapper span.byline::before, 
.bigulnews_block_tabbed .post-meta-wrapper span.byline::before, 
.bigulnews-tabbed-section .post-meta span.byline::before, 
.bigulnews_category_column .post-meta-wrapper span.byline::before, 
.bigulnews_posts_list .post-meta-wrapper span.byline::before, 
.bigulnews_category_posts_list .post-meta-wrapper span.byline::before, 
.special-posts-wrapper .post-meta-wrapper span.byline::before,
.bigulnews_default_tabbed .post-meta-wrapper span.byline::before{
	content: "|";
	margin-left: -10px;
	margin-right: 8px;
	display: inline-block;
	font-size: 9px;
	position: relative;
	top: -2px;
}

.bigulnews_block_layout .post-content,
.bigulnews_block_tabbed .post-content,
.bigulnews_category_column .post-content {
    font-size: 15px;
    margin: 20px 0 10px;
}

.bigulnews_block_layout .list-posts-block .post-thumb-wrapper,
.bigulnews_block_tabbed .list-posts-block .post-thumb-wrapper,
.bigulnews_category_column .secondary-post .post-thumb-wrapper,
.bigulnews_posts_list .single-post-wrapper .post-thumb-wrapper,
.bigulnews_category_posts_list .single-post-wrapper .post-thumb-wrapper {
    float: left;
    width: 30%;
}

.bigulnews_block_layout .list-posts-block .post-content-wrapper,
.bigulnews_block_tabbed .list-posts-block .post-content-wrapper,
.bigulnews_category_column .secondary-post .post-content-wrapper,
.bigulnews_posts_list .single-post-wrapper .post-content-wrapper,
.bigulnews_category_posts_list .single-post-wrapper .post-content-wrapper {
    float: right;
    width: 66%;
}

.bigulnews_block_layout .list-posts-block .post-content-wrapper .post-title a,
.bigulnews_block_tabbed .list-posts-block .post-content-wrapper .post-title a,
.bigulnews-tabbed-section .bottom-posts-wrapper .single-post .tabbed-title a,
.bigulnews_category_column .secondary-post .post-content-wrapper .post-title a,
.bigulnews_posts_list .secondary-post .post-content-wrapper .post-title a,
.bigulnews_posts_list .post-content-wrapper .post-title a,
.bigulnews_category_posts_list .post-content-wrapper .post-title a,
.bigulnews_default_tabbed .post-content-wrapper .post-title a  {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 4px;
}

.bigulnews_block_layout .list-posts-block .secondary-post, 
.bigulnews_block_tabbed .list-posts-block .secondary-post, 
.bigulnews_category_column .secondary-post,
.bigulnews-tabbed-section .bottom-posts-wrapper .single-post{
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	padding: 15px;
}
.bigulnews_block_layout .list-posts-block .secondary-post:last-child,
.bigulnews_block_tabbed .list-posts-block .secondary-post:last-child,
.bigulnews_category_column .secondary-post:last-child{
    margin-bottom: 0;
}

.np-read-more {
	font-size: 14px;
	font-weight: 400;
	color: #767676;
    text-decoration: underline;
}

.np-read-more:hover{
    color: #CA2517;
}

.bigulnews_categories_tabbed {
	background: #fff none repeat scroll 0 0;
	margin: 0px 0 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 10px 10px;
}


/*--------------------------------------------------------------
category tab widget CSS
--------------------------------------------------------------*/

.bigulnews-cat-tabs {
	list-style: outside none none;
	margin: 0 0 10px;
	padding: 0;
}

.bigulnews-tabbed-wrapper .bigulnews-cat-tabs {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
}

.bigulnews-cat-tabs li {
    border-radius: 2px 2px 0 0;
    float: left;
    padding: 6px 20px;
    position: relative;
}

.bigulnews-cat-tabs li.active::after,
.bigulnews-cat-tabs li:hover::after {
	content: "";
	background: red;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.bigulnews-cat-tabs li.active {
    background: #ffffff;
}

.bigulnews-cat-tabs li a {
    color: #333333;
}

.bigulnews-cat-tabs li.active a {
    color: #CA2517
}

.bigulnews-tabbed-section {
    background: #fff none repeat scroll 0 0;
}

.bigulnews-tabbed-section .top-posts-wrapper .single-post {
    float: left;
    width: 47%;
    margin-left: 3%;
    position: relative;
}

.bigulnews-tabbed-section .top-posts-wrapper {
    margin-left: -3%;
}

.bigulnews-tabbed-section .top-posts-wrapper .single-post img {
    width: 100%;
}

.bigulnews-tabbed-section .top-posts-wrapper .single-post .post-caption {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) repeat scroll 0 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.bigulnews-tabbed-section .top-posts-wrapper .single-post .post-caption h3,
.bigulnews_video_posts .post-content-wrapper .post-title{
    margin: 0;
    padding: 10px 0;
}

.bigulnews-tabbed-section .top-posts-wrapper .single-post .post-caption a,
.bigulnews_video_posts .post-content-wrapper .post-title a {
    color: #fff;
    display: block;
    padding: 0 19px;
    text-align: center;
    font-size: 18px;
}

.bigulnews_video_posts .post-content-wrapper .post-title a {
	color: #333;
	font-size: 16px;
	line-height: 32px;
}

.bigulnews-tabbed-section .top-posts-wrapper::after,
.bigulnews-tabbed-section .bottom-posts-wrapper:after {
    clear: both;
    content: "";
    display: block;
}

.bottom-posts-wrapper {
    margin-top: 20px;
}

.bigulnews-tabbed-section .bottom-posts-wrapper .post-thumb,
.bigulnews-tabbed-section .bottom-posts-wrapper .post-caption {
    float: left;
    width: 24%;
}

.bigulnews-tabbed-section .bottom-posts-wrapper .post-caption {
    float: right;
    width: 72%;
}

.bigulnews-tabbed-section .bottom-posts-wrapper {
    margin-left: -3%;
}

.bigulnews-tabbed-section .bottom-posts-wrapper .single-post {
  display: inline-block;
  margin-bottom: 2%;
  margin-left: 3%;
  margin-right: -4px;
  vertical-align: top;
  width: 47%;
}

.bigulnews_block_tabbed .bigulnews-column-wrapper {
  position: relative;
}

.bigulnews_block_tabbed .tabbed-preloader {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 999;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
/*--------------------------------------------------------------
bigulnews category column widget CSS
--------------------------------------------------------------*/
.front-content-primary .bigulnews_category_column-wrap {
  margin-left: -3%;
}

.front-content-primary .bigulnews_category_column {
  display: inline-block;
  margin-left: 3%;
  margin-right: -4px;
  vertical-align: top;
  width: 47%;
}

.bigulnews_category_column .post-thumb-wrapper figure {
    margin: 0;
}

/*--------------------------------------------------------------
bigulnews category grid widget CSS
--------------------------------------------------------------*/

.bigulnews_category_grid .single-post-wrapper,
.bigulnews_video_posts .single-post-wrapper {
    float: none;
    width: 31.33%;
    margin-left: 2%;
    margin-bottom: 2%;
    position: relative;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.bigulnews_category_grid .grid-posts-category,
.bigulnews_video_posts .grid-posts-category {
    margin-left: -2%;
    margin-bottom: -2%;
}

.bigulnews_category_grid .single-post-wrapper .post-thumb-wrapper figure,
.bigulnews_video_posts .single-post-wrapper .post-thumb-wrapper figure {
    margin: 0;
}

.bigulnews_category_grid .single-post-wrapper .post-content-wrapper .post-title {
    background: #f7f7f7 none repeat scroll 0 0;
    margin: 0;
    padding: 15px;
    position: relative;
}

.bigulnews_category_grid .single-post-wrapper .post-content-wrapper .post-title a {
	color: #333;
	display: block;
	font-size: 16px;
	line-height:32px;
	text-align: center;
}

.bigulnews_category_grid {
	margin: 0 0 30px;
}

/*--------------------------------------------------------------
Trending now widget CSS
--------------------------------------------------------------*/

.bigulnews_posts_list {
	background: #fff;
}

.bigulnews_posts_list .widget-title {
	background: #333;
	color: #fff;
	margin: 0;
	padding: 5px 15px;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}
.bigulnews_posts_list .single-post-wrapper,
.bigulnews_default_tabbed .single-post-wrapper {
    margin: 20px 0;
}

.bigulnews_posts_list .post-content-wrapper .post-title,
.bigulnews_default_tabbed .post-content-wrapper .post-title {
    margin: 0;
}

.bigulnews_posts_list .post-content-wrapper .post-title a,
.bigulnews_default_tabbed .post-content-wrapper .post-title a {
  color: #333;
  margin: 0;
  font-size: 14px;
}

/*--------------------------------------------------------------
Blocked tab CSS
--------------------------------------------------------------*/

.bigulnews_block_tabbed,
.bigulnews_category_column {
	background: #fff;
}

.bigulnews_block_tabbed .block-tab-nav {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.bigulnews_block_tabbed .block-tab-nav li {
    display: inline-block;
    float: left;
    padding: 0 10px;
}

.bigulnews_block_tabbed .block-tab-nav li:first-child {
	display: none;
}

.bigulnews_block_tabbed .block-tab-nav li a {
    color: #333;
}

.bigulnews_block_tabbed .block-tab-nav li a:hover,
.bigulnews_category_grid .single-post-wrapper .post-content-wrapper .post-title a:hover {
    color: #b51c12;
}

/*--------------------------------------------------------------
media categroy posts CSS
--------------------------------------------------------------*/

.bigulnews_category_posts_list {
	background: #ffff;
	padding: 20px 15px;
}

.bigulnews_category_posts_list .post-thumb-wrapper figure {
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
}

.bigulnews_category_posts_list .post-thumb-wrapper figure img {
  display: inline-block;
  vertical-align: top;
}

.bigulnews_category_posts_list .single-post-wrapper {
    margin: 20px 0 0;
}

.bigulnews_category_posts_list .single-post-wrapper .post-thumb-wrapper,
.bigulnews_posts_list .single-post-wrapper .post-thumb-wrapper,
.bigulnews_default_tabbed .single-post-wrapper .post-thumb-wrapper  {
    float: left;
    width: 24%;
}

.bigulnews_category_posts_list .single-post-wrapper .post-content-wrapper,
.bigulnews_posts_list .single-post-wrapper .post-content-wrapper,
.bigulnews_default_tabbed .single-post-wrapper .post-content-wrapper {
    float: right;
    width: 70%;
}

/*--------------------------------------------------------------
media Video CSS
--------------------------------------------------------------*/
.video-list-wrapper {
  background: #ffffff none repeat scroll 0 0;
  position: relative;
}

.bigulnews_video_posts .post-content-wrapper .post-title {
  font-size: 18px;
  line-height: 26px;
}

.bigulnews_video_posts .post-thumb-wrapper a {
  position: relative;
  display: block;
}
/*
.bigulnews_video_posts .post-thumb-wrapper a::before {
	color: #d52323;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url("assets/images/youtube.png") no-repeat scroll center center;
	width: 50px;
	height: 50px;
	background-size: 50px;
}*/

.bigulnews_video_posts .post-thumb-wrapper .category-button a::before{
    display: none;
}

.bigulnews_video_posts .single-post-wrapper {
  position: relative;
}

.bigulnews_video_posts .single-post-wrapper .category-button {
  background: #e13139 none repeat scroll 0 0;
  display: inline-block;
  font-size: 12px;
  left: 0;
  padding: 0 10px;
  position: absolute;
  top: 0;
  z-index: 99;
}

.bigulnews_video_posts .single-post-wrapper .category-button a{
    color: #ffffff;
}

.bigulnews_video_posts .videoCarousel,
 .bigulnews_video_posts .videoCarousel .single-post-wrapper,
 .bigulnews_video_posts .grid-posts-category {
  margin: 0;
}

.video-list-wrapper .bx-controls {
	position: absolute;
	right: 0;
	top: 0;
}

.video-list-wrapper .bx-controls a {
  border: 1px solid #e1e1e1;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  padding: 1px 10px;
  vertical-align: bottom;
}

.video-list-wrapper .bx-controls a:hover{
    color: #ffffff;
    background: #b51c12;
    border-color: #b51c12;
}

.video-list-wrapper .bx-controls a i {
  display: block;
  padding: 5px 0;
}

.bigulnews_video_posts .post-cat-list{
    display: none;
}
/*--------------------------------------------------------------
Footer CSS
--------------------------------------------------------------*/
.widget {
	margin: 0 0 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 20px !important;
}

.top-footer {
	background: #212121;
	margin-top: 40px;
	padding: 60px 0 30px;
	font-size: 16px;
}

.top-footer .bigulnews-footer-widget-wrapper{
    margin-left: -2%;
}
.top-footer .footer_column_two .bigulnews-footer-widget,
.top-footer .footer_column_three .bigulnews-footer-widget,
.top-footer .footer_column_four .bigulnews-footer-widget {
  float: left;
  margin-left: 2%;
  width: 31.33%;
}

.top-footer .footer_column_two .bigulnews-footer-widget {
	width: 48%;
	color: #ccc;
}

.top-footer .footer_column_four .bigulnews-footer-widget {
	width: 33%;
	color: #ccc;
}

.top-footer .widget-title {
	color: #CA2517;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 14px;
	padding: 0;
}

.top-footer .widget ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.top-footer .widget ul li {
  padding: 3px 0;
}

.top-footer .widget ul li a {
  color: #f2f2f2;
}

.top-footer .widget ul li a:hover{
    color: #CA2517;
}

.left-info-block {
	float: left;
	width: 25%;
}

.footer-info-wrapper .site-logo {
  width: 85%;
}

.footer-widget-block {
	float: left;
	width: 75%;
}

.top-footer .info-list {
  list-style: outside none none;
  margin: 0;
  padding: 20px 0;
}

.top-footer .info-list li {
  padding: 3px 0;
}

.top-footer .info-list li,
.top-footer .info-list li a {
	color: #ccc;
}
.top-footer .info-list li i {
  margin-right: 8px;
}

.top-footer .info-list li span{
    display: inline-block;
    margin-left: 5px;
}

.bottom-footer {
	background: #1A1A1A none repeat scroll 0 0;
	font-size: 13px;
	font-weight: 600;
	padding: 4px 0;
	text-align: center;
    color: #ccc;
}

.top-footer .widget.widget_nav_menu ul li {
	display: inline-block;
	margin-right: 20px;
}

/*--------------------------------------------------------------
Archvie CSS
--------------------------------------------------------------*/

.archive .page-header,
.search .page-header {
  background: #f5f5f5 none repeat scroll 0 0;
  border-left: 4px solid #CA2517;
  padding: 0 20px;
}

.archive .page-header .page-title,
.search .page-header .page-title {
  font-size: 25px;
  margin: 0 0 30px;
  padding: 5px 0;
}

.archive .entry-featued-image {
  float: left;
  width: 32%;
}

.archive #content,
.search #content,
.error404 #content {
  margin-top: 30px;
}

.archive .entry-content {
	float: right;
	padding: 0 20px;
	width: 68%;
	text-align: justify;
}

.archive .entry-content p{
    letter-spacing: -1px;
}

.archive .np-read-more {
	display: none;
}

.archive article {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.archive article:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.archive .entry-featued-image figure{
    margin: 0;
}

.archive .entry-featued-image img{
    height:  auto;
}

.archive .entry-content .entry-title a {
  color: #333;
  display: block;
  font-size: 20px;
}

.archive .entry-content .entry-title{
    margin: 0;
}

.archive .entry-content .entry-title a:hover{
    color: #CA2517;
}

.meidanp404 {
  display: block;
  font-size: 150px;
  font-weight: 900;
  text-align: center;
}

.error-404 .page-title {
  color: #CA2517;
  font-size: 36px;
  margin-top: -60px;
  text-align: center;
  text-transform: capitalize;
}
/*--------------------------------------------------------------
Single CSS
--------------------------------------------------------------*/
.single-category a {
	background: #CA2517;
	color: #fff;
	padding: 2px 16px;
	font-size: 14px;
	margin-right: 10px;
}

.single .entry-title {
  font-size: 28px;
  margin: 0;
}

.single .entry-content p {
	font-size: 18px;
}

.single #content {
  margin-top: 20px;
}

.single .entry-meta {
	border-top: 1px solid #e1e1e1;
}

.single .entry-meta span,
.single .entry-meta span a,
.archive .entry-meta span,
.archive .entry-meta span a,
.search .entry-meta span,
.search .entry-meta span a{
    color: #858383;
    font-size: 15px;
    margin-right: 20px;
    position: relative;
}

.single .entry-meta span:last-child,
.single .entry-meta span a:last-child,
.archive .entry-meta span:last-child,
.archive .entry-meta span a:last-child,
.search .entry-meta span:last-child,
.search .entry-meta span a:last-child  {
    margin-right: 0;
}

/*.single .entry-meta span.posted-on:before,
.single .entry-meta span.byline:before,
.single .entry-meta span.comments-link:before,
.single .entry-meta span.posted-time:before,
.archive .entry-meta span.posted-on:before,
.archive .entry-meta span.byline:before,
.archive .entry-meta span.comments-link:before,
.archive .entry-meta span.posted-time:before,
.search .entry-meta span.posted-on:before,
.search .entry-meta span.byline:before,
.search .entry-meta span.comments-link:before,
.search .entry-meta span.posted-time:before{
    content: "\f073";
    font-family: FontAwesome;
    padding-right: 8px;
}

.single .entry-meta span.byline:before,
.archive .entry-meta span.byline:before,
.search .entry-meta span.byline:before {
    content: "\f007";
}

.single .entry-meta span.comments-link:before,
.archive .entry-meta span.comments-link:before,
.search .entry-meta span.comments-link:before{
    content: "\f086";
}

.single .entry-meta span.posted-time:before,
.archive .entry-meta span.posted-time:before,
.search .entry-meta span.posted-time:before{
    content: "\f017";
}*/

.single .entry-featued-image figure {
    margin: 30px 0 0;
}

.single .entry-subtitle {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #CA2517;
}

/*
.single .entry-subtitle {
	display: none;
}*/

.single .entry-meta span.byline {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-left: -5px;
	line-height: 14px;
	display: inline-block;
}

.full-date {
	color: #9c9c9c;
}

.full-date .posted-time {
	margin-left: 10px;
}

.bn-next-post {
	margin: 30px 0;
}

.bn-next-post {
	margin: 30px 0 0;
	height: 480px;
	position: relative;
	overflow: hidden;
}

.bn-next-post:after {
	content: '';
	width: 100%;
	height: 350px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 86%, rgba(255,255,255,1) 87%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 86%,rgba(255,255,255,1) 87%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 86%,rgba(255,255,255,1) 87%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.section-title.next-section {
	background: none;
	padding: 0;
	margin-bottom: 10px;
	color: #333;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	font-size: 22px;
}

.next-post-title a {
	color: #333;
}

.next-post-title a:hover{
    color: #c70504;
}

.next-post-excerpt {
	margin: 10px 0 20px;
}
/*--------------------------------------------------------------
Comment CSS
--------------------------------------------------------------*/
.bypostauthor {
   display: block;
}

.comment-respond {
  background: #f6f6f6 none repeat scroll 0 0;
  margin-top: 80px;
  padding: 10px 20px 20px;
}

.comment-reply-title {
  margin: 0 0 10px;
}

#commentform .comment-form-author,
#commentform .comment-form-email {
  float: left;
  margin-left: 2%;
  width: 49%;
}

#commentform .comment-form-url {
  display: none;
}

#commentform input {
  border: 1px solid #e1e1e1;
  padding: 2px 10px;
  width: 100%;
}

#commentform .textarea-field-wrap::before {
  clear: both;
  content: ".";
  display: table;
  visibility: hidden;
}

#commentform .comment-form-author {
  margin-left: 0;
}

#commentform textarea {
  border: 1px solid #e1e1e1;
  height: 130px;
  padding: 5px 10px;
  resize: none;
  width: 100%;
}

#commentform .submit {
  display: inline-block;
  margin: 0 auto;
  padding: 3px 20px;
  width: auto;
  background: #CA2517;
  color: #fff;
  border: none;
}

#commentform .form-submit {
  margin-top: 20px;
  text-align: center;
}

.comments-area {
  margin-top: 60px;
}

.comments-area::before {
	content: "";
	display: table;
	clear: both;
}

.comments-title {
  margin: 0 0 20px;
}

.comment-list .comment-body {
  background: #f6f6f6 none repeat scroll 0 0;
  margin-bottom: 20px;
  padding: 20px;
}

.comment-meta img {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.comment-metadata {
  font-size: 14px;
  margin-top: -5px;
  padding-left: 55px;
}

.comment-content {
  font-size: 16px;
  padding-left: 50px;
}

.reply a {
  background: #CA2517 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
  padding: 0 10px;
}

.comment-awaiting-moderation {
  background: #b1b1b1 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin: 10px 0 10px 50px;
  padding: 0 20px;
}

.comments-area ol.children {
  margin-left: 30px;
}
/*--------------------------------------------------------------
Related Post
--------------------------------------------------------------*/
.related-posts-wrapper {
  margin-top: 20px;
}

.related-posts-content {
  margin-left: -2%;
}

.related-posts-content .single-post-wrap {
  display: inline-block;
  float: none;
  margin: 0 -4px 2% 2%;
  position: relative;
  width: 31.33%;
  vertical-align: top;
}

.related-posts-content .post-thumb-wrapper figure {
  margin: 0;
}

.single-gallery-wrapper .post-content-wrapper {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding-bottom: 10px;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.single-gallery-wrapper .post-content-wrapper .post-title {
  margin: 0;
}

.single-gallery-wrapper .post-content-wrapper a {
  color: #fff;
  display: block;
  line-height: 26px;
  padding: 0 10px;
  text-align: center;
}

.navigation .nav-previous, .navigation .nav-next {
  float: left;
  padding-left: 35px;
  position: relative;
  width: 200px;
}

.navigation .nav-next{
    float: right;
    padding-left: 0;
    padding-right: 35px;
}
.navigation .nav-previous:before,
.navigation .nav-next:after{
    content:"\f100";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    font-size: 32px;
}

.navigation .nav-next:after{
    content:"\f101";
    font-family: FontAwesome;
    left: auto;
    right: 0;    
}

.navigation .nav-previous a, 
.navigation .nav-next a {
  color: #868686;
}

.navigation .nav-previous a:hover,
.navigation .nav-next a:hover{
    color: #CA2517;
}

.post-navigation::after {
  clear: both;
  content: ".";
  visibility: hidden;
}

.related-content-wrapper a {
	color: #333;
	line-height: 30px;
	display: block;
	font-size: 19px;
	text-align: center;
	background: #f2f2f2;
	padding: 15px 10px;
}

.related-content-wrapper a:hover{
    color: #CA2517;
}

/*--------------------------------------------------------------
Special Post
--------------------------------------------------------------*/
.special-posts-wrapper .special-title, 
.related-posts-wrapper .related-title {
	background: no-repeat;
	color: #333;
	font-size: 22px;
	margin: 0;
	padding: 0 0;
	margin-bottom: 0;
	border-bottom: 1px solid #e1e1e1;
}

.special-posts-wrapper {
  margin-top: 30px;
}

.special-posts-wrapper .single-post-wrap {
  float: left;
  width: 31.33%;
  margin-left: 2%;
}

.special-posts-wrapper .special-posts-content {
	margin-left: -2%;
	padding: 20px 0 0;
}

.special-posts-wrapper .special-posts-content figure{
    margin: 0;
}

.special-content-wrapper .post-title > a {
  color: #333;
  display: block;
  font-size: 18px;
  line-height: 28px;
}

.special-content-wrapper .post-title > a:hover{
    color: #CA2517;
}

.special-content-wrapper .post-title {
  margin: 20px 0 12px;
}

.special-posts-wrapper .post-meta-wrapper {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/

.search .entry-title {
  margin: 0;
}

.search .entry-title a {
  color: #333;
}

.search .entry-title a:hover{
   color: #CA2517; 
}

.search article {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.search .entry-footer {
  display: none;
}


/*--------------------------------------------------------------
Media block layout 2
--------------------------------------------------------------*/
.bigulnews_block_layout_2 .grid-posts-block {
  float: left;
  width: 43%;
  border: 1px solid #e1e1e1;
  padding: 15px;
}
.bigulnews_block_layout_2 .right-column-wrapper{
    float: right;
    width: 54%;
}

.bigulnews_block_layout_2 figure{
    margin: 0;
}

.bigulnews_block_layout_2 .grid-posts-block .single-post-wrapper{
    position: relative;
}

.bigulnews_block_layout_2 .grid-posts-block .post-content-wrapper {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)) repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  position: absolute;
  width: 100%;
}

.bigulnews_block_layout_2 .grid-posts-block .post-content-wrapper a{
    display: block;
    color: #ffffff;
    text-align: center; 
}

.bigulnews_block_layout_2 .list-posts-block .post-thumb-wrapper{
  float: left;
width: 30%;  
}

.bigulnews_block_layout_2 .list-posts-block .post-content-wrapper{
    float: right;
width: 66%;
}

.bigulnews_block_layout_2 .list-posts-block .secondary-post{
margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    padding: 15px;
}

.bigulnews_block_layout_2 .list-posts-block .secondary-post:last-child{
    margin-bottom: 0;
}

.bigulnews_block_layout_2 .list-posts-block .post-content-wrapper a {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	display: block;
}

.bigulnews_block_layout_2 .list-posts-block .post-content-wrapper a:hover{
    color: #b51c12;
}

/*--------------------------------------------------------------
Default widget css
--------------------------------------------------------------*/

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
    list-style: outside none none;
    margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
    border: none;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    padding-left: 22px;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: inline-block;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
    color: #CA2517;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li a:before,
.widget_nav_menu li a:before {
    color: #afb4bd;
    content: "\f187";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.widget_categories a::before {
    content: "\f07b";
}

.widget_recent_entries a::before {
    content: "\f101";
}

.widget_meta a::before,
.widget_nav_menu li a:before {
    content: "\f105";
}

.widget_recent_comments li::before {
    content: "\f086";
    top: 0;
}

.widget_rss li::before {
    content: "\f09e";
    top: 0;
}

.widget_pages li a:before {
    content: "\f1ea";
    top: 0;
}

.widget_search .search-field {
    width: 75%;
    float: left;
}

.widget_search .search-submit {
    height: 36px;
    width: 25%;
    background: #00A9E0;
    border-color: #00A9E0;
    color: #ffffff;
}

.widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: -5px;
    padding-left: 24px;
}

.widget_nav_menu .sub-menu {
    display: none;
}

.widget_nav_menu li::before {
    top: 0;
}

.widget-title {
  color: #333333;
  font-size: 19px;
  margin-bottom: 15px;
  padding: 0 0 0 20px;
  position: relative;
  text-transform: uppercase;
}

.widget_search::after {
    clear: both;
    content: "";
    display: table;
}

.widget_search .search-field {
    width: 75%;
    float: left;
}

.widget_search .search-submit {
    height: 36px;
    width: 25%;
    background: #00A9E0;
    border-color: #00A9E0;
    color: #ffffff;
}

div.heateor_sss_horizontal_sharing .heateorSssSharingSvg {
  float: left;
}

div.heateor_sss_horizontal_sharing .heateorSssSharingSvg.heateorSssTwitterSvg, 
div.heateor_sss_horizontal_sharing .heateorSssSharingSvg.heateorSssWhatsappSvg {
  float: none;
}

.front-sidebar .bigulnews_category_column {
  margin-bottom: 20px;
}

.navigation.pagination .page-numbers {
  border: 1px solid #e1e1e1;
  padding: 0 12px;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
  background: #CA2517 none repeat scroll 0 0;
  border-color: #CA2517;
  color: #fff;
}

/*--------------------------------------------------------------
Gallery css
--------------------------------------------------------------*/

.bigulnews_gallery {
  background: #f6f6f6 none repeat scroll 0 0;
  margin-top: 20px;
  padding: 20px;
}

.bigulnews_gallery figure {
  margin: 0;
}

.single-gallery-wrapper {
  position: relative;
}

.gallary-posts-container {
  position: relative;
}

.bigulnews_gallery .bx-pager {
  position: absolute;
  right: 0;
  top: 15px;
}

.bigulnews_gallery .bx-pager-link {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  border-radius: 100%;
  display: inline-block;
  font: 0px/0 a;
  height: 12px;
  margin: 0;
  vertical-align: top;
  width: 12px;
}

.bigulnews_gallery .bx-pager-item {
  display: inline-block;
  margin-left: 6px;
}

.bigulnews_gallery .bx-pager-link:hover, .bigulnews_gallery .bx-pager-link.active {
  background: #CA2517 none repeat scroll 0 0;
}

/*.heateor_sss_horizontal_sharing {
  display: none;
}
*/
.et_monarch .et_social_outer_dark .et_social_totalcount, .et_monarch .et_social_outer_dark.et_social_circle .et_social_network_label {
  color: #CA2517;
}
.et_monarch .et_social_inline_top {
  margin-bottom: 40px;
  margin-top: 20px;
}

#page {
	width: 1240px;
}

#page {
	max-width: auto;
	background: #fff;
	margin: 0 auto;
}

.front-second-fullwidth-section .bigulnews_category_posts_list,
.front-fullwidth-section .bigulnews_category_posts_list {
	float: left;
	width: 30.33%;
	padding: 0;
	margin-left: 3%;
}

.front-second-fullwidth-section .bigulnews_category_posts_list-wrap,
.front-fullwidth-section .bigulnews_category_posts_list {
	margin-left: -3%;
}

#masthead.is-sticky {
	position: fixed;
	left: 50%;
	top: 0;
	width: 1240px;
	z-index: 999;
	margin-left: -620px;
}

#searchform {
	position: relative;
}

#s {
	border: 1px solid #e1e1e1;
	padding: 4px 50px 4px 15px;
}

#s {
	height: 41px;
}

#searchsubmit {
	position: absolute;
	right: 0;
	height: 41px;
	padding: 0 15px;
	border: none;
	background: #333;
	color: #fff;
    top: 0;
}

#searchsubmit:hover{
    background: #CA2517;
}

.header-search-wrapper #s {
	padding: 3px 46px 0 10px;
	width: 100%;
}
.header-search-wrapper #searchsubmit {
	height: 36px;
	padding: 0 10px;
}

.widget.widget_nav_menu {
	margin: 0;
	padding-bottom: 0 !important;
}

.bigulnews_social_icons .social-link a {
	color: #ccc;
	border: 1px solid #ccc;
	width: 40px;
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-right: 17px;
	border-radius: 100%;
}

.bigulnews_social_icons .social-link a:hover {
	background: #CA2517;
	border-color: #CA2517;
}

#colophon .widget {
	box-shadow: none;
}

/*--------------------------------------------------------------
Category Tabbed css
--------------------------------------------------------------*/
.bigulnews_default_tabbed {
	padding: 0 !important;
}

.bigulnews_default_tabbed ul li {
	float: left;
	width: 50%;
	text-align: center;
	background: #333;
}

.bigulnews_default_tabbed ul li a {
	color: #fff;
	padding: 5px 0;
	display: block;
}

.bigulnews_default_tabbed ul li:hover,
.bigulnews_default_tabbed ul li.ui-state-active{
    background: #CA2517;
}

.bigulnews_default_tabbed ul li:hover a{
    color: #ffffff;
}

#latest, #popular {
	padding: 0px 20px;
}

.bigulnews_default_tabbed figure {
	margin: 0;
}

ul.heateor_sss_sharing_ul li:last-child {
	float: right !important;
}

#st-1 {
	text-align: left !important;
	margin-top: 20px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0 2px;
}

#st-1 .st-btn {
	margin: 10px 5px;
}

#st-1 .st-total {
	margin-right: 20px !important;
	padding-right: 20px !important;
	border-right: 1px solid #e1e1e1;
	text-align: center !important;
	max-width: none !important;
	padding-left: 200px !important;
}

#st-1 .st-total > span {
	font-size: 32px !important;
	font-weight: 700;
}

#st-1 .st-total > span.st-shares {
	margin-top: 18px;
	font-size: 12px !important;
	display: block;
	text-align: center;
}

.author .url.fn.n {
	pointer-events: none;
}

.entry-featued-image {
	position: relative;
	margin-bottom: 30px;
}

.featured-image-caption {
	background: rgba(0,0,0,0.4);
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: right;
}