/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 27 2025 | 11:38:48 */
div#page {
    background-color: #343A40!important;
    word-wrap: break-word;
}




div#sezionehome {
    position: relative;
    top: -1pc;
}

.righina {
    width: 100%;
    border-bottom: #c7c5c5 solid 1px;
    display: none;
}

.partner2 {
    background-color: #f1198e!important;
    padding-top: 1px!important;
    padding-bottom: 1px!important;
}

.categoria a {
    font-weight: 600 !important;
}

.titolonotizia1 {
    padding-left: 10px;
    font-size: 14px;
}


.heading109 {
   
    background: rgb(242 94 13)!important;  
}

.immaginenotizia1 {
    padding-top: 56.25%!important;
}


/*COLORI*/
.fluo {
    /* background: #e51c2c; */
    background: #F25E0D;
}

.activemio, .dot:hover {
    background-color: #F25E0D!important;
}

a:visited {
    color: white!important;
}

a {
    color: white!important;
    text-decoration: none!important;
    font-weight: 200!important;
}


.bottone {
    color: white;
    /* background: green; */
    display: inline-block;
    /* border-radius: 10px; */
    font-weight: 600;
    padding: 10px;
    margin-left: 17px;
}



.page-content {
    margin-top: 0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    min-height: 700px!important;
}

.header-wrapper {
    display: none!important;
}

.header-top.fixto-fixed {
    background-color: #212529!important;
	}
	
.header-top {

    background-image: linear-gradient(180deg, rgba(0, 0, 0, .7) 10%, transparent);
}



.footer {
    background-color: #212529!important;
    border-top: 1px solid #212529!important;
    min-height: 87px;
}

.contenitoreboxed {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-content: center; */
    justify-items: center;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.contenitore {
    padding-left: 80px;
    padding-right: 80px;
    /* padding-top: 80px; */
    /* padding-bottom: 20px; */
    /* background-color: #979797; */
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    /* height: 90vh; */
    justify-content: center;
    max-width: 1400px;
    align-content: center;
}

.programmi {
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1400px;
}

.tab_pr {
    border-radius: 15px;
    margin: 10px;
    width: 230px;
    transition: transform 0.2s;
}

/*::::::::::: EDIT MENU::::::::::::::*/

.navigation-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
}

.logo_col {
    text-align: center!important;
    width: 100%;
    margin: 0 AUTO;
}

ul#drop_mainmenu {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}


#drop_mainmenu > li > a {
    transition: all 0.3s;
    background: none left center repeat-x scroll transparent;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 10px 0!important;
    border-radius: 0px;
}


.contenitorenews1 {
    top: 130px; 
}

#drop_mainmenu > li.current_page_item > a {
   
    border-bottom-width: 3px!important;
    border-bottom-style: solid;
    border-bottom-color: #f1198e!important;
    
}

#drop_mainmenu ul li:hover > a, #drop_mainmenu ul li.hover > a {
    background-color: #fd4739!important;
   
}

#drop_mainmenu > li ul {
   
    background-color: #212529!important;
    border-bottom-width: 0px!important;
}

/*:::::::::::EDIT MENU-fine::::::::::::::*/
/*GRID CONTAINER MODE_MY_STRUCT*/
@media only screen and (min-width: 1024px) {
    .gridContainer {
        width: 100%!important;
    }
}

@media only screen and (min-width: 768px) {
    .gridContainer {
        width: 100%!important;
        max-width: 100%!important;
    }
}

.gridContainer {
    width: 100%!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-left: auto;
    margin-right: auto;
}


