a {
    color: #555;
}

a:hover {
    color: #999;
}

#AdvertisementHeader .content {
    padding: 0px;
    background-color: #a72b31;
    margin: auto 9px;
}

.main-header .navbar {
    text-align: center;
}

.main-header a,
footer a {
    color: black;
}

footer a:hover {
    color: #666;
}

.main-header a:hover {
    background-color: #f7f7f7;
}

.main-header .site-language {
    padding: 5px;
    line-height: 50px;
}

.main-header .login-button {
    font-size: 11px;
    font-weight: 700;
}

.main-header .login-button:hover {
    background-color: #326891;
    color: white;
}

.login-button:before {
    content: "" !important;
}

.stikey-fixed-menu-css {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 999999;
    box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 5px 1px;
}

.stikey-fixed-menu-css .main-menu ul {
    border: none;
    text-align: left;
}

.stikey-fixed-menu-css .main-menu {
    max-width: 1200px;
}

.stikey-fixed-menu .stikey-fixed-show {
    display: none;
}

.stikey-fixed-menu-css .stikey-fixed-show {
    display: inline-block;
}

.stikey-fixed-menu-css .stikey-fixed-show a:hover {
    background-color: white;
}

#SiteLogo {
    max-height: 60px;
    margin: auto;
    display: inline-block;
}

#SiteSearchButton::before {
    content: "";
}

.homepage-header-form:before {
    content: "" !important;
}

.homepage-header-form {
    position: absolute;
    left: 50px;
    z-index: 0;
    margin: 0px !important;
    padding: 0px !important;
    top: 8px;
}

.homepage-header-form .header-form {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 200px;
    display: none;
}

.header-active-form {
    display: block !important;
}

.homepage-header-form .header-form:hover {
    background-color: transparent;
}

.homepage-header-form .header-form:before {
    content: "" !important;
}

.homepage-header-form .header-form form {
    position: absolute;
}

.homepage-header-form .header-form input {
    padding: 2px;
    width: 150px;
}

.sidebar-search-form .header-form button,
.homepage-header-form .header-form button {
    font-weight: bold;
    font-size: 10px;
    height: 31px;
    padding: 7px 9px 6px;
    background-color: rgb(50, 104, 145);
    color: #fff;
    border-radius: 3px;
    border: 1px solid rgb(50, 104, 145);
    margin-left: 8px;
    opacity: .5;
    -webkit-transition: ease 0.6s;
    transition: ease 0.6s;
}

#site-logo-footer {
    float: left;
    height: 35px;
    margin-bottom: 15px;
}

#site-social-footer {
    list-style: none;
    padding: 0px
}

#site-social-footer li {
    display: inline-block;
    margin-left: 10px;
}

#site-social-footer li:first-child {
    margin-left: 0px;
}

#site-social-footer li i {
    color: black;
    font-size: 30px;
}

#site-social-footer li i.fa-facebook-square {
    color: #3b5998;
}

#site-social-footer li i.fa-twitter-square {
    color: #55acee;
}

#site-social-footer li i.fa-youtube-square {
    color: #e44664;
}

#site-social-footer li i.fa-instagram {
    color: #e4405f;
}

#site-social-footer li i.fa-pinterest-square {
    color: #bd081c;
}

#site-social-footer li i.fa-linkedin-square {
    color: #0077B5;
}

#site-social-footer li i.fa-google-plus-square {
    color: #dc4e41;
}

#site-social-footer li i.fa-envelope {
    color: #dc4e41;
}

footer {
    padding: 15px;
}

.footer-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-hr-top {
    border-top: 4px double black;
}

.footer-hr-bottom {
    margin: 20px auto 5px;
}

.copyright {
    color: rgb(153, 153, 153);
    font-weight: bold;
}

.footer-bottom-list li {
    display: inline-block;
    margin: 2px 5px;
}

.main-sidebar {
    position: fixed;
    bottom: 0px;
    padding-top: 0px;
    background: white;
    border-right: 1px solid #f7f7f7;
    z-index: 99999999;
    overflow-y: scroll;
}

.main-sidebar li a {
    color: black;
}

.main-sidebar li a:hover {
    background: #f7f7f7;
    color: #666;
}

.main-header .sidebar-toggle {
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    margin: 8px;
    border-radius: 3px;
}

#SidebarClose {
    padding: 5px 10px;
    position: absolute;
    top: 13px;
    right: 5px;
}

#SidebarClose:hover {
    background: #f7f7f7;
}

.lazyloading {
    background: grey;
}

.margin-auto {
    margin: auto;
}

#ShareBazarSlider {
    min-height: 45px;
    border-bottom: 4px double black;
    margin-bottom: 10px;
    padding-bottom: 4px;
}

.homepage-hr-black {
    border-color: black;
}

.home-page a {
    color: #555;
}

.home-page .created-by {
    color: #a19d9d;
    display: block;
}

.homepage-post-title {
    color: #121212;
    margin: 10px auto;
    font-size: 2rem;
    font-weight: bold;
}

.bolder-text {
    font-size: 3rem !important;
}

.homepage-category-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.homepage-post-figcaption {
    color: #999;
    margin: 5px;
    font-size: 1rem;
}

.detail-post-figcaption {
    margin: 10px auto;
}

.homepage-category-title a {
    color: #121212;
}

.homepage-post-content:hover .homepage-post-title {
    color: #666;
}

.slick-slide img {
    max-height: 350px;
}

#LoadMorePosts {
    padding: 10px 50px;
    max-width: 300px;
    margin: auto;
}

.detail-post-hanger {
    margin: 5px auto;
    color: #fe0000;
    font-size: 18px;
}

.homepage-hanger {
    color: #D84315;
    font-size: 13px;
}

.homepage-solder {
    color: #D84315;
    font-size: 13px;
    margin-top: -10px;
    display: block;
}

.detail-post-title {
    font-weight: bold;
    margin: 2px auto;
}

.homepage-border-left {
    border-left: 1px solid #ddd;
}

.homepage-border-right {
    border-right: 1px solid #ddd;
}

.post-category-title a:before {
    content: ", ";
    color: black;
}

.post-category-title a:first-child:before {
    content: "";
}

.no-border {
    box-shadow: none;
}

.CategoryPostDate {
    position: absolute;
    top: 5px;
    left: 20px;
    background: white;
    padding: 4px;
}

.CategoryPostTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.homepage-opinion-block a {
    display: block;
    position: relative;
}

.homepage-opinion-block p {
    padding-right: 37px;
    font-size: 1.6rem;
}

.homepage-opinion-block .circle-50 {
    width: 30px;
    min-height: 30px;
    border-radius: 18px;
    position: absolute;
    right: 4px;
    top: -5px;
}

.no-padding {
    padding: 0px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

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

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.slick-next {
    z-index: 999999;
}

.detail-post-author {
    font-weight: bold;
    font-size: 2rem;
}

.detail-post-date {
    line-height: 32px;
}

#detail-post-social-share {
    list-style: none;
    margin: auto;
    padding: 0px;
}

#detail-post-social-share li {
    display: inline-block;
    margin-right: 10px;
}

#detail-post-social-share li a {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: block;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, .05);
    color: black;
    border: 1px solid rgba(0, 0, 0, .05);
}


/* #detail-post-social-share li a:hover {
    background-color: transparent;
} */

.jumbotron-media {
    background-color: #212121;
    color: white;
    margin-bottom: 15px;
}

.jumbotron-media .photo-title {
    color: #336699;
}

.jumbotron-media .photo-title .fa {
    color: #fff;
}

.jumbotron-media .homepage-post-title {
    color: #fff;
}

.jumbotron-media .homepage-category-title {
    margin-bottom: 20px;
}

.jumbotron-media .homepage-category-title a {
    font-size: 2.5rem;
    color: #FFC107;
}

.jumbotron-media .homepage-category-title a:before {
    content: "| ";
    color: #d84315;
}

.jumbotron-media .gallery-thumb {
    position: relative;
}

.jumbotron-media .gallery-thumb .fa {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(17, 15, 15, 0.4);
    padding: 10px;
}

.jumbotron-media .gallery-thumb img {
    max-height: 155px;
}

.photo-galleries .thumbnail {
    border: none;
    background-color: #f0f0ed;
}

.photo-galleries .thumbnail img {
    max-height: 400px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-menu {
    position: relative;
    margin: 10px auto;
    width: 100%;
}

.main-menu ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    border-bottom: 1px double black;
    border-top: 1px solid #d5d1d1;
    padding-top: 5px;
}

.main-menu ul li {
    list-style: none;
    display: inline-block;
    overflow: hidden;
}

.main-menu ul li,
.main-menu ul li a {
    text-decoration: none;
}

.main-menu ul li a {
    padding: 5px 10px;
}

.main-menu ul li a:hover {
    background: rgba(0, 0, 0, .08);
}

.footer-menu .footer-header .fa {
    display: none;
}

#SpHeaderMenu {
    display: none;
}

#categories-menu .sp-toggle-menu {
    display: none;
}

.sidebar-search-form {
    display: none;
    text-align: center;
}

.sidebar-search-form hr {
    margin: 5px auto;
}

.sidebar-search-form .sidebar-language-bar a {
    margin: 5px;
}

.sidebar-search-form input {
    border: 1px solid black;
    padding: 4px;
}

.sp-homepage-main-menu {
    display: none;
    padding-top: 10px;
}

.sp-homepage-main-menu img {
    height: 30px;
}

.video-gallery-icon {
    position: absolute;
    bottom: 0;
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
}

.sp-hr {
    display: none;
}

.category-child-menu-toggle {
    display: none;
    padding: 3px 8px;
    border: 1px solid #ebebeb;
}


/*BREAKING NEWS*/

.breaking-news-text {
    display: block;
    text-align: center;
    padding: 10px;
    color: white;
    font-weight: bold;
}

.breaking-news-content {
    padding: 10px;
}

.breaking-news-close {
    padding: 10px;
    cursor: pointer;
    transition: all 1s;
    color: white;
}

.breaking-news-close:hover {
    background-color: red;
    color: white;
}

.breaking-news-content a:before {
    content: "|";
    position: absolute;
    left: -10px;
}

.breaking-news-content a:first-child:before {
    content: "";
}

.breaking-news-content a {
    margin-left: 20px;
    position: relative;
    color: white;
    font-weight: bold;
}

.writer-4-column-list {
    list-style: none;
    column-count: 4;
}

.writer-4-column-list li {
    margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
    html {
        overflow-x: hidden;
    }
    .child-menu-header {
        display: none;
    }
    .category-child-menu-toggle {
        display: block;
    }
    .sp-hr {
        display: block;
    }
    .homepage-border-left,
    .homepage-border-right {
        border: none;
    }
    .homepage-datetime-wrapper {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }
    .sidebar-search-form {
        display: block;
    }
    .main-header {
        border-bottom: 1px solid #eee;
    }
    .main-header-menu-sp-wrapper {
        display: none;
    }
    .main-header .site-language {
        display: none;
    }
    #SiteSearchButton {
        display: none;
    }
    .sp-homepage-main-menu {
        display: inline-block;
    }
    /*SP FOOTER CSS*/
    .footer-menu-wrapper {
        margin-bottom: 10px;
    }
    .footer-list {
        margin: 5px auto;
        display: none;
        column-count: 2;
    }
    .footer-menu {
        display: block;
        overflow: hidden;
        width: 100%;
        margin: 2px auto;
    }
    .footer-menu:last-child {
        border-bottom: 1px solid #ebebeb;
    }
    .footer-menu .footer-header {
        display: block;
        padding: 10px;
        border-top: 1px solid #ebebeb;
    }
    .footer-menu .footer-header .fa {
        display: block;
        float: right;
        padding: 4px;
    }
    .footer-menu .footer-list li a {
        display: block;
        padding: 5px;
    }
    /*SP HEADER MENU*/
    .stikey-fixed-menu-css #SpHeaderMenu {
        display: block;
    }
    #SpHeaderMenu .nav {
        text-align: center;
    }
    #SpHeaderMenu .nav .sp-header-menu-logo img {
        height: 30px;
    }
    #SpHeaderMenu .nav .sp-header-menu-logo a {
        padding: 0px;
    }
    .sp-header-menu {
        display: none;
        text-align: center !important;
    }
    .main-menu .sp-header-menu li {
        display: inline-block;
        text-align: center;
        width: 32.5%;
        text-align: left;
    }
    .stikey-fixed-menu .sp-header-menu .stikey-fixed-show {
        display: none;
    }
    .main-menu .sp-header-menu li a {
        display: block;
        padding: 5px;
        background-color: rgba(0, 0, 0, .09);
    }
    /*SP CATEGORY MENU*/
    #categories-menu .sp-toggle-menu {
        display: block;
    }
    #categories-menu .category-menu-logo {
        width: auto !important;
        float: left;
        padding: 0px 0px;
    }
    #categories-menu .login-button {
        margin-right: 0px;
    }
    #categories-menu .sp-logo img {
        height: 25px;
    }
    #categories-menu .main-header {
        max-height: 100% !important;
    }
    #categories-menu .sp-category-menu-wrapper {
        display: none;
        margin-top: 50px;
    }
    #categories-menu .sp-category-menu-wrapper>ul {
        margin: 5px;
    }
    #categories-menu .sp-category-menu-wrapper>ul li {
        display: inline-block;
        list-style: none;
        overflow: hidden;
        width: 32.5%;
    }
    #categories-menu .sp-category-menu-wrapper>ul li a {
        background-color: rgba(0, 0, 0, .09);
        padding: 5px;
    }
    #categories-menu .navbar-custom-menu .sp-toggle-menu a {
        background-color: white;
    }
    #categories-menu .navbar-custom-menu .sp-toggle-menu a i {
        color: black;
    }
    .categories-menu .child-menu .main-header {
        max-height: 100%;
    }
    .categories-menu {
        margin-top: 20px;
    }
    .jumbotron-media .gallery-thumb img {
        max-height: 100%;
    }
    .child-menu-header nav {
        background-color: white;
    }
    .child-menu-header .navbar-nav {
        margin: 5px;
    }
    .child-menu-header .navbar-nav li {
        width: 49%;
        display: inline-block;
        overflow: hidden;
    }
    .child-menu-header .navbar-nav li a {
        background-color: rgba(0, 0, 0, .09);
    }
    .categories-menu .jumbotron {
        border-bottom: 1px solid black;
        background-color: white;
    }
    .categories-menu .display-4 {
        font-size: 20px !important;
    }
    .categories-menu .display-4 span {
        font-size: 15px !important;
        margin-left: 10px !important;
    }
    /*BREAKING NEWS*/
    #AdvertisementHeader .content {
        padding-bottom: 0px;
    }
    .breaking-news-close {
        position: absolute;
        top: -83px;
        right: 20px;
        background-color: black;
        color: white;
    }
    #CauroselContainer .carousel-indicators {
        display: none;
    }
    .writer-4-column-list {
        column-count: 1;
    }
    .footer-bottom-list {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    #categories-menu .category-menu-logo {
        width: auto !important;
        float: left;
        padding: 0px 0px;
        margin: 16px auto;
    }
    #categories-menu .sp-logo {
        float: none;
        width: auto;
        display: inline-block;
    }
    #categories-menu .sp-logo img {
        height: 20px;
    }
}

.archives a {
    color: #555;
}

.archives h4 {
    color: black;
}

.archives .media-object {
    width: 80px;
    height: 80px;
}

.archives-heading-title {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 5px solid black;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.archive-calendar {
    background-color: #efefef;
}

.archive-links {
    display: block;
    background-color: white;
}

.archive-links:hover,
.archive-calendar .active-link {
    background-color: black;
    color: white;
}

.back-top {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    background-color: #dcdcdc;
    text-align: center;
    color: #000;
    font-size: 22px;
    line-height: 38px;
    border-radius: 50%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.back-top-visible {
    opacity: .6;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.navbar-custom-menu .navbar-nav>li>a {
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    margin: 8px;
    border-radius: 3px;
    background-color: #6288a5;
    color: white;
}

.no-min-height {
    min-height: 10px !important;
}

.language-active {
    font-weight: bold;
}

.homepage-header-form .active-search-button {
    background-color: #6288a5 !important;
    opacity: 1 !important;
}

.search-page-image {
    float: right;
    height: 100px;
}

.search-page-link {
    float: left;
    display: contents;
    color: black;
}

.search-page-link:hover {
    color: black;
}

.search-post-title {
    font-weight: bold;
}

.category-view-page-image {
    float: right;
    max-width: 120px;
}

.yesterdays-newspaper {
    border: 2px solid grey;
}

.post-details-content {
    font-size: 22px;
}

.post-details-content a {
    border-bottom: 1px solid red;
}

#categories-menu .fixed-menu {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    box-shadow: 0 5px 5px -5px #000;
    background-color: white;
}

.categories-menu .jumbotron {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.categories-menu .child-menu {
    background-color: #dedede;
}

.categories-menu .display-4 {
    font-size: 40px;
}

.categories-menu .display-4 span {
    font-size: 25px;
    margin-left: 20px;
}

.related-posts-sidebar .media-list hr {
    margin: 1px auto;
}

.my-gallery figure {
    position: relative;
}

.my-gallery figure:before {
    content: '[ ]';
    display: none;
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 50px;
    background: #000;
    color: #fff;
    font-size: 30px;
    opacity: 0.7;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
}

.my-gallery:hover>figure:before {
    display: block;
}

.category-menu-logo {
    width: 100%;
}

.main-header .logo:hover {
    background-color: transparent;
}

p.homepage-text-justify {
    text-align: justify;
}

#pinned-slider .carousel-inner>.item>img {
    margin: auto;
    width: 100%;
}

#pinned-slider .carousel-caption {
    background-color: rgba(0, 0, 0, .3);
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    padding: 5px;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3))
}

#pinned-slider .carousel-caption a {
    color: white;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    text-align: left;
}

#pinned-slider .carousel-caption h3 {
    margin: 5px auto;
}

#pinned-slider .carousel-caption .homepage-hanger,
#pinned-slider .carousel-caption .homepage-solder {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
}

#CauroselContainer .carousel-indicators {
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 2px auto;
}

#CauroselContainer .carousel-indicators li,
#CauroselContainer .carousel-indicators .active {
    width: 99%;
    height: auto;
    border-radius: 0px;
    padding: 5px;
    text-indent: 0px;
}

#CauroselContainer .carousel-indicators .active:before {
    content: "";
    border: 3px solid red;
    position: absolute;
    left: -5px;
    height: 60px;
}

#CauroselContainer .carousel-indicators li p {
    display: block;
    position: relative;
    margin: auto;
    text-align: left;
    max-height: 60px;
    overflow: hidden;
}

#CauroselContainer .carousel-indicators li img {
    height: 60px;
    float: left;
    margin-right: 5px;
}

#pinned-slider .carousel-control {
    display: none;
}


/*Cropper JS [Backend]*/

.crop-container {
    position: relative;
    border: 2px solid black;
}

.crop-popup-image {
    position: absolute;
    transition: all 0.5s;
    /*box-shadow: red 0px 0px 10px inset;*/
}

.crop-popup-image:hover {
    box-shadow: red 0px 0px 3px inset;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-container {
    z-index: 9999999 !important;
}

#epaper-sidebar-thumb .box-body {
    overflow-y: scroll;
    max-height: 1040px;
}

.epaper-pagination .pagination li {
    display: inline-block;
    margin: 1px 3px;
}

.epaper-spage-title {
    position: relative;
    border: 1px solid #7a7171;
    display: block;
    padding: 2px 0px;
    margin-bottom: 5px;
    text-align: center;
}

.epaper-spage-title .hover-title {
    display: none;
    position: absolute;
    top: 45%;
    left: 0px;
    right: 0px;
    text-align: center;
    background: #000;
    color: white;
}

.epaper-spage-title:hover>.hover-title {
    display: block;
}

#epaper-home:before,
#epaper-home-archive:before {
    content: "";
}

#epaper-date td.disabled,
#epaper-date td span.disabled {
    color: red;
}

.print-logo-cover {
    display: none;
}

.blinking {
    position: absolute;
    right: 20px;
    font-size: 20px;
    color: black;
}

.ml5px {
    margin-left: 5px;
}

.related-tags {
    list-style: none;
    margin: 15px auto;
    padding: 0px;
    font-size: 20px;
}

.related-tags li {
    display: inline-block;
}

.related-tags li a {
    padding: 5px 10px;
    border: 1px solid #f4d7d8;
}

.related-tags li a:hover {
    background-color: #b70000;
    color: white;
}

.related-tags li.active a {
    background-color: #b70000;
    color: white;
}

.event-news-section {
    margin: 5px auto;
}

.post-share-icon {
    border: 1px solid #b3abab;
    padding: 1px 5px;
    border-radius: 5px;
    position: relative;
    font-weight: normal;
}

.post-share-icon::after {
    content: "";
    position: absolute;
    right: 35%;
    top: 22px;
    width: 0;
    height: 0;
    border-right: 8px solid #b3abab;
    border-bottom: 8px solid transparent;
}

#entertainment-slider .carousel-caption {
    position: relative;
    background: #111111;
    left: 0px;
    right: 0px;
    padding: 5px;
}

#entertainment-slider .carousel-caption a {
    color: white;
}

#entertainment-slider .carousel-caption h3 {
    text-align: justify;
    font-size: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

#detail-post-social-share li .fb-hover:hover {
    background-color: #1877f2;
    color: white;
}

#detail-post-social-share li .twitter-hover:hover {
    background-color: #1d9bf0;
    color: white;
}

#detail-post-social-share li .mail-hover:hover {
    background-color: #eb4336;
    color: white;
}

#detail-post-social-share li .whatsapp-hover:hover {
    background-color: #009688;
    color: white;
}

#detail-post-social-share li .print-hover:hover {
    background-color: black;
    color: white;
}

.post-page-editors {
    text-align: center;
}

.post-page-editors img {
    width: 45px;
    height: 45px;
    border-radius: 25px;
}

.post-page-author-link-color a {
    color: #496da6;
}

.post-page-cat-bold-line {
    display: inline-block;
    width: 50px;
    background: #de0031;
    height: 10px;
    margin-right: 5px;
}

.post-page-cat-link-text {
    text-transform: uppercase;
    font-size: 15px;
}

.post-details-content .first-letter {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    float: left;
}

.footer-sticky-ads {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #e7edf0;
    height: auto;
    width: 100%;
    z-index: 999999;
}

.sticky-ads-close {
    width: 30px;
    height: 30px;
    background-color: red;
    position: absolute;
    right: 0px;
    top: -30px;
    color: white;
    line-height: 30px;
    cursor: pointer;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#event-clock table{
    border-spacing: 3px;
}

.countdown-time-design td span{
    display: block;
    background-color: red;
    color: white;
    padding: 5px;
    margin: auto;
    width: 50px;
    border-radius: 4px;
}