.page-template-new-blog header.topMain a.header-logo {
  color: #2f1730 !important;
}
.page-template-new-blog header.bgWhite #menuOpen a.header-logo,
.page-template-new-blog header:hover #menuOpen a.header-logo {
  color: #2f1730 !important;
}

.page-template-new-blog header #menuOpen a {
  color: #2f1730 !important;
}
.page-template-new-blog header #menuOpen.mainMenu ul li.current-menu-item a,
.page-template-new-blog
  header
  #menuOpen.mainMenu
  ul
  li.current-menu-ancestor
  a {
  color: #2f1730 !important;
}
.page-template-new-blog header #menuOpen .btnMenu a {
  color: #fff !important;
}

.page-template-new-blog header.bgWhite ul li a {
  color: #2f1730 !important;
}
/*************/
/*    BLOG   */
/*************/
.container-blog {
  max-width: 1200px;
  /* max-width: 860px; */
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 15px;
}
#new-blog {
  max-width: 1200px;
  /* max-width: 890px; */
  margin: 0 auto;
  padding: 0 15px;
}
#new-blog h2 {
  color: #ff6b4e;
  font-size: 16px;
  margin: 20px 0;
  text-transform: uppercase;
  line-height: 1;
}

#new-blog a.btnSeeAll {
  background: #ffceb2;
  border: 1px solid #ffb6a8;
  border-radius: 53px;
  color: #ff6b4e;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

#new-blog .post-query {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}

#new-blog .post-content {
  border: 1px solid #ff6b4e;
  border-radius: 12px;
  padding: 10px;
  width: calc(50% - 5px);
}
#new-blog .post-content h2 {
  font-size: 16px;
  font-weight: 400;
  color: #2f1730;
  margin: 0 0 8px;
  line-height: 20px;
}
#new-blog .post-content h4 {
  color: #ff8737;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  text-transform: uppercase;
  line-height: 28px;
}
#new-blog .post-content .date {
  font-size: 16px;
  font-weight: 600;
  color: #2f1730;
  margin: 0;
  text-transform: uppercase;
}
#new-blog .post-content .post-info {
  padding: 10px;
}
#new-blog .post-content .post-image {
  height: 250px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 12px;
  background-position: center;
  background-size: cover;
}
#new-blog .post-content .btnBlog {
  background-color: #ff6b4e;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 6px;
  width: 100%;
  text-decoration: none;
  border-radius: 25px;
  display: block;
  margin-top: 15px;
}

/* featured */
#new-blog .post-query.post-featured .post-content {
  display: flex;
  width: 100%;
  border: none;
  padding: 0;
  gap: 10px;
}
#new-blog .post-query.post-featured .post-content h2 {
  font-size: 38px;
  line-height: 42px;
  color: #ff6b4e;
  text-transform: uppercase;
}
#new-blog .post-query.post-featured .author,
#new-blog .post-query.post-featured .date {
  font-size: 18px;
  font-weight: 600;
  color: #2f1730;
  margin: 0;
  text-transform: none;
}
#new-blog .post-query.post-featured .author a {
  color: #2f1730;
}
#new-blog .post-query.post-featured .post-content .post-image {
  min-width: 60%;
  max-width: 60%;
  height: 360px;
  border: 1px solid #ff6b4e;
  border-radius: 12px;
  margin: 0;
}
#new-blog .post-query.post-featured .post-content .post-info {
  border: 1px solid #ff6b4e;
  border-radius: 12px;
  padding: 25px;
  display: flex;
  flex-flow: wrap;
  align-content: center;
}
#new-blog .post-query.post-featured .post-content .post-info * {
  width: 100%;
}

/* press */
#new-blog .post-query.post-press .post-content {
  display: flex;
  padding: 8px;
}
#new-blog .post-query.post-press .post-content h4,
#new-blog .post-query.post-press .post-content h2 {
  margin: 0;
}
#new-blog .post-query.post-press .post-content h2 {
  max-height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#new-blog .post-query.post-press .post-content .post-image {
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  margin: 0;
}
#new-blog .post-query.post-press .post-content .post-info {
  padding: 0 10px;
  width: calc(100% - 120px);
}

#new-blog .elementor-heading-title.elementor-size-default {
  margin: 0 !important;
}

@media (max-width: 767px) {
  #new-blog .post-query.post-featured .post-content .post-image,
  #new-blog .post-query.post-featured .post-content .post-info {
    width: 50% !important;
    min-width: calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
  }
  #new-blog .post-query.post-featured .post-content h2 {
    font-size: 26px;
    line-height: 30px;
  }

  #new-blog .post-query.post-press .post-content {
    width: 100%;
  }
}
@media (max-width: 520px) {
  #new-blog .post-content {
    width: 100%;
  }
  #new-blog .post-query.post-featured .post-content {
    flex-flow: wrap;
  }
  #new-blog .post-query.post-featured .post-content .post-image,
  #new-blog .post-query.post-featured .post-content .post-info {
    width: 100% !important;
    min-width: initial !important;
    max-width: initial !important;
  }
  #new-blog .post-query.post-featured .post-content .post-info {
    order: 2;
  }
  .page-template-new-blog header:hover ul li a {
    color: #2f1730 !important;
  }
}
