/*
Theme Name: My Rome Art Week
Theme URI: https://menexa.eu/
Author: Menexa
Author URI: https://menexa.eu
Description: Tema basato su Bootscore.
Version: 5.3.1
Tested up to: 6.2.2
Requires PHP: 5.6
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2022 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

/* montserrat-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/montserrat-v25-latin-300.woff2") format("woff2"),
        /* Chrome 36+, Opera 23+, Firefox 39+ */
            url("/fonts/montserrat-v25-latin-300.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/montserrat-v25-latin-regular.woff2") format("woff2"),
        /* Chrome 36+, Opera 23+, Firefox 39+ */
            url("/fonts/montserrat-v25-latin-regular.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/montserrat-v25-latin-700.woff2") format("woff2"),
        /* Chrome 36+, Opera 23+, Firefox 39+ */
            url("/fonts/montserrat-v25-latin-700.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    src: url("/fonts/montserrat-v25-latin-900.woff2") format("woff2"),
        /* Chrome 36+, Opera 23+, Firefox 39+ */
            url("/fonts/montserrat-v25-latin-900.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    line-height: 120%;
}
a {
    text-decoration: none;
    font-weight: 700;
}
a.pulsanti {
    color: rgba(255, 255, 255, 0.5);
}
a.pulsanti:hover {
    color: rgba(255, 255, 255, 0.75);
}
.current-icon {
    color: rgba(255, 255, 255, 1) !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: var(--bs-gray-600);
    text-transform: uppercase;
}
.piena-pagina {
    min-height: calc(100vh - 100px);
}

    .offcanvas .nav-link {
        font-size: 24px;
        text-transform: uppercase;
        line-height: 1.5rem;
        font-weight: 500;
    }

.small {
    font-size: .85rem;
}

.x-small {
    font-size: .75rem;
}

/* Bootstrap */

.btn-xs {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.75rem;
}

.btn-xxs {
    --bs-btn-padding-y: 0.15rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.65rem;
}

/* Parseley */

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
}

.parsley-errors-list {
    margin: 5px 0 5px;
    padding: 5px;
    list-style-type: none;
    font-size: 0.8em;
    line-height: 0.9em;
    display: none;
    border: 1px solid #888;
    border-radius: 4px;
    color: #fff;
    background-color: #999;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
    display: block;
}

li.parsley-required,
li.parsley-type {
    list-style-image: none !important;
}

.descrizione_sito {
    float: left;
    /* padding-top: 10px; */
    padding-right: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    color:#fff;
}
.fixed-top {
    border-radius: 0 0 6px 6px;
}
#map {
    height: 500px;
    border-radius: 8px;
}
.map-single,
.map-small {
    height: 300px !important;
    display: flex;
    align-items: center;
}

.map-big {
    height: 500px !important;
}

.map {
    height: 500px;
    display: flex;
    align-items: center;
}

.map-message {
    width: 100%;
    color: #ccc;
    text-transform: uppercase;
    text-align: center;
}
.scheda-etichetta {
    margin-top: 8px;
    font-size: 85%;
    color: #999;
}
.scheda-dati {
    color: #000;
    font-size: 100%;
    font-weight: 500;
    line-height: 100%;
}
.rawcode {
    float: left;
    margin-top: 0;
    margin-bottom: 10px !important;
    padding: 10px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    font-weight: 700;
    line-height: 100%;
    border-radius: 4px;
}

a,
div,
.enlarge,
.elenco-enlarge,
.btn,
.sponsor img,
.sticky {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.elenco-item {
    position: relative;
    margin-bottom: 20px;
}

.elenco-cover img {
    width: 100%;
    border-radius: 8px;
}

.elenco-item-video {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
}

.raw_consiglia .elenco-item-news-home {
    height: 250px;
}

.elenco-item-news-home:hover,
.btn:hover,
.enlarge:hover,
.sponsor a img:hover {
    transform: scale(1.05);
}

.elenco-enlarge:hover {
    transform: scale(1.05);
}

.elenco-titolo {
    position: absolute;
    bottom: 10px;
    left: -10px;
    margin-right: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    border-radius: 4px;
}

.elenco-segnalazioni {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-size: 8px;
    font-weight: 700;
    line-height: 8px;
}

.elenco-evidenziato {
    position: absolute;
    top: 10px;
    right: -10px;
    margin-left: 10px;
    padding: 5px 10px;
    color: #fff;
    background-color: rgb(0, 0, 0);
    font-size: 9px;
    font-weight: 700;
    line-height: 12px;
    min-width: 50px;
    text-align: center;
    border-radius: 4px;
}
.elenco-info {
    position: absolute;
    top: 40px;
    right: -10px;
    margin-left: 10px;
    padding: 5px 10px;
    color: #fff;
    background-color: rgb(128, 41, 143);
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    min-width: 100px;
    text-align: center;
    border-radius: 4px;
}
.elenco-disclaimer {
    position: absolute;
    top: 40px;
    right: -10px;
    margin-left: 10px;
    padding: 5px 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
    font-weight: 600;
    line-height: 11px;
    min-width: 100px;
    text-align: left;
    border-radius: 4px;
}

.elenco-titolo-standard {
    position: relative;
    left: -10px;
    margin-right: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    border-radius: 4px;
}

/*----------------------------
EVENTI
----------------------------*/
.evento-elenco-item {
    border-bottom: 1px solid #dadada;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 100%;
}

.evento-elenco-titolo-sezione {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px !important;
    padding: 10px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgb(0, 0, 0) !important;
    font-weight: 700;
    line-height: 100%;
    border-radius: 4px;
}

.evento-elenco-data-sezione {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px !important;
    padding: 10px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    font-weight: 700;
    line-height: 100%;
    border-radius: 4px;
}

a.evento-elenco-link {
    color: #000;
    font-weight: normal;
}

.evento-elenco-selezionato {
    /*	background: url('img/selected.png') right center no-repeat rgba(0, 0, 0, .05);*/
    /*	  background-color: rgba(0, 0, 0, .05);*/
    border-right: 8px solid #80298f;
}

a.evento-elenco-link:hover div {
}

.evento-elenco-data {
    color: #999;
    font-weight: 700;
}

.evento-elenco-titolo {
    font-size: 120%;
    font-weight: bold;
}

.evento-elenco-sottotitolo {
    font-size: 110%;
}

.evento-elenco-sommario {
    /* font-style: italic; */
}

.evento-elenco-segnalazione {
    margin-top: 5px;
    color: #999;
    font-size: 85%;
    font-style: normal;
    line-height: 100%;
}

.evento-elenco-location {
    font-weight: bold !important;
}

.evento-elenco-indirizzo {
}

.evento-elenco-organizzatore {
    color: #999;
    font-size: 85%;
}

.evento-elenco-fascia {
    color: rgb(0, 0, 0);
    font-size: 150%;
}

.elenco-fascia-intestazione {
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 100%;
}

.elenco-fascia-intestazione big {
    color: rgb(0, 0, 0);
    font-size: 150%;
}

.foto-elenco {
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.foto-elenco-copertina {
    display: block;
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 0px;
    margin-bottom: 15px;
    position: relative;
}

.foto-elenco-copertina:hover {
    transform: scale(1.05);
}

.foto-elenco-dati {
    position: absolute;
    bottom: 10px;
    left:-10px;
    padding: 10px;
    font-size: 85%;
    line-height: 100%;
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    color:#fff;
}

a .foto-elenco-dati{
    color:#fff;
    text-decoration: none;
    font-weight: normal;
}

.foto-elenco-raw {
    position: absolute;
    right: -10px;
    top: 10px;
    padding: 10px;
    background-color: #000;
    width:100px;
}

.foto-elenco-raw img {
    width: 80px;
    height: auto;
}

.class_raw {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 8px solid #831f82;
}

.class_struttura {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 8px solid #009790;
}

.class_artista {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 8px solid #e2b322;
}

.class_progetto {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 8px solid #dd4814;
}

.class_altro {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 8px solid #ccc;
}

.class_raw_testo {
    color: rgb(128, 41, 143);
}

.class_struttura_testo {
    color: #009790;
}

.class_artista_testo {
    color: #e2b322;
}

.class_progetto_testo {
    color: #dd4814;
}

.class_altro_testo {
    color: #ccc;
}

.class_evento {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 8px solid #007998;
}

.class_progetto {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 8px solid #dd4814;
}

.class_mostra {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 8px solid #009790;
}

.class_open_studio {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 8px solid #e2b322;
}

a.pulsanti {
    color: #999;
}
a.pulsanti:hover {
    color: #ccc;
}
.current-icon {
    color: #fff!important;
}
