/*!
Theme Name: Firenze.com.ua
Theme URI: http://underscores.me/
Author: WebFromAlex Agency
Author URI: http://WebFromAlex.site
Description: firenze.com.ua
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: firenze
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Firenze 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

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


.tours-list .item img {
	border-radius: 1.75rem;
}

@media (min-width: 768px) and (max-width: 1919px) {
    .tours-list .item img {
        border-radius: 1.4583333333vw;
    }
}

@media (max-width: 767px) {
    .tours-list .item img {
        border-radius: 5.5555555556vw;
    }
}

.tours-list .item img {
	height: 15.75rem;
}

@media (min-width: 768px) and (max-width: 1919px) {
    .tours-list .item img {
        height: 13.125vw;
    }
}

@media (max-width: 767px) {
    .tours-list .item img {
        height: 70vw;
    }
}

.body .include .cards {
	align-items: flex-start;
}

.tours-list .item img {
	object-fit: cover;
}

.body .faq-item .faq-question {
	text-align: left;
}

.body .tours-list .item .title .arrow {
	flex-shrink: 0;
}


/* мобілка — якщо треба */
@media (max-width: 767px){
  .location-item{
    top:  calc(var(--top-mob, 0) * 1vw);
    left: calc(var(--left-mob, 0) * 1vw);
  }
}

/* 768..1919 — ваш m() від 1920 */
@media (min-width: 768px) and (max-width: 1919px){
  .location-item{
    top:  calc(var(--top-vw, 0) * 1vw);
    left: calc(var(--left-vw, 0) * 1vw);
  }
}

/* 1920+ — rem() */
@media (min-width: 1920px){
  .location-item{
    top:  calc(var(--top-rem, 0) * 1rem);
    left: calc(var(--left-rem, 0) * 1rem);
  }
}

.body .form-wrapper .form-elem--select .custom-select.open .select-options {
	max-height: 250px;
	overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}
