/*
Theme Name: Lis arquitectura
Theme URI: https://aarhus.qodeinteractive.com
Description: A child theme of Aarhus Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.1
Text Domain: lis_ar
Template: aarhus
*/

.qodef-search-opener{
	display:none !important;
	
}
.lis-textarea {
	height: 120px !important;
}

.lis_language_switcher {
    width: fit-content;
    display: inline-block;	
}

.lis_language_switcher ul {
	list-style: none;
    width: 90px;
	display: flex;
    flex-direction: column;
}

.lis_language_switcher ul:hover li {
	display: block;
}

.lis_language_switcher ul li {
	display: none;
	margin-bottom: 10px;
}

.lis_language_switcher ul li.current-lang {
	display: block;
}

.lis_language_switcher ul li a {
	display: flex;
	flex-direction: row;
    align-items: center;
	color: white;
	font-family:'Yantramanav' !important;
	font-weight: 600 !important;
}

.qodef-fixed-wrapper.fixed .lis_language_switcher ul li a {
	color: black;
}

.lis_language_switcher ul li a span {
    line-height: 0;
}

.qodef-main-menu>ul>li>a{
	padding:0 20px !important;	
}

.qodef-mobile-nav .qodef-grid .lis_language_switcher {
	width: 100%;
}

.qodef-mobile-nav .qodef-grid .lis_language_switcher ul {
	width: 100%;
    flex-direction: row;
}

.qodef-mobile-nav .qodef-grid .lis_language_switcher ul li {
	display: inline-block;
    margin-right: 5%;
}

.qodef-mobile-nav .qodef-grid .lis_language_switcher ul li a {
	border-bottom: 0;
}

@media only screen and (max-width: 600px) {
	h1{
		font-size:40px !important;
	}
}
.qodef-mobile-header .qodef-mobile-nav ul li a span:before{
	background-color:black !important;
}