/*!
Theme Name: One Newspaper Pro Child
Template:   one-newspaper-pro
Theme URI: http://blazethemes.com/theme/one-newspaper-pro-child
Author: BlazeThemes
Author URI: https://blazethemes.com/
Description: One Newspaper Theme helps to illustrate your distinguished story through its interactive and stylish page layouts.  Adorned with multiple eye-catching demos, one newspaper theme allows you to set up your blog in minimal steps by importing unique demos.  Not only is it beautiful, it’s immensely easy to customize too. You will find SEO options, theme settings, menu settings, mobile view options, design controls, and all in one central place - Live Customizer. After viewing the demo and customizer settings, you will soon realize the dedicated focus that One Newspaper Theme has put on mobile users, SEO, and UI/UX design. As a result, it should come as no surprise that there are image Settings - image ratio, image size, image border, image box shadow for each block and widget. It has more to offer you to extend with additional features.
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: one-newspaper-pro-child
Tags: blog, entertainment, one-column, two-columns, grid-layout, left-sidebar, right-sidebar, custom-header, flexible-header, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, rtl-language-support, footer-widgets, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

One Newspaper is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*
*
*   For All Templates 
*
*/

.news-grid .post-thumb-wrap {
    margin-bottom: 16px;
}

.news-list figure {
    padding-bottom: calc(var(--one-newspaper-post-list-image-ratio) * 100%);
}

.news-list img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
}

/* Home One */
    .page-template-home-one .leftc-rights-section {
        padding: 30px 0 60px;
    }

    .page-template-home-one #full-width-section {
        padding: 30px 0;
    }

    .page-template-home-one #bottom-full-width-section {
        padding-bottom: 60px;
    }

/* Home Two */
    .page-template-home-two #full-width-section {
        padding: 30px 0 20px;
    }

    .page-template-home-two #bottom-full-width-section {
        padding-bottom: 60px;
    }

/* Home Three */
    .page-template-home-three #full-width-section {
        padding-bottom: 30px;
    }

    .page-template-home-three #leftc-rights-section {
        padding: 30px 0 60px;
    }

    .page-template-home-three #leftc-rights-section .news-grid .section-head {
        display: none;
    }

    .page-template-home-three .two-column-section .news-list .blaze_box_wrap {
        align-items: center;
    }

/* Home Four */
    .page-template-home-four #leftc-rights-section {
        padding: 30px 0;
    }

    .page-template-home-four #full-width-section {
        padding: 30px 0 20px;
    }

    .page-template-home-four #lefts-rightc-section {
        padding-bottom: 60px;
    }

/* Home Five */
    .page-template-home-five #leftc-rights-section {
        padding-top: 30px;
    }

    .page-template-home-five #full-width-section {
        padding-bottom: 30px;
    }

    .page-template-home-five #bottom-full-width-section {
        padding-bottom: 60px;
    }

@media (max-width: 610px) {
    .page-template-home-three .two-column-section .news-list .blaze_box_wrap {
        align-items: initial;
    }
}