﻿/*
Theme Name: minimalistic-child
Author: 
Description: Your description goes here
Version: 1.0
Template: skt-minimalistic

This is the child theme for SKT Minimalistic theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.head-info-area {
  background-image: url("../../uploads/2026/02/bg-topbar-oro.jpg");
  background-repeat: repeat-x;
  background-position: top left; /* oppure center top */
  background-size: auto;         /* importante: niente cover */
}

@media (max-width: 479px) {
    .logo img {
        max-width: inherit;
        width: 185px !important;
        height: auto !important;
        margin-top: -15px !important;
    }
    
    }
   
@media (max-width: 1023px) {
 
    .head-info-area {
  background-image: url("../../uploads/2026/02/bg-topbar-oro-mob.jpg");
}   
}


@media (min-width: 1024px) {
    .logo img {
        max-width: inherit;
        width: 250px !important;
        height: auto !important;
        margin-top: 0px !important;
    }
    
    }
