/*
Theme Name: Nextawards Child
Template: nextawards
Author: Andrea Marchetti
Description: Responsive Starter WordPress Theme (WooCommerce Ready) with: Minimal Style, 4 Header Style, 2 Menus, 11 Amazing Block Patterns, Trasparent Header Template, WhatsApp Chat, Cool animations, Light and fast, Full Site Editing Template! Inspired by Awards Winning Web Sites. Correct setup and installation in theme folder readme file ;)
Tags: blog,custom-colors,custom-logo,custom-menu,e-commerce,theme-options,translation-ready,block-editor-patterns,block-editor-styles,custom-background,featured-images,footer-widgets,photography,portfolio,wide-blocks
Version: 1.8.8.1774487812
Updated: 2026-03-26 01:16:52

*/



/* root */
:root { --site-bg: #E4E4E4; --site-text-color: #000; --link-color: #D4Af37; --link-color-hover: #B8860B; }

a:active { color: #E4E4E4; }
/*end root */

/* Menu e menu hamburgher */
.icon-hamburger span{height: 2px; width: 30px;background: #D4AF37;position: relative;display: block;margin-bottom: 11px;transition: all 0.2s cubic-bezier(.215, .61, .355, 1);}

.menu li a{color: #D4AF37; opacity: 0.8;display: block;padding: 16px;font-size: 15px;font-weight: bold;}
.menu li a:hover{ color:#B8860B}

@media (max-width: 1190px) {
.menu li{width: 90%;margin: 0 5%; border-bottom: 1px solid #D4Af37}
}
/* End menu e menu hamburgher */


/* inizio modifica fontawesome icon system */
.icon-link {
            font-size: 1.5rem;
            margin: 0 10px;
            color: inherit;
            transition: all 0.3s ease;
            display: inline-block;
            text-decoration: none;
        }

        .icon-link:hover {
            color: #B8860B;
            transform: translateY(-5px);        
        }
/* fine modifica fontawesome icon system */


/* inizio busta home */
.busta {	         
            font-size: 1.9rem;
            margin: 0 10px;
            color: #D4AF37;
            transition: all 0.3s ease;
            display: inline-block;
            text-decoration: none;
        }


 .busta:hover {
            color: #B8860B;
            transform: translateY(-5px);        
        }
/*fine busta home */

/*font busta */
.pinyon-script-regular {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-style: normal;
}
/*end font busta*/
