/*   
    Theme : FOXIZ 
    Variante : 025
    Version : 1.1
    Date : 18/09/2025
*/

/*FOND1*/
.Fond1 {
background: color-mix(in srgb, var(--g-color) 24%, transparent)!important;
}
.Titre1 .heading-title > *:before,
.Titre2 .heading-title > *:before {
    background-color: color-mix(in srgb, var(--g-color) 28%, transparent);
}

/*TITRE1*/
/*Titre1 > Titre*/
.Titre1 .heading-title {
    font-size:52px;
}
.Titre1 .heading-title span,
.Titre2 .heading-title span {
    padding: 8px;
}

[data-theme="default"] .Titre.Blanc .elementor-heading-title {
    color:var(--noir);
}

[data-theme="dark"] .Titre.Blanc .elementor-heading-title {
    color:var(--blanc);
}

/*Titre1 > Bouton*/
.Titre1 .heading-tagline a {
    font-weight:600!important;
    font-size:22px!important;
    line-height:24px!important;
    border-radius:50px;
    background:color-mix(in srgb, var(--g-color) 28%, transparent);
    padding: 18px 42px;
    transition: 0.6s all
}
[data-theme="dark"] .Titre1 .heading-tagline a {
    background:var(--blanc);
    color:var(--g-color);
}
.Titre1 .heading-tagline a:hover {
    background:var(--g-color);
    color:var(--blanc);
}
.Titre1 .heading-tagline .rbi-cright {
    display:none;
}
.Titre2 .elementor-heading-title,
.Titre2 .heading-title span {
    font-weight:600!important;
    font-size:24px!important;
    line-height:26px!important;
}

[data-theme="dark"] .Titre2 .elementor-heading-title,
[data-theme="dark"] .Titre2 .heading-title span {
    color:var(--blanc);
}
[data-theme="default"] .Titre2 .elementor-heading-title,
[data-theme="default"] .Titre2 .heading-title span {
    color:var(--noir);
}
.Sidebar .Titre2 .elementor-heading-title {
    font-weight:600!important;
    font-size:22px!important;
    line-height:24px!important;
}
.Sidebar .Titre2 .elementor-heading-title  {
    width:fit-content;
    background: linear-gradient(to left,
        color-mix(in srgb, var(--g-color) 0%, transparent) 60%, 
        color-mix(in srgb, var(--g-color) 22%, transparent) 60%)!important;
    padding:8px 12px!important;
    margin-top:12px!important;
    margin-bottom:4px!important;
}

/*Theme025Style01*/
/*Theme025Style01 > Fond*/
.Theme025Style01 .p-gradient .overlay-inner {
background: color-mix(in srgb, var(--noir) 40%, transparent)!important;

}
.Theme025Style01 .p-content.overlay-inner.overlay-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.Theme025Style01 .entry-title, 
.Theme025Style01 .entry-summary {
  max-width:80%!important;
}

/*Theme025Style01 > Bordure*/
.Theme025Style01 .p-wrap,
.Theme025Style01 .p-wrap .p-featured {
    border-radius:0px!important;
}

/*Theme025Style01 > Titre*/
.Theme025Style01 .entry-title {
    font-weight:600!important;
    font-size:36px!important;
    line-height:40px!important;
    margin-bottom:8px;
}
/*Theme025Style01 > Texte*/
.Theme025Style01 .entry-summary {
    font-weight:300!important;
    font-size:22px!important;
    line-height:24px!important;
    margin-bottom:16px!important;
}

/*Theme025Style01 > Bouton*/
.Theme025Style01 .p-link a {
    font-weight:600!important;
    font-size:22px!important;
    line-height:18px!important;
    margin-top:16px!important;
    border-radius:50px;
    background:var(--g-color);
    padding: 18px 36px;
}

.Theme025Style01 .p-link .rbi-cright {
    display:none;
}

/*Theme025Style01.Pagination > PAGINATION*/
.Theme025Style01.Pagination .slider-footer {
    margin-top: 16px;
}
.Theme025Style01.Pagination .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--noir)!important;
    background: var(--transparent);
    opacity: 1;
    height:24px;
    width: 24px; 
    margin-left:2px;
    margin-right:2px;
    border-radius:50px;
}
.Theme025Style01.Pagination .slider-footer .swiper-pagination-bullet::before {
    background: var(--transparent);
}
.Theme025Style01.Pagination .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 0px solid var(--noir)!important;
    background: var(--noir)!important;
    opacity: 1;   
}
.Theme025Style01.Pagination .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--noir)!important;
    background: var(--noir)!important;
    opacity: 1;   
}
[data-theme="dark"] .Theme025Style01 .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--blanc)!important;
}
[data-theme="dark"] .Theme025Style01 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 0px solid var(--blanc)!important;
    background: var(--blanc)!important;
}
[data-theme="dark"] .Theme025Style01 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--blanc)!important;
    background: var(--blanc)!important;
}


/*Theme025Style02*/
.Theme025Style02  {
    margin-top:12px;
}
/*Theme025Style02 > Fond*/
.Theme025Style02 .p-gradient .overlay-inner {
    background: color-mix(in srgb, var(--noir) 40%, transparent)!important;
}
.Theme025Style02 .p-content.overlay-inner.overlay-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.Theme025Style02 .entry-title,
.Theme025Style02 .entry-summary {
  max-width:90%!important;
}

/*Theme025Style02 > Bordure*/
.Theme025Style02 .p-wrap,
.Theme025Style02 .p-wrap .p-featured {
    border-radius:0px!important;
}

/*Theme025Style02 > Titre*/
.Theme025Style02 .entry-title {
    font-weight:600!important;
    font-size:20px!important;
    line-height:22px!important;
    margin-bottom:8px;
}

/*Theme025Style02 > Bouton*/
.Theme025Style02 .p-link a {
    font-weight:400!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-top:8px;
    margin-bottom:4px;
    border-radius:50px;
    background:var(--g-color);
    padding: 12px 22px;
}

.Theme025Style02 .p-link .rbi-cright {
    display:none;
}

/*Theme025Style03*/
/*Theme025Style03 > Fond*/
.Theme025Style03 .p-gradient .overlay-inner {
background: color-mix(in srgb, var(--noir) 60%, transparent)!important;

}
.Theme025Style03 .p-content.overlay-inner.overlay-text {
  position: absolute;
  top: 0;
  left: 5%;
  padding-left:4%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  text-align: left;
  width: 60%;
  height: 72%;
  margin: auto; /* pour centrer horizontalement et verticalement */
}

.Theme025Style03 .entry-title, 
.Theme025Style03 .entry-summary {
  max-width:80%!important;
}

/*Theme025Style03 > Bordure*/
.Theme025Style03 .p-wrap,
.Theme025Style03 .p-wrap .p-featured {
    border-radius:0px!important;
}

/*Theme025Style03 > Titre*/
.Theme025Style03 .entry-title {
    font-weight:600!important;
    font-size:28px!important;
    line-height:30px!important;
    margin-bottom:8px;
}
/*Theme025Style03 > Texte*/
.Theme025Style03 .entry-summary {
    font-weight:300!important;
    font-size:18px!important;
    line-height:20px!important;
    margin-bottom:0px;
}

/*Theme025Style03 > Bouton*/
.Theme025Style03 .p-link a {
    font-weight:500!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-top:18px;
    margin-bottom:4px;
    border-radius:50px;
    background:var(--transparent);
    border: 1px solid var(--blanc);
    text-transform: uppercase;
    padding: 14px 28px;
    left:0;
}

.Theme025Style03 .p-link .rbi-cright {
    display:none;
}
/*Theme025Style03 > PAGINATION*/
.Theme025Style03 .slider-footer {
    margin-top: 24px;
}
.Theme025Style03 .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--noir)!important;
    background: var(--transparent);
    opacity: 1;
    height:24px;
    width: 24px; 
    margin-left:2px;
    margin-right:2px;
    border-radius:50px;
}
.Theme025Style03 .slider-footer .swiper-pagination-bullet::before {
    background:none!important;
}
.Theme025Style03 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 0px solid var(--noir)!important;
    background: var(--noir)!important;
    opacity: 1;   
}
.Theme025Style03 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--noir)!important;
    background: var(--noir)!important;
    opacity: 1;   
}
[data-theme="dark"] .Theme025Style03 .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--blanc)!important;
}
[data-theme="dark"] .Theme025Style03 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 0px solid var(--blanc)!important;
    background: var(--blanc)!important;
}
[data-theme="dark"] .Theme025Style03 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--blanc)!important;
    background: var(--blanc)!important;
}

/*Theme025Style04*/
/*Theme025Style04 > Bordure*/
.Theme025Style04 .p-wrap .p-featured {
    border-radius:0px;
}
.Theme025Style04.Gauche .p-wrap .p-featured {
    box-shadow: 18px 12px 16px color-mix(in srgb, var(--g-color) 20%, transparent);
}
.Theme025Style04.Droite .p-wrap .p-featured {
    box-shadow: -18px 12px 16px color-mix(in srgb, var(--g-color) 20%, transparent);
}

.Theme025Style04 .list-feat-holder {
    padding:16px;
}
.Theme025Style04 .list-feat-holder {
    min-width:50%;
    padding: 0;
}
.Theme025Style04 .p-content {
    padding:32px!important;
}
/*Theme025Style04 > Titre*/
.Theme025Style04 .entry-title {
    font-weight:600!important;
    font-size:30px!important;
    line-height:32px!important;
    margin-bottom:8px;
}

/*Theme025Style04 > Texte*/
.Theme025Style04 .entry-summary {
    font-weight:400!important;
    font-size:18px!important;
    line-height:20px!important;
    margin-bottom:16px;
}

/*Theme025Style04 > Date*/
.Theme025Style04 .p-meta time {
    font-size:13px!important;
    line-height:17px!important;
    font-weight: 500;
}
/*Theme025Style04 > Catégorie*/
.Theme025Style04 .p-category {
    font-weight:600!important;
    font-size:16px!important;
    line-height:18px!important;
    margin-bottom:4px;
}
/*Theme025Style04 > Bouton*/
.Theme025Style04 .p-link a {
    font-weight:500!important;
    font-size:16px!important;
    line-height:18px!important;
    border-radius:50px;
    background:var(--blanc);
    border: 1px solid var(--g-color);
    color: var(--g-color);
    text-transform: uppercase;
    padding: 14px 28px;
    left:0;
}
/*Theme025Style04 > BOUTON*/
.Theme025Style04 .p-link {
    margin-top:32px!important;
    margin-bottom:4px;
}
.Theme025Style04 .p-link .rbi-cright {
    display:none;
}

/*Theme025Style04 > PAGINATION*/
.Theme025Style04 .slider-footer {
    margin-top: 24px;
}
.Theme025Style04 .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--noir)!important;
    background: var(--transparent);
    opacity: 1;
    height:24px;
    width: 24px; 
    margin-left:2px;
    margin-right:2px;
    border-radius:50px;
}
.Theme025Style04 .slider-footer .swiper-pagination-bullet::before {
    background:none!important;
}
.Theme025Style04 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 0px solid var(--noir)!important;
    background: var(--noir)!important;
    opacity: 1;   
}
.Theme025Style04 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--noir)!important;
    background: var(--noir)!important;
    opacity: 1;   
}
[data-theme="dark"] .Theme025Style04 .slider-footer .swiper-pagination-bullet {
    border: 2px solid var(--blanc)!important;
}
[data-theme="dark"] .Theme025Style04 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 0px solid var(--blanc)!important;
    background: var(--blanc)!important;
}
[data-theme="dark"] .Theme025Style04 .slider-footer .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border: 0px solid var(--blanc)!important;
    background: var(--blanc)!important;
}

/*Theme025Style05*/
/*Theme025Style05 > Bordure*/
.Theme025Style05 .p-wrap .p-featured {
    border-radius:0px;
    box-shadow: 0 0 8px color-mix(in srgb, var(--noir) 20%, transparent);
}

/*Theme025Style05 > Titre*/
.Theme025Style05 .entry-title {
    font-weight:600!important;
    font-size:19px!important;
    line-height:21px!important;
    margin-bottom:4px!important;
}
/*Theme025Style05 > Texte*/
.Theme025Style05 .entry-summary {
    font-weight:400!important;
    font-size:15px!important;
    line-height:18px!important;
    margin-bottom:4px;
}
.Theme025Style05 .entry-title {
    color:var(--noir)!important;
}
.Theme025Style05 .entry-summary {
    color:var(--noir)!important;
}

/*Theme025Style05 > Bouton*/
.Theme025Style05 .p-link a {
    font-weight:500!important;
    font-size:13px!important;
    line-height:15px!important;
    border-radius:50px;
    background:var(--blanc);
    border: 1px solid var(--g-color);
    color: var(--g-color);
    text-transform: uppercase;
    padding: 12px 24px;
    left:0;
}
/*Theme025Style05 > BOUTON*/
.Theme025Style05 .p-link {
    margin-top:12px!important;
    margin-bottom:4px;
}
.Theme025Style05 .p-link .rbi-cright {
    display:none;
}

/*Theme025Style05 > ESPACEMENT*/
.Theme025Style05 .p-content {
    position: relative;
    margin-top: -60px !important;
    z-index: 50;
    width: 88%;
    margin: 0 auto;
    background: #FFF;
    padding: 18px;
}

@media only screen and (max-width: 600px) {
.Fond1  {
    padding-top:60px;
    padding-bottom:60px;
}
/*TITRE1*/
/*Titre1 > Titre*/
.Titre1 .heading-title {
    font-size:32px;
}
/*Titre1 > Bouton*/
.Titre1 .heading-tagline span {
    font-size:16px!important;
    line-height:18px!important;
    padding: 10px 20px;
}
/*Theme025Style01*/
/*Theme025Style01 > Titre*/
.Theme025Style01 .entry-title {
    font-size:20px!important;
    line-height:22px!important;
}
/*Theme025Style01 > Texte*/
.Theme025Style01 .entry-summary {
    font-size:14px!important;
    line-height:16px!important;
}
.Theme025Style01 .entry-title,
.Theme025Style01 .entry-summary {
    max-width: 92% !important;
}

/*Theme025Style01 > Bouton*/
.Theme025Style01 .p-link a {
    font-size:14px!important;
    line-height:16px!important;
    padding: 12px 24px;
}
.Theme025Style01.Pagination .slider-footer {
    margin-top: 32px;
}

/*Theme025Style02 > Titre*/
.Theme025Style02 .entry-title {
    font-size:20px!important;
    line-height:22px!important;
}

/*Theme025Style02 > Bouton*/
.Theme025Style02 .p-link a {
    font-size:14px!important;
    line-height:16px!important;
    padding: 12px 22px;
}


/*Theme025Style03 > Titre*/
.Theme025Style03 .entry-title {
    font-size:18px!important;
    line-height:20px!important;
    margin-bottom:8px!important;
}
/*Theme025Style03 > Texte*/
.Theme025Style03 .entry-summary {
    display:none;
}

/*Theme025Style03 > Bouton*/
.Theme025Style03 .p-link a {
    font-size:12px!important;
    line-height:14px!important;
    margin-top:12px!important;
    padding: 10px 14px;
}
.Theme025Style03 .p-content.overlay-inner.overlay-text {
    width: 90%;
}
/*Theme025Style04*/
/*Theme025Style04 > Espacement*/
.Theme025Style04 .p-content {
    padding:32px!important;
}
/*Theme025Style04 > Titre*/
.Theme025Style04 .entry-title {
    font-size:22px!important;
    line-height:24px!important;
}
/*Theme025Style04 > Texte*/
.Theme025Style04 .entry-summary {
    font-size:14px!important;
    line-height:16px!important;
}

/*Theme025Style04 > Date*/
.Theme025Style04 .p-meta time {
    font-size:10px!important;
    line-height:12px!important;
}
/*Theme025Style04 > Catégorie*/
.Theme025Style04 .p-category {
    font-size:14px!important;
    line-height:16px!important;
}
/*Theme025Style04 > Bouton*/
.Theme025Style04 .p-link a {
    font-size:12px!important;
    line-height:14px!important;
    padding: 14px 28px;
}

/*Theme025Style05*/
.Theme025Style05 {
    margin-top:16px;
}
/*Theme025Style05 > Titre*/
.Theme025Style05 .entry-title {
    font-size:13px!important;
    line-height:14px!important;
}
/*Theme025Style05 > Texte*/
.Theme025Style05 .entry-summary {
    font-size:10px!important;
    line-height:12px!important;
}

/*Theme025Style05 > Bouton*/
.Theme025Style05 .p-link a {
    font-size:10px!important;
    line-height:12px!important;
    padding: 8px 16px;
}
.Theme025Style05 .p-content {
    margin-top: 0!important;
    width: 100%!important;
    padding: 0;
}}

@media only screen and (max-width: 600px) {
.e-con-inner > .elementor-shape-top svg,
.e-con-inner > .elementor-shape-bottom svg {
    height: 24px!important;
}

.overlay-holder {
    display: contents;
}
 .p-featured {
    object-fit: cover;
    min-height: 100%;
}

/*Theme025Style01 > Texte*/
.Theme025Style01 .p-wrap,
.Theme025Style01 .p-content {
    height: 380px!important;
    min-height: 380px!important;
    max-height: 380px!important;
    margin-bottom:8px;
}
.Theme025Style03 .p-wrap {
    height: 280px!important;
    min-height: 280px!important;
    max-height: 280px!important;
    margin-bottom:8px;
}

.Theme025Style02 .p-wrap,
.Theme025Style07 .p-wrap {
    height: 320px!important;
    min-height: 320px!important;
    max-height: 320px!important;
    margin-bottom:32px;
}
.Theme025Style08 .p-wrap {
    height: 320px!important;
    min-height: 320px!important;
    max-height: 320px!important;
    margin-bottom:8px;
}

.Theme025Style02 .block-inner,
.Theme025Style03 .block-inner,
.Theme025Style07 .block-inner,
.Theme025Style08 .block-inner {
    display: grid!important;
}}

/*CATEGORY*/
.category h1 {
    width:fit-content;
    background: linear-gradient(to left,
        color-mix(in srgb, var(--g-color) 0%, transparent) 60%, 
        color-mix(in srgb, var(--g-color) 22%, transparent) 60%)!important;
    padding:12px!important;
}

/*ARTICLE*/
.ArticleHeader {
    background: 
        linear-gradient(to left, 
            color-mix(in srgb, var(--g-color) 0%, transparent) 66%, 
            color-mix(in srgb, var(--g-color)24%, transparent) 66%) !important;
}
.ImageArticle .s-feat-outer {
    margin-bottom:0!important;
}

/*Theme025Style01*/
/*Theme025Style01 > Titre*/
.Theme025Style01.Petit .entry-title {
    font-weight:600!important;
    font-size:18px!important;
    line-height:20px!important;
    margin-bottom:6px;
}
.Theme025Style01.Petit .entry-title {
    max-width: 100%!important;
}

/*Theme025Style01 > Bouton*/
.Theme025Style01.Petit .p-link a {
    font-size:14px!important;
    line-height:16px!important;
    padding: 12px 24px;
    margin-top: 4px !important;
}

/*Theme025Style04*/
/*Theme025Style04 > Titre*/
.Theme025Style04.Petit .entry-title {
    font-size:14px!important;
    line-height:16px!important;
    margin-bottom:4px!important;
}

/*Theme025Style04 > Bouton*/
.Theme025Style04.Petit .p-link {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.Theme025Style04.Petit .p-link a {
    font-size:9px!important;
    line-height:9px!important;
    padding: 10px 16px 8px 16px;
}


/*Theme025Style04 > Image*/
.Theme025Style04.Petit .p-wrap .p-featured {
    box-shadow: 0 0 8px 
 color-mix(in srgb, var(--g-color) 40%, transparent);
}
.Theme025Style04.Petit .list-feat-holder {
    width: 32%!important;
    max-width: 32%!important;
    min-width: 32%!important;
}
/*Theme025Style04 > Espacement*/
.Theme025Style04.Petit {
    padding-left:16px!important;
}
.Theme025Style04.Petit .p-content {
    padding: 12px !important;
}

/*HOVER*/
.p-wrap {
  transition: transform 0.3s ease;
}
.p-wrap:hover {
  transform: scale(0.97);
}

/*MENU*/
nav ul li .entry-title {
    font-size:14px!important; 
    line-height: 16px!important;
}

/*FORMAT MOBILE*/
@media only screen and (max-width: 600px) {
.Theme025Style05 .p-wrap .feat-holder {
    min-width: 100%;
    height:160px;
    min-height:160px;
    max-height:160px;
    margin-left:0!important;
}
.Theme025Style05 .p-wrap .p-featured {
    padding-bottom: 0!important;
}
.Theme025Style05 .block-inner,
.Theme025Style05 .p-wrap {
    display: block;
}
.Theme025Style05 .p-wrap {
    margin-bottom:12px!important;
}
.p-content {
    padding: 16px!important;
}

.Theme025Style04.Petit .p-content {
    padding:0!important;
    margin-bottom:8px!important;
}
.Theme025Style04.Petit .list-feat-holder {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin-left:0!important;
}
.Theme025Style04.Petit .list-feat-holder,
.Theme025Style04.Petit .feat-holder {
    height:140px;
    min-height:140px;
    max-height:140px;
}
.Theme025Style04.Petit .p-featured {
    padding-bottom: 0%!important;
}

.ImageArticle {
    margin-bottom: 32px!important;
}}

/* CATEGORIE */
.category h1 {
    font-size:4rem!important;
    line-height:4rem!important;
}
.category .blog-content .p-wrap {
    margin-bottom:8px;
}
.category .blog-content .p-wrap .p-featured {
    border-radius:0px;
    box-shadow: 0 0 8px color-mix(in srgb, var(--noir) 20%, transparent);
}
.category .blog-content .p-wrap .entry-title {
    font-weight:600!important;
    font-size:19px!important;
    line-height:21px!important;
    color:var(--noir)!important;
    margin-top: -60px !important;
    padding-top: 18px!important;
    padding-bottom:8px!important;
}
.category .blog-content .p-wrap .entry-summary {
    font-weight:400!important;
    font-size:15px!important;
    line-height:18px!important;
    padding-bottom:16px!important;
    color:var(--noir)!important;
}
.category .blog-content .p-wrap .p-link {
    padding-bottom:18px!important
}
.category .blog-content .p-wrap .p-link a {
    font-weight:500!important;
    font-size:12px!important;
    line-height:14px!important;
    border-radius:50px;
    background:var(--blanc);
    border: 1px solid var(--g-color);
    color: var(--g-color);
    text-transform: uppercase;
    padding: 12px 24px;
    left:0;
}
.category .blog-content .p-wrap .p-link .rbi-cright {
    display:none;
}
.category .blog-content .entry-title,
.category .blog-content .p-wrap .entry-summary,
.category .blog-content .p-wrap .p-link{
    position: relative;
    z-index: 50;
    width: 88%;
    margin: 0 auto;
    background: #FFF;
    padding: 2px 18px;
}
.category .blog-content .p-wrap .p-categories,
.category .blog-content .p-wrap .p-meta {
    display:none;
}