div.scml-news .elementor-grid-3 .elementor-grid-item img {
    height: 240px;
}

body.elementor-page .scml-single-news-postContent .elementor .swiper-container .elementor-section:nth-of-type(1) {
    max-width: 100%;
}

.with-field-scml {
	order: 1;
  	display: block;
}

.scml-news .elementor-post__text .elementor-post__excerpt {
	display: none;
}

.scml-news .elementor-posts .elementor-post__text {
  flex-grow: initial;
}

div.scml-news--2cols .elementor-posts-container {
  grid-template-columns: repeat(6, 1fr);
}

.scml-news .elementor-post__thumbnail__link {
	height: auto;
}

@media (max-width: 768px) {
  div.scml-news--2cols .elementor-posts-container {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .scml-news--2cols .elementor-grid article:nth-child(n + 3) {
    grid-column: span 3 !important;
  }

}

.elementor-posts--skin-scml-news .elementor-post__read-more {
	display: none;
}

.scml-radio-list .jet-radio-list__row.jet-filter-row-disable {
	display: none !important;
}


.scml-news--2cols .elementor-grid article {
  grid-column: span 3;
}

.scml-news--2cols .elementor-grid article:nth-child(n + 3) {
  grid-column: span 2;
}

.scml-news .elementor-grid-item {
  cursor: pointer;
}

.slider-title {
    backdrop-filter: blur(20px);
}

.scml-news .elementor-posts .elementor-post__excerpt p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.scml-news .elementor-posts .elementor-post__title a {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 145%;
  color: #000000;
  
  position: relative;
}

.scml-news .elementor-posts .elementor-post__title a {
  text-decoration: underline !important;
  text-decoration-color: rgba(40, 40, 38, 0.5) !important;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.scml-news .elementor-grid-item:hover .elementor-post__text a {
  color: #a80c30;
 text-decoration-color: #a80c30 !important;
}

.scml-news .skin-scml-metadata {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scml-news .skin-scml-metadata .skin-scml-metadata-date .skin-scml-date {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  text-transform: capitalize;

  color: #000000;
}

.scml-news .skin-scml-metadata .skin-scml-metadata-category .skin-scml-category {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  text-transform: uppercase;
	display: none;
  color: #000000;
}

.scml-news .elementor-post__text{
  margin-top: 18px;
}

.scml-news .elementor-post__excerpt {
  margin-top: 21px;
}


.scml-news .elementor-grid-item .elementor-post__text a::after {
  transition : all .2s linear;
}
.scml-news .elementor-grid-item:hover .elementor-post__text a::after {
  background: rgba(40, 40, 38, 0.5);
}

.scml-news .elementor-grid-item .elementor-post__excerpt p {
  text-decoration-color: transparent;
  transition: .2s;
}
.scml-news .elementor-grid-item:hover .elementor-post__excerpt p {
  text-decoration-color: #000000;
}

div.scml-news .elementor-grid-item img {
  transition : all .2s linear;
  height: 315px;
  object-fit: cover;
}

body div.scml-news.scml-news-grid-list .elementor-grid-item .elementor-post__thumbnail img {
  height: 250px !important;
}

body div.scml-news.scml-news-grid-list.elementor-grid-3 .elementor-grid-item .elementor-post__thumbnail img {
  height: 240px !important;
}

.scml-event-list .elementor-post__thumbnail img, .scml-reports-wrapper .scml-reports-image .elementor-post__thumbnail img, .scml-partners .scml-partners-image img, .scml-partners-title .scml-partners-link {
	transition : all .2s linear !important;
}

.scml-event-list .scml-event-list-content a, .scml-event-list .scml-event-list-content a:hover{
	text-decoration: none !important;
}

.scml-event-list:hover .scml-event-list-content .scml-event-list-title {
  	text-decoration: underline;
  	color: #a80c30;
    text-decoration-color: #a80c30 !important;
  	transition: .2s;
}

.scml-partners:hover .scml-partners-content .scml-partners-link{
    color: #a80c30;
    text-decoration-color: #a80c30 !important;
}

.scml-news .elementor-grid-item:hover img, .scml-event-list:hover .elementor-post__thumbnail img, .scml-reports-wrapper:hover .scml-reports-image .elementor-post__thumbnail img, .scml-partners:hover .scml-partners-image img{
  transform: scale(1.02);
}
.scml-reports-wrapper .scml-reports-image .elementor-post__thumbnail img{
	height: 100%;
    object-fit: cover;
}

.scml-news .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
  height: 100% !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}

body.elementor-page .scml-single-news-postContent .elementor .elementor-section:nth-of-type(1) {
    max-width: 661px;
    margin: 20px auto;
}


.scml-single-news-postContent:not(body.elementor-page .scml-single-news-postContent) {
	max-width: 661px;
  margin: 20px auto;
}

@media (max-width: 768px) {
 div.scml-news .elementor-grid-item img{
      height: 240px;
 }
}
