/*!
Theme Name: Showroom
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: showroom
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.

Showroom 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/
*/
/*! Swiper slider */ 
.swiper-item {
    position: relative;
    overflow:hidden;
    height: 400px;
}

.swiper-item img {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width: 100%;
    height: 400px;
    object-fit:cover;
}

@media (max-width: 512px) {
    .swiper-item img, .swiper-item {
        height: 320px;
    }
}

/* Navigation */
.swiper .swiper-btn {
    padding: 25px;
    color: var(--accent-color);
    background: var(--background-color);
    border-radius: 4px;
    border: 0;
    outline: 0;
}

.swiper .swiper-btn:after {
    font-size: 30px;
}

/*! Whatsapp button */
.whatsapp-btn {
    bottom: 45px;
    right: 55px;
    position: fixed;
    z-index: 666;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 2.3em;
    border-radius: 50%;
    background-color: rgba(80, 173, 85, 1);
    transition: all .3s ease;
}

.whatsapp-btn:hover {
    color: rgba(80, 173, 85, 1);
    background-color: #fff;
    box-shadow: 0 0 12px 2px #bdbdbd;
}

.whatsapp-btn i {
    line-height: 16px;
}

/* Hide recaptcha sign */
.grecaptcha-badge {
    opacity: 0;
    z-index: -555;
}