/*
Theme Name: ItaliaWP2 Child Theme
Theme URI: http://italiawp.borisamico.it
Author: Boris Amico
Author URI: http://borisamico.it
Description: Tema child di ItaliaWP2 utilizzabile per la customizzazione.
Version: 1.0.0
License: GNU AFFERO GENERAL PUBLIC LICENSE v3 or later
License URI: https://www.gnu.org/licenses/agpl-3.0.en.html
Template: italiawp2
Text Domain: italiawp2-child
*/


html body{color:#333}

/*sottomenu*/
a.dropdown-item.custom_megamenu_intestazione {font-size: 18px}
ul.dropdown-menu.show {display: flex; flex-direction: column;}

/*logo grandezza*/
#mainheader .comune div.logoimg img {max-width: 100%; max-height: none}

/* HEADER */
@media all and (max-width:991px)
{
	header#mainheader{height:auto}
	#mainheader button.menu-btn{margin:20px 15px}
}
@media all and (min-width:992px)
{
	header#mainheader{height:240px}
}

/*sticky menu no logo*/
header.ridotto .logoimg img {display: none}
#mainheader.ridotto nav.navbar{margin-left:0}
#mainheader .comune .logotxt {margin-left: 100px; width: 0;}
@media (max-width: 576px) {
    #mainheader .comune .logotxt {
    display: none;
}
}
/*loghi footer news*/
.wp-block-image img {max-width: 200%;}
.current-menu-item a.nav-link {
    color: #F7E700 !important;
}

/*ARTICOLO IMG*/
.scheda-news .scheda-foto img {height: 220px;}
.scheda-news .scheda-foto {height: 220px;}
/*MARGIN TOP ARTICOLO ELIMINAZIONE LINEA*/
#articolo-dettaglio-testo .linetop {
    border-top: 0px;
    margin-top: 40px;
}

/* TOPBAR */
.arc_social a{color:#fff; fill:#fff}
.arc_social a .icon{width:24px; height:24px}
#mainheader div.cerca{margin-top: 0; padding-top:0}
#mainheader .cerca input{height:35px}
#mainheader button.btn-cerca{height:26px; width:26px}
#mainheader button.btn-cerca svg.icon{width:20px; height:24px}

/* LOGO e FOOTER LOGO */
#mainheader .comune div.logoimg{width:100%; margin:25px 0}
#footer div.logoimg img{max-height:none; height:100%}
#mainheader .arc_logo_mobile{max-width:260px}

/* BREADCRUMB FIX */ 
#briciole .offset-lg-1{margin-left:0}

/* IMG FIX */
img{max-width:100%; height:auto}

/**/
.titolo-news-home{text-align: center; color:#0066CC; font-weight: 400; padding-top: 30px;}

#home-novita .mt-88n{margin-top: 0}
section#home-novita {background-color: #F0FAFF; background-image: none}
a.btn.btn-default.btn-verde {background: #0066CC; font-size:15px; font-weight: 400}
a.btn.btn-default.btn-verde:hover {background: #0066CC !important}
.contenitore-titolo{background-color: #F0FAFF; margin-bottom: -10px}

/*MARGIN TOP ARTICOLO ELIMINAZIONE LINEA*/
#articolo-dettaglio-testo .linetop {
    border-top: 0px;
    margin-top: 40px;
}

/* FOOTER */
footer .icon-external-link{display:none}

/* CREDIT */
.credit {width: 100%; position: relative; text-align:right; overflow: hidden; height: 13px}
.credit a{width: 52px; height: 13px; float: right}
.credit a .icon-external-link{display:none}
.credit a img {position: absolute; top: -26px; right: 0; width:52px}
.credit a:hover img {top: -13px; right: 0} 