.wp-block-advgb-list li{
    margin-bottom: 15px;
}
.blog-stream .entry-content {
    font-size: 19px;
}

body.single .featured-image{
    display: none !important;
}
.nav-single {
    margin: 20px 0;
}

/*Desktop*/
@media only screen and (min-width: 768px) {
    .pregunta{
        color:#dd3939;
        letter-spacing: 1.2px;
    }
    .site-footer {
        border-top: 6px solid #333;
        margin-bottom: 0px;
    }
    .is-footer-boxed .footer-insta .instagram-size-large li{
        padding: 1px;
    }
    .footer-insta ul{
        position: relative;
        top: -1px;
    }
    .footer-widgets {
        padding: 50px 0 0px;
    }
    .site-description.selectionShareable{
        display: none;
    }
    .site-main {
        padding: 50px 0 0;
    }
    #lottie{
        background-color: #fff;
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        transform: translate3d(0,0,0);
        text-align: center;
        opacity: 1;
        margin-top: -125px;
        margin-bottom: -110px;
        z-index: 9;
        cursor: pointer;
    }
    .site-navigation {
        text-align: center;
        position: relative;
        z-index: 99;;
    }
}

/*Mobile*/
@media only screen and (max-width: 768px) {

    .share-links {
        margin: 3em 0 -35px;
        font-size: 14px;
    }
    
    .entry-title{
        font-size: 22px;
    }
    .pregunta{
        color: #dd3939;
        letter-spacing: 1.5px;
        font-size: 18px;
    }
    .posted-on,.nav-single{
        display: none;
    }

    .wp-block-media-text .wp-block-media-text__content{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }

    
    .site-footer {
        border-top: 6px solid #333;
        margin-bottom: 0px;
    }
    .site-branding {
        text-align: center;
        padding: 0px 0;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -20px;
    margin-bottom: -20px;
    }
    html {
        font-size: 16px;
        line-height: 1.9;    overflow-wrap: break-word;
    }
    .footer-insta ul li {
        display: inline-block;
        width: 25% !important;
        padding: 0;
        font-size: 1em;
    }
    .site-header .social-link {
        margin: 0;
        font-size: 18px;
        width: 30px;
        line-height: 30px;
        color: rgba(0, 0, 0, 0.7);
        border: 0;
        background: none;
    }
}
