/*
Theme Name:   OceanWP Child
Theme URL:        http://example.com/twenty-seventeen-child/
Description:  OceanWP Child Theme
Author:           OceanWP
Author URL:   http://example.com
Template:         oceanwp
Version:          1.0.0
License:          GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  oceanwpchild
*/

@font-face {
    font-family: 'Muli';
    src: url('fonts/muli.regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@media screen and (min-width: 901px) {
	.footer-menu-social {
		border-left: 1px solid #999999a0;
	}
}
@media screen and (max-width: 900px) {
	
	.menu .sub-menu {
		min-width: 150px!important;
	}
	#top-header .header-menu {
		display: none;
	}
	.booking-out-container {
		flex-wrap: wrap !important;
		row-gap: 5px;
	}
	.booking-out-container > div {
		flex-basis: 100% !important;
	}
	.booking-out-container .lowest-rate {
		justify-content: center;
	}
	
	#mobile-dropdown {
		top: 75px!important;
		max-height: 100vh!important;
		height: 100vh!important;
	}
	
	#blog-entries {
		padding: 0 20px!important;
	}
	
	#mobile-dropdown .menu{
		padding: 50px;
	}
	
	#mobile-dropdown .menu li{
		list-style-type: none;
		text-transform: uppercase;
	}
	
	#popup-menu-mobile {
	
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	height: 100vh;
	overflow: scroll;
	transition: all 1s ease-in-out;
	max-height: 100vh;
}
	
#popup-menu.open {
	display: block!important;
	height: 100vh;
	overflow: scroll;
	
}
	
	#popup-menu-mobile p{
		margin-top: 0;
		margin-bottom: 0;
	}
#popup-nav-menu ul {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin-top: 20px;
}
#popup-nav-menu ul li:not(:last-of-type) {
	border-bottom: 1px solid #70707070;
	padding-top: 10px;
	padding-bottom: 10px;
}
#popup-nav-menu ul li:last-of-type {
	padding-top: 10px;
}
#popup-nav-menu ul li.menu-item-has-children ul.sub-menu {
	max-height: 0;
	
	transition: max-height 0.7s ease-in-out;
	margin: 0;
}
#popup-nav-menu ul li.menu-item-has-children:hover ul.sub-menu, #popup-nav-menu ul li.menu-item-has-children:active ul.sub-menu {
	max-height: 800px;
}
#popup-nav-menu ul li.menu-item-has-children ul.sub-menu li {
	font-size: 90%;
	border-bottom: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
	.menu-item-object-hotel .sub-menu li a{
		color: #fff;
	}
	
#popup-nav-menu ul li.menu-item-has-children > a:after {
	content: '\25be';
	margin-left: 8px;
	font-size: 20px;
}
#popup-nav-menu ul li.menu-item-has-children:hover > a:after {
	content: '\25ba';
	font-size: 11px;
}
	
	.menu-header-container{
		margin-top: -50px;
	}
	
	
}
#top-header {
	position: fixed;
	top: 0;
	left: 0;
}
#top-header.active {
	background: #293031;
}
#top-header:after {
	content: '';
	position: absolute;
	background: #fff;
	height: 1px;
	transition: all 0.5s ease-in-out;
}
#top-header:not(.active):after {
	background: #fff;
	height: 1px;
	left: 5%;
	bottom: 0;
	width: 90%;
}
#top-header.active:after {
	background: #F27B3F;
	height: 10px;
	left: 0;
	bottom: -10px;
	width: 100%;
}
#top-header img {
	transition: all 0.5s ease-in-out;
}
#top-header.active img {
	max-width: 80px;
}
#top-header .header-menu ul {
	list-style-type: none;
	display: flex;
	gap: 25px;
}
#top-header .header-menu ul li a {
	color: #fff;
	font-weight: 100;
}

.elementor-widget-image a {
	display: block!important;
}
.footer-menu ul {
	list-style-type: none;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center
}
.footer-menu ul li a {
	color: #424242;
	font-weight: 100;
}
.booking-out-container {
	margin-left: 2%;
	margin-right: 2%;
}
.booking-out-container .lowest-rate {
	display: flex;
	font-size: 20px;
	font-style: italic;
	gap: 10px;
	margin: 10px 0;
	align-items: center;
}
.wp-caption-text{
	font-family: 'Barlow Condensed'!important;
    font-size: 18px!important;
    text-transform: uppercase!important;
    font-weight: 100!important;
    margin-left: 2px!important;
    color: #4298a7 !important;
}

.journeys, .faqs{
	display: none;
}

.blog-header-image{
	margin-bottom: 20px;
	height: 420px;
    display: flex;
	position: relative;
	text-align: center;
}

.blog-header-image .blog-featured-img{
	height: 420px!important;
	width: 100%!important;
	object-fit: cover!important;
    object-position: top center !important;
}

.blog-header-image .title{
	 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    color: white; /* White text for contrast */
    padding: 20px 40px;
    border-radius: 8px;
    text-align: center;
}

.blog-header-image .title h2{
	color: #fff;
}

.subs-form p{
	display: flex;
	justify-content: center;
}

.subs-form-footer h2{
	color: #4298A7;
}

.footer-widgets-inner a{
	color: #333;
}

.offer-thumbnail{
	width: 100%;
	height: 500px!important;
}

.offer-thumbnail img{
	width: 100%;
	height: 100%!important;
}

.offer-content, .offer-heading{
	text-align: center;
}


#blog-entries{
	margin-top: 100px;
	padding-left: 100px;
	padding-right: 100px;
}


.close-popup, .launch-popup-menu {
	cursor: pointer;
}

.privacy-policy{
	margin-top: 50px;
}

/* Floating Button Styling */
.floating-btn {
    position: fixed;
	transform: rotate(-90deg);
    right: -25px;  /* Adjusts horizontal position */
    bottom: 50%; /* Adjusts vertical position */
    background-color: #4298A7; /* Change button color */
    color: #ffffff;
    padding: 15px 20px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
	border: 1px solid #4298A7;
    z-index: 9999; /* Ensures it stays above everything */
}

/* Hover Effect */
.floating-btn:hover {
    background-color: #fff;
	color: #4298A7;
	border: 1px solid #4298A7;
}

/* Hide all submenus by default */
.menu .sub-menu {
    display: none!important;
    position: absolute;
    background: #333; /* Background color */
    flex-direction: column;
    padding: 10px;
    min-width: 200px;
    z-index: 1000;
	margin: 0;
	gap: 10px!important;
}

/* Show submenu on hover */
.menu li:hover > .sub-menu {
    display: flex!important;
}

/* Submenu items styling */
.menu .sub-menu li {
    position: relative;
}

/* Sub-submenu styling (2nd level) */
.menu .sub-menu .sub-menu {
    left: 100%; 
    
	top: -10px;
    background-color: #4298A7;
}

/* Ensure sub-submenu only appears when its parent is hovered */
.menu .sub-menu li:hover > .sub-menu {
    display: block;
	
}


.menu .sub-menu .sub-menu li:hover {
	border-bottom: solid 1px #fff;
}

.menu .sub-menu li:hover {
	border-bottom: solid 1px #fff;
}


/* Submenu styling (1st level dropdown) */
.menu .sub-menu {
    background: #333;
    padding: 10px;
    min-width: 200px;
}

/* Hide all sub menu items in footer */
.footer-menu .sub-menu {
    display: none;
}

/* Hide parent menu items that have children */
.footer-menu .menu-item-has-children {
    display: none;
}



