/*
Theme Name: LokMarg
Theme URI: https://origin.co/
Author: Origin Digital
Author URI: https://origin.co/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.2.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-lokmarg
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Montserrat', sans-serif;
  background-color: #f5f6f7;
}

body.single {
    -webkit-font-smoothing: auto;
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
  }

a{
    transition: all 0.5s;
}

.article_link {
    text-decoration: none;
    display: block;
}

.article_link:hover {
    text-decoration: none;
    opacity:0.7;
}

@media (min-width: 1200px) {
.container {
    max-width: 100%;
}
}

@media (min-width: 1300px) {
.container {
    max-width: 1250px;
}
}


@media (min-width: 1600px) {
    .container {
        max-width: 1550px;
    }
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    
    padding-right: 20px;
    padding-left: 20px;
}

.container {
  
    padding-right: 20px;
    padding-left: 20px;  
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

.no_margin {
    margin-left:0px;
    margin-right:0px;
}
.no_padding {
    padding-left:0px;
    padding-right:0px;
}

.remove_left_pad {
    padding-left:20px;
}

.remove_right_pad {
    padding-right:20px;
}


@media (min-width: 992px) {
    .remove_left_pad {
        padding-left:0px;
    }

    .remove_right_pad {
        padding-right:0px;
    }
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------
font-family: 'Montserrat', sans-serif;
font-family: 'Tinos', serif;
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #000000 ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: 0;
}
header#masthead_mobile {
  margin-bottom: 0;
  background-color: #000000 ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: 0;
}

.sup_header {
    border-bottom:1px solid #313131;
}

.share_a_story_head {
    font-family: 'Tinos', serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    font-style: italic;
    color:#a0a0a0;
    text-align: right;
    padding-top: 12px;
    padding-bottom: 12px;
}

.share_a_story_head a {
    font-family: 'Tinos', serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    font-style: italic;
    color:#a0a0a0;
    text-align: right;
}

.share_a_story_head a:hover {
    color:#a0a0a0;
    text-decoration: none;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand {
    padding:0;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

.navbar-brand img {
    width:100%;
    max-width: 250px;
    margin-top:20px;
    margin-bottom:20px;
    height: auto;
}

@media screen and (min-width: 1200px) {
.navbar-brand img {
    width:100%;
    max-width: 320px;
    margin-top:20px;
    margin-bottom:20px;
    height: auto;
}
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

header.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .active>.nav-link {
    color:#ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left:16px;
    padding-right:16px;
    text-align: center;
}

header.navbar-dark .navbar-nav .search_icon.nav-link {
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left:16px;
    padding-right:16px;

}

.navbar-dark .navbar-nav .menu_home.active>.nav-link {
    border-top: 1px solid #ffffff;
    padding-top: 13px;
}

.navbar-dark .navbar-nav .menu_lokissues.active>.nav-link {
    border-top: 1px solid #2A8436;
    padding-top: 13px;
}

.navbar-dark .navbar-nav .menu_lmnews.active>.nav-link {
    border-top: 1px solid #DB3B06;
    padding-top: 13px;
}

.navbar-dark .navbar-nav .menu_opinion.active>.nav-link {
    border-top: 1px solid #007BBD;
    padding-top: 13px;
}

.navbar-dark .navbar-nav .menu_focus.active>.nav-link {
    border-top: 1px solid #df1119;
    padding-top: 13px;
}

.navbar-dark .navbar-nav .menu_videosphotos.active>.nav-link {
    border-top: 1px solid #b0b0b0;
    padding-top: 13px;
}

@media screen and (min-width: 1200px) {
header.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .active>.nav-link {
    color:#ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left:16px;
    padding-right:16px;
    text-align: center;
}

header.navbar-dark .navbar-nav .search_icon.nav-link {
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left:16px;
    padding-right:16px;

}

.navbar-dark .navbar-nav .menu_home.active>.nav-link {
    border-top: 1px solid #ffffff;
    padding-top: 28px;
}

.navbar-dark .navbar-nav .menu_lokissues.active>.nav-link {
    border-top: 1px solid #2A8436;
    padding-top: 28px;
}

.navbar-dark .navbar-nav .menu_lmnews.active>.nav-link {
    border-top: 1px solid #DB3B06;
    padding-top: 28px;
}

.navbar-dark .navbar-nav .menu_opinion.active>.nav-link {
    border-top: 1px solid #007BBD;
    padding-top: 28px;
}

.navbar-dark .navbar-nav .menu_focus.active>.nav-link {
    border-top: 1px solid #df1119;
    padding-top: 28px;
}

.navbar-dark .navbar-nav .menu_videosphotos.active>.nav-link {
    border-top: 1px solid #b0b0b0;
    padding-top: 28px;
}
}






.navbar-dark .navbar-nav .active::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    clear: both;
    transform: translate(-50%, 0);
}



header.navbar-dark .navbar-nav .nav-link:hover {
    color:#999999;
}


header.navbar-dark .navbar-nav .nav-item {
    border-left:0px solid #313131;
    position: relative;
}
header.navbar-dark .navbar-nav .search.nav-item {
    border-right:0px solid #313131;
}

@media (min-width: 1200px) {
    
header.navbar-dark .navbar-nav .nav-item {
    border-left:1px solid #313131;
    position: relative;
}
header.navbar-dark .navbar-nav .search.nav-item {
    border-right:1px solid #313131;
}
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.spicewpsearchform{
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 0px;
    z-index: 9999;
    background-color: #000000;
    padding: 20px;
    border-top:1px solid #313131;
}

@media (min-width: 1200px) {
.spicewpsearchform{
    display: block;
    /*width: 100%;*/
    width: 537px;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 0px;
    z-index: 9999;
    background-color: #000000;
    padding: 20px;
    border-top:1px solid #313131;
}
}


#spicewpsearchform input[type="text"] {
    width: 78%;
    height: auto;
    border: 1px solid #5ca2df;
    padding: 11px 12px;
    border-radius: 0px !important; 
    }
#spicewpsearchform input[type="submit"] {
    line-height: 1;
    padding: 14px 20px;
    border-radius: 0px;
    height: auto;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #5ca2df;
}
#spicewpsearchform:before {
    border-color: transparent transparent #d05353;
    border-style: solid;
    border-width: 0.5em;
    content: "";
    display: block;
    position: absolute;
    right: 22px;
    top: -20px;
    z-index: 10;
}

/**Css for image search icon**/
.spicewpsearch_icon {
   /*background-image: url('/wp-content/themes/lokmarg/images/search_icon.png');
   background-repeat: no-repeat;
   padding: 0 0 0 27px;
   background-position: 5px center;
   background-color: transparent;
   background-size: 18px 18px;*/
}

img.spicewpsearch_icon {
    max-width: 18px;
    height: auto;
}
.nav-link {
    display: block;
    padding: 0;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    border:0;
}

@media (min-width: 1200px) {
    img.spicewpsearch_icon {
        max-width: 28px;
        height: auto;
    }
    .nav-link {
        display: block;
        padding: .5rem 1rem;
    }
    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,.5);
        border-color: rgba(255,255,255,.1);
    }
}

.spicewpsearchform label {
    width: 70%;
    float: left;
}

.spicewpsearchform .form-control {
    font-family: 'Montserrat', sans-serif;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    padding-left:30px;
    padding-right:30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #333333;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 29px 0 0 29px;
}

.spicewpsearchform .search-submit {
    width: 30%;
    margin:0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #ffffff;
    background-color: #DB3B06;
    text-align: center;
    float: left;
    padding: 20px;
    border-radius: 0;
    border-radius: 0 29px 29px 0;
}


.search_icon {
    cursor: pointer;
}




.home_top_sep {
    margin-top:40px;
    border-top:1px solid #000000;
    padding-top:20px;
}

.home_top_stories_title {
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

.top_stories_column, .last_stories_column {
    border-right:1px solid #d7dce4;
}



.search_stories_column {
    border-right:0px solid #d7dce4;
    padding-left:0px;
    padding-right:0px;
}

@media (min-width: 992px) {
.search_stories_column {
    border-right:1px solid #d7dce4;
    padding-left:0px;
    padding-right:20px;
}
}

.home_first_news {
    margin-top:20px;
    background-color: #ffffff;
    border-bottom:1px solid;
}


.home_first_news.remove_m_top {
    margin-top:0px;
    background-color: #ffffff;
    border-bottom:1px solid;
}

.home_first_news_image {
    position: relative;
    text-align: center;
    background-color: #000000;
}



.home_first_news .news_category {
    position: absolute;
    bottom:0;
    left:0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding-left:19px;
    padding-right:19px;
    padding-top:11px;
    padding-bottom:1px;
}

.home_first_news .news_title {
    padding:20px;
    padding-bottom:15px;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 31px;
    font-weight: 800;    
    letter-spacing: -1px;
}

@media (min-width: 992px) {
    .home_first_news .news_title {
        padding:20px;
        padding-bottom:15px;
        color:#000000;
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        line-height: 34px;
        font-weight: 800;    
        letter-spacing: -1px;
    }
}

.home_first_news .news_summ {
    padding:20px;
    padding-top:0px;
    color:#737373;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.news_summ {
    display:none;
}

@media (min-width: 768px) {
.news_summ {
    display:block;
}
}

.news_summ_about {
    padding:20px;
    padding-top:0px;
    color:#737373;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}


.home_secondary_right_news {
    margin-top:20px;
    background-color: #ffffff;
    border-bottom:1px solid;
}

.home_secondary_right_news.no_top_m {
    margin-top:0px;
}

.home_secondary_right_news .news_title {
    padding:20px;
    padding-bottom:15px;
    padding-top:15px;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 800;    
    letter-spacing: -1px;
}

@media (min-width: 992px) {
    .home_secondary_right_news .news_title {
        padding:20px;
        padding-bottom:15px;
        padding-top:15px;
        color:#000000;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 800;    
        letter-spacing: -1px;
    }
}

.home_secondary_right_news.main_secondary .news_title {
    padding:20px;
    padding-bottom:15px;
    padding-top:15px;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 800;    
    letter-spacing: -1px;
}

.home_secondary_right_news.main_buzz .news_title {
    padding:20px;
    padding-bottom:15px;
    padding-top:15px;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 800;    
    letter-spacing: -1px;
}


@media (min-width: 992px) {
    .home_secondary_right_news.main_secondary .news_title {
        padding:20px;
        padding-bottom:15px;
        padding-top:15px;
        color:#000000;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 27px;
        font-weight: 800;    
        letter-spacing: -1px;
    }
    .home_secondary_right_news.main_buzz .news_title {
        padding:20px;
        padding-bottom:15px;
        padding-top:15px;
        color:#000000;
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
        line-height: 44px;
        font-weight: 800;
        letter-spacing: -1px;
    }
}

.home_secondary_right_news .news_summ {
    padding:20px;
    padding-top:0px;
    color:#737373;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.home_secondary_right_news .news_category {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding:20px;
    padding-bottom:0px;
    display:none;
}

@media (min-width: 992px) {
    .home_secondary_right_news .news_category {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 12px;
        padding:20px;
        padding-bottom:0px;
        display:block;
    }
}

.home_secondary_news_image {
    background-position: center center;
    background-size: cover;
    min-height: 102px;
}



.col-12.home_secondary_news_image {
    background-position: center center;
    background-size: cover;
    min-height: 225px;
}

.home_secondary_news_image_small {
    background-position: center center;
    background-size: cover;
    min-height: 80px;
}

.home_lokissues_column .home_secondary_news_image_small {
    background-position: center center;
    background-size: cover;
    min-height: 80px;
}

@media (min-width: 992px) {
    .home_secondary_news_image {
        background-position: center center;
        background-size: cover;
        min-height: 182px;
    }


    .search-results .home_secondary_news_image {
        background-position: center center;
        background-size: cover;
        min-height: 182px;
		    min-width: 320px;
    }
    
    .home_secondary_news_image_small {
        background-position: center center;
        background-size: cover;
        min-height: 80px;
    }
    
    .home_lokissues_column .home_secondary_news_image_small {
        background-position: center center;
        background-size: cover;
        min-height: 80px;
    }
}





.small_first_news {
    margin-top:20px;
    background-color: #ffffff;
    border-bottom:1px solid;
}


.small_first_news.remove_m_top {
    margin-top:0px;
    background-color: #ffffff;
    border-bottom:1px solid;
}

.small_first_news_image {
    position: relative;
    text-align: center;
    background-color: #000000;
}

.small_first_news .news_category {
    position: absolute;
    bottom:0;
    left:0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding-left:19px;
    padding-right:19px;
    padding-top:11px;
    padding-bottom:1px;
    display:none;
}

@media (min-width: 992px) {
    .small_first_news .news_category {
        position: absolute;
        bottom:0;
        left:0;
        background-color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 500;
        line-height: 12px;
        padding-left:19px;
        padding-right:19px;
        padding-top:11px;
        padding-bottom:1px;
        display: block;
    }
}

.small_first_news .news_title {
    padding:20px;
    padding-bottom:15px;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;    
    letter-spacing: -1px;
}

.small_first_news .news_summ {
    padding:20px;
    padding-top:0px;
    color:#737373;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.home_weather_cont iframe {
    border-radius: 5px;
}

.home_clock {
    margin-bottom:20px;
}

#time_cont {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 100;
    line-height: 31px;
}

#day_cont, .day_cont {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    padding-left: 6px;
    padding-top:10px;
}

#date_cont, .date_cont {
    color: #B83205;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    padding-left: 6px;
    padding-top:3px;
}

.home_social_icons_cont {
    margin-top:20px;
    margin-bottom:20px;
    padding-top:10px;
    padding-bottom:10px;
    border-top:1px solid #d7dce4;
    border-bottom:1px solid #d7dce4;
}

.home_social_icons_cont span {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    padding-left: 10px;
}

.home_social_icons_cont a {
    color:#000000;
    padding-left:3px;
    padding-right:3px;
}

.home_social_icons_cont a:hover {
    color:#000000;
    opacity:0.5;
    text-decoration:none;
}

.home_ad_one_cont {
    margin-top:0px;
    text-align: center;
}

.home_ad_one_cont .code-block {
    margin:0px !important;
}

.home_ad_two_cont  {
    margin-top:20px;
    text-align: center;
}

.home_ad_two_cont .code-block {
    margin:0px !important;
}

.mailing_list_cont {
    margin-top:40px;
    margin-bottom:40px;
}

.mailing_cont {
    background-color: #333333;
    padding:40px;
    padding-bottom:13px;
    text-align: center;
    color:#ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
}


.mailing_cont i {
    padding-right:17px;
}

.mailing_sep_cont {
    background-color: #ffffff;
}

.mailing_social_cont {
    background-color: #ffffff;
    padding:40px;
    padding-top:7px;
}

.sml_email {
}
.sml_submit {
}

.mailing_form_cont {
    margin-top:14px;
}

.lok-issue-page .mailing_form_cont {
    margin-top: 14px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.sml_emailinput {
    font-family: 'Montserrat', sans-serif;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    padding-left:30px;
    padding-right:30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: #333333;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 29px 0 0 29px;
}

.sml_submitbtn {
    /*width: 30%;*/
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #ffffff;
    background-color: #DB3B06;
    text-align: center;
    float: left;
    padding: 20px;
    border-radius: 0;
    border-radius: 0 29px 29px 0;
}


.lok-issue-page .sml_submitbtn {
    background-color: #2A8436;
    padding-left:24px;
    padding-right:24px;
}

.hindi-page .sml_submitbtn {
    background-color: #b900ae;
    padding-left:24px;
    padding-right:24px;
}

.mailing_social_message {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    color: #000000;
    letter-spacing: -1px;
    text-align: right;
}

.mailing_social_icons {
    text-align: right;
    margin-top: 36px;
}

.mailing_social_icons  a {
    color:#000000;
    padding-left:20px;
    padding-right:0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}


.mailing_social_icons a i {
    font-size: 30px;
    line-height: 30px;
    padding-right:5px;
}

.mailing_social_icons a:hover {
    color:#000000;
    opacity:0.5;
    text-decoration:none;
}

.home_videos_photos_cont {
    margin-top:0px;
}

.home_videos_photos_title {
    margin-top:20px;
    border-top: 1px solid #000000;
    padding-top:20px;
    padding-bottom:20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
}
    
@media (min-width: 992px) {
.home_videos_photos_title {
    margin-top:20px;
    border-top: 1px solid #000000;
    padding-top:20px;
    padding-bottom:20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 12px;
    /*font-weight: 600;*/
    font-weight: 700;
    text-transform: uppercase;
}
}






.small_small_first_news {
    margin-top:20px;
    background-color: #ffffff;
    border-bottom:1px solid;
}


.small_small_first_news.remove_m_top {
    margin-top:0px;
    background-color: #ffffff;
    border-bottom:1px solid;
}

.small_small_first_news_image {
    position: relative;
}

.small_small_first_news .news_category {
    position: absolute;
    bottom:0;
    left:0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding-left:19px;
    padding-right:19px;
    padding-top:11px;
    padding-bottom:1px;
}


.single-article-page .small_small_first_news .news_category, .single-article-page .small_small_first_news.remove_m_top, .single-article-page .small_small_first_news {
    background-color: #f5f6f7;
}

.small_small_first_news .news_title {
    padding:20px;
    padding-bottom:15px;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;    
    letter-spacing: -1px;
}

.small_small_first_news .news_summ {
    padding:20px;
    padding-top:0px;
    color:#737373;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.focus_sect_cont {
    background-color: #000000;
    margin-top:20px;
}

@media (min-width: 992px) {
.focus_sect_cont {
    background-color: #000000;
    margin-top:80px;
}
}




.focus_sect_cont_new {
    background-color: #303030;
    margin-top:20px;
}

@media (min-width: 992px) {
.focus_sect_cont_new {
    background-color: #303030;
    margin-top:80px;
}
}

.focus_sect_cont_new.focus_sect_cont_0 {
    background-color: #000000;
}

.focus_sect_cont_new.focus_sect_cont_1 {
    background-color: #101010;
}

.focus_sect_cont_new.focus_sect_cont_2 {
    background-color: #202020;
}

.focus_sect_cont_new.focus_sect_cont_3 {
    background-color: #303030;
}

.focus_sec_cat_title {
    padding-top:40px;
    color:#E81119;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    padding-bottom:9px;
    border-bottom:1px solid #df1119;
}
@media (min-width: 992px) {
.focus_sec_cat_title {
    padding-top:40px;
    color:#E81119;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    padding-bottom:9px;
    border-bottom:1px solid #df1119;
}
}

.focus_sec_title {
    padding-top:13px;
    color:#ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    text-align: left;
    letter-spacing: -1px;
    padding-bottom:40px;
}

.focus_sec_title a {
    padding-top:13px;
    color:#ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    text-align: left;
    letter-spacing: -1px;
    padding-bottom:40px;
}

.focus_sec_title a:hover {
    text-decoration: none;
    opacity: 0.7;
}
@media (min-width: 992px) {
    .focus_sec_title {
        padding-top:13px;
        color:#ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 54px;
        line-height: 54px;
        font-weight: 900;
        text-align: left;
        letter-spacing: -1px;
        padding-bottom:40px;
    }
    .focus_sec_title a {
        padding-top:13px;
        color:#ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 54px;
        line-height: 54px;
        font-weight: 900;
        text-align: left;
        letter-spacing: -1px;
        padding-bottom:40px;
    }
}



.focus_int_title {
    padding-top:0px;
    color:#ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    text-align: left;
    letter-spacing: -1px;
    padding-bottom:20px;
}
@media (min-width: 992px) {
    .focus_int_title {
        padding-top:0px;
        color:#ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 44px;
        line-height: 44px;
        font-weight: 900;
        text-align: left;
        letter-spacing: -1px;
        padding-bottom:20px;
    }
}

.focus_map_cont {
    padding-top:4px;
}

.focus_cont {
    position: relative;
    background-color:#f5f6f7;
    padding-top:40px;
    padding-bottom:0px;
}

@media (min-width: 992px) {
    .focus_cont {
        position: relative;
        background-color:#f5f6f7;
        padding-top:40px;
        padding-bottom:40px;
    }
}
.focus_arrow {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 16px;
    height: 8px;
    transform: translate(-50%, 0);
}

.home_opinion_lokissues_section {
    margin-top:40px;
    margin-bottom:40px;
}

.home_opinion_column {
    border-right:1px solid #d7dce4;
    margin-bottom:40px;
}

.home_lokissues_column {
    border-right:1px solid #d7dce4;
    margin-bottom:40px;
}

@media (min-width: 992px) {

    .home_opinion_column {
        border-right:1px solid #d7dce4;
        margin-bottom:0px;
    }
.home_lokissues_column {
    border-right:1px solid #d7dce4;
    margin-bottom:0px;
}
}

.home_opinion_title {
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    text-align: left;
    padding-bottom:20px;
    border-bottom:1px solid #000000;
}

.home_lokissues_title {
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    text-align: left;
    padding-bottom:20px;
    border-bottom:1px solid #000000;
}





.home_secondary_left_news {
    margin-top:20px;
    background-color: #ffffff;
    border-bottom:1px solid;
}

.home_secondary_left_news .news_title {
    padding:20px;
    padding-bottom:15px;
    padding-top:15px;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;    
    letter-spacing: -1px;
}

.home_secondary_left_news.small .news_title {
    padding:20px;
    padding-bottom:15px;
    padding-top:15px;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;    
    letter-spacing: -1px;
}

.home_lokissues_column .home_secondary_left_news .news_title {
    padding:20px;
    padding-bottom:15px;
    padding-top:15px;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 800;    
    letter-spacing: -1px;
    min-height:80px;
}


.home_secondary_left_news .news_summ {
    padding:20px;
    padding-top:0px;
    color:#737373;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.home_secondary_left_news .news_category {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding:20px;
    padding-bottom:0px;

}



.search_results_cont .news_category {
    position: absolute;
    bottom:0;
    left:0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding-left:19px;
    padding-right:19px;
    padding-top:10px;
    padding-bottom:10px;
    width:200px;
}

.got_a_story_banner {
    padding:20px;
    background: rgb(52,56,102);
    background: linear-gradient(180deg, rgba(52,56,102,1) 0%, rgba(33,33,155,1) 100%);
    margin-bottom:20px;
}

.got_a_story_banner_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    line-height: 36px;
    font-weight: 900;
    text-align: center;
    color:#ffffff;
    letter-spacing: -1px;
    padding-bottom:20px;
}

@media (min-width: 992px) {
    .got_a_story_banner_title {
        font-family: 'Montserrat', sans-serif;
        font-size: 28px;
        line-height: 36px;
        font-weight: 900;
        text-align: center;
        color:#ffffff;
        letter-spacing: -1px;
        padding-bottom:20px;
    }
    }
@media (min-width: 1200px) {
.got_a_story_banner_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    line-height: 36px;
    font-weight: 900;
    text-align: center;
    color:#ffffff;
    letter-spacing: -1px;
    padding-bottom:20px;
}
}


a.got_story_btn {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #ffffff;
    background-color: #DB3B06;
    text-align: center;
    padding: 20px;
    border-radius: 0;
    border-radius: 29px 29px 29px 29px;
    display: block;
}


a.got_story_btn:hover {
    text-decoration: none;
    opacity:0.7;
}

.home_opinion_lokissues_section_cont {
    margin-bottom:0px;
}

.absolutize .code-block {
    position: relative;
    left:auto;
    transform:none;
}

@media (min-width: 992px) {

    .home_opinion_lokissues_section_cont {
        margin-bottom:80px;
    }
.absolutize .code-block {
    position: absolute;
    left:50%;
    transform: translate(-50%, 0);
}
}

footer {
    background-color: #000000;
    padding-bottom:80px;
}

footer.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}

.footer_margin {
    width:40px;
}

.footer_menu {
    border-bottom: 1px solid #313131;
}

.footer_borderize {
    border-right: 1px solid #313131;
}

.footer_menu a {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer_menu .footer_social a {
    padding-left:10px;
    padding-right:10px;
}

.footer_menu .footer_link {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width: 992px) {
.footer_menu .footer_link {
    padding-top: 30px;
    padding-bottom: 30px;
}
}
.footer_menu .navbar-brand a {
    padding-top: 0px;
    padding-bottom: 0px;
}


.footer_menu a:hover {
    color:#999999;
    text-decoration: none;
}

.col-brand {
    padding-left:20px;
    padding-right:20px;
    border-bottom: 1px solid #313131;
}
@media (min-width: 992px) {
    .col-brand {
        padding-left:0;
        padding-right:20px;
        border-bottom: 0px;
    }
}

.footer_submenu {
    margin-top:20px;
}

@media (min-width: 992px) {
.footer_submenu {
    margin-top:40px;
}
}

.footer_mailing {
    text-align: right;
}

.footer_submenu_link {
    margin-bottom:20px;
}
.footer_submenu_link a {
    color: #949494;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer_submenu_link a:hover {
    text-decoration: none;
    opacity: 0.7;
}




.mailing_footer_cont {
    max-width:417px;
    margin-left:auto;
    background-color: #333333;
    padding:20px;
    text-align: center;
    color:#ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
}


.mailing_footer_cont i {
    padding-right:17px;
}

.footer_copy_cont {
    margin-top:40px;
}

.footer_copy {
    
    color:#949494;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 11px;
    letter-spacing: -1px;
}




.hindi-page {
    padding-top:40px;
    padding-bottom:80px;
}

.hindi-page .home_lokissues_title {
    margin-bottom:20px;
}

.hindi-page .home_first_news {
    margin-top:0px;
}


.hindi-page .small_first_news.no_top_m  {
    margin-top:0px;
}



.lok-issue-page {
    padding-top:40px;
    padding-bottom:80px;
}

.lok-issue-page .home_lokissues_title {
    margin-bottom:20px;
}

.lok-issue-page .home_first_news {
    margin-top:0px;
}


.lok-issue-page .small_first_news.no_top_m  {
    margin-top:0px;
}

.last_stories_column_head {
    margin-bottom: 20px;
}




.popular_discussions_title {
    border-top: 1px solid #000000;
    padding-top:20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.home_events_sep_bis {
    display: flex;
}

.misha_loadmore i {
    margin-right: 10px;
}

.misha_loadmore {
    margin: 0;
    margin-top:20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0;
    border-radius: 29px 29px 29px 29px;
    display: flex;
    transition: all 0.5s;
    cursor: pointer;
}


.misha_loadmore:hover {
    opacity: 0.7;
}




.opinion-page .mailing_form_cont {
    margin-top: 14px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.opinion-page .sml_submitbtn {
    background-color: #007BBD;
    padding-left:24px;
    padding-right:24px;
}


.opinion-page {
    padding-top:40px;
    padding-bottom:80px;
}

.opinion-page .home_lokissues_title {
    margin-bottom:20px;
}

.opinion-page .home_first_news {
    margin-top:0px;
}


.opinion-page .small_first_news.no_top_m  {
    margin-top:0px;
}








.lm-news-24-page .mailing_form_cont {
    margin-top: 14px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.lm-news-24-page .sml_submitbtn {
    background-color: #DB3B06;
    padding-left:24px;
    padding-right:24px;
}


.lm-news-24-page {
    padding-top:40px;
    padding-bottom:80px;
}

.lm-news-24-page .home_lokissues_title {
    margin-bottom:20px;
}

.lm-news-24-page .home_first_news {
    margin-top:0px;
}


.lm-news-24-page .small_first_news.no_top_m  {
    margin-top:0px;
}








.focus-page .mailing_form_cont {
    margin-top: 14px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.focus-page .sml_submitbtn {
    background-color: #df1119;
    padding-left:24px;
    padding-right:24px;
}


.focus-page {
    padding-top:40px;
    padding-bottom:80px;
}

.focus-page .home_lokissues_title {
    margin-bottom:20px;
}

.focus-page .home_first_news {
    margin-top:0px;
}


.focus-page .small_first_news.no_top_m  {
    margin-top:0px;
}








.videos-photos-page .mailing_form_cont {
    margin-top: 14px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.videos-photos-page .sml_submitbtn {
    background-color: #b0b0b0;
    padding-left:24px;
    padding-right:24px;
}


.videos-photos-page {
    padding-top:40px;
    padding-bottom:80px;
}

.videos-photos-page .home_lokissues_title {
    margin-bottom:20px;
}

.videos-photos-page .home_first_news {
    margin-top:0px;
}


.videos-photos-page .small_first_news.no_top_m  {
    margin-top:0px;
}



.vp_first_row {
    margin-bottom: 20px;
}


.news_author {
    padding:20px;
    padding-top:0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    font-style: italic;
    display:none;
}

@media (min-width: 992px) {
    .news_author {
        padding:20px;
        padding-top:0px;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
        font-style: italic;
        display:block;
    }
}



.news_category_single {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding-bottom: 20px;
    /*margin-left: 20px;*/
    margin-bottom: 0px;
    border-bottom:1px solid #000000;

}

.news_title_single h1.entry-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 31px;
    font-weight: 900;
    color:#000000;
    margin-top: 0;
    margin-bottom: 0px;
    padding:20px;
    padding-left: 0px;
    /*margin-left: 20px;*/
    border-bottom:0;
}
@media (min-width: 992px) {
.news_title_single h1.entry-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 54px;
    line-height: 64px;
    font-weight: 900;
    color:#000000;
    margin-top: 0;
    margin-bottom: 0px;
    padding:20px;
    padding-left: 0px;
    /*margin-left: 20px;*/
    border-bottom:0;
}
}

.news_entry_meta_single {
    padding:20px;
    padding-left: 0px;
    padding-right: 0px;
    /*margin-left: 20px;*/
    border-top: 1px solid #d7dce4;
    border-bottom: 1px solid #d7dce4;
    margin-bottom:20px;
}

.byline {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color:#333333;
}

.byline a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color:#333333;
}
.byline a:hover {
    text-decoration: none;
}

.posted-on {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color:#737373;
    /*margin-left: 20px;*/
    display:block;
}
@media (min-width: 992px) {
.posted-on {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color:#737373;
    /*margin-left: 20px;*/
    display:inline-block;
}
}

.heateor_sss_vertical_sharing {
    position: relative !important;
    margin-top:20px;
}
@media (min-width: 992px) {
.heateor_sss_vertical_sharing {
    position: absolute !important;
    margin-top:0px;
}
}

.heateorSssPullOut {
    display:none;
}

.heateorSssEmailBackground {
    background-color: #a0a0a0 !important;
}

#wpcomm, #wc-comment-header {
    max-width: 1550px;
}

.comment_cont {
    /*padding-left:20px;*/
}

#wc-comment-header {
    display:none;
}

.heateor_sss_horizontal_sharing {
    float:right;
}


.single-article-page {
    padding-top: 40px;
    padding-bottom: 80px;
    max-width: 1000px;
}

.social_comments_cont {
    margin-top:20px;
    margin-bottom:20px;
    padding-top:10px;
    padding-bottom:10px;
    border-top:1px solid #d7dce4;
    border-bottom:1px solid #d7dce4;
}

#wpcomm {
    border-top: 0;
}

#wpcomm .wpdiscuz-form-top-bar {
    display: none;
}

.comments_label i {
    font-size: 26px;
    line-height: 40px;
}


.comments_label .comments_lbl {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
}


#wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
    background-color: #efefef;
    font-family: 'Tinos', serif;
    font-style: italic;
}

#wpcomm .wc-field-textarea .wpdiscuz-textarea-wrap {
    background-color: #efefef;
}

.search_results_cont {
    margin-top:0px;
}

@media (min-width: 992px) {
.search_results_cont {
    margin-top:20px;
}
}

mark.highl {
    background-color:#eeeeee;
}

.single_post_cont {
    margin-top:20px;
}





.search_entry_meta_single {
    margin-left: 20px;    
    margin-bottom: 20px;    
}





.search_results_cont .home_secondary_left_news .news_title {
    padding:20px;
    padding-bottom:15px;
    padding-top:15px;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;    
    letter-spacing: -1px;
}

@media (min-width: 992px) {
.search_results_cont .home_secondary_left_news .news_title {
    padding:20px;
    padding-bottom:15px;
    padding-top:15px;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;    
    letter-spacing: -1px;
}
}

.navbar-brand .logo_mobile {
    max-width: 125px !important;
}






.search .home_lokissues_title {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #000000;
}




.search-page {
    padding-top:20px;
    padding-bottom:40px;
}

@media (min-width: 992px) {
.search-page {
    padding-top:40px;
    padding-bottom:80px;
}
}

.got_a_story_intro {    
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;    
   margin-top:10px;
}

.got_a_story_intro label {
    width:100%;
}

.got_a_story_intro .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.gas_form_cont {
    padding-top:20px;
    margin-top:20px;
    border-top: 1px solid #d7dce4;
}

.gas_form_cont .wpcf7-submit {
    background-color: #DB3B06;
    border-color: #DB3B06;
    margin: 0;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0;
    border-radius: 29px 29px 29px 29px;
    display: flex;
    transition: all 0.5s;
    cursor: pointer;
}


.gas_form_cont .wpcf7-submit:hover {
    color: #000000;
}

.got_a_story_intro a {    
    color: #000000;
    transition: all 0.5s;
    font-weight: 600;
}

.got_a_story_intro a:hover {    
    color: #DB3B06;
    text-decoration: none;
}

.got_a_story_intro h2 {
    padding-top:20px;
    padding-bottom:20px;
    margin-top:20px;
    margin-bottom:20px;
    border-top: 1px solid #d7dce4;
    border-bottom: 1px solid #d7dce4;
}

.post-thumbnail .news_category {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 11px;
    padding-bottom: 1px;
}

.hm_comm {
    float:right;
    color:#a0a0a0;
}
.hm_comm .comments_lbl{
    font-size: 14px;
}

.meta_edit_cont {
    display: inline-block;
}





.wp-block-embed__wrapper {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    }
    
    .wp-block-embed__wrapper iframe, .wp-block-embed__wrapper object, .wp-block-embed__wrapper embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    }

    .post-thumbnail img {
        max-width: unset;
        width:100%;
    }




    .add_m_top_mob {
        padding-top:20px;
    }
    
@media (min-width: 992px) {
    .add_m_top_mob {
        padding-top:0px;
    }
}

.weather-atlas-footer {
    display:none !important;
}


.weather-atlas-wrapper {
    font-family: 'Montserrat', sans-serif !important;
    font-weight:200;
    text-shadow: none !important;

}


.weather-atlas-wrapper .extended_day .wi, .weather-atlas-wrapper .extended_hour .wi {
    margin-top: 10px;
}

h1, h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

p.sml_name {
    display:none;
}







.thebuzz-page .mailing_form_cont {
    margin-top: 14px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.thebuzz-page .sml_submitbtn {
    background-color: #D5431A;
    padding-left:24px;
    padding-right:24px;
}


.thebuzz-page {
    padding-top:40px;
    padding-bottom:80px;
    position: relative;
}

.thebuzz-page .home_lokissues_title {
    margin-bottom:20px;
}

.thebuzz-page .home_first_news {
    margin-top:0px;
}


.thebuzz-page .small_first_news.no_top_m  {
    margin-top:0px;
}








.thebuzz_sect_cont {
    background-color: #D5431A;
    margin-top:20px;
}

@media (min-width: 992px) {
.thebuzz_sect_cont {
    background-color: #D5431A;
    margin-top:80px;
}
}




.thebuzz_sect_cont_new {
    background-color: #D5431A;
   /* margin-top:20px;*/
}

@media (min-width: 992px) {
.thebuzz_sect_cont_new {
    background-color: #D5431A;
    /*margin-top:80px;*/
}
}


.thebuzz_sec_cat_title span {
    color:#ffffff;
}

.thebuzz_sec_cat_title {
    padding-top:40px;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    padding-bottom:9px;
    border-bottom:1px solid #ffffff;
}
@media (min-width: 992px) {
.thebuzz_sec_cat_title {
    padding-top:40px;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    padding-bottom:9px;
    border-bottom:1px solid #ffffff;
}
}

.thebuzz_sec_title {
    padding-top:13px;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    text-align: left;
    letter-spacing: -1px;
    padding-bottom:40px;
}

.thebuzz_sec_title a {
    padding-top:13px;
    color:#000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    text-align: left;
    letter-spacing: -1px;
    padding-bottom:40px;
}

.thebuzz_sec_title a:hover {
    text-decoration: none;
    opacity: 0.7;
}
@media (min-width: 992px) {
    .thebuzz_sec_title {
        padding-top:13px;
        color:#000000;
        font-family: 'Montserrat', sans-serif;
        /*font-size: 54px;
        line-height: 54px;*/
        font-size: 40px;
        line-height: 40px;
        font-weight: 900;
        text-align: left;
        letter-spacing: -1px;
        padding-bottom:40px;
    }
    .thebuzz_sec_title a {
        padding-top:13px;
        color:#000000;
        font-family: 'Montserrat', sans-serif;
        /*font-size: 54px;
        line-height: 54px;*/
        font-size: 40px;
        line-height: 40px;
        font-weight: 900;
        text-align: left;
        letter-spacing: -1px;
        padding-bottom:40px;
    }
}



.focus_int_title {
    padding-top:0px;
    color:#ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    text-align: left;
    letter-spacing: -1px;
    padding-bottom:20px;
}
@media (min-width: 992px) {
    .focus_int_title {
        padding-top:0px;
        color:#ffffff;
        font-family: 'Montserrat', sans-serif;
        font-size: 44px;
        line-height: 44px;
        font-weight: 900;
        text-align: left;
        letter-spacing: -1px;
        padding-bottom:20px;
    }
}

.focus_map_cont {
    padding-top:4px;
}

.focus_cont {
    position: relative;
    background-color:#f5f6f7;
    padding-top:40px;
    padding-bottom:0px;
}

@media (min-width: 992px) {
    .focus_cont {
        position: relative;
        background-color:#f5f6f7;
        padding-top:40px;
        padding-bottom:40px;
    }
}
.focus_arrow {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 16px;
    height: 8px;
    transform: translate(-50%, 0);
}



.buzz_home_image {
    position: relative;
    text-align: center;
    background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 360px;
}

.buzz_banner_cont {
    background-color:#D5431A;
}




.buzz_banner_cont .news_summ {
    padding:20px;
    padding-top:0px;
    color:#ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
}



.buzz_banner_cont .news_category {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding:20px;
    padding-bottom:0px;
    display:none;
}

@media (min-width: 992px) {
    .buzz_banner_cont .news_category {
        font-family: 'Montserrat', sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 32px;
        padding:20px;
        padding-bottom:0px;
        display:block;
    }
}


.buzz_banner_cont .news_category {
    font-weight: 900;
}

.buzz_cont {
    position: relative;
    background-color:#f5f6f7;
    padding-top:40px;
    padding-bottom:0px;
}

@media (min-width: 992px) {
    .buzz_cont {
        position: relative;
        background-color:#f5f6f7;
        padding-top:40px;
        padding-bottom:40px;
    }
}

.wordpress-gdpr-popup-full-width-buttons-right .wordpress-gdpr-popup-actions a {
    width: auto;
  }


  .heateor_sss_sharing_ul a {
    display:block;
    margin-bottom:6px;
  }