/* Teaser Grid
---------------------------------------------------------- */
.wpb_column .wpb_wrapper .wpb_teaser_grid {
    // margin-left: 0;
    // margin-right: 0;
    float: none;
}

// Teaser grid adjustments
body ul.wpb_thumbnails-fluid li {
    background-image: none; /* some themes add bg image as a bullet */
    padding: 0;
    margin-left: 0;
    //
    .no_bullet_fix();
    
    .entry-content *:last-child { margin-bottom: 0; }
}

.wpb_row .wpb_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
	//margin: 0 0 0 @negative_fluidGridGutterWidth;
	padding: 0;
	
	//width: @vc_teaser_grid_w;
	overflow: visible !important;
}
// .wpb_row ul.wpb_thumbnails-fluid > [class*="vc_span"] {
// 	margin-left: @fluidGridGutterWidth;
// }

/* Grid adjustments */
// .wpb_grid .wpb_thumbnails-fluid > .vc_span2,
// .wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span2 { //, .teaser_grid_container .wpb_thumbnails-fluid > .span2
//     width: @vc_teaser_grid_span2;
// }
// .wpb_grid .wpb_thumbnails-fluid > .vc_span3,
// .wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span3 { //, .teaser_grid_container .wpb_thumbnails-fluid > .span3
// 	width: @vc_teaser_grid_span3;
// }
// .wpb_grid .wpb_thumbnails-fluid > .vc_span4,
// .wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span4 { //, .teaser_grid_container .wpb_thumbnails-fluid > .span4
// 	width: @vc_teaser_grid_span4;
// }
// .wpb_grid .wpb_thumbnails-fluid > .vc_span6,
// .wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span6 { //, .teaser_grid_container .wpb_thumbnails-fluid > .span6
// 	width: @vc_teaser_grid_span6;
// }
// .wpb_grid .wpb_thumbnails-fluid > .vc_span12,
// .wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span12 { //, .teaser_grid_container .wpb_thumbnails-fluid > .span12
// 	width: @vc_teaser_grid_span12;
// }



/* Teaser grid
---------------------------------------------------------- */
.wpb_teaser_grid .entry-content {
	margin: 0;
	padding: 0;
	width: 100%;
}
.grid_layout-thumbnail .post-thumb {
	margin-bottom: 0;
	
	img {
		max-width: 100%;
	}
}



/* Carousel layout
---------------------------------------------------------- */
.wpb_carousel {
	.wpb_wrapper { position: relative; }
	.prev,
	.next {
		position: absolute;
		top: 3px;
		background-color: @vc_carousel_arrows_bg;
		padding:0px 6px 0px 6px;
		font-size: 12px;
		z-index: 10;
		text-decoration: none;
		
		.wpb_transition();
		
		&:hover {
			background-color: @vc_carousel_arrows_bg_hover;
		}
		&:focus {
    	outline: none;
    	text-decoration: none;
    }
	}
	.prev { right: 30px; }
	.next { right: 0px; }
	
	.wpb_thumbnails-fluid {
		width: 100%;
		
		> [class*="vc_span"] {
			height: auto !important;
		}
	}
}


/*** Categories filter ***/
.wpb_teaser_grid .categories_filter,
.wpb_categories_filter {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
	
	li {
		display: block;
		float: left;
		margin: 0 10px 10px 0;
		//
		.no_bullet_fix();
		
		a {
			border: none;
			text-decoration: none;
			
			&:hover {
				border-bottom: 1px dotted;
			}
		}
		
		&.active a {
			border-bottom: 1px dotted;
		}
	}
}


// Responsive stuff
@media (max-width: @vc_responsive_max_w) { //767
  .vc_responsive {
    .wpb_row {
      ul.wpb_thumbnails-fluid {
    		margin-left: 0;
    		width: auto;
    	}
    	.wpb_teaser_grid ul.wpb_thumbnails-fluid [class*="vc_col-"] {
    		width: 100%;
    		float: none;
    		display: block;
    		margin-left: 0;
    		margin-right: 0;
    	}
    }
  }
}