/*
Theme Name: 	    NewsHours
Text Domain: 	    newshours
Template: 			newsmash
Version:            0.2
Tested up to:       6.5
Requires at least:  4.7
Requires PHP:       7.0
Author:             DesertThemes
Author URI:         https://desertthemes.com/
Theme URI:          https://desertthemes.com/themes/newshours-free/
Description:        NewsHours is a fast, clean, Best Responsive News Magazine WordPress theme. NewsHours is suitable for dynamic news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. With its modern and clean design, NewsHours offers a visually appealing layout that is easy to navigate, making it ideal for delivering content to your readers. This theme comes equipped with a range of customizable options, custom widgets, and color schemes, allowing you to tailor your website to your specific needs and branding. It also supports various post formats, making it easy to present a variety of content types, from articles and videos to images and galleries. NewsHours is optimized for speed and SEO, ensuring that your website loads quickly and ranks well in search engine results. Its responsive design ensures that your content looks great on all devices, whether it's a desktop computer, tablet, or smartphone. NewsHours demos https://preview.desertthemes.com/newsmash/
Tags:               blog, e-commerce, entertainment, grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, featured-image-header, flexible-header, post-formats, rtl-language-support, translation-ready, theme-options, threaded-comments, footer-widgets
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

:root {
    --dt-main-rgb: 26, 94, 32;
    --dt-black-color: #000;
}

.dt_header.header--two .dt_header-topbar+.dt_header-navwrapper {
    padding-top: 0;
}

@media (min-width: 62em) {
    .dt_header.header--two .dt_header-topbar+.dt_header-navwrapper .site--logo{
        min-height: 14rem;
    }
    .dt_header.header--two .site--logo{
        min-height: 8.6rem;
    }
}

.dt_header.header--two .dt_header-navwrapper {
    padding-top: 7rem;
}


.dt_header.header--two .site--logo {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.dt_header.header--two .dt_navbar-menu.is--sticky.on {
    width: 100%;
    margin: 0;
}

.header--two+.toptags {
    padding-top: 0;
}

.header--two + .hero-carousel {
    margin-top: 0;
}

.dt_header.header--two .dt_navbar-menu {
    justify-content: center;
    padding: 2rem 0;
}

.dt_header.header--two .dt_header-navwrapper .dt_navbar-menu:not(.on) {
    border-top: solid 1px rgba(189, 189, 189, 0.3);
}

.dt_header.header--two .dt_navbar-menu .dt_navbar-nav {
    text-align: center;
}

.post.post-grid.rounded.bordered,
.dt_sidebar .widget {
    background-color: #fff;
}

.dt_sidebar .widget .wp-block-image + p,
.dt_sidebar .widget .wp-block-image + .wp-block-spacer + p {
    line-height: 1.2;
    margin: 0;
}

.dt_sidebar .wp-block-image.is-style-rounded img {
    box-shadow: 2px 3px 0 #000;
    padding: 3px;
}

.post.post-list .thumb {
    max-width: 340px;
    flex-basis: 340px;
}

.post.post-list .post-bottom .social-share .icons {
    margin-bottom: 0;
}