.farefarefare { background: yellow; color: red; }
#prefooter { display: none !important; }  .columns { display: flex; flex-wrap: wrap; }
.columns > * { width: 100%; } #main .col-1 { width: 8.33334%; } #main .col-2 { width: 16.66667%; } #main .col-3 { width: 25%; } #main .col-4 { width: 33.33333%; } #main .col-5 { width: 41.66667%; } #main .col-6 { width: 50%; } #main .col-7 { width: 58.33333% } #main .col-8 { width: 66.66667%; } #main .col-9 { width: 75%; } #main .col-10 { width: 83.33333%; } #main .col-12 { width: 100%; } @media screen and (min-width: 400px)  { .col-xs-1 { width: 8.33334%; } .col-xs-2 { width: 16.66667%; } .col-xs-3 { width: 25%; } .col-xs-4 { width: 33.33333%; } .col-xs-5 { width: 41.66667%; } .col-xs-6 { width: 50%; } .col-xs-7 { width: 58.33334% } .col-xs-8 { width: 66.66667%; } .col-xs-9 { width: 75%; } .col-xs-10 { width: 83.33333%; } .col-xs-12 { width: 100%; } }
@media screen and (min-width: 600px)  { .col-sm-1 { width: 8.33334%; } .col-sm-2 { width: 16.66667%; } .col-sm-3 { width: 25%; } .col-sm-4 { width: 33.33333%; } .col-sm-5 { width: 41.66667%; } .col-sm-6 { width: 50%; } .col-sm-7 { width: 58.33334% } .col-sm-8 { width: 66.66667%; } .col-sm-9 { width: 75%; } .col-sm-10 { width: 83.33333%; } .col-sm-12 { width: 100%; } }
@media screen and (min-width: 800px)  { .col-md-1 { width: 8.33334%; } .col-md-2 { width: 16.66667%; } .col-md-3 { width: 25%; } .col-md-4 { width: 33.33333%; } .col-md-5 { width: 41.66667%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.33334% } .col-md-8 { width: 66.66667%; } .col-md-9 { width: 75%; } .col-md-10 { width: 83.33333%; } .col-md-12 { width: 100%; } }
@media screen and (min-width: 1000px) { .col-lg-1 { width: 8.33334%; } .col-lg-2 { width: 16.66667%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.33333%; } .col-lg-5 { width: 41.66667%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.33334% } .col-lg-8 { width: 66.66667%; } .col-lg-9 { width: 75%; } .col-lg-10 { width: 83.33333%; } .col-lg-12 { width: 100%; } }
@media screen and (min-width: 1200px) { .col-xl-1 { width: 8.33334%; } .col-xl-2 { width: 16.66667%; } .col-xl-3 { width: 25%; } .col-xl-4 { width: 33.33333%; } .col-xl-5 { width: 41.66667%; } .col-xl-6 { width: 50%; } .col-xl-7 { width: 58.33334% } .col-xl-8 { width: 66.66667%; } .col-xl-9 { width: 75%; } .col-xl-10 { width: 83.33333%; } .col-xl-12 { width: 100%; } }
@media screen and (min-width: 1400px) { .col-xxl-1 { width: 8.33334%; } .col-xxl-2 { width: 16.66667%; } .col-xxl-3 { width: 25%; } .col-xxl-4 { width: 33.33333%; } .col-xxl-5 { width: 41.66667%; } .col-xxl-6 { width: 50%; } .col-xxl-7 { width: 58.33334% } .col-xxl-8 { width: 66.66667%; } .col-xxl-9 { width: 75%; } .col-xxl-10 { width: 83.33333%; } .col-xxl-12 { width: 100%; } } .columns-va-center { align-items: center; }
.col-va-center { align-self: center; }
.col-va-bottom { align-self: flex-end; } .columns-p-30, .columns-p-30 > * { padding: 15px; }
.columns-p-60, .columns-p-60 > * { padding: 30px; }
.columns-p-90, .columns-p-90 > * { padding: 45px; }
@media screen and (max-width: 1000px)
{
.columns-p-90, .columns-p-90 > * { padding: 30px; }
}
@media screen and (max-width: 600px)
{
.columns-p-60, .columns-p-60 > * { padding: 15px; }
.columns-p-90, .columns-p-90 > * { padding: 15px; }
} .columns-gap-15 { margin: -7.5px; }
.columns-gap-15 > * { padding: 7.5px; }
.columns-gap-30 { margin: -15px; }
.columns-gap-30 > * { padding: 15px; }
.columns-gap-60 { margin: -30px; }
.columns-gap-60 > * { padding: 30px; }
.columns-gap-90 { margin: -45px; }
.columns-gap-90 > * { padding: 45px; }
@media screen and (max-width: 1000px)
{
.columns-gap-90 { margin: -30px; }
.columns-gap-90 > * { padding: 30px; }
}
@media screen and (max-width: 600px)
{
.columns-gap-60 { margin: -15px; }
.columns-gap-60 > * { padding: 15px; }
.columns-gap-90 { margin: -15px; }
.columns-gap-90 > * { padding: 15px; }
} .p-30 { padding: 30px; }
.p-60 { padding: 60px; }
.p-90 { padding: 90px; }
@media screen and (max-width: 1000px)
{
.p-90 { padding: 60px; }
}
@media screen and (max-width: 600px)
{
.p-60 { padding: 30px; }
.p-90 { padding: 30px; }
} .mt-30 { margin-top: 30px; }
.mt-inner-15 > * + * { margin-top: 15px; }
.mt-inner-30 > * + * { margin-top: 30px; }
.mt-inner-60 > * + * { margin-top: 60px; }
.mt-inner-90 > * + * { margin-top: 90px; }
@media screen and (max-width: 1000px)
{
.mt-inner-90 > * + * { margin-top: 60px; }
}
@media screen and (max-width: 600px)
{
.mt-inner-60 > * + * { margin-top: 30px; }
.mt-inner-90 > * + * { margin-top: 30px; }
} .bolder { font-weight: bolder; }
.italic { font-style: italic; }
.ta-left { text-align: left; }
.ta-right { text-align: right; }
.ta-center { text-align: center; }
.ta-justify { text-align: justify; }  header.header #header-grid .header-main { background: white !important; --bgcolor: white !important; box-shadow: 0px 0px 15px rgba(0,0,0,0.15); }
header.header #header-grid .header-main .site-logo img { width: 250px; height: auto; max-width: 250px !important; }
header.header #header-grid .header-main button { outline: none !important; }
#header-menu-sidebar button { outline: none !important; } header.header #header-grid .header-main,
header.header #header-grid .header-main > .header--row-inner,
header.header #header-grid .header-main > .header--row-inner::before
{ background: transparent !important; --bgcolor: transparent !important; border: 0px !important; box-shadow: none !important; }
header.header #header-grid .header-main { position: relative; z-index: 999; }
#content > .wp-block-cover.page-cover { position: relative; z-index: 99; margin-top: -75px; padding: 200px 5% 170px !important; } header.header ul#nv-primary-navigation-main li { padding: 0px !important; margin: 0px 5px !important; }
header.header ul#nv-primary-navigation-main li .wrap { padding: 0px 10px !important; margin: 0px !important; }
header.header ul#nv-primary-navigation-main li .wrap a { color: #FFFFFF; padding: 10px 0px !important; }
header.header ul#nv-primary-navigation-main li .wrap .caret-wrap .caret { color: #FFFFFF; } header.header ul#nv-primary-navigation-main li .sub-menu {
left: 50%; transform: translateX(-50%); width: 300px;
background: rgba(255,255,255,0.85); border-radius: 5px;
}
header.header ul#nv-primary-navigation-main li .sub-menu li { margin: 0px !important; }
header.header ul#nv-primary-navigation-main li .sub-menu li .wrap a { color: black; padding: 10px 20px !important; }
header.header ul#nv-primary-navigation-main li .sub-menu li.nv-active a,
header.header ul#nv-primary-navigation-main li .sub-menu li .wrap a:hover
{ color: #CD331F; }
@media (min-width: 960px) { header.header ul#nv-primary-navigation-main li .sub-menu { padding: 10px 0px !important; } } body:not(:has(#content > .wp-block-cover.page-cover)) header.header #header-grid .header-main,
body:not(:has(#content > .wp-block-cover.page-cover)) header.header #header-grid .header-main > .header--row-inner,
body:not(:has(#content > .wp-block-cover.page-cover)) header.header #header-grid .header-main > .header--row-inner::before
{ background: #FFFFFF !important; --bgcolor: #FFFFFF !important; }
body:not(:has(#content > .wp-block-cover.page-cover)) header.header #header-grid .header-main { box-shadow: 0px 0px 15px rgba(0,0,0,0.15) !important; }
body:not(:has(#content > .wp-block-cover.page-cover)) header.header #header-grid .header-main .site-logo img { display: none; }
body:not(:has(#content > .wp-block-cover.page-cover)) header.header #header-grid .header-main .site-logo { background: url(https://promossport.org/wp-content/uploads/2025/12/promos-sport-perugia-logo-scritta-nera.png) center/cover no-repeat; width: 250px; height: 32px; }
body:not(:has(#content > .wp-block-cover.page-cover)) header.header #header-grid .header-main .site-logo a { display: block; width: 100%; height: 100%; }
body:not(:has(#content > .wp-block-cover.page-cover)) header.header #header-grid .header-main .navbar-toggle-wrapper button .bars .icon-bar { color: black; }
body:not(:has(#content > .wp-block-cover.page-cover)) header.header ul#nv-primary-navigation-main li .wrap a { color: #000000; }
body:not(:has(#content > .wp-block-cover.page-cover)) header.header ul#nv-primary-navigation-main li .wrap .caret-wrap .caret { color: #000000; }
body:not(:has(#content > .wp-block-cover.page-cover)) header.header ul#nv-primary-navigation-main li:hover > .wrap a,
body:not(:has(#content > .wp-block-cover.page-cover)) header.header ul#nv-primary-navigation-main li.nv-active > .wrap a
{ color: #CD331F; }
body:not(:has(#content > .wp-block-cover.page-cover)) header.header ul#nv-primary-navigation-main li:hover .caret-wrap .caret,
body:not(:has(#content > .wp-block-cover.page-cover)) header.header ul#nv-primary-navigation-main li.nv-active .caret-wrap .caret
{ color: #CD331F; }
body:not(:has(#content > .wp-block-cover.page-cover)) header.header ul#nv-primary-navigation-main li .sub-menu { background: rgba(255,255,255,0.85) !important; box-shadow: 0px 0px 15px rgba(0,0,0,0.15); } header.header #header-grid .menu-mobile-toggle * { color: #FFFFFF; }
#header-menu-sidebar .close-sidebar-panel * { color: #000000; }
#header-menu-sidebar #nv-primary-navigation-sidebar li { padding: 0px !important; margin: 0px !important; }
#header-menu-sidebar #nv-primary-navigation-sidebar li a { color: #000000; padding: 10px 20px !important; }
#header-menu-sidebar #nv-primary-navigation-sidebar li .caret-wrap { display: none; }
#header-menu-sidebar #nv-primary-navigation-sidebar .sub-menu { display: block; padding-left: 20px !important; }  .neve-main a { color: #6AB43E; }
.neve-main a:hover { color: #8AD45E; } hr { height: 3px !important; border: none !important; background-color: rgba(0, 0, 0, 0.3) !important; } .c-facebook { color: #0866FF !important; }
.c-instagram { color: #E90071 !important; }
.c-whatsapp { color: #195D08 !important; } blockquote p { margin: 0px; font-size: 1.25em; line-height: 1.5em; font-style: italic; }
blockquote p + p { margin-top: 15px; } .box { padding: 30px; border-radius: 15px !important; }
.box.box-blue { background: #0093DF; color: white; }
.box.box-blue a { color: white; } .related {  }
.related h2 { text-align: center; padding-bottom: 30px; }
.related .items a.item { color: black; background: white; display: block; border: 3px solid #ddd; border-radius: 10px; overflow: hidden; transition: border-color 0.2s ease, color 0.2s ease; }
.related .items a.item:hover { border-color: #6AB43E; color: #6AB43E; }
.related .items a.item .image { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; }
.related .items a.item .image img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; }
.related .items a.item .text { padding: 20px; }
.related .vedi-tutti { text-align: center; padding: 50px 4% 0px; } .shortcode-contatti { max-width: 1000px; margin: 0px auto; }
.shortcode-contatti .text { }
.shortcode-contatti .text .title { font-size: 30px; line-height: 1.3em; font-weight: bolder; }
.shortcode-contatti .text .description { }
.shortcode-contatti .text .contacts { font-size: 20px; line-height: 1.3em; }
.shortcode-contatti .text .contacts a .icon { position: relative; top: 5px; }
.shortcode-contatti .photo img { display: block; max-width: 200px; width: 100%; border-radius: 50%; }
.has-custom-3-background-color .shortcode-contatti .text { color: white; }
.has-custom-3-background-color .shortcode-contatti .text a { color: white; }  body.page #content ul { list-style: disc; margin: 30px 0px; padding-left: 20px; } .page-cover .wp-block-cover__inner-container { max-width: 1200px; }
.page-cover h1 { font-size: 64px !important; line-height: 1.3em; }
@media ( max-width: 960px ) { .page-cover h1 { font-size: 54px !important; line-height: 1.3em; } }
@media ( max-width: 600px ) { .page-cover h1 { font-size: 44px !important; line-height: 1.3em; } } .section { padding: 20px; }
@media ( min-width: 600px ) { .section { padding: 45px; } }
@media ( min-width: 960px ) { .section { padding: 90px; } }
.section-little { padding: 20px; }
@media ( min-width: 600px ) { .section-little { padding: 30px; } }
@media ( min-width: 960px ) { .section-little { padding: 45px; } } .inner-width-1100.wp-block-cover .wp-block-cover__inner-container { max-width: 1100px; margin-left: auto; margin-right: auto; }
.inner-width-1100:not(.wp-block-cover) > * { max-width: 1100px; margin-left: auto; margin-right: auto; }
.width-1100 { max-width: 1100px; margin-left: auto; margin-right: auto; } @media (max-width: 782px) { .wp-block-column:empty { display: none; } } .wp-block-column > *:last-child { margin-bottom: 0px !important; } .wp-block-themeisle-blocks-slider.glide { background-color: transparent !important; }
.glide__slides { background-color: transparent !important; transition: background-color none !important; } .mfp-gallery button { background: transparent !important; }
.mfp-gallery button:hover { background: transparent !important; } .o-posts-grid-columns-3 { grid-template-columns: repeat(3, 1fr) !important; gap: 30px !important; }
.o-posts-grid-columns-3 .o-posts-grid-post-image img { display: block; }
@media (max-width: 550px)
{
.o-posts-grid-columns-3 { grid-template-columns: 1fr !important; }
} body.error404 #content { border-top: 1px solid #DA893D; }  .posts { margin: 30px 0px; } .post.preview { border-bottom: 1px solid #6AB43E; padding: 20px 0px 50px !important; }
.post.preview:first-child { border-top: 1px solid #6AB43E; padding-top: 50px !important; }
.post.preview {  }
.post.preview .post-thumb a { display: block; aspect-ratio: 1 / 1; overflow: hidden; }
.post.preview .post-thumb a img { width: 100%; height: 100%; object-fit: cover; } .post.single .entry-header h1.entry-title { line-height: 1.3em; }
.post.single .nv-thumb-wrap img { width: 100%; max-width: 700px; display: block; margin: 0px auto; border: 1px solid #ddd; border-radius: 10px; }
@media (min-width: 960px) {
.neve-main > .single-post-container .nv-single-post-wrap.col {
max-width: 100%;
}
}  .entry.eventi {  } .entry.eventi.preview { border-bottom: 1px solid #6AB43E; padding: 10px 0px 30px !important; }
.entry.eventi.preview:first-child { border-top: 1px solid #6AB43E; padding-top: 40px !important; }
.entry.eventi.preview h2 { font-size: 24px; line-height: 1.3em; padding: 0px; margin: 0px; }
.entry.eventi.preview .event-details { margin-top: 10px; } .entry.eventi.single .entry-header, .entry.eventi.single .entry-header * { text-align: left; }
.entry.eventi.single .entry-header h1.entry-title { line-height: 1.3em; }
.entry.eventi.single .entry-allegati a { display: inline-block; background: #6AB43E; padding: 0px 10px; border-radius: 5px; color: white; text-decoration: none; }
.entry.eventi.single .entry-allegati a:hover { background: #8AD45E; }
.entry.eventi.single .event-details { border: 1px solid #ddd; border-radius: 10px; padding: 30px; max-width: 700px; margin: 30px auto; }
.entry.eventi.single .event-details > * + * { margin-top: 10px; }
.entry.eventi.single .nv-thumb-wrap img { width: 100%; max-width: 700px; display: block; margin: 0px auto; border: 1px solid #ddd; border-radius: 10px; }  #prefooter { border-top: 5px solid #777777; background: #f8f8f8; padding: 50px 0px; }
#prefooter .shortcode-sponsor .columns { justify-content: center; }
#prefooter .shortcode-sponsor h2 { margin: 0px !important; color: #777777; }
#prefooter .shortcode-sponsor .item a { border: 1px solid #DDDDDD; border-radius: 10px; display: flex; height: 100%; align-items: center; background: white; padding: 10px; }
#prefooter .shortcode-sponsor .item a[href="javascript:void(0)"] { cursor: default; }
#prefooter .shortcode-sponsor .item a:hover { opacity: 0.8; }
#prefooter .shortcode-sponsor .item a img { display: block; margin: auto auto; vertical-align: middle; } #site-footer, #site-footer * { text-align: center !important; }
#site-footer .footer--row { padding: 0px 2.5%; }
#site-footer .footer-main.hide-on-mobile { display: block !important; }
#site-footer .footer-main.hide-on-tablet { display: block !important; }
#site-footer .footer-content-wrap { padding: 50px 0px; }
#site-footer .hfg-grid .hfg-slot .widget-area { }
#site-footer .hfg-grid .hfg-slot .widget-area > .widget { margin: 0px !important; }
#site-footer .hfg-grid .hfg-slot .widget-area h3 { margin: 0px 0px 15px 0px !important; }
#site-footer .hfg-grid .hfg-slot .widget-area a:hover { text-decoration: underline; }
#site-footer .widget_media_image img { max-width: 250px !important; width: 100%; }
@media (max-width: 960px) { #site-footer .hfg-grid .hfg-slot + .hfg-slot { margin-top: 50px !important; } }
#site-footer .footer-contacts div + div { margin-top: 15px; }
#site-footer .footer-contacts a { display: inline-block; font-weight: bolder; background: #BBBBBB; color: #000000; padding: 2px 10px 5px; font-size: 18px; line-height: 18px; border-radius: 15px; text-decoration: none !important; transition: background-color 0.2s ease; }
#site-footer .footer-contacts a:hover { background: #FFFFFF; text-decoration: none; }
#site-footer .footer-contacts a .icon { display: inline-block; height: 22px; width: 22px; position: relative; top: 3px; }
#site-footer .footer-contacts a .icon svg { width: 100%; height: 100%; } #subfooter { background: #000000; color: #BBBBBB; text-align: center; padding: 30px 0px; }
#subfooter a { color: #FFFFFF; }
#subfooter a:hover { color: #FFFFFF; text-decoration: underline; } .footer-bottom { display: none; }
.footer-bottom .hfg-slot > .builder-item:last-child { display: none; }