body{


}

.container {
    max-width: 1400px;
    width: 100%;
}
.entry-page-full,
.full-width-category{
    max-width: 1400px;
    width: 100%;
    margin: 50px auto;
}
/*----custom-----*/
.main-wrapper{
  
     background: #fff;
}
.blog .main-wrapper,
.single .main-wrapper,
.search .main-wrapper{
    background: rgb(242,242,242);
    background: linear-gradient(90deg, rgba(242,242,242,1) 48%, rgba(255,255,255,1) 48%);
}
.entry-post{
    background: #F2F2F2;
    padding: 0px 40px;
}
.single-head{
    /*padding: 50px 40px;*/
    padding: 50px 40px 20px 0px;
}
.single-post-content{
    background: #fff;
    padding: 50px 60px;
}
.single-thumb .entry-thumb{
    margin-bottom: 0;
}


.header{
    background: #450926;
    color: white;
    padding: 40px 0 40px;
}
.header .row{
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
.navbar-collapse{
    padding: 0;
}
.navbar-nav > li {
    margin: 0;
    margin-right: 00px;
}
.navbar-nav > li > a {
    font-family: 'Poppins', sans-serif;
    color: white;
    text-transform: none;
    letter-spacing: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400 !important;
    padding: 6px 20px;
    border-radius: 20px;
}
.navbar-nav > li > a:hover{
    color: black;
}
.header-col-1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
}

.block-title{
    text-align: center;
    letter-spacing: 0px;
    position: relative;
    margin: 60px 0 55px;
    font-size: 32px;
    position: relative;
    color: #5c0931;
    text-transform: none;
}
.block-title span:before, .block-title span:after{
    display: none;
}

.search-trigger {
    width: 44px;
    height: 44px;
}
#BigBuscador{
   transition: all .3s ease;
   transition-timing-function: cubic-bezier(.6,.07,.27,.8);
   transform: translateY(0);
}
#BigBuscador.oculto{
  transform: translateY(-100%);
}
#BigBuscador{
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    z-index: 2222222;
    background: white;
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    width: 100%;
}
#BigBuscador form.search-form button[type="submit"] {
    padding: 00;
    background: transparent;
    width: AUTO;
    /*height: 38px;*/
    border: none;
    position: relative;
    top: 0;
    right: 0;
}
#BigBuscador form{
    display: flex;
    width: 90%;
    MARGIN: AUTO;
    MAX-WIDTH: 940PX;
    PADDING: 40PX 40px 40px;
}
#BigBuscador .form-group{
    /*width: 80%;*/
    MARGIN: 0;
    flex: 1
}
#BigBuscador .form-actions{
    /*flex: 1;*/
    PADDING: 0 10PX;
    DISPLAY: FLEX;
    JUSTIFY-CONTENT: CENTER;
    ALIGN-ITEMS: CENTER;
    BORDER-RADIUS: 0 30PX 30PX 0;
}
#BigBuscador .form-actions img{
    width: 26px;
    opacity: .7;
    transition: all .2s ease;
}
#BigBuscador .form-actions:hover img{
    opacity: 1
}
#BigBuscador form.search-form input[type=search], 
#BigBuscador form.search-form input[type=search]:focus{
    background: transparent;
    width: 100%;
    HEIGHT: 50px;
    BORDER-RADIUS: 0;
    border-bottom: 1px solid #9c9c9c;
    font-style: normal;
    font-size: 16px;
}
/*---------hero-------------*/
.frontpage-banner {
    min-height: 620px;
    overflow: hidden;
    background: black;
    margin-bottom: 0;
}
.frontpage-slide-image{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.frontpage-slide-image-1{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(assets/pics/hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0; 
    animation-name: miAnimacion;
  animation-duration: 5s;
  animation-fill-mode: forwards; /* mantiene el último frame de la animación */
}

/* define la animación con keyframes */
@keyframes miAnimacion {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.2);
  }
}


.frontpage-banner .caption h2:before {
  display: none;
}
.frontpage-banner .caption h2 {
    font-size: 60px;
    margin: 0 auto 0px;
    padding: 0 0 0px;
    position: relative;
    text-transform: uppercase;
}
.frontpage-banner:before {
    background-color: #000000;
    opacity: 0.55;
}
.duo-links{margin-top: 10px;}
.bot-red{
    background: red;
    color: white;
    padding: 14px 20px;
    display: inline-block;
    border-radius: 100px;
    font-size: 16px;
    text-align: center;
    min-width: 230px;
}
.bot-crimson{
    background: #5C0931;
    color: white;
    padding: 14px 20px;
    display: inline-block;
    border-radius: 100px;
    font-size: 16px;
    text-align: center;
    min-width: 230px;
}

.bot-crimson:hover, 
.bot-crimson:visited, 
.bot-crimson:focus, 
.bot-crimson:active{
    color: white!important;
}
.bot-red:hover, 
.bot-red:visited, 
.bot-red:focus, 
.bot-red:active{
    color: white!important;
}

.frontpage-banner a:hover{
    opacity: .9;
}


/*---------home grid-------------*/
.blog-feed .row.two-columns,
.single .row.two-columns{
    height: auto;
    display: flex;
}
.blog-feed .main-column {
    background: #F2F2F2;
    padding: 50px 40px;
    height: 100%;
    float: none;
    position: relative;
    flex: 1;
    height: auto;
}
.blog-feed > h2 {
    font-size: 23px;
    letter-spacing: 0;
    position: relative;
    margin: 0 0 25px;
    color: #5c0931;
}
.blog-feed > h2:after{display:none}

.blog-feed-posts .col-md-6{
   
}
.blog-feed-posts .col-md-6 .entry-content,
.blog-feed-posts .entry .entry-content{
    margin: 0;
}
.blog-feed-posts .col-12 .entry-content{
    display: flex;
}
.blog-feed-posts .entry .entry-summary {
    margin: 0;
    padding: 0;
}
.blog-feed-posts .col-md-6 .entry {
    background: white;
    MARGIN: 0 0 25px 0;
}
.blog-feed-posts .col-md-6:last-of-type .entry {
    /*background: white;
    MARGIN: 0 0 0 5%;*/
}
.blog-feed-posts .col-md-6:first-of-type .entry {
   /* background: white;
    MARGIN: 0 10% 25px 0;*/
}

.blog-feed-posts .entry {
    background: white;
   
}
.entry {
    margin-bottom: 30px;
}

.blog .entry h3 {
    font-size: 24px;
    margin: 10px 0 15px 0;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    color: #272727;
    font-weight: 600;
    border-bottom: none;
    padding-bottom: 1px;
    letter-spacing: 0;
    float: none;
    text-transform: none;
    line-height: 120%;
    min-height: auto !important;
}

.grid-box-noticia{
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.col-12 .grid-box-noticia {
    height: 230px;
    height: 100%;
}

.entry-wrap{
    padding: 0 30px 20px;
}
.col-12 .entry-wrap{
    padding: 30px;
}
.col-12 .entry-thumb{
    height: 100%;
    margin: 0;
    height: inherit;
}

.entry-wrap .entry-date {
    font-style: normal;
    font-size: 14px;
    opacity: .5;
    margin: 0;
    padding: 0;
}
.entry-meta {
    font-style: normal;
    font-size: 11px;
    display: inline-block;
    color: #555;
}
.entry .entry-content a {
    color: #000000;
    color: #555;
}
.entry .entry-content h3 a {
    color: #0d0d0d;
}
.hash-category{
    color: red;
}
.num-comentarios{
    color: red;
    font-weight: 500;
}

/*--------- sidebar -------------*/
aside.sidebar {
    padding: 30px;
    float: none;
    height: auto;
    /*display: flex;*/
}
.sidebar .widget-title,
.sidebar-no-borders .widget-title {
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
    color: #5c0931;
    font-size: 19px;
    letter-spacing: 0;
}

.sidebar .search-form{
    border: 1px solid lime;
    border: none;
    position: relative;
}
form.search-form button[type="submit"]{
    padding: 00;
    background: transparent;
    width: 38px;
    height: 38px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}
form.search-form label {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    width: 100%;
    max-width: 100%;
    border: none;
    background: #F2F2F2;
    height: 39px;
    display: flex;
    border-radius: 40px;
    padding: 0 16px;
}
form.search-form input[type=search],
form.search-form input[type=search]:focus{
    width: 80%;
    border: none;
    background: transparent;
    font-size: 14px;
     outline: none;
}

.footer {
    padding: 80px 0 150px;
    background: #450926;
    color: white;
}
.footer img{
    width: 100%;
    max-width: 260px;
}

.widget ul >li >a, .widget ul >li > span >a.wpp-post-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-transform: none;
}

.rrssb-buttons {
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 36px;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.rrssb-buttons li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2px;
        display: inline-block;
    float: none;
    height: 36px;
    width: 40px !important;
}
.rrssb-buttons, .rrssb-buttons.large-format {
    height: 36px;
    width: 100% !important;
}
.rrssb-buttons li a, .rrssb-buttons.large-format li a {
    background-color: transparent;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    height: 100%;
    padding: 11px 7px 12px 27px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    width: 100%;
    padding: 0;
    width: 34px;
    height: 34px;
    border-radius: 18px;
    text-align: center;
    background-color: red;
}
.rrssb-buttons li.rrssb-whatsapp a, .rrssb-buttons li.rrssb-facebook a, .rrssb-buttons li.rrssb-instagram a, .rrssb-buttons li.rrssb-twitter a, .rrssb-buttons li.rrssb-linkedin a, .rrssb-buttons li.rrssb-mail a {
       background-color: red;
}
.rrssb-buttons li a .rrssb-icon,
.rrssb-buttons.large-format li a .rrssb-icon {
    display: block;
    left: 10px;
    padding-top: 9px;
    position: absolute;
    top: 0;
    width: 10%;
    width: 24px;
    height: 20px;
    position: absolute;
    left: 3px;
    top: 7px;
}

#pblog-RRSSB-movil .rrssb-facebook a .rrssb-icon {
    width: 18px;
    left: 5px;
    top: 8px;
    height: 18px;
}
.rrssb-buttons li.rrssb-mail a .rrssb-icon {
    left: 4px;
    top: 6px;
    WIDTH: 20PX;
    HEIGHT: 20PX;
}
#pblog-RRSSB-movil .rrssb-twitter a .rrssb-icon {
    width: 20px;
    left: 5px;
    top: 7px;
    height: 20px;
}
.rrssb-buttons.large-format li a .rrssb-icon svg, .rrssb-buttons li a .rrssb-icon svg {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 3px;
}
.rrssb-buttons li a .rrssb-icon svg circle, .rrssb-buttons li a .rrssb-icon svg path {
    fill: #fff;
}
.rrssb-buttons li.rrssb-mail a .rrssb-icon svg path {
    fill: transparent;
}
/*--------- single -------------*/

.single .entry h1{
    text-transform: none;
    letter-spacing: 0;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 2px;
}
.entry-date {
    margin-bottom: 12px;
    font-style: normal;
    font-size: 14px;
    font-family: 'Poppins';
    opacity: .7;
}

.single .entry {
    margin-bottom: 0px;
}
.single-post-autor{
    display: flex;
}
.single-autor-pic img{
    width: 40px;
}
.single-autor-pic {
    margin-right: 10PX;
    margin-bottom: 20px;
}
.single-autor-txt{
    line-height: 120%;
    font-size: 12px;
    font-weight: 300;
}
.footnotes{
    display: block;
    padding: 20px 40px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: none;
    border-radius: 4px;
}
.footnotes li{
    text-transform: none;
    font-style: normal;
    font-family: 'DM Mono', monospace;
    line-height: 120%;
    font-size: 13px;
    color: #969696;
    font-weight: 300;
}

.single-content span i{
    font-family: 'DM Mono', monospace;
    font-style: normal;
}

pre {
    display: block;
    padding: 20px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: none;
    border-radius: 4px;
}

pre em{
    text-transform: none;
    font-style: normal;
    font-family: 'DM Mono', monospace;
    line-height: 120%;
    font-size: 13px;
    color: #969696;
    font-weight: 300;
}
.single p{
    font-weight: 400;
}

#ez-toc-container{
    background: #5C0931;
    color: white;
    padding: 30px;
    border-radius: 10px;
    font-family: 'Poppins', monospace;
}
#ez-toc-container a {
    color: white;
}
.single-content #ez-toc-container ul{
    border: none;
    padding-left: 6px;
}

#ez-toc-container label {
    border: 1px solid #ffffff70;
    color: white;
    padding: 0px 4px 3px 5px;
}

.entry h2 {
    font-size: 28px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 700;
}
.entry h3 {
    color: #5c0931;
    font-weight: 700;
    text-transform: none;
    border: none;
    font-size: 22px;
}

.btn-default, input[type="submit"], input[type="reset"] {
    background-color: #5c0931;
    border-color: #5c0931;;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}
form button[type="submit"], form button[type="reset"], form input[type="submit"], form input[type="reset"] {
    padding: 10px 28px;
    font-size: 11px;
    font-weight: 300;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    border-color: #2d2d2d;
    color: #fff;
    background-color: #5c0931;
    border-color: #5c0931;;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}

.pagination-post,
.pagination-blog-feed{
    display: flex;
    position: relative;
}
.previous_post,
.pagination-blog-feed .previous_posts{
    flex: 1;
    position: relative;
    padding-left: 0px;
}

.pagination-post .previous_post a,
.pagination-blog-feed .previous_posts a{
    padding-left: 60px;
    position: relative;
    z-index: 2
}

.next_post,
.pagination-blog-feed .next_posts{
    flex: 1;
    text-align: right;
    position: relative;
    float: none;
    padding-right: 0;
    justify-content: flex-end;
}

.pagination-post .next_post a,
.pagination-blog-feed .next_posts a{
    padding-right: 60px;
    position: relative;
    z-index: 2
}

.pagination-post .previous_post,
.pagination-post .next_post,
.pagination-blog-feed .previous_posts,
.pagination-blog-feed .next_posts {
    float: none;
    display: inline-flex;
    align-items: center;
    position: relative;
}


.pagination-post .previous_post a:before,
.pagination-post .next_post a:after,
.pagination-blog-feed .previous_posts a:before,
.pagination-blog-feed .next_posts a:after{
    display: none;
}
.pagination-post .previous_post:before,
.pagination-blog-feed .previous_posts:before{
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(assets/svg/prev.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -20px;
}
.pagination-post .next_post:after,
.pagination-blog-feed .next_posts:after{
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(assets/svg/next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -20px;
}

/*--------- ul li listado---------*/


.single-content ul{
    list-style: none;
    padding: 14px 30px 14px 20px;;
    border: 1px solid #dadada;
    border-radius: 20px;
}
.single-content ul li{
    padding-left: 30px;
    background-image: url(assets/svg/hexa.svg);
    background-repeat: no-repeat;
    background-position: top 5px left;
    background-size: 14px;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    font-weight: 300;
    line-height: 120%;
    margin: 12px 0;
}

#breadcrumbs{
    font-size: 14px;
    font-weight: 300;
    color: gray;
}
#breadcrumbs strong {
    font-weight: normal;
    opacity: .7;
}
#breadcrumbs a{
    text-decoration: underline;
    color: gray;
}
/*---------info nutricional---------*/
.info_nutricional {
    float: none;
    width: 100%;
    margin-bottom: 3em;
    margin-top: 3em;
}
.elemento_nutri{
    /*border: 1px solid lime;*/
    display: flex;
    margin: 0 0 0;
    min-height: 30px;
    margin-bottom: 4px;
}
.elemento_nutri:nth-child(1),
.elemento_nutri:nth-child(3),
.elemento_nutri:nth-child(5){
    margin-bottom: 14px;
}
.info_nutri_item{
    /*border: 1px solid blue;*/
    margin: 0 1% 0 0 !important;
    width: 18%;
}
.info_nutri_item_last {
    width: 70px;
    font-family: 'DM Mono', monospace;
    font-style: normal;
    font-size: 13px;
}
.info_nutri_item{
    line-height: 110%;
    font-size: 14px;
}
.single .subnutri {
    font-size: 12px;
    font-weight: 400;
    color: #aaa;
}
.barra_vacia {
    margin: 0 0 0 0;
}
.barra_vacia,
.barra_rellena{
    height: 18px;
    border-radius: 20px;
}
.barra_rellena {
    background: red;
}
.barra_vacia_2 {
    border-radius: 20px;
    height: 10px;
    margin: 0 0 1.5em 0;
}
.barra_vacia_2 .barra_rellena {
    background: red;
    height: 8px;
    border-radius: 20px;
}

/*---------comments ---------*/

.glsr-label  span{
    font-family: 'DM Mono', monospace;
    font-style: normal;
    font-size: 11px; 
    text-transform: none;
}

form .glsr-field input[type="text"], 
form .glsr-field input[type="email"], 
form .glsr-field input[type="password"], 
form .glsr-field input[type="url"], 
form .glsr-field input[type="date"], 
form .glsr-field select, 
form .glsr-field textarea {
    font-weight: 300;
    font-size: 14px;
    font-style: italic;
    border: none;
    color: #545454;
    background-color: #f6f6f6;
    height: 34px;
    padding: 6px 12px;
    border-radius: 6px;
    font-family: 'Inter';
    letter-spacing: 0;
    font-weight: 400;
}
/*--------- stars ---------*/
.glsr .glsr-reviews, .glsr .glsr-reviews-wrap {
    gap: 2rem;
}
.glsr-minimal .glsr-bar-background-percent,
.glsr-minimal .glsr-bar-background:before{
    border-radius: 20px;
}
.glsr-minimal .glsr-review {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #d1d1d1;
    padding-top: 20px;
    margin: 0;
}


/*------------media------------*/
#DesktopNav,#DesktopSearch{}
#MovilNav{ display: none}
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/
@media screen and (max-width: 990px) {
    
    .header {
        margin-top: 0;
        padding: 20px 0 0px;
    }
    
    figure.logo-top img{
        max-width: 280px;
    }
    
    #DesktopNav,#DesktopSearch{display: none}
    #MovilNav{ display: block}
    .navbar-default {
        border-top: 1px solid #ffffff24;
        border-bottom: none;
    }
    .header-row-3 {
        margin-bottom: 0;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-nav {
        margin: 7.5px -15px 0;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-collapse {
        background: transparent;   
    }
    .navbar-default .navbar-collapse{
        border-color: #ffffff2e;
        text-align: left;
        box-shadow: none;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        font-size: 14px;
    }
    .navbar-default .navbar-nav > .active > a, 
    .navbar-default .navbar-nav > .active > a:focus, 
    .navbar-default .navbar-nav > .active > a:hover{
        background: transparent;
         color: #fff;
        color: red;
    }
    .navbar-default .navbar-nav > li > a:hover{
        opacity: .8;
    }
    .navbar-nav > li.search {
        border-top: 1px solid #ffffff30;
        padding-top: 7.5px;
        position: relative;
    }
    .navbar-nav > li.search{
        width: 90%;
        margin: auto;
    }
    .navbar-default .navbar-nav > li.search > a, .navbar-default .navbar-nav > li.search > a:hover{
        color: gray;
        height: auto;
        padding: 10px 20px;
    }
    .main_search .form-control {
        height: 40px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 100px;
        width: 100%;
        margin: auto;
        padding: 10px 15px;
        height: 36px;
    }
    .main_search .form-control:focus{
        border: none;
         outline: none;
    }

    .frontpage-banner {
        min-height: 450px;
    }
    
    
    .frontpage-banner .caption h2 {
        font-size: 37px;
    }
    .navbar-default .navbar-toggle{
        border: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .blog .main-wrapper, .single .main-wrapper, .search .main-wrapper {
        background: white;
    }
    .blog-feed .row.two-columns, 
    .single .row.two-columns {
        display: block;
    }
    .container {
        padding: 0;
    }

    .navbar-form {
        margin-right: 0;
        margin-left: 0;
    }
    .header-col-1{
        display: none;
    }
    
    .blog-feed .main-column {
        padding: 20px 5%;
    }
    .blog-feed-posts .col-12 .entry-content {
        display: block;
    }
    .col-12 .grid-box-noticia {
        height: 220px;
    }
    
    /* - - single - - -*/
    .entry-post {
        /*padding: 0px 5%;*/
        padding: 0;
    }
    .single-head,
    .single-post-content {
        padding: 20px 5%;
    }
    .single .entry h1 {
        font-size: 30px;
    }
    .entry h2 {
        font-size: 26px;
    }
    .widget ul >li{
        display: flex;
    }
    .widget ul >li >a, .widget ul >li > span >a.wpp-post-title {
       width: 116px;
    }
    .widget ul >li >.wrap-element{
        flex: 1;
    }
    
    
    .bot-red,
    .bot-crimson {
        padding: 10px 16px;
        font-size: 15px;
        text-align: center;
        min-width: 200px;
        margin-bottom: 10px;
    }
    
    .entry-page-full, .full-width-category {
      max-width: 1400px;
      width: 90%;
      margin: 50px auto;
      margin-bottom: 50px;
    }
}