/*!
Theme Name: Caverta Child
Template: caverta
Theme URI: https://matchthemes.com/demowp/caverta
Description: Caverta Fine Dining Restaurant WordPress Theme
Version: 2.0.7
Author: MatchThemes
Author URI: https://matchthemes.com
Tested up to: 6.4
Requires PHP: 7.3
Text Domain: caverta-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
.footer-copyright a {
	color: #fff;
}

ul.menu-nav > .wpml-ls-menu-item a {
	position: relative;
}
ul.menu-nav > .wpml-ls-menu-item > a::after {
	content: '';
	background-image: url('./assets/images/chevron-down.svg');
	background-size: 24px;
	height: 24px;
	width: 24px;
	
	display: block;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}

.lepiaf-menu-tabs >.elementor-widget-container:has(.elementor-tabs){
	margin-inline: 0 !important;
}
.lepiaf-menu-tabs .elementor-widget-container .elementor-tabs-wrapper{
	margin-inline: 20px !important;
}
.lepiaf-menu-tabs .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content{
	padding-inline: 0 !important;
}


.lepiaf-menu-tabs div[data-elementor-type="section"] section.elementor-section{
	max-width: 100% !important;
	left: 0 !important;
}
@media (max-width: 756px) {
	ul.menu-nav > .wpml-ls-menu-item > a::after {
		background-image: none;
		position: static;
		height: auto;
		width: auto;
		transform: none;
	}	
}