/*!
Theme Name: ungheni-tourism
Theme URI: 
Author: A.FALA
Author URI: 
Description: tourism Ungheni
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ungheni-tourism

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ungheni-tourism is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.link-maps {
	position: absolute;
	width: 30%;
	height: auto;
	left: 30px;
	bottom: 30px;
	cursor: pointer;
	transition: all 300ms;
	z-index: 3;
}

.link-maps h4 {
	color: var(--head);
}

.link-maps:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}


.about-project__wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-project__image {
	max-width: 320px;
}

.about-project__description {
	width: 70%;
}

.btn-a {
	position: absolute;
	right: 0;
	bottom: -20px;
	background-color: var(--active);
	padding: 12px 40px;
	color: var(--head);
	border: 3px solid var(--active);
}

.content .tabs::after {
	content: '';
	position: absolute;
	display: flex;
	justify-content: space-between;
}

.logo-partner {
	height: 50vh;
	min-height: 400px;
	display: flex;
	align-items: center;
}

.partner__card {
	width: 200px;
}

.logo-p {
	width: 200px;
	margin: 0 auto;
}

.travel {
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.lang-item a {
	display: flex;
	align-items: center;
}

#info ul li {
	list-style: disc;
}

.promo__more::before{
	content: '';
}
.promo__more a{
    font-size: 20px !important;
}
.promo__more a:hover{
	color: var(--active);
	transition: 0.3s ease;
}
.dashicons-arrow-right-alt:before {
	color: var(--active);
}
.menu-hotels-container, .menu-restaorant-container {
	width:100%;
}