/* estilos do post showme */

/* geral */
.single-post-showme{
    padding: 0 15px;
}

.single-post-showme .content-area{
    max-width: 100%;
    width:100%;
    position: relative;
}

/* header post */
#showme-post-header{
    padding: 30px 0 40px 0;
}

#showme-post-header .showme-post-title{
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 24px;
    line-height: 1.5;
}

#showme-post-header .showme-post-excerpt{
    margin: 0 0 30px 0;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 1.5;
    font-weight: 300;
}

#showme-post-header #showme-post-metadata{
    color: #000;
    font-family: 'Roboto' , 'Arial';
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
}

#showme-post-header #showme-post-metadata .showme-post-meta{
    margin-bottom: 20px;
    display: block;
    padding:0;
}

#showme-post-header #showme-post-metadata #showme-post-date-time .showme-post-meta-item{
    display: block;
    text-align: center;
}

#showme-post-header #showme-post-metadata #showme-post-date-time #showme-post-date{
    margin-bottom: 20px;
}

#showme-post-header #showme-post-metadata #showme-post-share{
    margin-bottom: 0;
}

#showme-post-header #showme-post-metadata #showme-post-share .share-buttons{
    display: inline-block;
    height: 26px;
    width: auto;
}

#showme-post-header #showme-post-metadata #showme-post-share .share-buttons .share-button{
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    width: 26px;
    height: 26px;
    text-align: center;
    background: #000;
}

#showme-post-header #showme-post-metadata #showme-post-share .share-buttons .share-button.linkedin{
    margin-right: 0;
}

#showme-post-header #showme-post-metadata #showme-post-share .share-buttons .share-button .share-link{
    display: inline-block;
    line-height: 26px;
    font-size: 15px;
    color: #fff;
}

#showme-post-header #showme-post-metadata #showme-post-share .share-buttons .whatsapp-action{
    display: none;
}

/* conteudo do post */
#showme-post-content p{
    line-height: 2;
    font-size: 16px;
    color: #292929;
}

#showme-post-content h1,
#showme-post-content h2,
#showme-post-content h3,
#showme-post-content h4{
    font-family: 'Merriweather' , 'Lucida Sans Unicode', serif;
    color: #000;
    font-size: 24px;
    line-height: 1.25;
    font-weight: normal;
}

#showme-post-content .wp-caption{
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    margin-bottom: 30px;
}

#showme-post-content .wp-caption img{
    margin:0;
}

#showme-post-content .wp-caption-text{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    margin:0;
    padding: 10px;
    font-family: 'Merriweather' , 'Lucida Sans Unicode', serif;
    font-size: 12px;
    display: inline-block;
    line-height: 1;
}

#showme-post-content .galeria-de-fotos-slider{
    margin-bottom: 40px;
}

/* publicidade */
#showme-post-content.single-content .showme-post-ad{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
}

#showme-post-content.single-content .ads-block{
    display: block;
}

#showme-post-content.single-content .pp-box-adunit{
    padding:0 ;
    background: transparent;
}

@media only screen and (min-width:768px) {

    /* geral */
    .single-post-showme{
        padding: 0;
    }

    /* header post */
    #showme-post-header .showme-post-title{
        font-size: 32px;
        line-height: 1.4;
    }

    #showme-post-header .showme-post-excerpt{
        font-size: 22px;
    }

    #showme-post-header #showme-post-metadata{
        text-align: center;
    }

    #showme-post-header #showme-post-metadata .showme-post-meta{
        width: auto;
        display: inline-block;
    }

    #showme-post-header #showme-post-metadata .showme-post-meta#showme-post-share{
        width: 100%;
    }

    #showme-post-header #showme-post-metadata #showme-post-author{
        text-align: left;
        padding-left: 15px;
    }

    #showme-post-header #showme-post-metadata #showme-post-date-time{
        text-align: right;
    }

    #showme-post-header #showme-post-metadata #showme-post-date-time .showme-post-meta-item{
        display: inline-block;
        text-align: center;
    }

    #showme-post-header #showme-post-metadata #showme-post-date-time #showme-post-date{
        margin-bottom: 0;
    }

    #showme-post-header #showme-post-metadata #showme-post-date-time #showme-post-time{
        margin-left: 15px;
    }

    /* conteudo do post */
    #showme-post-content p{
        line-height: 1.8;
        font-size: 18px;
    }
    
    #showme-post-content h1,
    #showme-post-content h2,
    #showme-post-content h3,
    #showme-post-content h4{
        font-size: 32px;
    }

    #showme-post-content .wp-caption{
        margin-left: 0;
        margin-right: 0;
    }

    #showme-post-content .wp-caption.alignleft{
        float:left;
        margin-right: 30px;
        width: 45%!important;
    }

    #showme-post-content .wp-caption.alignright{
        float:right;
        margin-left: 30px;
        width: 50%;
    }

    /* publicidade */
    #showme-post-content.single-content .showme-post-ad{
        margin-left: 0;
        margin-right: 0;
    }

}

@media only screen and (min-width:992px) {

    /* geral */
    .single-post-showme{
        padding: 0;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    /* post header */
    #showme-post-header #showme-post-metadata{
        line-height: 26px;
    }

    #showme-post-header #showme-post-metadata .showme-post-meta{
        margin-bottom: 0;
        display: inline-block;
        width: auto;
    }

    #showme-post-header #showme-post-metadata .showme-post-meta#showme-post-share{
        width: auto;
        padding-left: 15px;
        line-height: 26px;
        height: 26px;
    }

    #showme-post-header #showme-post-metadata .showme-post-meta .showme-post-meta-item{
        float: left;
    }

    #showme-post-header #showme-post-metadata .showme-post-meta .showme-post-meta-item .showme-meta-icon{
        height: 26px;
        width: auto;
    }

    /* conteudo do post */
    #showme-post-content .wp-caption.aligncenter{
        position: relative;
        overflow: visible;
        width: 100%;
        max-width: 900px;
    }

    #showme-post-content .wp-caption.aligncenter img{
        width: 100vw!important;
        max-width: 100vw!important;
        position: relative;
        --showme-content-img-margin-left: calc(calc(100vw - 900px) / 2 );
        margin-left: calc( var(--showme-content-img-margin-left) * -1);
    }

    /* publicidade */
    #showme-post-content.single-content .pp-box-adunit iframe{
        width: 100%;
    }
}

/* Leia mais fix */
.site-card .card-image .card-image-content {
    height: 0!important;
}