/* 
Theme Name: Montsalvat
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.menu .menu-item.current-menu-item a{
	text-decoration: none !important;
    border-bottom: 1px solid !important;
}
.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.tab-btn {
    padding: 10px 20px;
/*     border: 2px solid #ccc;
    border-radius: 50%; */
    background: none;
    cursor: pointer;
}
.tab-btn.active {
    background: #000;
    color: #fff;
    border-color: #000;
}
.tours-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
}
.tour-item {
    text-align: center;
}
.tour-item img {
    width: 100%;
    height: auto;
/*     border: 2px solid #fff; */
}
.thumbnail-tour img {
    height: 425px !important;
    object-fit: cover;
    object-position: center center;
    transition-duration: 3s;
}
.view-tour-btn {
/*     display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 50%; */
}
img.arrow-cta {
    max-width: 14px;
    border: none;
    transform: rotate(90deg);
	margin-bottom: 2px;
}

.cta-card {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
/* .tour-item img {
    -webkit-mask-box-image: url(http://staging-montsalvat.online/wp-content/uploads/2024/11/virtual-tour-grid.png);
    mask-image: url(http://staging-montsalvat.online/wp-content/uploads/2024/11/virtual-tour-grid.png);
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
} */
.thumbnail-tour-div{
    -webkit-mask-box-image: url(http://staging-montsalvat.online/wp-content/uploads/2024/11/virtual-tour-grid.png);
    mask-image: url(http://staging-montsalvat.online/wp-content/uploads/2024/11/virtual-tour-grid.png);
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom right;
    -webkit-mask-repeat: no-repeat;
}
.thumbnail-tour img {
    height: 425px !important;
    object-fit: cover;
    object-position: center center;
    transition-duration: 3s;
	    transform: scale(1.1);

}
.thumbnail-tour img:hover{
    transform: scale(1.2);
}

/*spaces*/
.spaces-for-hire {
    margin: 0 auto;
}

.category-filters {
    margin-bottom: 20px;
	 text-align: center;
}

.category-button, .category-button:focus {
    padding: 10px 20px;
    margin: 5px;
    border: 1px solid #D97E4A;
    cursor: pointer;
    text-transform: uppercase;
	background: transparent;
    border-radius: 0;
    color: #D97E4A;
}

.category-button.active, .category-button:hover {
    background-color: #D97E4A;
    color: #000000;
    border-color: #D97E4A;
}

.spaces-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}
.event-read-more {
	padding-top: 5px;
}
.home-page-whatson-slider .event-read-more{
	display: none;
}
.event-calendar .event-read-more a{
	font-size: 16px !important; 
	text-transform: uppercase;
	color: #D97E4A;
	font-family: "Roboto";
}

/* header menu */
/* Dropdown styling */
.menu-item-has-children {
	position: relative;
}

.menu-item-has-children .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #69735a;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	padding: 10px 0;
    padding-bottom: 5px;
	min-width: 200px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

.menu-item-has-children:hover .sub-menu {
	margin-top: 3px;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.sub-menu .menu-item {
	padding: 2px 20px;
	white-space: nowrap;
}
.menu-venue-arrow{
	height: 11px;
    width: 11px;
    rotate: 180deg;
    margin-bottom: -2px;
    margin-left: 3px;
}
.newsletter_check span.wpcf7-list-item {
    margin: 0;
}


@media only screen and (max-width: 1024px) {
.spaces-grid {
    grid-template-columns: 1fr 1fr;
}
}
@media only screen and (max-width: 768px) {
.spaces-grid {
    grid-template-columns: 1fr;
}
}

.space-card {
/*     border: 1px solid #eee;
    padding: 15px;
    text-align: center; */
}

.space-card img {
    max-width: 100%;
    height: auto;
}

.view-venue-button {
    display: inline-block;
    padding: 10px 30px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
}
.cta-card h5{
	color: #ffffffcc;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
}

@media screen and (max-width: 767px){
	.event-calendar-carousel .event-calendar{
		margin: 0;
	}
}