/*Top Feature Section*/

.post-feature-section {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/*Side Bar*/

/* .post-sidebar .elementor-widget-wrap:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #aaa;
  position: absolute;
  top: 0;
  right: -50px;
} */

/* .text-column .elementor-widget-wrap:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #aaa;
  position: absolute;
  top: 0;
  right: -50px;
} */

/*Side Bar - Latest News*/

.post-sidebar .elementor-post {
  transform: translateX(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.post-sidebar .elementor-post:hover {
  transform: translateX(-20px);
}

.post-sidebar .elementor-post:hover .elementor-post__title a {
  color: #de4a10;
}

/*Related News*/

.chw-posts.for-post .elementor-post {
  background-color: #fff;
}

.chw-posts.for-post .elementor-post__text {
  padding: 0 10px 20px 10px;
}

.chw-posts.for-post .elementor-post__thumbnail {
  border-bottom-width: 5px;
}

.chw-posts.for-post:before {
  content: "You might also be interested in ...";
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 15px;
}

.chw-posts.for-post .elementor-post-date {
  font-size: 0.7rem !important;
  margin-top: 5px;
}

.chw-posts.for-post .elementor-post-date:before {
  display: none;
}

/*Regular Post Template Footer Video Dissappear*/

.single-post .footer-video {
  display: none;
}

/*Youtube iframe Css Style*/

.single-post .wp-block-embed-youtube {
  width: 100%;
  margin: 0;
}

.single-post .wp-block-embed-youtube iframe {
  max-height: 450px;
  height: 50vh;
}

/*Search Icon Css Style*/

.chw-search button {
  cursor: pointer;
}

.chw-search button i {
  display: none;
}

.chw-search button {
  background-image: url(../../../uploads/2020/12/chw-icon_search02.svg);
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
}

/*Single Post List Css Style*/

.single-post .elementor-widget-theme-post-content ul li {
  list-style: none;
  position: relative;
}

.single-post .elementor-widget-theme-post-content ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #E55808;
  position: absolute;
  top: 12px;
  left: -20px;
/*   transform: translateY(-50%); */
}

/*Single Gallery Css Style*/

.single-post .wp-block-gallery ul li:before {
  display: none;
}

/*/////////////////Tablet Style/////////////////*/

@media screen and (max-width: 1024px) {
  .chw-posts.for-post:before {
    font-size: 1.35rem;
  }
  .post-sidebar .elementor-widget-wrap:before {
    right: -30px;
  }
  .single-post .wp-block-embed-youtube iframe {
    height: 25vh;
  }
}

/*/////////////////Mobile Style/////////////////*/

@media screen and (max-width: 767px) {
  .chw-posts.for-post .elementor-post:nth-child(3) {
    display: none;
  }
  .chw-posts.for-post:before {
    font-size: 1.2rem;
  }
  .post-sidebar .elementor-widget-wrap:before {
    display: none;
  }
}

