/*
 Theme Name:   CF Morocco
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       GR11 Viajes
 Author URI:   https://gr11.net
 Template:     generatepress
 Version:      0.1
*/

.the-header-content {
	display: flex;
	height: 100%;
	width: 100%;
  justify-content: center;
  align-items: center;
	text-align: center;
	padding: 1em 2em;
}

.the-header-content h1 {
	color: white;
	font-size: 3rem;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #00000099;
	font-weight: bold;
}

ul#menu-principal {
	text-shadow: 2px 2px 2px #00000099;
}

div.header-wrap {
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.7) 31%, rgba(0,0,0,0.1) 100%);
}

.has-padding {
	padding: 1em 1.5em;
}

.site-branding {
	max-width: 200px;
}

.viaje-home {
	padding: 1em 2em;
}

.viaje-home a {
	text-decoration: none;
}

.max-width-inside {
	max-width: 1300px !important;
	margin: 0px auto !important;
}

#generate-slideout-menu img {
	max-width: 50%;
}

li.wpml-ls-item, li.wpml-ls-item a  {
	padding-left: 5px !important;
	padding-right: 5px !important;

}

#generate-slideout-menu li.wpml-ls-item, #generate-slideout-menu li.wpml-ls-item a  {
	display: inline;
}

.site-footer a { 
text-decoration: none
}
