/*!
Theme Name:   Azure Newspaper
Theme URI:    https://demo.codevibrant.com/azure-demo/
Author:       CodeVibrant
Author URI:   https://codevibrant.com
Description:  Introducing Azure Newspaper – a free, modern WordPress magazine theme designed to give your website a professional edge. Inspired by Azure News, this theme brings you a simplified and user-friendly customization experience, allowing you to transform your site effortlessly.
Version:      1.0.1
Tested up to: 6.8
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Template:     azure-news
Text Domain:  azure-newspaper
Tags:         news, blog, entertainment, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, threaded-comments, translation-ready, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

#colophon .wp-block-latest-posts li a{
    color:#fff;
}


.single .entry-content a {
    text-decoration: underline;
}

.social-icons-wrapper .social-icon i{
    font-size: 18px;
}

.comment-content a {
	text-decoration: underline;
}


@media (max-width: 700px) {


  .azure-news-site-layout--boxed #page {
    width: 100% !important;
    }

    .azure-news-site-layout--boxed .azure-news-container{
        padding:0px 20px;
    }

    .azure-news-site-layout--boxed .bottom-header-wrapper .azure-news-container {
    padding: 0px 0px;
    }

    .azure-news-site-layout--boxed .header-news-ticker-wrapper{
        padding: 0;
    }

    .header-news-ticker-wrapper .single-post-wrap {
    padding-top: 4px;
    }

    .azure-news-site-layout--boxed .main-header-wrapper .azure-news-container.azure-news-flex {
    gap: 10px;
    }

    .azure-news-site-layout--boxed .tabbed-content-wrapper .single-post-wrap .post-image{
        padding-left:0px;
    }
}