/* =========================================================
   IMBUNDO TV
   PROFESSIONAL NEWS WEBSITE
   SIMPLE CSS
   ========================================================= */


/* =========================================================
   1. BASIC WEBSITE
   ========================================================= */

body {
    margin: 0;
    padding: 0;
    background: #f5f7f5;
    color: #222222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #128025;
    text-decoration: none;
}

a:hover {
    color: #fe6c03;
}

h1 {h
    font-weight: 700;
}

h2 {
    font-weight: 700;
}

h3 {
    font-weight: 700;
}

h4 {
    font-weight: 700;
}

h5 {
    font-weight: 700;
}

h6 {
    font-weight: 700;
}


/* =========================================================
   2. TOP BAR
   ========================================================= */

.topbar {
    background: #040b0f;
    color: #dddddd;
    font-size: 13px;
    border-bottom: 2px solid #128025;
}

.topbar-info {
    padding-top: 7px;
    padding-bottom: 7px;
}

.topbar-info span {
    margin-right: 18px;
}

.topbar-info i {
    margin-right: 5px;
    color: #128025;
}

.topbar-social {
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: right;
}

.topbar-social a {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 5px;
    padding-top: 4px;
    border-radius: 50%;
    background: transparent;
    color: #ffffff;
    text-align: center;
}

.topbar-social a:hover {
    background: #fe6c03;
    color: #ffffff;
}


/* =========================================================
   3. BRAND HEADER
   ========================================================= */

.brand-header {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.brand-link {
    color: #040b0f;
}

.brand-link:hover {
    color: #040b0f;
}

.site-logo {
    width: 72px;
    height: 72px;
    margin-right: 12px;
}

.brand-text {
    display: inline-block;
    vertical-align: middle;
}

.brand-name {
    display: block;
    color: #040b0f;
    font-size: 29px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
}

.brand-tagline {
    display: block;
    margin-top: 7px;
    color: #128025;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}


/* =========================================================
   4. BRAND MOTTO
   ========================================================= */

.brand-motto {
    padding-top: 10px;
    text-align: center;
}

.brand-motto strong {
    display: block;
    color: #040b0f;
    font-size: 13px;
    font-weight: 700;
}

.brand-motto small {
    display: block;
    margin-top: 4px;
    color: #777777;
    font-size: 12px;
}

.brand-live-dot {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    background: #fe6c03;
}


/* =========================================================
   5. SEARCH
   ========================================================= */

.professional-search {
    margin-top: 10px;
}

.professional-search input {
    width: 100%;
    height: 42px;
    padding-left: 14px;
    padding-right: 14px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #ffffff;
    color: #222222;
}

.professional-search input:focus {
    border-color: #128025;
    box-shadow: none;
    outline: none;
}

.professional-search button {
    width: 48px;
    height: 42px;
    border: 0;
    border-radius: 5px;
    background: #128025;
    color: #ffffff;
}

.professional-search button:hover {
    background: #fe6c03;
    color: #ffffff;
}


/* =========================================================
   6. BREAKING NEWS
   ========================================================= */

.breaking-bar {
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.breaking-wrapper {
    height: 42px;
}

.breaking-label {
    height: 42px;
    padding: 11px 18px;
    background: #fe6c03;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.breaking-live-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 50%;
    background: #ffffff;
}

.breaking-content {
    overflow: hidden;
    white-space: nowrap;
}

.breaking-track {
    padding-left: 20px;
}

.breaking-track span {
    margin-right: 50px;
    color: #555555;
    font-size: 13px;
}

.breaking-track span:before {
    content: "•";
    margin-right: 8px;
    color: #128025;
}


/* =========================================================
   7. MAIN NAVIGATION
   ========================================================= */

.main-navbar {
    min-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    background: #040b0f;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.main-navbar .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.main-navbar .nav-link {
    padding: 19px 10px;
    color: #eeeeee;
    font-size: 13px;
    font-weight: 600;
}

.main-navbar .nav-link:hover {
    background: #128025;
    color: #ffffff;
}

.main-navbar .nav-link.active {
    background: #128025;
    color: #ffffff;
}


/* =========================================================
   8. MOBILE NAVIGATION
   ========================================================= */

.main-navbar .navbar-toggler {
    border: 1px solid #777777;
}

.main-navbar .navbar-toggler:focus {
    box-shadow: none;
}

.mobile-brand {
    color: #ffffff;
    font-weight: 700;
}

.mobile-brand:hover {
    color: #fe6c03;
}

.mobile-logo {
    width: 38px;
    height: 38px;
    margin-right: 7px;
}

.nav-search-mobile {
    display: block;
    padding: 10px;
    color: #ffffff;
}

.nav-search-mobile:hover {
    color: #fe6c03;
}


/* =========================================================
   9. HERO SECTION
   ========================================================= */

.hero-section {
    min-height: 500px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #040b0f;
    background-image:
        linear-gradient(
            rgba(4, 11, 15, 0.85),
            rgba(4, 11, 15, 0.75)
        ),
        url("../images/hero.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-content {
    max-width: 750px;
}

.hero-label {
    display: inline-block;
    margin-bottom: 15px;
    padding: 6px 12px;
    border-radius: 4px;
    background: #fe6c03;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.hero-title {
    margin-top: 0;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
}

.hero-description {
    max-width: 650px;
    margin-bottom: 25px;
    color: #dddddd;
    font-size: 17px;
}

.hero-meta {
    color: #cccccc;
    font-size: 13px;
}

.hero-meta span {
    margin-right: 15px;
}

.hero-meta i {
    margin-right: 5px;
    color: #fe6c03;
}


/* =========================================================
   10. GENERAL BUTTONS
   ========================================================= */

.btn-imbundo {
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
    background: #128025;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.btn-imbundo:hover {
    background: #fe6c03;
    color: #ffffff;
}

.btn-imbundo-orange {
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
    background: #fe6c03;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.btn-imbundo-orange:hover {
    background: #128025;
    color: #ffffff;
}


/* =========================================================
   11. SECTIONS
   ========================================================= */

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-padding-sm {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-header {
    margin-bottom: 30px;
}

.section-title {
    margin: 0;
    padding-left: 12px;
    border-left: 4px solid #128025;
    color: #040b0f;
    font-size: 25px;
    font-weight: 800;
}

.section-subtitle {
    margin-top: 7px;
    color: #777777;
    font-size: 14px;
}

.section-link {
    color: #128025;
    font-size: 13px;
    font-weight: 700;
}

.section-link:hover {
    color: #fe6c03;
}


/* =========================================================
   12. NEWS CARDS
   ========================================================= */

.news-card {
    height: 100%;
    margin-bottom: 25px;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.news-card:hover {
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.12);
}

.news-card-image {
    overflow: hidden;
}

.news-card img {
    width: 100%;
    height: auto;
    display: block;
}

.news-card-body {
    padding: 20px;
}

.news-card-title {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.4;
}

.news-card-title a {
    color: #040b0f;
}

.news-card-title a:hover {
    color: #128025;
}

.news-card-excerpt {
    margin-bottom: 15px;
    color: #666666;
    font-size: 14px;
}

.news-card-meta {
    color: #888888;
    font-size: 12px;
}

.news-card-meta span {
    margin-right: 12px;
}


/* =========================================================
   13. FEATURED NEWS
   ========================================================= */

.featured-news {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #040b0f;
}

.featured-news img {
    width: 100%;
    height: auto;
    display: block;
}

.featured-news-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 35px;
    background: rgba(4, 11, 15, 0.85);
}

.featured-news-title {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.2;
}

.featured-news-title a {
    color: #ffffff;
}

.featured-news-title a:hover {
    color: #fe6c03;
}


/* =========================================================
   14. BADGES
   ========================================================= */

.breaking-badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    background: #fe6c03;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
}

.category-badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    background: #eaf5eb;
    color: #128025;
    font-size: 11px;
    font-weight: 700;
}

.category-badge:hover {
    background: #128025;
    color: #ffffff;
}


/* =========================================================
   15. SIDEBAR
   ========================================================= */

.sidebar-box {
    margin-bottom: 25px;
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    background: #ffffff;
}

.sidebar-title {
    margin-top: 0;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #128025;
    color: #040b0f;
    font-size: 18px;
    font-weight: 700;
}


/* =========================================================
   16. MOST READ
   ========================================================= */

.most-read-item {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
}

.most-read-item:last-child {
    border-bottom: 0;
}

.most-read-number {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    padding-top: 4px;
    border-radius: 50%;
    background: #128025;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    vertical-align: top;
}

.most-read-title {
    display: inline;
    font-size: 14px;
}

.most-read-title a {
    color: #222222;
}

.most-read-title a:hover {
    color: #128025;
}


/* =========================================================
   17. ARTICLE
   ========================================================= */

.article-container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.article-title {
    margin-top: 0;
    margin-bottom: 18px;
    color: #040b0f;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
}

.article-meta {
    margin-bottom: 25px;
    color: #777777;
    font-size: 13px;
}

.article-meta span {
    margin-right: 15px;
}

.article-meta i {
    margin-right: 5px;
    color: #128025;
}

.single-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
    border-radius: 8px;
}

.article-content {
    color: #333333;
    font-size: 18px;
    line-height: 1.9;
}

.article-content p {
    margin-bottom: 20px;
}

.article-content h2 {
    margin-top: 35px;
    margin-bottom: 15px;
    color: #040b0f;
    font-size: 28px;
}

.article-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #040b0f;
    font-size: 22px;
}

.article-content img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   18. SHARE BUTTONS
   ========================================================= */

.share-buttons {
    margin-top: 25px;
    margin-bottom: 25px;
}

.share-buttons a {
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 7px;
    padding-top: 7px;
    border-radius: 50%;
    background: #eaf5eb;
    color: #128025;
    text-align: center;
}

.share-buttons a:hover {
    background: #128025;
    color: #ffffff;
}


/* =========================================================
   19. FORMS
   ========================================================= */

.form-control,
.form-select {
    min-height: 42px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.form-control:focus,
.form-select:focus {
    border-color: #128025;
    box-shadow: none;
}

textarea.form-control {
    min-height: 140px;
}

.form-label {
    color: #222222;
    font-size: 13px;
    font-weight: 700;
}


/* =========================================================
   20. PAGINATION
   ========================================================= */

.page-link {
    color: #128025;
    border: 1px solid #dddddd;
}

.page-link:hover {
    background: #128025;
    color: #ffffff;
}

.page-item.active .page-link {
    background: #fe6c03;
    border-color: #fe6c03;
    color: #ffffff;
}


/* =========================================================
   21. VIDEO
   ========================================================= */

.video-card {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 8px;
    background: #040b0f;
}

.video-card img {
    width: 100%;
    height: auto;
    display: block;
}

.video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 55px;
    height: 55px;
    margin-left: -27px;
    margin-top: -27px;
    padding-top: 13px;
    border-radius: 50%;
    background: #128025;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}

.video-card:hover .video-play {
    background: #fe6c03;
}


/* =========================================================
   22. NEWSLETTER
   ========================================================= */

.newsletter-box {
    padding: 40px;
    border-radius: 10px;
    background: #040b0f;
    border-top: 4px solid #128025;
}

.newsletter-box h2 {
    color: #ffffff;
}

.newsletter-box p {
    color: #cccccc;
}

.newsletter-form {
    margin-top: 20px;
}

.newsletter-form input {
    height: 44px;
    border: 0;
    border-radius: 5px;
}

.newsletter-form button {
    height: 44px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    border-radius: 5px;
    background: #fe6c03;
    color: #ffffff;
    font-weight: 700;
}

.newsletter-form button:hover {
    background: #128025;
}


/* =========================================================
   23. ADVERTISEMENT
   ========================================================= */

.ad-space {
    min-height: 100px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 40px;
    border: 1px dashed #cccccc;
    background: #ffffff;
    color: #999999;
    text-align: center;
    font-size: 11px;
}


/* =========================================================
   24. FOOTER
   ========================================================= */

.site-footer {
    margin-top: 60px;
    padding-top: 55px;
    background: #040b0f;
    color: #cccccc;
    border-top: 4px solid #128025;
}

.footer-brand {
    margin-bottom: 15px;
}

.footer-logo {
    width: 65px;
    height: 65px;
    margin-bottom: 12px;
}

.footer-brand-name {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
}

.footer-brand-tagline {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #fe6c03;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
}

.footer-text {
    max-width: 450px;
    color: #b9c1bd;
    font-size: 14px;
    line-height: 1.8;
}

.footer-title {
    margin-top: 0;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.footer-title:after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    margin-top: 8px;
    background: #fe6c03;
}

.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #b9c1bd;
    font-size: 14px;
}

.footer-links a:hover {
    color: #fe6c03;
}

.footer-contact {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-contact li {
    margin-bottom: 14px;
    color: #b9c1bd;
    font-size: 14px;
}

.footer-contact i {
    width: 22px;
    margin-right: 5px;
    color: #128025;
}

.footer-contact a {
    color: #b9c1bd;
}

.footer-contact a:hover {
    color: #fe6c03;
}

.footer-contact-note {
    margin-top: 20px;
    color: #9da7a2;
    font-size: 13px;
}

.footer-contact-note a {
    color: #fe6c03;
}

.footer-social {
    margin-top: 20px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    display: inline-block;
    margin-right: 7px;
    padding-top: 8px;
    border-radius: 50%;
    background: #15211b;
    color: #ffffff;
    text-align: center;
}

.footer-social a:hover {
    background: #fe6c03;
    color: #ffffff;
}

.footer-divider {
    height: 1px;
    margin-top: 25px;
    margin-bottom: 20px;
    background: #26312c;
}

.footer-bottom {
    padding-bottom: 20px;
}

.footer-copy {
    margin: 0;
    color: #8f9994;
    font-size: 12px;
}

.footer-copy strong {
    color: #ffffff;
}

.footer-powered {
    margin: 0;
    color: #8f9994;
    font-size: 12px;
    text-align: right;
}

.footer-powered a {
    color: #128025;
    font-weight: 700;
}

.footer-powered a:hover {
    color: #fe6c03;
}


/* =========================================================
   25. TABLES
   ========================================================= */

.table thead th {
    background: #128025;
    color: #ffffff;
}

.table tbody td {
    color: #333333;
}


/* =========================================================
   26. ALERTS
   ========================================================= */

.alert {
    border-radius: 5px;
}


/* =========================================================
   27. TABLET
   ========================================================= */

@media (max-width: 991px) {

    .topbar {
        display: none;
    }

    .brand-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .brand-motto {
        display: none;
    }

    .professional-search {
        margin-top: 15px;
    }

    .main-navbar .nav-link {
        padding: 10px 5px;
    }

    .hero-section {
        min-height: 450px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .hero-title {
        font-size: 40px;
    }
}


/* =========================================================
   28. MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .brand-header {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .site-logo {
        width: 55px;
        height: 55px;
        margin-right: 8px;
    }

    .brand-name {
        font-size: 22px;
    }

    .brand-tagline {
        font-size: 8px;
        letter-spacing: 1px;
    }

    .breaking-label {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 9px;
    }

    .breaking-track span {
        margin-right: 30px;
        font-size: 11px;
    }

    .hero-section {
        min-height: 400px;
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-description {
        font-size: 15px;
    }

    .section-padding {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .section-title {
        font-size: 21px;
    }

    .news-card {
        margin-bottom: 20px;
    }

    .featured-news-overlay {
        padding: 20px;
    }

    .featured-news-title {
        font-size: 27px;
    }

    .article-title {
        font-size: 32px;
    }

    .article-content {
        font-size: 16px;
        line-height: 1.8;
    }

    .newsletter-box {
        padding: 25px 20px;
    }

    .footer-main {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .footer-powered {
        margin-top: 10px;
        text-align: left;
    }
}


/* =========================================================
   29. SMALL PHONES
   ========================================================= */

@media (max-width: 575px) {

    .site-logo {
        width: 48px;
        height: 48px;
    }

    .brand-name {
        font-size: 19px;
    }

    .brand-tagline {
        font-size: 7px;
    }

    .hero-title {
        font-size: 28px;
    }

    .hero-description {
        font-size: 14px;
    }

    .article-title {
        font-size: 28px;
    }

    .sidebar-box {
        padding: 17px;
    }

    .newsletter-box {
        padding: 25px 18px;
    }
}