/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.page-template-news .main-content .news-item a {
  transition: all 0.2s ease;
}

.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

@media (max-width: 991px) {
  .page-template-news .sidebar {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 992px) {
  .page-template-news .sidebar {
    max-width: 390px !important;
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .page-template-news .sidebar {
    max-width: 450px !important;
  }
}
@media (min-width: 1366px) {
  .page-template-news .sidebar {
    max-width: 540px !important;
  }
}
.page-template-news .sidebar .widget_cw_testimonial_widget,
.page-template-news .sidebar .widget_cw_team_widget {
  display: none;
}

.page-template-news .main-content {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .page-template-news .main-content {
    padding-bottom: 80px;
  }
}
.page-template-news .main-content .news-item {
  border-bottom: 1px solid #E3E3E3;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-template-news .main-content .news-item:last-child {
  border-bottom: none;
}

.page-template-news .main-content .news-item a {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  color: var(--color-primary);
  max-width: 90%;
  display: block;
}

@media (max-width: 767px) {
  .page-template-news .main-content .news-item a {
    max-width: 80%;
    display: block;
    line-height: normal !important;
  }
}
@media (max-width: 575px) {
  .page-template-news .main-content .news-item a {
    max-width: 75%;
  }
}
.page-template-news .main-content .news-item a:after {
  content: "";
  bottom: 10px;
  right: -82px;
  height: 100%;
  width: 72px;
  display: block;
  position: absolute;
  transition: height ease-in-out 0.5s;
  background: url("../images/btn-arrow.png") no-repeat scroll right bottom;
  transition: right 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .page-template-news .main-content .news-item a:after {
    right: -72px;
  }
}
@media (max-width: 575px) {
  .page-template-news .main-content .news-item a:after {
    right: -80px;
  }
}
@media (max-width: 359px) {
  .page-template-news .main-content .news-item a:after {
    width: 60px;
  }
}
.page-template-news .main-content .news-item a:hover:before, .page-template-news .main-content .news-item a:hover:after {
  height: 100%;
}

.page-template-news .main-content .news-item a:hover:after {
  right: -92px;
  background: url("../images/btn-arrow.png") no-repeat scroll right bottom;
  transition: right 0.3s ease-in-out;
}

/*# sourceMappingURL=news.css.map*/