/************POST LIST************/
/************POST LIST************/
.post-wrap {
  display: grid;
  width: 100%;
}
.post-wrap.x2 {
  grid-template-columns: calc(50% - 12px) calc(50% - 12px);
  grid-gap: 24px;
}
.post-wrap.x3 {
  grid-template-columns: calc(33% - 12px) calc(33% - 12px) calc(33% - 12px);
  grid-gap: 24px;
}
.post-column {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
.post-row {
  display: grid;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
  margin-bottom: 15px;
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  grid-gap: 20px;
}
.post-row.slide {
  grid-template-columns: calc(31% - 10px) calc(69% - 10px);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 790px) {
  .archive .ad-height {
    grid-column-start: 1;
    grid-column-end: 3;
    z-index: 1;
  }
}
@media screen and (min-width: 1100px) {
  .post-row.lo-ultimo {
    margin-bottom: 0px;
  }
  .post-row:last-child {
    margin-bottom: 0;
  }
  .archive .ad-height {
    grid-column-start: 1;
    grid-column-end: 3;
    z-index: 1;
  }
}




@media screen and (max-width: 1100px) {
  h2 {
    font-size: 19px;
    line-height: 24px;
  }
  .home .ad-height {
    margin-top: 0 !important;
  }
  .wrap.lo-ultimo {
    margin-bottom: 0 !important;
  }
  .display1000 {
    display: block !important;
  }
	 .displaynone1000{ display:none;  }
  .post-column {
    margin-bottom: 15px;
  }
	
	/*TEsting*/
.header-nav {
    display: flex;
    justify-content: space-between;
}
	
	 
.hamburger-menu .hb {
    float: left;
    margin-top: 18px;
    width: 20px;
}
	 
}


.post-row.lo-ultimo {
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
}
.post-row.destacados {
  grid-template-columns: calc(65% - 10px) calc(35% - 10px);
}
.middle-line {
  position: relative;
}
.middle-line:before {
  content: "";
  border-right: 1px solid #e8e8e8;
  height: 100%;
  left: 50%;
  position: absolute;
}
.three-line {
  position: relative;
}
.three-line:before {
  content: "";
  border-right: 1px solid #e8e8e8;
  height: 100%;
  left: 32.9%;
  position: absolute;
}
.three-line:after {
  content: "";
  border-right: 1px solid #e8e8e8;
  height: 100%;
  left: 67%;
  position: absolute;
}




/************TAXONOMY************/
/************TAXONOMY************/
.category-description {
  max-width: 700px;
   
}
.category-description p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 0 !important;
  color: #494949;
  
  font-weight: 400;
  margin-top: 5px;
}
.sub-header {
  display: flex;
  justify-content: space-evenly;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 2px 0;
  align-items: center;
  margin: 20px 0;
}
.sub-header a {
  color: #000;
  font-weight: 600;
}
.sub-header h6 {
  padding: 0 7px;
}
.post-category {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px
}
.post-category-content {
  position: absolute;
  bottom: 35px;
  left: 25px;
  color: #Fff;
}
.post-category-content h1, .post-category-content h6, .post-category-content .post-date, .post-category-content .post-date a, .post-category-content .post-date span {
  color: #fff !important;
}
.post-category-content h6 {
  opacity: 0.7;
}
.post-category-content .post-date {
  opacity: 0.5;
}

/************IMAGES SIZE************/
/************IMAGES SIZE************/
.post-img {
  position: relative;
}
.post-img.row {
  height: 140px;
}
.post-img.column {
  height: 170px;
}
.post-img.featured {
  height: 410px;
}
.post-img.trending {
  height: 65px;
}
.post-img.category {
  height: 600px;
}
.post-img.cat-featured {
  height: 277px;
}
.post-img.single-featured {
  height: 410px;
}
.post-img.category:after {
  content: "";
  height: 100%;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-image: linear-gradient(to top, rgb(0 0 0 /90%) 0%, rgb(0 0 0 / 55%) 10%, #0000002e 30%);
}
.post-img img {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translatey(-50%);
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.post-img img:hover {
  filter: contrast(1.1) saturate(0.9);
  opacity: 0.85;
  transition: 0.8s;
}
/************POST CONTENT************/
/************POST CONTENT************/
.post-content .post-date {
  margin-top: 10px;
}
.post-content h6 {
  margin-top: 6px;
}
.post-content h5 {
  margin-top: 6px;
}
.post-cat {
  font-weight: 600;
  color: #4a4a4a;
  font-size: 12px;
  position: relative;
  padding-right: 7px;
  margin-right: 2px;
  margin-bottom: 6px;
  line-height: initial;
}
.post-cat:after {
  content: "";
  position: absolute;
  right: 0;
  height: 12px;
  width: 1px;
  background: #e8e8e8;
  top: 50%;
  transform: translatey(-50%);
}
.post-date {
  color: #4a4a4a;
  font-size: 13px;
  line-height: initial;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-transform: Capitalize;
}
.post-date .author {
  padding-right: 4px;
  border-right: 1px solid #e8e8e8;
  margin-right: 4px;
}



/************AUTHOR PAGE************/
/************AUTHOR PAGE************/
.author-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.author-avatar {
  width: 130px;
  height: 130px;
  margin-right: 18px;
  background: rgb(206, 31, 37);
  background: linear-gradient(0deg, rgba(206, 31, 37, 1) 25%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 75%, rgba(206, 31, 37, 1) 75%);
  padding: 5px;
  border-radius: 99px;
}
.author-avatar img {
  height: auto;
  border-radius: 99px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}




/*********PAGINATION*********/
/*********PAGINATION*********/
.mundo_page_nav .current, .mundo_page_nav a {
  height: 31px;
  width: 33px;
  background: #e7e7e7;
  display: inline-block;
  line-height: 31px;
  text-align: center;
  color: #000;
  font-size: 13px;
  font-weight: bold;
}
.mundo_page_nav .current {
  background: #c71d1d;
  color: #fff;
}
.mundo_page_nav a, .mundo_page_nav span {
  margin-right: 3px;
}
.pagination {
  margin-top: 10px !important;
  display: none;
}
.justify-center {
  display: flex;
  display: none;
  justify-content: center;
}
