.single-news-template .entry-content .header-title {
  background-color: #4b6fa0;
  padding: 0;
}
.single-news-template .entry-content .header-title h1 {
  font-weight: 600;
  font-size: 2.5rem;
  color: #FFFFFF !important;
  line-height: 2.2rem;
  padding: 0;
}
.single-news-template .entry-content .header-info {
  background-color: #ddebff;
  padding: 0;
}
.single-news-template .entry-content .header-info .et_pb_row {
  display: flex;
  padding: 0;
}
.single-news-template .entry-content .header-info .et_pb_row .et_pb_column:first-child {
  padding-top: 25px;
  padding-bottom: 25px;
}
.single-news-template .entry-content .header-info .et_pb_text.category-name {
  color: #FFFFFF !important;
  line-height: 1.8rem;
  background-color: #01013D;
  padding-right: 8px !important;
  padding-left: 8px !important;
  margin-bottom: 10px !important;
  display: inline-block;
  text-transform: uppercase;
}
.single-news-template .entry-content .header-info .et_pb_text h2 {
  font-size: 1.8rem;
  color: #346ab4 !important;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-news-template .entry-content .header-image-container .header-image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding-bottom: 66.66%;
}
.single-news-template .entry-content .news-description {
  padding-top: 0;
  padding-bottom: 0;
}
.single-news-template .entry-content .news-description p {
  line-height: 1.7rem;
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 5px;
}
.single-news-template .entry-content .news-description .et_pb_row {
  margin-top: 25px;
  margin-bottom: 50px;
  padding-top: 27px;
  padding-bottom: 27px;
}
.single-news-template .entry-content .share-section {
  padding-top: 0;
  padding-bottom: 0;
}
.single-news-template .entry-content .share-section .et_pb_with_border {
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 1px;
  border-color: #707070;
  padding-top: 7px;
}
.single-news-template .entry-content .share-section .et_pb_row {
  display: flex;
  justify-content: space-between;
}
.single-news-template .entry-content .share-section .et_pb_row:after {
  display: none;
}
.single-news-template .entry-content .share-section .et_pb_row .et_pb_column {
  width: auto;
}
.single-news-template .entry-content .et_pb_blurb {
  margin-bottom: 15px !important;
}
.single-news-template .entry-content .et_pb_blurb .et_pb_blurb_content {
  display: flex;
  margin-top: 20px;
}
.single-news-template .entry-content .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
  display: flex;
  width: 25px;
}
.single-news-template .entry-content .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img {
  width: 25px;
  height: 25px;
}
.single-news-template .entry-content .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_description {
  padding-left: 15px;
  line-height: 1.5rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.single-news-template .entry-content .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_description.p-0 {
  padding: 0;
}
.single-news-template .entry-content .share-blurb .et_pb_blurb_description {
  display: flex;
}
.single-news-template .entry-content .share-blurb .share-icons {
  margin-left: 2px;
  display: flex;
}
.single-news-template .entry-content .share-blurb .share-icons a {
  width: 24px;
  display: flex;
  justify-content: center;
}
.single-news-template .entry-content .share-blurb .share-icons i {
    color: #01013D;
}
@media (min-width: 740px) and (max-width: 1230px) {
  .single-news-template .entry-content .news-data-container {
    width: 100%;
    margin-right: 0;
    display: flex;
  }
  .single-news-template .entry-content .news-data-container .header-title-section {
    width: 50%;
    flex-grow: 1;
  }
  .single-news-template .entry-content .news-data-container .header-data-section {
    width: 50%;
    padding-left: 5.5%;
    flex-grow: 1;
  }
  .single-news-template .entry-content .header-image-container {
    display: none;
  }
}
@media (max-width: 739px) {
  .single-news-template .entry-content .header-info .et_pb_row {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .single-news-template .entry-content .header-info .et_pb_row .et_pb_column {
    width: 100%;
  }
  .single-news-template .entry-content .header-info .et_pb_row .et_pb_column.news-data-container {
    padding-left: 10%;
    padding-right: 10%;
    order: 2;
  }
  .single-news-template .entry-content .header-info .et_pb_row .et_pb_column.header-image-container {
    order: 1;
  }
  .single-news-template .entry-content .header-info .et_pb_row .et_pb_column.header-image-container .header-image {
    padding-bottom: 33.33%;
  }
  .single-news-template .entry-content .share-section .et_pb_row {
    display: flex;
    flex-direction: column;
  }
}
