
/*
Theme Name: BSNaklo
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

@import url("../bridge/style.css");
.vc-mosaic-wrap {
  overflow: hidden;
}
.vc-mosaic-wrap a {
  display: block;
}
.vc-mosaic-wrap .vc-mosaic {
 background: #3ba03f;
  display: table;
  width: 100%;
	position: relative;}

.vc-mosaic-wrap .vc-mosaic .vc-mosaic-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vc-mosaic-wrap .vc-mosaic .vc-mosaic-inner h2 {
  color: white;
  padding: 10px 3px;
  text-shadow: 1px 1px 1px black;
  position: relative;
  z-index: 4;
  font-size: 28px;
  line-height: 1.1;
}
.vc-mosaic-wrap .vc-mosaic .vc-mosaic-inner .vc-mosaic-text {
  color: white;
  padding: 0 3px;
  text-shadow: 1px 1px 1px black;
  position: relative;
  z-index: 4;
  line-height: 1.1;
  font-size: 18px;
}
.vc-mosaic-wrap .vc-mosaic .vc-mosaic-inner .vc-mosaic-date {
  color: white;
  padding: 0 3px;
  text-shadow: 1px 1px 1px black;
  position: relative;
  z-index: 4;
  font-size: 14px;
  line-height: 1.1;
}
.vc-mosaic-wrap .vc-mosaic .vc-mosaic-bg {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  transition: all 0.3s ease;
}
.vc-mosaic-wrap .vc-mosaic-overlay {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3ba03f;
  opacity: 0.7;
  z-index: 3;
  transition: all 0.3s ease;
}
.vc-mosaic-wrap .vc-mosaic:not(.nohover):hover .vc-mosaic-bg {
  transform: scale(1.1);
}
.vc-mosaic-wrap .vc-mosaic:not(.nohover):hover .vc-mosaic-overlay {
  opacity: 0.85;
}
.mosaics .wpb_single_image a {
  position: relative;
  display: block;
}
.mosaics .wpb_single_image a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(59, 160, 63, 0.7);
  z-index: 3;
  transition: all 0.3s ease;
  opacity: 0;
}
.mosaics .wpb_single_image a:hover:after {
  opacity: 1;
}


