/*
    Theme Name:   Finns Beach Club
    Theme URI:    https://finnsbeachclub.com/
    Description:  Finns Beach Club theme base on Hello Elementor
    Author:       Juna
    Author URI:   http://solahmedia.com
    Template:     hello-elementor
    Version:      1.0.0
    License:      GNU General Public License v2 or later
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
    Tags:         bookings, reservations, finns recreation club, junior sports academy
    Text Domain:  finns-beach-club
*/
:root a {
	color: #73CBCD;	
}
[x-cloak] { display: none !important; }
	
	#popup_inclusions .bdt-ep-accordion-container :nth-child(2) .bdt-ep-accordion-title {
		background-color: #C7952C!important;
	}
	#ue_popup .e-n-accordion-item-title {
		background-color: #C7952C!important;
	}
	.box-bed #overlay {
		display: none;
	}
	.box-bed:hover .box-bed #overlay {
		display: block;
	}

.btn a {
    padding: 10px 15px!important;
    border-radius: 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px!important;
    font-weight: 600!important;
}

.btn-primary a {
    background: #4BBCBE;
    color: white!important;
}
.btn-primary a:hover {
    background: white;
    color: #4BBCBE!important;
}

.btn-nye a {
    background: #69C5DC;
    color: white!important;
}
.btn-nye a:hover {
    background: white;
    color: #69C5DC!important;
}

.btn-anniversary a {
    background: #DF028D;
    color: white!important;
}
.btn-anniversary a:hover {
    background: white;
    color: #DF028D!important;
}

.btn-gold a {
    background: #C7952C;
    color: white!important;
}
.btn-gold a:hover {
    background: white;
    color: #C7952C!important;
}
#ue-popup {
	background: #C7952C;	
}

.box-bed .overlay,
.invisible {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.box-bed:hover .overlay,
.show-on-hover {
	opacity: 1;
}
.scale-on-hover-60 {
	width: 60%;	
}

@media only screen and (min-width: 780px) {
    #featured-venue .item {
        transition: width 0.5s;
        transition-timing-function: ease-out;
        position: relative;
    }
    #featured-venue .solcontent {
        opacity: 0;
        transition: all 0.3s ease-out 0.5s;
        transition-delay: 0.15s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
    }
    #featured-venue .item:hover .solcontent {
    	opacity: 1;
    }
    #featured-venue .item:hover {
    	width:45%!important;
    }
}
.elementor-popup-modal .dialog-widget-content {
    background: transparent!important;
}
.ku-embed {
    width: 100%;
    border-radius: 15px
}