/*
 Theme Name:   Algarve Menu (Child)
 Template:     hello-elementor
 Version:      1.0.0
*/



/* Sets style to Menu's Acordion Titles*/
.custom_acordion_container{
    background-color: transparent !important;
    border: none !important;
    color: #333 !important;
    padding: 0px 15px!important;
    margin: 0 !important;
    line-height: 1 !important;
}

#elementor-tab-title-3431 > i{
	color: #333333 !important;
}

.custom_acordion_container:focus{
    outline: none !important;
}

.custom_acordion_title{
    color: #1F1D16 !important;
    font-family: "Playfair Display", "Playfair Display SC",   Sans-serif !important;
	text-transform: none !important;
    font-size: 1.5em !important;
    font-weight: 700 !important;
}

.eael-accordion-content{
    border: none !important;
    padding: 15px !important;
	padding-top: 0px !important;
	padding-bottom: 20px !important;
}
/*Styling for Language Switcher*/

/*desktop*/
#menu-menu-1{
	padding-left: 0px !important;
	display: flex;
    justify-content: flex-end;
}
/*mobile*/
#menu-menu-2{ 
	padding-left: 0px !important;
	display: flex;
    justify-content: center;
}

#menu-menu-1 li {
	list-style: none;
	text-align: center;
	margin: 0px 10px;
}

#menu-menu-2 li{
	list-style: none;
	text-align: center;
	margin: 0px 5px;
}

.menu__subtitle .elementor-widget-container{
	margin: 0px;
	padding: 0px !important;
}

/* Hide Header*/
header{
	display: none !important;
}

/*Change Preset theme highlights color*/

a, button {
	color: #d9d1c0 !important;
}

button{
	border: 1px solid #d9d1c0;
}

button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #000000;
    background-color: #d9d1c0;
    }