/*
        Theme Name: CUS Venezia
        Description: ELAN42.com theme for https://www.cusvenezia.it
        Author: ELAN42
        Author URI: https://www.elan42.com
	Template:     newstube
	Version:      1.0.0
*/


/*Post Record*/
.flex-container{
  background:#ddd;
  display:flex;
  flex-direction: nowrap;
  align-items: space-around;
   align-content: center;
}

.column-sx{
  flex-grow: 1;
  padding: 20px;
  }

.column-dx{
  flex-grow: 2;
  padding: 20px;
}

.column-content{
  padding:30px 0;
}

.videoWrapper{
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-gallery{
float:left;
width:150px;
height:150px;
overflow: hidden;
padding:10px;
}

.img-gallery:first-child{
padding-left:0px;
}

/*Media Queries*/

@media screen and (max-width: 1024px) {
  .flex-container{
    flex-direction:column-reverse;

  }

}
/* Puoi aggiungere qui il tuo codice CSS. Per maggiori informazioni consulta la documentazione (fai clic sull'icona con il punto interrogativo qui sopra). */ @media screen and 
(max-width: 768px) {
#main-nav .container > .navbar-header > .navbar-brand img{
max-width:300px;
}
.cactus-single-page article > :last-child.hr-news{ display:none !important;
}
.cactus-listing-config.style-1 .cactus-post-item:last-child.cactus-post-item.category-news{ border-bottom: 0px solid #fff !important;
}
.cactus-scb{ padding-top:50px !important;
}
}
/* MAIN SLIDER */ /* Avoid overflowing */ .vc_carousel-slideline { max-width: 100%;
}
/* Put that arrow where it belongs */ .vc_images_carousel .vc_carousel-control.vc_right { right: 10%;
}
/* LIGHTBOX */ /* Avoid (vertical) overflowing */
#cboxLoadedContent {
overflow: hidden !important;
}
.cactus-listing-config.style-1 .primary-post-content .picture .picture-content {
    background-color: #FFF;
}
