.newsroom .masonry {
  column-count: 3;
  column-gap: 1rem;  
}

h2.woocommerce-loop-product__title.one-line {
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**masonry design**/
.masonry {
  column-count: 2;
  column-gap: 1rem;
}

.masonry .item {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 1rem;
  border-radius: 8px;
  break-inside: avoid;
}

/* Responsive */
@media (max-width: 992px) {
  .masonry { column-count: 2; }
	.newsroom .masonry {
	  column-count: 2; 
	}
}
@media (max-width: 576px) {
  .masonry { column-count: 1; }
	
	.newsroom .masonry {
	  column-count: 1; 
	}
}
/**end masonry design**/

.newsblogsection .nav-tabs {
    border: unset;
}

.newsblogsection .nav-tabs .nav-link.active {
    
    border: none;
border-bottom: 1px solid #000;
}

.newsblogsection a {
    text-decoration: unset;
}


.newsroom .item .imgdiv{
    height: 300px;
}

/***/
.load-more-btn, .load-more-btn:hover {
  background: none;
  border: none;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.load-text {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
}

.plus-circle {
  width: 40px;
  height: 40px;
  border: 1.5px solid #1aa3a3;
  border-radius: 50%;
  color: #1aa3a3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  transition: all 0.3s ease;
}


.load-more-btn:hover .plus-circle {
  background: #1aa3a3;
  color: #fff;
}


/*
#social-header .elementor-social-icons-wrapper .elementor-grid-item:last-child a::after {
  content: "Info";
    position: absolute;
    bottom: 0px;
    right: -33px;
    background: #CDAE5B;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
	text-transform: uppercase;
}


#social-header .elementor-social-icons-wrapper .elementor-grid-item:last-child:hover a::after{
	background: unset !important;
	color: #CDAE5B !important;
	border: 1px solid #CDAE5B !important;
}

#social-header .elementor-social-icons-wrapper .elementor-grid-item:last-child a i {
	visibility: hidden;
}*/

.newsblogsection .nav-link {
	background-color: #ffffff;	
}

.newsblogsection .nav-link, .newsblogsection .nav-link.active, .newsblogsection .nav-link:hover {
	text-transform: uppercase;
	color: #CDAE5B !important;
	font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.newsblogsection .nav-link.active {
	border-color: #CDAE5B !important;
}

.page-template-news-page{
	background: #f2f2f2 !important;
}