/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
/*
START LOCATION 
*/
.vv-travelbtns .elementor-widget-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column-gap: 25px;
}
.vv-travelbtns .elementor-widget-container > a {
	transition: all .5s ease-in-out;
	position: relative;
	font-size: 14px;
	line-height: 1.2;
	background-color: #444;
	padding: 5px 10px;
	color: #fff;
	border-radius: 3px;
}
.vv-travelbtns .elementor-widget-container > a::after {
    content: '';
    position: absolute;
    bottom: -6px;
    top: auto;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    height: 1px;
    background: #333;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.vv-travelbtns .elementor-widget-container > a:hover::after {
    transition: all .5s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 1;
}

@media (max-width:767px) {
	.vv-travelbtns .elementor-widget-container {
		flex-direction: column;
		gap:5px 0;
	}
	.vv-travelbtns .elementor-widget-container > a {
		width: 100%;
		text-align: center;
	}
}

/*
END LOCATION */

/* book now start */
	.booknow a {
		background-color:#758872;
		color:#fff;
		border-radius:50px;
		border:1px solid #444;
		transition: all 900ms ease-in-out;
	}
.elementor-nav-menu--main.elementor-nav-menu__container .booknow:hover a {
		background-color:#E0E0E0;
		color:#958e7e!important;
		border-radius:50px;
		transition: all 900ms ease-in-out;
	}

.wpml-ls-legacy-list-horizontal {
	padding: 2px!important;
}
/* book now end */

/* the villas start */
#ic-real-estate-clima {
	stroke: #fff;
}
.firsrtaid .st0 {
	fill: #fff;
}
/* the villas end */



/* SEOPress style */
button#seopress-user-consent-accept {
    border: none !important;
    border-radius: 0;
}
.seopress-user-consent button:hover {
    background-color: #222;
}
button#seopress-user-consent-close {
    border: none;
    outline: 1px solid #c9c9c9;
    outline-offset: -1px;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .seopress-user-consent.seopress-user-message p:nth-child(1) {
        max-width: 1000px;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .seopress-user-consent.seopress-user-message {
        width: 100%;
    }
    .seopress-user-consent.seopress-user-message p:nth-child(1) {
        text-align: center;
    }
    .seopress-user-consent.seopress-user-message p:nth-child(2) {
        margin-top: 15px;
    }
}