/*
Theme Name:   comunedicerretodispoleto
Description:  Basato sul tema design Italia di Marco Gargano
Author:       Lightage
Author URL:   https://www.lightage.it/
Template:     design-italia
Version:      0.32
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  comunedicerretodispoleto
*/

/* bug xcrollbar immagine full  width articolo  */
html { overflow-x: hidden;  }


.menu-main .mega-menu li a {
    /* white-space: nowrap !important;
    overflow: auto !important; */
    text-overflow: inherit !important;
}

.nav li a [class^="la"] {
	zoom:100% !important;
	bottom: inherit !important;
}

.page-widget-area .widget_nav_menu .current-menu-item a {color:#19191a; }

.wrap-argomento { background:#ede6de !important; }
.box-argomento { margin-bottom:0 !important; }


[id$="dettaglio-meta"],
[id$="dettaglio-pagination"] {
background:#ede6de !important;
}

.breadcrumb-item {
 max-width: inherit !important;
}

/* HOME PAGE */
.widget_widget_single_post .novita-testo {
margin: 1em 0 !important;
}
.page-template-home .entry-content { margin-bottom: 0; }

/* GOOGLE MAP RESPONSIVE */
/* inserire l'iframe in un div con classe "map-rensposive" */
.map-responsive{
    overflow:hidden;
    padding-bottom:25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* GALLERY */
.gallery {
	margin:20px -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery .gallery-item {
	float: left;
	margin: 0;
	text-align: center;
	width: 33%;
  padding:0 0.5em;
  margin-bottom: 1em;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery a { display: block;}

.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 4px;
	background: #f2f2f2;
  margin-bottom: 0 !important;
}
.gallery img:hover {
	background: white;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 10px 0 0 0;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
