@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?cvyzql');
    src: url('fonts/icomoon.eot?cvyzql#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?cvyzql') format('truetype'),
    url('fonts/icomoon.woff?cvyzql') format('woff'),
    url('fonts/icomoon.svg?cvyzql#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ichron-down-regular:before {
    content: "\e900";
}

.icon-ichron-at-regular:before {
    content: "\e901";
}

.icon-ichron-chart-line-regular:before {
    content: "\e902";
}

.icon-ichron-check-regular:before {
    content: "\e903";
}

.icon-ichron-copyright-regular:before {
    content: "\e904";
}

.icon-ichron-location-dot-regular:before {
    content: "\e905";
}

.icon-ichron-phone-regular:before {
    content: "\e906";
}

.icon-ichorn-rotate-regular:before {
    content: "\e907";
}

.icon-ichron-timer-regular:before {
    content: "\e908";
}

.bg-standard {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ichron-color-1 {
    color: #f24405;
}

.ichron-bg-color-1 {
    background-color: #f24405;
}

.ichron-bg-color-2 {
    background-color: #FBF4EB;
}

a.art-button, button {
    border-radius: 7px;
}

div.art-modulo-informazioni {
    max-width: 500px;
}

.art-modulo-informazioni ul.info {
    display: flex;
}

.art-modulo-informazioni ul.info li {
    display: flex;
    flex-direction: column;
    margin: 20px;
    max-width: 150px;
    text-align: center;
}

.art-modulo-informazioni ul.info li:first-child {
    margin-left: 0;
}

.art-modulo-informazioni ul.info li i {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
}

.art-modulo-informazioni ul > li > a {
    padding-left: 0 !important;
}

.menu-footer nav ul li a {
    text-align: left;
    padding: 0;
    line-height: 1.5;
    height: auto;
}

.art-blog-detail h1 {
    text-align: center;
}

.art-blog-detail .kw-headline {
    text-align: center;
    font-size: 18px;
    max-width: 300px;
    margin: 0 auto 20px auto;
    display: block;
}

.art-blog-detail .tags {
    text-align: center;
}

.art-blog-detail .com-content-article__body {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.art-photogallery .slick-arrow:before {
    color: #f24405;
}

div.art-photogallery {
    padding: 0;
}

.art-photogallery .slick-arrow.slick-prev:before {
    font-family: "Font Awesome 6 Pro";
    content: '\f053';
    font-size: 30px;
}

.art-photogallery .slick-arrow.slick-prev {
    left: 25px;
    z-index: 9;
}

.art-photogallery .slick-arrow.slick-next:before {
    font-family: "Font Awesome 6 Pro";
    content: '\f054';
    font-size: 30px;
}

.art-photogallery .slick-arrow.slick-next {
    right: 25px;
    z-index: 9;
}

.art-photogallery .slick-slide {
    position: relative;
}

.art-photogallery .slick-slide a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.art-photogallery .art-carousel {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.art-blog-carousel .item {
    margin-bottom: 30px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    background-color: #fff;
}

.art-blog-carousel .art-blog-image-container {
    position: relative;
}

.art-blog-carousel .art-blog-image-container .art-blog-image {
    height: 300px;
    background-size: cover;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
}

.art-blog-carousel .tags.list-inline {
    margin-left: 0.5rem;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
}

.art-blog-carousel .art-blog-image-container:hover a:before {
    background-color: transparent;
    content: none;
}

.art-blog-carousel  .art-blog-contenuto {
    padding: 20px;
    color: #45464e !important;
}

.art-blog-detail {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
}

button#manageCookieButton {
    display: none;
}

@media (max-width: 767.99px){
    #button-menu-ichron {
        display: none;
    }
}