@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Quattrocento:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Struttura */
body {
	background: #f2f1f1;
	font-family: 'Lora', serif;
	color: #333;
	line-height: 1.7;
}




/* Header e navigazione */
.description {
    font-size: 0.9em;
}

.loghi {
    mix-blend-mode: multiply;
}
.label-description {
	border-radius: 2%;
	background-color: #817690;
	color: #fff;
	font-size: 0.85em;
	padding: 1% 2%;
}

footer .label-description {
    background-color: #598888;
}

.navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    background-color: #9f9292;
    color: #fff;
}

.preheader.bgpantone {
    background: transparent;
    color: #333;
}

.preheader.bgpantone a {
	color: #707070;
}

.navbar-main {
    background-color: #cdc9d3;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-main.fixed-top {
    border-bottom: 1px solid #dac6bf;
}

nav.navbar.navbar-expand-lg.navbar-light.navbar-main {
    margin-bottom: 3%;
}

.wrapper .bgpantone, .post-navigation {
    background-color: transparent;
    color: #000000;
    font-size: 1.7em;
}

.bgtitle:before {
    background-color: transparent;
}

.navbar-light .navbar-nav .dropdown:hover, .navbar-light .navbar-nav .dropdown:hover .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     background: transparent;
     color: #5a5265;
 }
 
 .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
     color: #000000;
 }
 
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #9f9292;
    background-color: #9f9292;
    border-radius: 0;
}

.custom-logo-link img {
	max-width: 300px;
	mix-blend-mode: multiply;
}

.navbar-expand-lg.navbar-main.fixed-top:before {
    background-color: transparent;
}






/* Elements */
a.wp-block-button__link.wp-element-button {
    color: #333;
    background: transparent;
    border: 1px solid #dac6bf;
    font-size: 0.8em;
}

a.wp-block-button__link.wp-element-button {
    text-decoration: none;
}

.box {
    background: transparent;
    border: transparent;
}

.topbtns .dropdown-menu, .navbar-light .dropdown-menu {
    border-color: #9f9292;
}

#totop {
	background-color: #9f9292;
}

.wp-block-button__link, .btn-primary, input#wp-submit {
    background: #70a6a6 !important;
    border: 0 !important;
    font-size: 0.8em !important;
    border-radius: 3px !important;
    transition: opacity 0.3s ease;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px;
}

.btn-primary:hover, .btn-primary:active, input#wp-submit:hover, .wp-block-button__link:hover {
    background: #588888 !important;
}


hr.wp-block-separator {
    border-color: #80758f !important;
}




/* Tipografia */
 a {
	color: #5a5265;
}

p {
	color: #333;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	color: #545454 !important;
}

.site-main a:not(.btn) {
    color: #504c56;
    text-decoration: underline;
}
.site-main a:not(.btn):hover, .site-main a:not(.btn):focus {
    color: #2c2c2c;
}

.title.h3 a {
    text-decoration: none;
}

h1, .h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6, article h1, article .h1, article h2, article h3, article h4, article h5, article h6, article .h2, article .h3, article .h4, article .h5, article .h6 {
	color: #707070;
	font-weight: 300;
}

h2, .h2 {
	font-size: 1.4em;
}

h1.entry-title.bgpantone.bgtitle.py-1 {
    padding-left: 0.8rem;
}
.boxes a {
	color: #fff;
}


#main {
 max-width: 700px;
}


/* Scheda opera */
.scheda_opera .entry-title a {
    font-size: 0.8em !important;
}

#qodef-page-sidebar {
    background: #dcdbdc;
    padding: 2%;
}

img.img-fluid, .wp-post-image {
    /* Impostazioni di stile predefinite */
    opacity: 1; /* Opacità iniziale */
    transition: opacity 0.3s ease; /* Transizione graduale con durata di 0.3 secondi e easing */
}

img.img-fluid:hover, .wp-post-image:hover {
    opacity: 0.9; /* Opacità al passaggio del mouse */
}


/* Categoria opere */
.wpc-filters-widget-top-container:before, .wpc-filters-widget-top-container {
	background: #f2f1f1 !important;
}

.wpc-widget-top-inside .wpc-inner-widget-chips-wrapper {
    overflow-y: hidden;
}

.tax-opere .scheda_opera .entry-content.clearfix {
    display: none;
}

div#text-8 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-title.wpc-filter-title {
    font-weight: bold;
    color: #588888;
    font-size: 1.1em;
	border-bottom: 1px solid;
}

h4.wp-block-heading {
    color: #588888 !important;
}

.archive .wp-post-image {
    margin-bottom: 0;
}




/* Footer */
footer .bgpantone {
    background-color: #655e6d;
}

div#wrapper-footer-full {
    background: #e1e0e3;
}
footer.footer {
    background-color: #e5e5e5;
}

#wrapper-prefooter {
	background: #e5e5e5;
	padding-top: 2em;
}

#wrapper-prefooter a {
	color: #9a8781 !important;
}

#colophon p {
    margin-bottom: 0;
    color: #f4f2f2;
}

div#footer-full-content {
    border-top: 1px solid #9f9292;
    border-bottom: 1px solid #9f9292;
    padding-top: 2em;
    padding-bottom: 1.8em;
}





/* Form */ 
input#user_pass, input#user_login {
    width: 100%;
}

input#wp-submit:hover {
    background: #638d8d;
}


