<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

 .main-title {
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
}


.archive #main .ct-container {
  padding-top: 20px;
}
 .custom-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.custom-gallery-item {
  width: 100px;
  border-radius: 15px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.custom-gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.custom-gallery-item:hover {
  opacity: 0.85;
}

.custom-gallery-item:hover img {
  opacity: 1;
}


.category-venduti .ct-media-container {

  position: relative;
   display: inline-block;}
 
 
 
 .category-venduti .ct-media-container img {
     width: 100%; /* Adjust as needed */
     height: auto; /* Adjust as needed */
     -webkit-filter: grayscale(10%); /* Chrome, Safari, Opera */
     filter: grayscale(10%); /* Standard syntax */
 }
 @keyframes scrollMenu {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}


 .category-venduti .ct-media-container:after {
     content: 'Venduto';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
     color: #fff; /* White text */
     font-size: 3em; /* Adjust as needed */
     display: flex;
     justify-content: center;
     align-items: center;
     text-transform: uppercase; /* Optional: makes text uppercase */
 }
 .category-sold .ct-media-container:after {
  content: 'Sold';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  color: #fff; /* White text */
  font-size: 3em; /* Adjust as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase; /* Optional: makes text uppercase */
}
.category-sold-en .ct-media-container:after {
  content: 'Sold';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  color: #fff; /* White text */
  font-size: 3em; /* Adjust as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase; /* Optional: makes text uppercase */
}


.single .filter-veicoli{
  padding-top: 0;
}
.filter-veicoli{
  padding-top: 20px;
  background: #f2f5f7;
}

.menu-scrollabile{
  position: relative;
 
  background: #f2f5f7;

}

 

#menu-marchi-container .menu-item {
  display:block ruby;
  margin:0 8px;

}

.menu-scrollabile {
  overflow:auto;
  white-space:nowrap;
  margin:0 -15px;
  padding:15px 40px;
  position:initial
}
.menu-menu_veicoli_mobile-container,
.menu-ac_marchi-container{
  
}
.widget-title{
  position: relative;
  z-index: 3;
}
.menu-scrollabile ul:after {
  content:"";
  position:absolute;
  z-index:1;
  top:0;
  right:-15px;
  bottom:0;
  pointer-events:none;
  background-image:linear-gradient(to right,rgba(255,255,255,0),#f2f5f7 75%);
  width:60px
}

.menu-scrollabile ul:before {
  content:"";
  position:absolute;
  z-index:1;
  top:0;
  left:-15px;
  bottom:0;
  pointer-events:none;
  background-image:linear-gradient(to left,rgba(255,255,255,0),#f2f5f7 75%);
  width:60px
}

.menu-scrollabile .menu-item a {
  color:#000;
  text-transform:uppercase;
  font-weight:600;
  width: max-content;
  font-size:15px
}

#menu-marchi-container .menu-item img{
	filter:gray;
	filter:grayscale(1);
	-webkit-filter:grayscale(1);
}
#menu-marchi-container .menu-item.current-menu-item img ,
#menu-marchi-container .menu-item:hover img{
	filter:none;
	filter:sepia(0.1);
	-webkit-filter:sepia(0.1);
}
#menu-marchi-container .menu-item.current-menu-item  ,
#menu-marchi-container .menu-item:hover {

  background: #e1e8ed;
}

#menu-marchi-container .menu-item img {
  height:50px;
  width: auto;
}

.menu-scrollabile:not(.loghi) ul li.current-menu-item,
.menu-scrollabile:not(.loghi) ul li:hover {
  background: var(--menu-indicator-active-color, var(--theme-palette-color-2));
  color: var(--theme-link-active-color, var(--theme-link-hover-color));
}
.menu-scrollabile:not(.loghi) ul li.current-menu-item a,
.menu-scrollabile:not(.loghi) ul li:hover a {
  color: #fff!important;;
  font-weight: 600;
}

.menu-scrollabile ul li.current-menu-item img,
.menu-scrollabile ul li:hover img {
  filter: invert(1)
}
.menu-scrollabile ul li {
padding:5px 15px
}
.ui-accordion-header{
  cursor: pointer;
}


::-webkit-scrollbar {
  width:5px!important;
  height:5px
}
::-webkit-scrollbar-track {
  background:0 0
}
::-webkit-scrollbar-thumb {
  background:#8d8d8d
}

::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 -2px 0 #D5D5D5;
  border-radius:10px
}

#footer .widget-title {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.single-veicoli #form-container {
  padding: 25px;
  background: #f2f5f7;
}

.menu-item img._before, .rtl .menu-item img._after {
  margin-right: .5em;
  width: 50px;
}
.ct-sidebar .widget-menu li.current-menu-item,
.ct-sidebar .widget-menu li:hover {
  background: var(--menu-indicator-active-color, var(--theme-palette-color-2));
  color: var(--theme-link-active-color, var(--theme-link-hover-color));
}
.ct-sidebar .widget-menu li.current-menu-item a,
.ct-sidebar .widget-menu li:hover a {
  color: #fff!important;;
  font-weight: 600;
}

.ct-sidebar .widget-menu li.current-menu-item img,
.ct-sidebar .widget-menu li:hover img {
  filter: invert(1)
}
.ct-sidebar .widget-menu li {
padding:0 10px
}

#menu-ac_movimento_terra .menu-item img {
  padding: 4px;
}
.categorie-widget{
  display: none;
}

@media (max-width:1000px){
#sidebar{
  display: none;
}
.categorie-widget{
  display: block;
  margin-top: 20px;
}
.single .filter-veicoli{
}
#menu-ac_mezzi .menu-item,
#menu-ac_movimento_terra .menu-item {
  display:inline-block;
  margin:0 8px
}
#menu-ac_movimento_terra .menu-item img {
  padding: 2px;
}
#menu-ac_mezzi,
ul#menu-ac_movimento_terra {
  overflow:auto;
  white-space:nowrap;
  margin:0 -15px
}
#menu-ac_mezzi,
ul#menu-ac_movimento_terra {
  padding:15px 40px;
  position:initial
}
#menu-ac_mezzi::after,
ul#menu-ac_movimento_terra:after {
  content:"";
  position:absolute;
  z-index:1;
  top:0;
  right:-15px;
  bottom:0;
  pointer-events:none;
  background-image:linear-gradient(to right,rgba(255,255,255,0),#f2f5f7 75%);
  width:60px
}
#menu-ac_mezzi:before,
ul#menu-ac_movimento_terra:before {
  content:"";
  position:absolute;
  z-index:1;
  top:0;
  left:-15px;
  bottom:0;
  pointer-events:none;
  background-image:linear-gradient(to left,rgba(255,255,255,0),#f2f5f7 75%);
  width:60px
}
#menu-ac_mezzi .menu-item a,
#menu-ac_movimento_terra .menu-item a {
  color:#000;
  text-transform:uppercase;
  font-weight:600;
  font-size:15px
}
#menu-ac_mezzi .menu-item img,
#menu-ac_movimento_terra .menu-item img {
  width:35px;
}
::-webkit-scrollbar {
  width:5px!important;
  height:5px
}
::-webkit-scrollbar-track {
  background:0 0
}
::-webkit-scrollbar-thumb {
  background:#8d8d8d
}

::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 -2px 0 #D5D5D5;
  border-radius:10px
}
.menu-ac_mezzi-container,
.menu-ac_movimento_terra-container {
  position:relative
}

}

@media (max-width:500px){
  #menu-marchi-container .menu-item img {
    height: 35px;
}
.menu-scrollabile ul li {
  padding: 5px 10px;
  margin: 0px 3px!important;
}
.menu-scrollabile .menu-item a {

  font-size: 12px;
}
}</pre></body></html>