/* Custom Start */

/* AJAX Load more news button */
.load-more {
    width: 99%;
    text-align: center;
    border: 1px solid #c2272d;
    background: #c2272d;
    color: #fff;
    border-radius: 16px;
    padding: 0 5px;
}

.load-more:hover {
    cursor: pointer;
}

.more {
    color: blue;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 12px;
}

/* Countdown Pemilu */
.countdown-text-wrap {
    font-weight: bold;
}

.countdown-text-small {
    font-weight: normal;
    font-size: 12px;
}

.countdown-outer {
    padding: 0 20px;
}

.countdown-wrap {
    border: 1px solid #470609;
    border-radius: 8px;
    color: #fff;
    padding: 10px 0;
    background-color: #c2272d;
}

.sharing-button {
    display: inline-block;
}

.countdown-wrap a {
    color: #fff;
}

.white-bg {
    background: #fff;
    height: 12px;
    line-height: 14px;
    border-radius: 2px;
    margin-top: -3px;
    vertical-align: middle;
}

.info-content p {
    margin-bottom: 12px;
}

.nav__item--new a:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #ff0000;
    position: absolute;
    top: 0;
    margin-left: 4px;
    overflow: hidden;
}

.nav {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.nav a {
    display: block;
}

.navbar-second .nav a {
    position: relative;
    display: inline-block;
    padding: 4px 8px;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #f7f7f7;
}

.nav__item {
    position: relative;
    padding: 0;
}

.nav__item a {
    padding: 0px 12px 0px 0;
    font-size: 1em;
    color: #000;
}

.nav--column .nav__item a {
    padding: 4px 0;
}

.footer .nav__item a {
    padding: 0 8px;
    position: relative;
    margin-bottom: 8px;
    color: #666666;
}

.footer .nav__item a:after {
    content: ".";
    position: absolute;
    top: -12px;
    right: -4px;
    font-size: 23px;
    font-weight: 400;
}

.navbar-shadow .navbar--scroll .nav__item:first-child {
    padding-left: 0px;
}

.navbar-shadow .navbar--scroll .nav__item:last-child {
    padding-right: 5px;
}

.navbar-first .nav__item:last-child a {
    padding-right: 0;
}

.navbar-first .nav__item,
.navbar-second .nav__item {
    white-space: nowrap;
}

.navbar-second .nav__item {
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.nav__item--green a {
    color: #75b72e;
}

.nav__item--green ins {
    text-decoration: none;
}

.nav__item--red a {
    color: #ff0000;
}

.nav__item--red ins {
    text-decoration: none;
}

.nav__item--new {
    position: relative;
}

.navbar-first .nav__item--active a {
    color: #21409a;
}

.nav--column .nav__item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.footer .nav__item:last-child a:after {
    content: "";
}

.detail__body-tag .nav__item {
    background: #f0f0f0;
    margin: 4px;
    display: block;
    padding: 4px 16px;
    color: #000000;
    font-size: 12px;
}

.footer .nav {
    margin: 24px 0;
}

.navbar--scroll .nav {
    padding-top: 4px;
    padding-bottom: 4px;
}

.navbar-first .nav {
    height: 45px;
}

.navbar-first .nav,
.navbar-second .nav {
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: nowrap;
}

.navbar-first .nav::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.navbar-first .nav {
    scrollbar-width: none; /* Firefox */
}

.detail__body-tag .nav {
    margin: 8px;
    margin-left: -4px;
    margin-right: -4px;
}

.nav--center {
    justify-content: center;
}

.nav--right {
    justify-content: flex-end;
}

.nav--column {
    flex-direction: column;
    width: 100%;
}

.navbar {
    position: relative;
}

.header .navbar {
    height: 35px;
    overflow: hidden;
}

.navbar-logo {
    display: inline-block;
    line-height: inherit;
    white-space: nowrap;
}

.navbar--scroll {
    padding-top: 0;
    overflow-x: scroll !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
}

.navbar-wrap {
    overflow: hidden;
}

.navbar-shadow:before {
    content: "";
    width: 18px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(
        right,
        white 25%,
        rgba(255, 255, 255, 0) 100%
    ); /* FF3.6+ */
    background: -webkit-linear-gradient(
        right,
        white 25%,
        rgba(255, 255, 255, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        white 25%,
        rgba(255, 255, 255, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 ); /* IE6-9 */
    position: absolute;
}

.navbar-shadow:after {
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(
        left,
        white 25%,
        rgba(255, 255, 255, 0) 100%
    ); /* FF3.6+ */
    background: -webkit-linear-gradient(
        left,
        white 25%,
        rgba(255, 255, 255, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to left,
        white 25%,
        rgba(255, 255, 255, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 ); /* IE6-9 */
    position: absolute;
}

.font-base-semibold,
.font-heading-semibold,
.box-utility-base a,
.box-utility-info a,
.box-utility-success a,
.box-utility-warning a,
.box-utility-error a,
.notification-overlay,
.headline .media__title,
.text-list--title,
.box__title,
.section__title,
.page__title,
.nav,
.terpopuler .media__title,
.detail__title,
.sitemap-nav--title {
    font-weight: 600;
}

@media (max-width: 576px) {
    /* max 576px = mobile */
    .headline-title {
        font-size: 14px; /* 14px */
        font-weight: 600; /* lebih ringan */
    }
}

.tradingview-widget-copyright {
    display: none !important;
    height: 0 !important;
    font-size: 6px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
}

@media only screen and (min-width: 1200px) {
    .tradingview-widget-container {
        overflow: hidden !important;
    }
}

.share-txt {
    margin: 0 4px 0 0;
    padding: 1px 0 0 0;
    vertical-align: top;
}

.share-txt-icon {
    color: white;
    padding: 6px 7px;
    line-height: 1;
    font-size: 23px !important;
    border-radius: 18px;
    vertical-align: middle;
    background: #c2272d;
}

.share-icon {
    font-size: 27px;
}

.share-wrap {
    margin: 10px 0;
}

.share-wrap ul {
    margin: 0;
    padding: 0;
}

.sharing-button-news {
    height: 30px;
}

/* Video Ads Velox Cup */
video {
    width: 100%;
    object-fit: fill;
}

.translate_text,
.translate_text a {
    color: #000;
    font-weight: 600;
    line-height: 1.5em;
}

.translate_flag {
    height: 20px;
}

.widget-tabs .post-item {
    border-top: 1px solid #e4e4e4;
    display: table;
    padding: 10px 0 0;
    margin: 0 0 10px;
}

.polling-msg {
    margin: 20px 0 20px 0;
    text-align: center;
    color: #bc1521;
    font-size: 18px;
    font-weight: bold;
}

.polling-wrap-candidate {
    margin-bottom: 10px;
}

.polling-close {
    text-align: center;
    color: #bc1521;
    font-weight: bold;
}

.polling-main-title {
    margin-bottom: 10px;
}

.polling-img {
    float: left;
    width: 20%;
    margin: 0;
    overflow: hidden;
    height: 55px;
}

.polling-img img {
    max-width: 50px;
}

.polling-main-title h3 {
    font-size: 14px;
    line-height: 18px;
}

.polldetail p {
    margin: 21px 0;
}

.polling-iframe {
    overflow: hidden;
}

.polling_container .meta span {
    text-transform: none !important;
    margin-bottom: 15px;
}

.polling-msg {
    margin-bottom: 10px;
    text-align: center;
    color: red;
}

.polling_container p {
    font-weight: normal !important;
    margin-bottom: 5px;
}

.polling-candidate-name {
    font-weight: bold;
    font-size: 11px;
    text-align: left;
}

.polling-score {
    font-size: 10px;
    margin-top: 10px;
    text-align: left;
}

.polling-count-all {
    font-size: 10px;
    margin: 0 0 10px 0;
}

.polling-vote-button {
    height: 20px;
    padding: 0 12px;
    margin-top: 10px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.widget_small_popx {
    padding-left: 90px !important;
}

.widget_small_pop {
    min-height: 87px !important;
}

.post_type6 .single_post_text a {
    color: #fff;
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
}

.single_post_text .meta2 {
    margin-bottom: 0;
    color: #999;
    font-size: 13px;
}

.nav_style3 .owl-nav div {
    height: 44px;
    line-height: 48px;
}

.news-slide-caption h4 a {
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
}

.single_gallary_item {
    max-height: 63px;
    overflow: hidden;
}

.slick-track {
    margin-left: 0;
    margin-right: 0;
}

.author img {
    padding: 0;
}

.list-view .post_img .img_wrap img {
    min-height: 100px;
}

.author_img_wrap img,
.comment_img img {
    min-height: 44px;
}

.border_white {
    border-bottom: none !important;
}

.border_black {
    border-bottom: none !important;
}

a.cbtn1 {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 16px;
    background: #c2272d;
    border: none;
}

.stellarnav.mobile > ul > li > a {
    padding: 10px;
}

.newsprk_nav li a {
    padding: 8px 3px;
    font-weight: 600;
}

.stellarnav li a {
    font-size: 14px;
}

.widget-title {
    background: #c2272d;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 10px 40px rgb(0 0 0 / 15%);
    line-height: 12px;
    padding: 12px;
    border-radius: 6px; /* Tambahan */
}

.widget-title a {
    color: #fff;
}

.trancarousel_area .nav_style1 .owl-nav div {
    display: none;
}

.widget-article h4 a {
    font-weight: 600;
    color: #000;
}

.widget-article .post-p {
    line-height: 20px;
    font-size: 14px;
}

.box .widget-title {
    margin-bottom: 10px;
}

.box {
    padding: 10px 20px 20px 20px;
}

.topbar .paper_date p {
    font-size: 12px;
}

.post_type3 .single_post_text a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.news-editor {
    font-size: 14px;
    line-height: 21px;
}

.news-editor a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.author {
    font-size: 14px;
    line-height: 21px;
}

.news-related-inside-text {
    min-height: 45px;
}

.news-related-inside a {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}

.news-related-inside h3 {
    font-size: 16px;
    color: #c2272d;
    margin-bottom: 10px;
}

.tags ul {
    padding: 0;
}

.tags li a {
    font-size: 12px;
    text-align: center;
    padding: 3px 7px;
}

.tags li.tag_list {
    font-size: 12px;
    text-align: center;
    padding: 4px 8px;
    border-radius: 10px;
}

.tags ul li {
    margin: 3px 2px;
}

.tags li a {
    border: 1px solid #e4e5e6;
    border-radius: 10px;
}

.red-theme {
    background-color: #c2272d;
}

.red-theme .single_post_text .meta4 {
    color: #ffffff !important;
    font-size: 10px !important;
}

.red-theme .kolom-artikel-subtitle {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    padding-top: 10px;
}

.red-theme .widget-title {
    color: #ffffff !important;
    background-color: transparent;
    box-shadow: none;
}

.red-theme h4 a {
    color: #ffffff !important;
    line-height: 14px !important;
    font-size: 12px !important;
}

.next_prv_single a {
    font-size: 14px;
    line-height: 21px;
}

.author a {
    font-weight: 600;
}

.news-photo-caption {
    color: #8a8f94;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 16px;
}

.single_post_text .meta3 a:last-child:before {
    content: "|" !important;
    left: -14px;
}

.single_post_text .meta2 a:last-child:before {
    content: "|" !important;
    left: -13px;
}

.post_type6 .single_post_text .meta a:last-child:before {
    content: "|" !important;
    left: -14px;
}

.single_post_text .meta3 a:last-child {
    margin-left: 17px;
}

.single_post_text .meta2 a:last-child {
    margin-left: 10px;
}

.post_type6 .single_post_text .meta a:last-child {
    margin-left: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Prompt", sans-serif;
}

body {
    font-family: "Prompt", sans-serif;
}

.widget_tab .tags ul li a {
    font-size: 12px;
}

.logo_white_bg {
    background: white;
    padding: 10px;
}

.theme-4 .footer {
    padding: 20px 0 0 0;
}

.home-galeri-slide .single_post .post_img .img_wrap a {
    width: 100%;
}

.home-galeri-slide .owl-item img {
    width: 100%;
}

.home-galeri-slide .single_post .single_post_text h4 a {
    font-size: 21px;
}

.fifth_bg {
    background: #f2f2f2;
}

.pagination {
    margin-bottom: 0 !important;
}

.padding10 {
    padding: 10px !important;
}

.rubrik-list-title .meta3 a {
    margin-bottom: 0 !important;
}

.rubrik-list-title .meta3 {
    margin-bottom: 5px !important;
    font-size: 12px;
}

.kolom-artikel-subtitle {
    font-size: 10px;
    line-height: 13px;
    font-weight: 500;
    color: #ed1c24;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kolom-artikel h4 a {
    font-size: 14px;
}

.single_post_text .meta4 {
    font-size: 12px !important;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    margin-bottom: 7px;
    line-height: 17px;
    font-weight: 500;
    color: #17222b;
}

.kolom-artikel .single_post_text .meta {
    font-size: 12px;
}

.single_post_text .meta {
    font-size: 10px;
    color: #17222b;
}

.presisi-wrap {
    margin-bottom: 10px;
    border-bottom: 3px solid #2b8c33;
    padding: 0 0 10px;
}

.magazine-image a {
    width: 100%;
}

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

.magazine-title a {
    font-size: 12px;
    letter-spacing: 0.12em;
    color: #999;
}

.presisi-title a {
    color: #ef6c15 !important;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
}

.presisi-subtitle {
    font-weight: 700;
    font-size: 11px;
    color: #999;
    letter-spacing: -0.1px;
}

.w100 {
    width: 100%;
}

.banner-rubrik-sidebar ul li a {
    background-repeat: no-repeat !important;
    background-color: #be1a21 !important;
    background-position-x: left !important;
}

.rmtv-thumb-big img {
    width: 100%;
}

.rmtv-thumb-big a {
    width: 100%;
}

.clear {
    clear: both;
    float: left;
    display: block;
    position: relative;
}

.list-view {
    margin-bottom: 10px;
    display: inline-block !important;
}

.list-view .post_img {
    width: 25%;
    float: left;
}

.list-view .single_post_text {
    width: 75%;
    float: left;
    padding: 0;
    padding-left: 14px;
}

.list-view .single_post_text .meta3 a:first-child {
    color: #bc2a34;
}

.single_post_text .meta2 a {
    font-size: 12px !important;
    line-height: 14px !important;
}

.side_list .single_post_text a {
    line-height: 20px !important;
    font-size: 14px;
    font-weight: normal !important;
}

.side_list .post_img img {
    max-height: 100px;
}

.side_list .post_img {
    width: 112px !important;
}

.side_list .post_img .img_wrap {
    border-radius: 5px;
}

.side-head ul li {
    width: unset !important;
}

.side-head ul li a {
    font-size: 14px;
}

.align-right {
    text-align: right;
}

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

.footer-link a {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.footer-link ul {
    padding: 0;
}

.footer-link ul li {
    display: inline-block;
    margin: 0 15px;
}

.footer-share {
    margin-bottom: 1vh;
}

.footer_networks {
    text-align: center;
    margin-top: 14px;
}

.footer_networks-inner {
    width: 100%;
    display: inline-block;
}

.footer_networks ul {
    padding: 0;
}

.footer_networks ul li {
    display: inline-block;
    margin: 0 5px;
}

.footer_networks a {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.galeri-news .single_post_text h4 a {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.galeri-news .single_post_text {
    padding: 21px;
}

.single_post_heading h1 {
    font-size: 24px;
    font-weight: 600;
}

.single_post_heading h2 {
    font-size: 18px;
    font-weight: 500;
    color: #c2272d;
    margin-bottom: 5px;
}

.single_post_heading h3 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
}

.list-view .single_post_text h4 a {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal !important;
}

.rubrik-list-title .meta3 {
    color: #999;
}

.indeks-date {
    color: #999;
    font-size: 13px;
}

.indeks-h1 h1 {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.index-note {
    font-size: 14px;
    line-height: 14px;
}

.slider_demo1 .single_gallary_item img {
    width: 100%;
    margin: 0 5px;
}

@media only screen and (min-width: 1200px) {
    /*----------------------------------
      DESKTOP LAYOUT: 1280px
  -----------------------------------*/
    .slider_demo2 .slick-slide img {
        width: 100%;
        max-height: 360px;
    }

    .galeri-other .post_img {
        width: 25% !important;
    }

    .galeri-other .single_post_text {
        width: 75% !important;
    }

    .list-view .post_img {
        width: 15%;
    }

    .list-view .single_post_text {
        width: 85%;
    }

    .list-view .single_post_text h4 a {
        font-size: 16px;
        line-height: 20px;
    }

    .news-photo .slider_demo1 .slider_arrow {
        height: 48px !important;
        top: 15px !important;
        opacity: 1;
        line-height: 55px !important;
    }

    .slider_demo1 .slider_arrow {
        height: 62px;
        top: 47px;
        opacity: 1;
        line-height: 70px;
    }

    .slider_demo2 .slider_arrow {
        height: 96px;
        opacity: 0.7;
        line-height: 108px;
        top: 40%;
    }

    .slider_demo1 .slick-current {
        opacity: 1 !important;
    }

    .slider_demo1 .slick-slide {
        opacity: 0.7;
    }

    .polling-radio {
        float: left;
        width: 7%;
        line-height: 128px;
    }

    .polling-image {
        float: left;
        width: 20%;
        height: 142px;
        margin: 0;
        overflow: hidden;
    }

    .polling-text {
        float: left;
        width: 70%;
        height: 50px;
        text-align: center;
    }

    .polling-text h2 a {
        line-height: 16px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /*----------------------------------
      MEDIUM LAYOUT: 1280px
  -----------------------------------*/
    .list-view .post_img {
        width: 14% !important;
    }

    .slider_demo2 .slick-slide img {
        width: 100%;
        max-height: 360px;
    }

    .slider_demo1 .slick-slide {
    }

    .polling-radio {
        float: left;
        width: 7%;
        line-height: 128px;
    }

    .polling-image {
        float: left;
        width: 20%;
        height: 142px;
        margin: 0;
        overflow: hidden;
    }

    .polling-text {
        float: left;
        width: 70%;
        height: 50px;
        text-align: center;
    }

    .polling-text h2 a {
        line-height: 16px;
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /*----------------------------------
      TABLET LAYOUT: 768px
  -----------------------------------*/

    .single_gallary_item {
        max-height: 59px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single_gallary_item {
        max-height: 43px !important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 480px) {
    .single_gallary_item {
        max-height: 59px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    /*----------------------------------
      MOBILE LAYOUT: 320px
  -----------------------------------*/

    .logo-rubrik {
        max-width: 250px;
        text-align: center;
        margin: 10px 0 0 0;
        padding: 0;
        display: inline-block;
    }

    .polling-text h2 a {
        line-height: 12px !important;
        font-size: 12px !important;
    }

    .polling-radio {
        width: 7%;
        line-height: 64px;
        height: 64px;
        display: inline-block;
        float: left;
    }

    .polling-image {
        float: left;
        width: 20%;
        height: 64px;
        margin: 0;
        overflow: hidden;
    }

    .polling-text {
        float: left;
        width: 70%;
        height: 64px;
        text-align: left;
        padding-left: 10px;
    }

    .sticky {
        position: fixed;
        display: block;
        width: 100%;
        z-index: 999999;
        top: 0;
        background-color: #fff;
    }

    .side-head {
        margin-top: 30px !important;
    }

    .widget_tab {
        margin-top: 0px;
    }

    .cpagination li a {
        height: 33px;
        width: 30px;
        text-align: center;
        line-height: 34px;
        font-size: 14px;
        font-weight: 500;
    }

    .single_gallary_item {
        max-height: 72px;
        overflow: hidden;
    }

    .search_btn {
        padding: 2px 10px !important;
    }

    .stellarnav.mobile > ul > li > a {
        padding: 5px 10px;
        font-size: 15px;
    }

    .signup_form {
        margin: 0;
    }

    .signup_form form input.signup {
        padding: 5px;
    }

    .signup_form form input.cbtn {
        padding: 6px 10px;
    }

    .news-related-inside a {
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
    }

    .slider_demo2 .post_type6 .single_post_text {
        padding: 0 10px;
    }

    .slider_demo2 .post_type6 .single_post_text a {
        margin-top: 0px;
        font-size: 16px;
        line-height: 1.4;
    }
    .post_type6 .single_post_text .meta a {
        font-size: 10px !important;
        line-height: 12px;
        color: #999;
    }

    .slider_demo2 .slider_arrow {
        height: 48px;
        line-height: 50px;
        top: 24%;
    }

    .slider_demo1 .slider_arrow {
        height: 48px;
        line-height: 50px;
        top: 24%;
    }

    .slider_arrow {
        height: 48px;
        line-height: 50px;
        top: 24%;
    }

    .galeri-news .single_post_text {
        padding: 0 10px 10px 10px;
        background-color: black;
    }

    .logo_area {
        padding: 0 0 10px 0;
    }

    .newsprk_nav.stellarnav.light.right.mobile {
        float: right;
    }

    .logo {
        text-align: center;
        width: 180px;
        margin: 3px 0 0 0;
        padding: 0;
        display: inline-block;
    }

    .slider_demo2 .slick-slide img {
        width: 100%;
        max-height: 160px;
    }

    .slider_demo2 .slick-slide h4 a {
        font-size: 12px;
        line-height: 14px;
    }

    .slider_demo1 .slick-slide {
    }

    .list-view .single_post_text {
        width: 75%;
        float: left;
        padding: 0;
        padding-left: 10px;
    }

    .list-view .single_post_text h4 a {
        font-size: 16px;
        line-height: 19px;
    }

    .list-view .single_post_text .meta3 {
        margin-bottom: 0px;
        line-height: 1;
    }

    .list-view .single_post_text .meta3 a {
        font-size: 12px !important;
        margin-bottom: 0;
    }

    .list-view .post_img .img_wrap img {
        min-height: 88px;
    }

    .list-view .post_img {
        width: 25%;
        float: left;
    }

    .list-view {
        margin-bottom: 5px;
    }

    .side_list .single_post_text a {
        line-height: 19px !important;
        font-size: 16px;
    }

    .widgets_small {
        padding-left: 86px;
        min-height: 77px;
    }

    .side_list .post_img {
        width: 78px !important;
    }
}

/* Very small screen */
@media only screen and (max-width: 425px) {
    .slider_arrow {
        height: 46px;
        line-height: 50px;
        top: 26%;
    }
}

.small-social-custom {
    height: 13px;
    margin-top: -2px;
    width: auto;
}
/* Custom End */
