  /* =========================================================
    COMPLETE ISOLATION
========================================================== */
.ml-wrap,
.ml-wrap * {
  box-sizing: border-box;
}

.ml-wrap {
  width: 100%;
  background: #fff;
}

.ml-wrap img {
  max-width: 100%;
  display: block;
}

.ml-wrap a {
  text-decoration: none;
}

/* =========================================================
  TOP SECTION
========================================================== */

.ml-wrap .ml-container {
  max-width: 1280px;
  margin: auto;
  padding: 22px 18px 40px;
}

.ml-wrap .ml-grid {
  display: grid;
  grid-template-columns: 280px 1fr 260px;
  gap: 28px;
  align-items: start;
}

/* LEFT */

.ml-wrap .ml-left {
  border-right: 1px solid #dddddd;
  padding-right: 22px;
}

.ml-wrap .ml-side-post {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #dddddd;
}

.ml-wrap .ml-category {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6d6d6d;
  margin-bottom: 12px;
}

.ml-wrap .ml-side-title {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 22px;
  line-height: 1.08;
  font-weight: 400;
  color: #000000;
  margin-bottom: 14px;
  transition: 0.25s ease;
}

.ml-wrap .ml-side-title:hover {
  color: #1f70bf;
}

.ml-wrap .ml-excerpt {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #404040;
  margin-bottom: 16px;
}

.ml-wrap .ml-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  color: #9a9a9a;
}

/* CENTER */

/* .ml-wrap .ml-main {
      padding-right: 10px;
} */

.ml-wrap .ml-featured {
  padding-bottom: 28px;
  margin-bottom: 44px;
  border-bottom: 1px solid #dddddd;
}

.ml-wrap .ml-featured-image {
  display: block;
  margin-bottom: 18px;
  overflow: hidden;
}

.ml-wrap .ml-featured-image img {
  width: 100%;
  height: 295px;
  object-fit: cover;
}

.ml-wrap .ml-featured-title {
  display: block;
  max-width: 90%;
  margin: 0 auto 16px;
  text-align: center;
  font-family: "Libre Bodoni", serif;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 400;
  color: #000000;
  transition: 0.25s ease;
}

.ml-wrap .ml-featured-title:hover {
  color: #1f70bf;
}

.ml-wrap .ml-featured-excerpt {
  max-width: 82%;
  margin: 0 auto 14px;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #404040;
}

.ml-wrap .ml-featured-meta {
  justify-content: center;
}

/* RIGHT */

.ml-wrap .ml-right {
  border-left: 1px solid #dddddd;
  padding-left: 22px;
}

.ml-wrap .ml-latest-heading {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6d6d6d;
  margin-bottom: 18px;
}

.ml-wrap .ml-latest-post {
  display: grid;
  grid-template-columns: 1fr 74px;
  gap: 14px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #dddddd;
}

.ml-wrap .ml-latest-title {
  display: block;
  font-family: "Libre Bodoni", serif;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
  transition: 0.25s ease;
}

.ml-wrap .ml-latest-title:hover {
  color: #1f70bf;
}

.ml-wrap .ml-latest-thumb img {
  width: 74px;
  height: 74px;
  object-fit: cover;
}

.ml-wrap .ml-banner {
  margin-top: 20px;
  height: 430px;
  border: 1px solid #d9d9d9;
  background: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: #b5b5b5;
  padding: 20px;
}

/* =========================================================
  SECOND SECTION
========================================================== */

.ml-wrap .et-container {
  max-width: 1280px;
  margin: auto;
  padding: 0 18px 40px;
}

.ml-wrap .et-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #222;
  padding-top: 12px;
  margin-bottom: 28px;
}

.ml-wrap .et-heading {
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
}

.ml-wrap .et-view-all {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  color: #4b89df;
  transition: 0.25s ease;
}

.ml-wrap .et-view-all:hover {
  color: #1f70bf;
}

.ml-wrap .et-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}

.ml-wrap .et-card {
  padding-right: 26px;
  border-right: 1px solid #d5d5d5;
}

.ml-wrap .et-card:last-child {
  border-right: none;
  padding-right: 0;
}

.ml-wrap .et-image-link {
  display: block;
  margin-bottom: 14px;
}

.ml-wrap .et-image {
  width: 100%;
  height: 150px;
  object-fit: inherit;
}

.ml-wrap .et-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  color: #9a9a9a;
}

.ml-wrap .et-title {
  display: block;
  margin-bottom: 18px;
  font-family: "Libre Bodoni", serif;
  font-size: 19px;
  line-height: 1.02;
  font-weight: 400;
  color: #000000;
  transition: 0.25s ease;
}

.ml-wrap .et-title:hover {
  color: #1f70bf;
}

.ml-wrap .et-excerpt {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
}

/* =========================================================
  RESPONSIVE
========================================================== */

@media (max-width: 1200px) {
  .ml-wrap .ml-grid {
    grid-template-columns: 1fr;
  }

  .ml-wrap .ml-left,
  .ml-wrap .ml-right {
    border: none;
    padding: 0;
  }

  .ml-wrap .et-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ml-wrap .et-card:nth-child(2) {
    border-right: none;
    padding-right: 0;
  }
  .ml-wrap .et-image {
    width: 100%;
    height: 250px;
    object-fit: inherit;
  }
}

@media (max-width: 768px) {
  .ml-wrap .ml-featured-title {
    font-size: 28px;
  }

  .ml-wrap .et-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ml-wrap .et-card {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }

  .ml-wrap .et-title {
    font-size: 28px;
  }

  .ml-wrap .et-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* =========================================================
    TRENDING FASHION SECTION
========================================================== */

.ml-wrap .tf-container{
  max-width:1280px;
  margin:auto;
  padding:0 18px 20px;
}

.ml-wrap .tf-header{
  display:flex;
  align-items:center;
  justify-content:space-between;

  border-top:2px solid #222;
  padding-top:12px;
  margin-bottom:34px;
}

.ml-wrap .tf-heading{
  margin:0;
  font-family:'IBM Plex Sans', sans-serif;
  font-size:28px;
  font-weight:700;
  text-transform:uppercase;
  line-height:1;
  color:#000;
}

.ml-wrap .tf-view-all{
  font-family:'IBM Plex Sans', sans-serif;
  font-size:18px;
  color:#4b89df;
  transition:.25s ease;
}

.ml-wrap .tf-view-all:hover{
  color:#1f70bf;
}

.ml-wrap .tf-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:40px;
  align-items:start;
}

/* FEATURED */

.ml-wrap .tf-featured-image{
  display:block;
  margin-bottom:18px;
}

.ml-wrap .tf-featured-image img{
  width:100%;
  height:250px;
  object-fit:inherit;
}

.ml-wrap .tf-meta{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:16px;
  font-family:'IBM Plex Sans', sans-serif;
  font-size:14px;
  color:#8d8d8d;
  text-transform:uppercase;
}

.ml-wrap .tf-featured-title{
  display:block;
  font-family:'Libre Bodoni', serif;
  font-size:20px;
  line-height:22px;
  font-weight:400;
  color:#000;
  margin-bottom:18px;
  transition:.25s ease;
}

.ml-wrap .tf-featured-title:hover{
  color:#1f70bf;
}

.ml-wrap .tf-featured-excerpt{
  font-family:'IBM Plex Sans', sans-serif;
  font-size:17px;
  line-height:1.7;
  color:#404040;
  margin-bottom:20px;
}

.ml-wrap .tf-author{
  font-family:'IBM Plex Sans', sans-serif;
  font-size:16px;
  color:#6a6a6a;
}

/* SIDE GRID */

.ml-wrap .tf-side-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 24px;
}

.ml-wrap .tf-side-post{
  display:grid;
  grid-template-columns:1fr 116px;
  gap:18px;
  padding-bottom:26px;
  margin-bottom:26px;
  border-bottom:1px solid #d9d9d9;
}

.ml-wrap .tf-side-thumb img{
  width:116px;
  height:116px;
  object-fit:cover;
}

.ml-wrap .tf-side-category{
  font-family:'IBM Plex Sans', sans-serif;
  font-size:13px;
  text-transform:uppercase;
  color:#7c7c7c;
  margin-bottom:14px;
}

.ml-wrap .tf-side-title{
  display:block;
  font-family:'Libre Bodoni', serif;
  font-size:14px;
  line-height:1.22;
  font-weight:400;
  color:#000;
  transition:.25s ease;
}

.ml-wrap .tf-side-title:hover{
  color:#1f70bf;
}

/* =========================================================
    RESPONSIVE
========================================================== */

@media(max-width:1200px){

  .ml-wrap .tf-grid{
    grid-template-columns:1fr;
  }
  .ml-wrap .tf-side-title{
    font-size:18px;
    line-height: normal;
  }
}

@media(max-width:768px){

  .ml-wrap .tf-side-grid{
    grid-template-columns:1fr;
  }

  .ml-wrap .tf-featured-title{
    font-size:34px;
    line-height: normal;
  }

  .ml-wrap .tf-side-title{
    font-size:22px;
    line-height: normal;
  }

  .ml-wrap .tf-featured-image img{
    height:320px;
  }

  .ml-wrap .tf-header{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }

}

/* =========================================================
    LIFESTYLE SECTION
========================================================== */

.ml-wrap .ls-container{
  max-width:1280px;
  margin:auto;
  padding:0 18px 20px;
}

.ml-wrap .ls-header{
  display:flex;
  align-items:center;
  gap:20px;

  margin-bottom:34px;
}

.ml-wrap .ls-line{
  flex:1;
  height:2px;
  background:#222;
}

.ml-wrap .ls-heading{
  margin:0;
  font-family:'IBM Plex Sans', sans-serif;
  font-size:28px;
  font-weight:700;
  text-transform:uppercase;
  line-height:1;
  color:#000;

  white-space:nowrap;
}

/* GRID */

.ml-wrap .ls-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:44px 30px;
}

/* CARD */

.ml-wrap .ls-card{
  display:flex;
  flex-direction:column;
}

.ml-wrap .ls-image-link{
  display:block;
  margin-bottom:16px;
}

.ml-wrap .ls-image{
  width:100%;
  height:300px;
  object-fit:cover;
}

.ml-wrap .ls-category{
  font-family:'IBM Plex Sans', sans-serif;
  font-size:13px;
  text-transform:uppercase;
  color:#7a7a7a;

  margin-bottom:12px;
}

.ml-wrap .ls-title{
  display:block;
  font-family:'Libre Bodoni', serif;
  font-size:22px;
  line-height:1.02;
  font-weight:400;
  color:#000;
  margin-bottom:14px;
  transition:.25s ease;
}

.ml-wrap .ls-title:hover{
  color:#1f70bf;
}

.ml-wrap .ls-date{
  font-family:'IBM Plex Sans', sans-serif;
  font-size:14px;
  color:#9a9a9a;

  margin-bottom:16px;
}

.ml-wrap .ls-excerpt{
  font-family:'IBM Plex Sans', sans-serif;
  font-size:16px;
  line-height:1.6;
  color:#404040;
}

/* =========================================================
    RESPONSIVE
========================================================== */

@media(max-width:1100px){

  .ml-wrap .ls-grid{
    grid-template-columns:repeat(2, 1fr);
  }

}

@media(max-width:768px){

  .ml-wrap .ls-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .ml-wrap .ls-title{
    font-size:24px;
  }

  .ml-wrap .ls-image{
    height:260px;
  }

  .ml-wrap .ls-header{
    gap:14px;
  }

  .ml-wrap .ls-heading{
    font-size:22px;
  }

}

/* =========================================================
    RANDOM ARTICLES
========================================================== */

.ml-wrap .ra-container{
  max-width:1280px;
  margin:auto;
  /* padding:0 18px 80px; */
  padding:0 18px 0 0;
}

.ml-wrap .ra-header{
  border-top:2px solid #222;
  padding-top:14px;
  margin-bottom:38px;
}

.ml-wrap .ra-heading{
  margin:0;
  font-family:'IBM Plex Sans', sans-serif;
  font-size:28px;
  font-weight:700;
  text-transform:uppercase;
  line-height:1;
  color:#000;
}

/* GRID */

.ml-wrap .ra-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
}

/* CARD */

.ml-wrap .ra-card{
  padding:0 16px 28px;;
  border-right:1px solid #dddddd;
}

.ml-wrap .ra-card:nth-child(4),
.ml-wrap .ra-card:nth-child(8){
  border-right:none;
}

.ml-wrap .ra-post{
  display:grid;
  grid-template-columns:1fr 108px;
  gap:18px;
  padding-bottom:20px;
  margin-bottom:20px;
  height: 180px;
  border-bottom:1px solid #dddddd;
}

.ml-wrap .ra-post:last-child{
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}

.ml-wrap .ra-title{
  display:block;
  font-family:'IBM Plex Sans', sans-serif;
  font-size:18px;
  line-height:19px;
  font-weight:400;
  color:#4a90e2;
  margin-bottom:18px;
  transition:.25s ease;
}

.ml-wrap .ra-title:hover{
  color:#1f70bf;
}

.ml-wrap .ra-date{
  font-family:'IBM Plex Sans', sans-serif;
  font-size:14px;
  color:#9a9a9a;
}

.ml-wrap .ra-thumb img{
  width:108px;
  height:108px;
  object-fit:cover;
}

/* =========================================================
    RESPONSIVE
========================================================== */

@media(max-width:1200px){

  .ml-wrap .ra-grid{
    grid-template-columns:repeat(2, 1fr);
    gap:30px 0;
  }

  .ml-wrap .ra-card:nth-child(2),
  .ml-wrap .ra-card:nth-child(4){
    border-right:none;
  }

}

@media(max-width:768px){

  .ml-wrap .ra-grid{
    grid-template-columns:1fr;
  }

  .ml-wrap .ra-card{
    border-right:none;
    padding:0 0 30px;
  }

  .ml-wrap .ra-title{
    font-size:22px;
  }

  .ml-wrap .ra-post{
    grid-template-columns:1fr 90px;
  }

  .ml-wrap .ra-thumb img{
    width:90px;
    height:90px;
  }
}

/* =========================================================
   TRAVEL SECTION
========================================================= */

.ml-wrap .tr-container{
  max-width:1280px;
  margin:auto;
  padding:0 18px 0px;
}

.ml-wrap .tr-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top: 20px;
  border-top:2px solid #222;
  padding-top:12px;
  margin-bottom:34px;
}

.ml-wrap .tr-heading{
  margin:0;
  font-family:'IBM Plex Sans', sans-serif;
  font-size:28px;
  font-weight:700;
  text-transform:uppercase;
  line-height:1;
  color:#000;
}

.ml-wrap .tr-view-all{
  font-family:'IBM Plex Sans', sans-serif;
  font-size:18px;
  color:#4b89df;
  transition:.25s ease;
}

.ml-wrap .tr-view-all:hover{
  color:#1f70bf;
}

/* GRID */

.ml-wrap .tr-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:44px 30px;
}

/* CARD */

.ml-wrap .tr-card{
  display:flex;
  flex-direction:column;
  border-right:none;
}

.ml-wrap .tr-image-link{
  display:block;
  margin-bottom:16px;
}

.ml-wrap .tr-image{
  width:100%;
  height:300px;
  object-fit:cover;
}

.ml-wrap .tr-meta{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;

  font-family:'IBM Plex Sans', sans-serif;
  font-size:14px;
  color:#9a9a9a;

  margin-bottom:16px;
}

.ml-wrap .tr-title{
  display:block;
  font-family:'Libre Bodoni', serif;
  font-size:22px;
  line-height:1.02;
  font-weight:400;
  color:#000;
  margin-bottom:14px;
  transition:.25s ease;
}

.ml-wrap .tr-title:hover{
  color:#1f70bf;
}

.ml-wrap .tr-excerpt{
  font-family:'IBM Plex Sans', sans-serif;
  font-size:16px;
  line-height:1.6;
  color:#404040;
}

/* =========================================================
   TRAVEL RESPONSIVE
========================================================= */

@media(max-width:1100px){
  .ml-wrap .tr-grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

@media(max-width:768px){
  .ml-wrap .tr-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .ml-wrap .tr-title{
    font-size:24px;
  }

  .ml-wrap .tr-image{
    height:260px;
  }

  .ml-wrap .tr-header{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }
}