$(this).toggleClass('open');
$(this).siblings('ul').toggleClass('open');
});
-});
+ $('.wpurp-recipe-ingredient-name a:hover').attr('pointer-events','none');
+ $('.wpurp-recipe-ingredient').attr('list-style','none !important');
+});
\ No newline at end of file
$(this).toggleClass('open');
$(this).siblings('ul').toggleClass('open');
});
-});
+ $('.wpurp-recipe-ingredient-name a:hover').attr('pointer-events','none');
+ $('.wpurp-recipe-ingredient').attr('list-style','none !important');
+});
\ No newline at end of file
- @import "plugins/nextgen";
\ No newline at end of file
+ @import "plugins/nextgen";
+ @import "plugins/recipe";
\ No newline at end of file
--- /dev/null
+/* NextGen Gallery */
+.ngg-gallery-thumbnail,
+.ngg-gallery-thumbnail-box {
+ float: none !important;
+}
+.gallery li a img { // without this images will overlap each other at certain widths
+ display: block;
+ width: 100%;
+}
+.ngg-gallery-thumbnail, .ngg-gallery-thumbnail-box {
+ float: none !important;
+}
+.ngg-album-compact h4 .ngg-album-desc {
+ height: auto !important;
+ font-family: $font-family-serif;
+ font-weight: 400;
+}
+.ngg-album-compact .album-meta-wrapper h4 a {
+ font-style: normal;
+}
+.album-meta-wrapper {
+ display: block;
+ height: 54px;
+ margin-bottom: 20px;
+}
+.ngg-glmalbums {
+ margin: 10px 0;
+}
+/* End NextGen Gallery */
+
+/* Ninja Forms */
+.ninja-forms-form-wrap {
+ max-width: 600px;
+ margin: 0 auto;
+ input[type=submit] {
+ @include button();
+ display: block;
+ margin: 0 auto;
+ }
+}
+/* End Ninja Forms */
+
+
+.wpurp-recipe-ingredient-name a:hover {
+ pointer-events: none;
+}
+.wpurp-recipe-ingredient {
+ list-style: outside none none !important
+}