/*
Theme Name: TailPress
Theme URI: https://github.com/jeffreyvr/tailpress
Author: Jeffrey van Rossum
Author URI: https://vanrossum.dev
Description: TailPress is a simple boilerplate WordPress theme with TailwindCSS.
Version: 0.0.9
License: GNU GPL version 2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tailpress
*/

body, html {
    font-family: "Bodoni Std Book", sans-serif;
    font-size: 18px;
}

@font-face {
    font-family: 'Bodoni Std Book';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/BodoniStdBook.woff') format('woff');
}

/*
@font-face {
    font-family: 'Bodoni Std Book Italic';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/BodoniStdBookItalic.woff') format('woff');
}


@font-face {
    font-family: 'Bodoni Std Roman';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/BodoniStd.woff') format('woff');
}


@font-face {
    font-family: 'Bodoni Std Italic';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/BodoniStdItalic.woff') format('woff');
}


@font-face {
    font-family: 'Bodoni Std Bold';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/BodoniStdBold.woff') format('woff');
}


@font-face {
    font-family: 'Bodoni Std Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/BodoniStdBoldCondensed.woff') format('woff');
}


@font-face {
    font-family: 'Bodoni Std Poster Compressed';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/BodoniStdPosterCompressed.woff') format('woff');
}


@font-face {
    font-family: 'Bodoni Std Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/BodoniStdBoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'Bodoni Std Poster';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/BodoniStdPoster.woff') format('woff');
}


@font-face {
    font-family: 'Bodoni Std Poster Italic';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/BodoniStdPosterItalic.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans MT Condensed';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gill Sans MT Condensed.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans MT Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gill Sans MT Medium Italic.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans MT Medium';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gill Sans MT Medium.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans MT Light Italic';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gill Sans MT Light Italic.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans MT Light';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gill Sans MT Light.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans MT Book Italic';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gill Sans MT Book Italic.woff') format('woff');
}

*/

@font-face {
    font-family: 'Gill Sans MT Book';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gill Sans MT Book.woff') format('woff');
}

/*
@font-face {
    font-family: 'Gill Sans MT Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gill Sans MT Bold Condensed.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans MT Bold Extra Condensed';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gill Sans MT Bold Extra Condensed.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans MT Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gill Sans MT Bold Italic.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans MT Bold';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gill Sans MT Bold.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans MT Heavy Italic';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gill Sans MT Heavy Italic.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans MT Heavy';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gill Sans MT Heavy.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans MT Extra Bold';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gill Sans MT Extra Bold.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans MT Ultra Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gill Sans MT Ultra Bold Condensed.woff') format('woff');
}


@font-face {
    font-family: 'Gill Sans MT Ultra Bold';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Gill Sans MT Ultra Bold.woff') format('woff');
}

*/

.ailerons {
    font-family: 'Gill Sans MT Book', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.slick-next {
    right: -100px;
}

.slick-prev {
    left: -100px;
}

.slick-prev,
.slick-next {
    height: 60px;
    width: 30px;
}

.slick-prev::before,
.slick-next::before {
    background: url('assets/arrow.svg') no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 60px;
    width: 30px;
}

.slick-next::before {
    transform: rotate(180deg);
}

.containerSlider {
    margin: 0 auto;
    width: 80%;
}

.containerSlider .slick-slide {
    margin: 0 10px;
}

.slick-dots {
    bottom: -85px;
}

.slick-dots li button:before {
    content: "\f111";
    font-family: "FontAwesome", sans-serif;
    font-size: 20px;
    color: red;
}

.slick-dots li.slick-active button:before {
    color: red;
}

.responsive {
    max-width: none !important;
    width: auto;
}

ul.my-gallery li {
    margin-right: 20px;
}

ul.my-gallery li:last-child {
    margin-right: 0;
}

ul#riconoscimenti li img {
    max-height: 60px;
}

ul#riconoscimenti li {
    margin-bottom: 60px;
}

ul#riconoscimenti li:last-child {
    margin-bottom: 0;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 25px;
    height: 40px;
    margin-left: -13px;
    bottom: 25px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 4px;
    height: 8px;
    background: #fff;
    margin-left: -2px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}

.containerGallery::-webkit-scrollbar {
    background: white;
}

.containerGallery::-webkit-scrollbar-thumb {
    background-color: #737373;
}

.containerGallery {
    scroll-margin: 50px;
}

.meks-instagram-widget {
    max-width: 100% !important;
    margin: 0 !important;
}

.fancybox-caption__body {
    text-transform: uppercase;
    font-weight: bolder;
}

.fancybox-container p {
    margin-bottom: 20px;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 90; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 14px; /* Increase font size */
}

#myBtn img {
    transform: rotate(180deg);
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

ul#mobile_menu li {
    margin-bottom: 7px;
}

ul#mobile_menu li:last-child {
    margin-bottom: 0;
}

.singleSlide {
    height: 320px;
}

#persistentMenu.onStage {
    top: 0 !important;
    transition: all .3s;
}

#persistentMenu.offStage {
    top: -120px !important;
    transition: all .3s;
}

.fancybox-container h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.fancybox-container h2 {
    font-weight: 700;
    margin: 10px 0;
}

.cmplz-document {
    padding-bottom: 40px;
}

.cmplz-subtitle {
    font-weight: 700;
    margin: 5px 0;
}

.cc-revoke-custom {
    font-weight: 700;
    text-decoration: underline;
}


@media (min-width: 768px) {
    .singleSlide {
        height: 360px;
    }
}

@media (min-width: 1024px) {

    .singleSlide {
        height: 360px;
    }

    .ailerons {
        font-size: 22px;
    }

    ul#riconoscimenti li img {
        max-height: 70px;
    }

    ul#riconoscimenti li {
        margin-right: 40px;
        margin-bottom: 0;
    }

    ul#riconoscimenti li:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1280px) {

    .singleSlide {
        height: 340px;
    }
}