/*
Theme Name: Servair Airport Lounges
Theme URI:  https://www.ajans.fr
Author:     AJANS
Author URI: https://www.ajans.fr
Template:   generatepress
Version:    1.0
License:    GNU General Public License v2 or later
*/

/**
 * GT-Translate menu item
 * Position style doesn't work in plugin settings
 * All other settings are set in plugin settings page
 */
.menu-item-gtranslate > div {
	position: unset !important;
	padding-left: 20px;
}

.menu-item-gtranslate .gt_float_switcher img {
  width: 20px;
}
.menu-item-gtranslate .gt_float_switcher .gt-lang-code {
  font-size: 12px;
  top: 0 !important;
}
.main-navigation .main-nav ul li.menu-item-gtranslate a {
  line-height: unset;
}
.gt_float_switcher {
  box-shadow: unset !important;
}

/**
 * Fit footer to bottom always
 * Source: https://generatepress.com/forums/topic/stick-footer-to-bottom-of-short-pages/ 
 */
html {
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
#page {
  	flex: 1 0 auto;
}
.site-footer{
	flex-shrink: 0;
}

/**
 */
.sal_outline-text span {
	color: #FFFFFF;
	background: #FFFFFF;
	text-shadow: 2px 2px 0 var(--accent), 2px -2px 0 var(--accent), -2px 2px 0 var(--accent), -2px -2px 0 var(--accent), 2px 0px 0 var(--accent), 0px 2px 0 var(--accent), -2px 0px 0 var(--accent), 0px -2px 0 var(--accent);
	color: #FFFFFF;
	background: #FFFFFF;
}

.single-chef .featured-image {
	display:none;
}

@media screen and (max-width:569px) {
	.sal_btn-contact, .sal_btn-review {
	justify-content:center !important;
		margin-top:8px;
				margin-bottom:8px;
}
	.sal_client-logo {
		text-align:center;
	}
}
.sal_menu-item + .sal_menu-item {
	padding-top:24px;
}
.sal_menu-item p {
	margin-bottom:0;
}
.sal_menu-item p:first-child {
 font-weight: bold;
}
.sal_menu-item {
 padding-left:1em;
}
/***/