/*
Theme Name: Social Media Ban for Kids
Theme URI: https://socialmediaban.lisboncouncil.net
Author: M.Marcello Verona <marcello.verona@lisboncouncil.net>
Description: Social Media Ban for Kids Blog - A Lisbon Council Initiative
Version: 1.0.0
Tags: bootstrap
*/

/* ---- Font families ---- */
body {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Serif Display', serif;
}

/* ---- Navbar & Footer styles inherited from main site style.css ---- */

/* ---- Theme base styles ---- */

.screen-reader-text {
    display: none;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
}

ul.page-numbers {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-numbers li {
    color: #0F1B2D;
    background-color: #fff;
    margin: 0 4px;
    font-weight: normal;
}

.page-numbers li a ,
.page-numbers li span
{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #009FE3;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-numbers li span {
    color: #fff;
    background-color: #0F1B2D;
    border-color: #0F1B2D;
}

.page-numbers li a {
    color: #0F1B2D;
    background-color: #fff;
    margin: 0 4px;
    font-weight: normal;
}

.page-numbers li a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #0F1B2D;
    border-color: #0F1B2D;
}

.a2a_svg {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.a2a_svg:hover {
    -webkit-filter: grayscale(1%);
    filter: grayscale(1%);
}

.rt-reading-time{
    margin-bottom: 1em;
    font-style: italic;
}

.intro-blog {
    margin: 1em 0 0;
    border-bottom: 1px solid #0F1B2D;
    padding: 2em 10px;
    font-size: 1.1rem;
    color: #0F1B2D;
}

#page-content .blog-post {
    margin-top: 2em;
}

.outro-blog h4 {
    margin-bottom: 1rem;
}

.outro-blog img {
    border-radius: 50% !important;
    float:left;
    margin: 0 2em 0em 0;
    width: 90px;
    height: 90px;
}

.outro-blog p {
    clear: left;
}

.coming-soon {
    margin: 66px 0 0 20px;
    padding: 0 2em;
    text-align: left;
    color: #555;
    min-height: 100px;
    border-left: 2px solid #009FE3;
}

.content-single .coming-soon {
    margin: 26px 0 0 0;
}

.coming-soon strong {
    font-size: 0.9rem;
}

h2.blog-post-title {
    font-size: 2.7rem;
}

.author-single {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #ccc;
}

.author-single-name {
    font-weight: 500;
    font-size: 0.9rem;
}

.author-single-desc {
    font-size: 0.9em;
}

.intro-blog blockquote {
    font-size: 30px;
    font-weight: 500;
}

.capitalized {
    font-variant-caps: all-small-caps;
    font-weight: 500;
    font-size: 1.2rem;
    color: #888;
    letter-spacing: .1rem;
}

h4.capitalized {
    font-family: 'Inter', sans-serif;
}



.tag-block{
    display: block;
}

.author-single-name img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.blog-post p {
    color: #555;
}

.category-posts {
    padding: 1.5em;
    background-color: #f7f7f7;
    margin-top: 30px;
    font-size: 0.9rem;
    color: #333;
}

.category-post {
    font-size: 0.85rem;
    font-weight: 500;
}

a.wp-block-file__button {
    display: none;
}

.fadetowhite:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 82%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    content: '';
    display: block;
    height: 100px;
    position: relative;
    top: -100px;
    left: 0px;
}

@media print {

    /*
    @page {
        size: A4;
        margin: 0;
    }

    html,
    body {
        width: 210mm;
        height: 282mm;
        background: #FFF;
        overflow: visible;
        margin-left: 25mm;
        margin-right: 25mm;
    }

    main {
        margin: 25mm 25mm 25mm 25mm;
    }
    */

    h1.page-title {
        font-size: 2.7rem;
    }

    #page-content .blog-post {
        margin-top: 2em;
        width: 800px;
        margin: 0 auto;
    }

    .row.page-title-cont ,
    .row.page-title-cont-h
    {
        width: 800px;
        margin: 0 auto;
    }

    .hc-container {
        width: 100%;
        text-align: center;
    }

    footer,
    .footer-smb {
        display: none;
    }

    #iubenda-cs-banner .iubenda-cs-content {
        display: none;
    }
}