/*
Theme Name: Mediteraneo
Theme URI: https://mediteraneo.qodeinteractive.com
Description: Restaurant, Bar & Drink Brand Theme
Author: Select Themes
Author URI: https://qodeinteractive.com
Text Domain: mediteraneo
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: space-between;
}

#qodef-back-to-top {
	right:unset;
	left: 25px;
}
#qodef-back-to-top:hover .qodef-back-to-top-icon{
    background-color: rgba(250, 190, 53, 0.69)!important;
}

.title-custom{
	height: 200px;
    align-content: center;
	flex-direction: row;
    display: flex;
    align-items: center;
	column-gap:15px;
	padding:10px
}

#carousel-custom-2,
#carousel-custom{
	width:100%;
	margin:0;
}
.qodef-header--divided #qodef-page-header{
	background-color: transparent!important;
	height:auto!important;
}
#qodef-page-header-inner {
    padding-top: 10px!important;
	padding-bottom:10px!important;
}

#qodef-page-inner {
    position: relative;
    padding: 0px;
}
.qodef-e-heading {
    margin-left: 0px!important;
}
figure>figcaption {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    align-items: center;
    justify-content: center;
    font-size:7vw!important;
	font-family:'IMPACT';
	color:#F4BE35;
}



@media screen and (max-width:767px) {
	figure>figcaption{
		font-size:10vw!important
	}
}

@media only screen and (max-width: 680px) {
    .qodef-highlight-image-slider .qodef-m-image-holder .swiper-slide.swiper-slide-next .qodef-m-image {
        transform: scale(0.9)!important;
    }
	.qodef-highlight-image-slider .qodef-m-image-holder .swiper-slide.swiper-slide-prev .qodef-m-image {
        transform: scale(0.9)!important;
    }
}

