/*!
Theme Name: petricca
Theme URI: http://bunchdesign.com/
Author: ALECTA
Author URI: http://bunchdesign.com
Description: Custom desing and hand coded by Alecta
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: petricca
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 with others.

petricca is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/

footer.isHidden {
    z-index: 0;
}

.swiper-slide.about {
    z-index: 1000;
}

.intro_select {
    position: absolute;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    padding: 40px 0 0 0;
}

.intro_select:after {
    content: '';
    background: linear-gradient(0deg, rgb(0 0 0 / 90%) 0%, rgba(0, 0, 0, 0) 90%);
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}

.intro_select .container {
    max-width: 740px;
    position: relative;
    bottom: 0;
}

.font-normal p {
    font-size: 1.6rem;
    color: white;
    line-height: 2.4rem;
    letter-spacing: 0;
}

.row.s-place {
    padding: 30px 0 50px 0;
}

.s-place h4 {
    color: white;
    font-size: 1.6rem;
}

.s-place span {
    color: #d4030f;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: .04rem;
    font-weight: 600;
}

.s-place a span {
    transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
}

.s-place a:hover span {
    color: white;
}

.logo span {
    position: absolute;
    font-size: 10px;
    color: white;
    text-transform: uppercase;
    background: black;
    padding: 2px 10px;
    border-radius: 3px;
    line-height: normal;
    top: 1px;
    right: -95px;
    letter-spacing: .04em;
}

@media (max-width: 600px) {
    div.logo span {
        top: 28px;
        font-size: 8px;
        right: 0;
        left: 0;
        letter-spacing: .1em;
    }
    .row .col.xs12 {
        width: 100%;
        padding-bottom: 15px;
    }
    .row.s-place {
        padding-bottom: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    div.main__menu li {
        padding-left: 2.8rem;
    }
    div.main__menu li a {
        font-size: 1.6rem;
    }
}

@media (min-width: 1024px) {
    .contact .contact_address {
        justify-content: center;
    }
    .contact .contact_address p {
        min-width: 300px;
    }
}