/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/*
.menu-wrapper div[class*=col-lg-].middle {
    vertical-align: middle;
    text-align: center;
}

.event-text{padding: 15px; margin-top: -5px}

.event-text .half-block-padding{padding: 0}

@media screen and (max-width: 959px){
.mmb-container {
   display: none;
}
	
} */

.iframe_ticket_sms{border:none; height: 1000px}




.page-id-602 .navbar.is_stuck .menu-container{

    background: transparent !important;
	
}

.navbar a{

	color: #fff !important;
	
}

.share-button.share-inline .social.top li.social-pinterest, .share-button.share-inline .social.top li.social-linkedin, .share-button.share-inline .social.top li.social-xing{display: none !important}



.acf-gallery-masonry {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.acf-gallery-item {
    width: 25%;
    padding-right: 18px;
    box-sizing: border-box;
    margin-bottom: 18px;
}

.acf-gallery-item-inside{
     overflow: hidden;
}

.acf-gallery-item img{
    transform: scale(1);
    transition: all 0.3s; 
    opacity:1;
}

.acf-gallery-item:hover img{
    transform: scale(1.05);
    transition: all 0.5s;
    opacity:0.6;
}

.acf-gallery-item-link img{
   opacity:0.6;
}

.acf-gallery-item-link:hover img{
  opacity:1;
}


.acf-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.acf-gallery-title{
display: table;
    z-index: 1;
    height: 100%;
    padding: 18px;
    width: 100%;
    position: absolute;
}

.acf-gallery-title-inside{
    display:table-cell;
    vertical-align:bottom;
}

.acf-gallery-title-inside h3, .acf-gallery-title-inside i{
    margin: 9px 0px 0px 0px;
    transition: all 0.3s;
    opacity:1;
    }
    

.acf-gallery-item:hover h3, .acf-gallery-item:hover i{
    transition: all 0.5s;
    opacity:0;
}




@media (max-width: 1024px) {
  .acf-gallery-item {
    width: 33.333%; /* 3 colonne su tablet */
  }
}

@media (max-width: 768px) {
  .acf-gallery-item {
    width: 100%; /* 2 colonne su mobile */
  }
}

@media (max-width: 480px) {
  .acf-gallery-item {
    width: 100%; /* 1 colonna su mobile stretto */
  }
}


