.jeg_page_header {
    margin: 20px 0 30px
}
.jeg_main_content .jeg_page_header {
    margin-top: 0
}
.jeg_page_title {
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -.04em
}
.jeg_cat_title {
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -.04em;
     text-align: center;
color: blue;
    text-transform: uppercase;
}
.jeg_cat_subtitle {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0;
    color: #a0a0a0
}
.jeg_archive_header {
    margin-bottom: 40px
}
.jeg_archive_title {
    font-weight: 700;
    font-size: 26px;
    margin: 0 0 15px
}
.jeg_archive_search {
    background: #f7f7f7;
    padding: 20px
}
.jeg_archive_search form {
    position: relative
}
.jeg_archive_search .jeg_search_button,
.search_review_button {
    font-size: 14px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    right: 0
}
.jeg_authorpage .jeg_author_wrap {
    position: relative;
    padding: 30px 20px;
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    border-radius: 3px
}
.jeg_authorpage .jeg_author_image {
    width: auto
}
.jeg_authorpage .jeg_author_image img {
    width: 110px;
    height: 110px
}
.jeg_authorpage .jeg_author_content {
    padding-left: 110px;
    margin-left: 30px
}
.jeg_authorpage .jeg_author_name {
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 5px
}
.jeg_authorpage .jeg_author_content p {
    width: 75%
}
.authorlink {
    position: relative;
    right: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}
.authorlink li {
    display: inline-block
}
.authorlink li a {
    display: block;
    color: #212121;
    text-align: center;
    line-height: 38px;
    padding: 0 12px;
    position: relative
}
.authorlink li.active a:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #f70d28;
    position: absolute;
    left: 0;
    bottom: -1px
}
.authorlink a:hover {
    color: #f70d28
}
.jeg_authorpage .jeg_author_wrap::after {
    content: "";
    display: block;
    clear: both
}
.jeg_cat_header_1 {
    margin-bottom: 40px;
    background: 0 0
}
.jeg_cat_header_2 {
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin: -30px 0 40px
}
.jeg_cat_overlay {
    position: relative;
    overflow: hidden;
    z-index: 0
}
.jeg_cat_overlay .jeg_cat_bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2)
}
.jeg_cat_overlay.dark .jeg_cat_bg:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0, rgba(0, 0, 0, .65) 100%)
}
.jeg_cat_overlay .jeg_cat_bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    -webkit-transition: 0s linear;
    -o-transition: 0s linear;
    transition: 0s linear
}
.jeg_cat_overlay .jeg_title_wrap {
    position: relative;
    z-index: 2;
    padding: 60px 0
}
.jeg_cat_overlay .jeg_breadcrumbs {
    position: relative;
    z-index: 2;
    margin: 15px 0 0
}
.jeg_cat_overlay.dark #breadcrumbs,
.jeg_cat_overlay.dark #breadcrumbs a,
.jeg_cat_overlay.dark .jeg_cat_subtitle,
.jeg_cat_overlay.dark .jeg_cat_title {
    color: #fff
}
.jeg_cat_overlay .jeg_cat_title {
    margin-bottom: 0
}
.jeg_cat_header_3 {
    margin: -30px 0 40px
}
.jeg_cat_header_3 .jeg_cat_subtitle {
    max-width: 700px
}
.jeg_cat_header_4 {
    margin: -30px 0 40px
}
.jeg_cat_header_4 .jeg_cat_overlay .jeg_title_wrap {
    text-align: center;
    width: 80%;
    max-width: 670px;
    padding: 100px 0;
    margin: 0 auto
}



.category-opiniones .jeg_posts.jeg_load_more_flag {
    display: grid;
    grid-template-columns: auto auto  auto;
}

.category-opiniones .jeg_postblock_22.jeg_col_3o3 .jeg_post {
        width: 100%;
        display: grid;
        grid-template-columns: 25% auto;
        grid-column-gap: 10px;
        margin-bottom: 9px;
    }
    
    
    .category-opiniones .jeg_post_category span a {
    width: 0;
    height: 0;
    background: transparent;
    display: none;
}




@media screen and (max-width: 768px) {
    .category-opiniones .jeg_postblock_22.jeg_col_3o3 .jeg_post {
        width: 100%;
        display: grid;
        grid-template-columns: 100%;
        margin-bottom: 9px;
    }

    .category-opiniones .jeg_posts.jeg_load_more_flag{
        grid-template-columns: 50% auto;
        grid-column-gap: 5px;
    }
}



.jeg_inner_content 
 .entry-header {
    display: flex;
    flex-direction: column;
}

.jeg_inner_content 
 .entry-header .jeg_post_title {
   order: 1;
   color: blue;
   margin-top: 10px;
}
.jeg_inner_content 
 .entry-header .jeg_meta_container {
  order: 1;
}

.entry-header .jeg_post_meta_1 .meta_left {
    display: flex;
    align-items: center;
}

.entry-header .jeg_post_meta_1 .meta_left .jeg_meta_date {
    position: absolute;
    right: 0;
}


.jeg_share_button.share-bottom .jeg_sharelist {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.jeg_share_button.share-bottom .jeg_sharelist a.expanded {
   padding: 0 36px;
    border-radius: 15px;
}
.jeg_post_meta .jeg_meta_date {
    display: none;
}
.jeg_postblock_content h4 {
    display: none;
}