/*
Theme Name: Orlando Resort
Theme URI: https://orlandoresort.codersh.com/
Description: A child theme of Hello Elementor for Orlando Resort project.
Author: Codersh Team
Author URI: https://codersh.com/
Template: hello-elementor
Version: 1.0
Text Domain: orlandoresort
*/

@import url("../hello-elementor/style.css");
header#site-header, footer#site-footer {display: none;}
.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height: 0 !important;}
figure.elementor-image-box-img {flex-shrink: 0;}
.footer-carousel .swiper-slide-inner,.text-image{overflow: hidden;}
.footer-carousel img.swiper-slide-image,.text-image img {
    transition: .5s ease-in-out all; 
}
.footer-carousel img.swiper-slide-image:hover,.text-image img:hover {
    transform: scale(1.05);
}


.menu-item:has(a.ekit-menu-nav-link){
    display: flex;
	align-items: center;
}
a.ekit-menu-nav-link{
	color: #fff;
  	text-transform: uppercase;
  	text-decoration: none;
  	letter-spacing: 0.15em;
	display: inline-block;
  	padding: 15px 20px;
  	position: relative;
	height: fit-content !important;
}
a.ekit-menu-nav-link:after{
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
  	content: "";
  	display: block;
  	height: 2px;
  	left: 50%;
  	position: absolute;
  	background: #fff;
  	transition: width 0.3s ease 0s, left 0.3s ease 0s;
  	width: 0;
}
a.ekit-menu-nav-link:hover:after{
	width: 100%; 
  	left: 0; 
}
.text-image, .text-image img {
    height: 100% !important;
}
.text-image img{object-fit: cover;}
.blog-page-blogs .elementor-post__excerpt {
    max-width: 545px;
}
.blog-content h3 strong {
	font-size: 28px;
    font-weight: 700;
    font-family: "League Spartan", sans-serif;
    color: var(--e-global-color-9ce475e);
}


@media only screen and (max-width:750px){
	.blog-content h3 strong{font-size: 22px;}

	
}



