/*
Theme Name:   MagazineX Child
Theme URI:    aaa
Description:  MagazineX Child Theme
Author:       John Doe
Author URI:   aaa
Template:     magazinex
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  magazinexchild
*/

/***** general */

html {
    
    margin-top: 30px;
}

/***** header */


.mzx-header-1 {
    
    position: relative;
}

.mzx-header-1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 0;
}

/******* posts */

.mzb-grid-module .mzb-post-content {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0));
    height: 100%;
}

/***** single */


.single .entry-thumbnail .thumbnail-caption {
    font-size: 10px;
    padding: 5px;
    font-style: italic;
}

.nav-links .thumbnail-caption, .mzx-related-posts .thumbnail-caption {
    display: none;
}

.single .entry-content p {
    font-size: 16px;
}

.single .entry-content .wp-block-quote p {
    font-size: 20px;
}

.single p.article-source {
    font-size: 14px;
    padding: 10px 0;
}

.single p.article-source a {
    text-decoration: underline;
    font-style: italic;
}

/******* about */

.wp-block-image.about-profile-pic img {
    border-radius: 50%;
    margin: 0 0 20px 0;
}


/****** disclaimer*/


div#disclaimer {
    position: absolute;
    top: 0;
    z-index: 10;
    background: #c888fa;
    padding: 5px;
    width: 100%;
    text-align: center;
    color: #FFF;
}

div#disclaimer a {
    color: #d8d7d7;
    text-decoration: underline;
}


/*** mobile */

@media(max-width: 768px) {
    .mzb-grid-module-208a01ce.mzb-grid-module .mzb-posts {
        grid-template-columns: 1fr;
    }
}