/*
Theme Name: Primus Marine
Template: hello-elementor
Author: Fresh Digital Thailand
Author URI: https://freshdigital.co.th/
Description: A theme develop for Primus Marine by Fresh Digital Thailand.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1.1768034367
Updated: 2026-01-10 08:39:27

*/

/*** Global Styles ***/
html, body {
	overflow-x: hidden;
}
.gold-text {
	color: #C7AE69;
}
.elementor-widget-image a {
	width: 100%;
}
.blocks-gallery-caption, .wp-element-caption {
    color: #FFFFFF;
}
.price_acf_format {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--e-global-color-secondary);
	text-align: right;
	text-box: auto !important;
}
.search-filter-component-range-slider__range-text {
	justify-content: space-between !important;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.price_acf_format {
		text-align: left;
	}
}

/* Search & Filter Pro */
.search-filter-label__toggle-icon .search-filter-icon__svg, .search-filter-input-radio__label {
    fill: #FFF !important;
    color: #FFF !important;
}
.search-filter-label {
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
	padding-bottom: 10px;
}
.search-filter-component-combobox {
	background-color: transparent !important;
}
.search-filter-component-combobox__selection.search-filter-component-combobox__selection-placeholder span {
    opacity: 1 !important;
    color: #FFF !important;
}


/* Mega Menu */
.megamenu_grid .pa-gallery-img-container:before {
	content: "";
	background: #141517;
	background: linear-gradient(90deg,rgba(20, 21, 23, 0.8) 0%, rgba(20, 21, 23, 0) 60%);
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	z-index: 9;
}

/* Favorites */
.ccc-favorite-post-count {
	margin: 0 !important;
	display: block !important;
}
.ccc-favorite-post-count > a::before {
	/*font-size: 20px;*/
}
.ccc-favorite-post-count .num {
    font-size: 1em;
    font-weight: bold;
}
.favorite-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media(max-width:1024px){
  .favorite-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:767px){
  .favorite-grid{
    grid-template-columns: 1fr;
  }
}


/* reset counter */
#news-and-events sr7-module {
  counter-reset: sr7tab;
}

#news-and-events sr7-module sr7-tab {
  counter-increment: sr7tab;
}

#news-and-events sr7-module .sr7-tab-title {
	display: none !important;
  /*font-size: 0 !important;
  position: relative;*/
}

#news-and-events sr7-module .sr7-tab-content::before {
	content: '0' counter(sr7tab) !important;
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
	line-height: 17px;
	display: block;
}

/*#news-and-events sr7-module .sr7-tab-title::before {
	content: '0' counter(sr7tab) !important;
	text-align: left;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
	line-height: 17px;
	display: block;
}*/