/*
Theme Name:     ShareBlock Child
Theme URI: 		http://jellywp.com/wp/shareblock/
Description: 	WordPress Blog Magazine Theme
Author:         Jellywp
Author URI: 	http://themeforest.net/user/jellywp
Template:       shareblock
Version:        1.0
*/
.jl_side_author {
    display: none;
}

/* .post_sw {
  display: none !important;
}
*/
.post_content_w .post_content {
    max-width: calc(100% - 0px) !important;
}

.post_content_w .post_sw {
    width: 80px !important;
    margin-left: -90px;
}

.jl_sfoot {
    display: none !important;
}

.jl_relsec {
    display: none !important;
}

.comment-respond {
    display: none !important;
}

.postnav_w {
    display: none !important;
}

.single_tag_share {
    display: none !important;
}

/* form aling */
.wp-block-column.is-vertically-aligned-center {
    align-self: center;
    text-align: center;
}

.jelly-newsletter-content {
    justify-content: center;
}

.header_magazine_full_screen .menu_wrapper .jl_main_menu > li > a {
    font-size: 14px;
}

.flex-viewport {
    height: auto !important;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.color__category {
    color: white;
    text-transform: uppercase;
}

.color__date {
    color: whitesmoke;
}

.category__new {
    border-bottom: #767676 dashed 2px;
}

.title__afiliado {
    margin-top: 30px;
    font-size: 25px;
}

.list__afiliado {
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    line-height: 2.5;
    /* align-items: center; */
}

.item__afiliado {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
}

.image__afiliado {
    width: 40px;
}

.jl-grid-cols.jl_grid_c {
    text-align: left !important;
}

.image-post-thumb {
    display: none;
}

/*post-related*/
.post-related {
    display: flex;
    margin-bottom:30px;
    flex-direction: row;
}

.post-card {
    height: 260px;
    padding-right: 32px;
    width: 35%;
}
.post-content__title{
    padding-top: 16px;
    position: absolute;
    font-size: 24px;
    font-weight: var(--jl-title-font-weight);
}


/*internal collections */
.subcategories{
    padding:10px;
    height:auto;

}
.subcategories-title{
    font-size:25px;
}
.subcategories-content{
    font-size:16px;
    line-height: 1.8;
}
.footer-main{
    background-color: #b74326;
    color: rgb(255, 255, 255);
}
.sub-footer{
    background-color: aliceblue;
    color: black;

}
.foot-title{
    color: white;
}
