.homepage_testimonials_text p {
font-size: 16px; }
-.ngg-gallery-thumbnail .ngg-fancybox .image_overlay {
+.ngg-fancybox .image_overlay {
cursor: pointer;
-webkit-transition: background 0.3s linear;
-moz-transition: background 0.3s linear;
background-repeat: no-repeat;
background-position: center; }
-.ngg-gallery-thumbnail .ngg-fancybox:hover img {
+.ngg-fancybox:hover img {
opacity: 0.3; }
.ngg-fancybox .photoTitle {
.ngg-galleryoverview {
padding: 20px; }
+.ngg-gallery-thumbnail img {
+ margin: 0 !important; }
+
.ngg-gallery-thumbnail-box {
margin: 5px 0 !important;
border: 1px solid black;
color: white;
font-style: italic; }
-.ngg-gallery-thumbnail {
+.ngg-fancybox {
/* float: none !important;*/
margin: 0 !important; }
-.ngg-gallery-thumbnail img {
+.ngg-fancybox img {
padding: 0 !important;
margin: none auto !important;
width: 100%;
.top-bar-menu > li.menu-item > ul li ul li:last-child {
background-color: transparent; }
-.ngg-gallery-thumbnail img:hover {
+.ngg-fancybox img:hover {
color: white; }
#fancybox-title {
?>
<?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($gallery)) : ?>
-<ul id='gallery' class='gallery row small-block-grid-1 medium-block-grid-3 large-block-grid-4'>
+<ul id='gallery' class='gallery row small-block-grid-2 medium-block-grid-3 large-block-grid-4'>
<?php if ($gallery->show_slideshow) { ?>
<!-- Slideshow link -->
<div class="slideshowlink">
.homepage_testimonials_text p {
font-size: 16px;
}
- .ngg-gallery-thumbnail .ngg-fancybox .image_overlay {
+ .ngg-fancybox .image_overlay {
cursor: pointer;
-webkit-transition: background 0.3s linear;
-moz-transition: background 0.3s linear;
background-repeat: no-repeat;
background-position: center;
}
- .ngg-gallery-thumbnail .ngg-fancybox:hover img {
+ .ngg-fancybox:hover img {
opacity: 0.3;
}
.ngg-fancybox .photoTitle {
.ngg-galleryoverview {
padding: 20px;
}
+ .ngg-gallery-thumbnail img {
+ margin: 0 !important;
+ }
.ngg-gallery-thumbnail-box {
margin: 5px 0 !important;
border: 1px solid black;
font-style: italic;
}
}
- .ngg-gallery-thumbnail {
+ .ngg-fancybox {
/* float: none !important;*/
margin: 0 !important;
}
- .ngg-gallery-thumbnail img {
+ .ngg-fancybox img {
padding: 0 !important;
margin: none auto !important;
width: 100%;
/* border-bottom-right-radius: 15px;*/
}
}
- .ngg-gallery-thumbnail img:hover {
+ .ngg-fancybox img:hover {
color: white;
}