background: transparent !important; }
.top-bar-section ul li.active:not(.has-form) a:not(.button) {
background: transparent !important; }
- .top-bar-section > div > ul > li a {
+ .top-bar-section > div > ul > li > a {
font-size: 12px;
text-transform: uppercase; }
+ .top-bar-section > div > ul > li > a:hover {
+ cursor: default; }
.top-bar-section > div > ul > li:hover {
border-width: 0 0 3px;
border-color: #b32024;
$(this).hide();
});
- // cache everything once
- var page = $("body");
+ // The code below is useful if we want the top-level items to no longer be clickable
- var topbar_menu_items = page.find(".top-bar-section").children("ul#menu-main-navigation-left").children("li");
- var offcanvas_menu_items = page.find(".left-off-canvas-menu").children("ul.left-off-canvas-list").children('li');
+ // cache everything once
+// var page = $("body");
+//
+// var offcanvas_menu_items = page.find(".left-off-canvas-menu").children("ul.left-off-canvas-list").children('li');
// disable the links for top nav items that have subpages
- topbar_menu_items.each( function () {
- if ( $(this).hasClass("menu-item-has-children") ){
- $(this).children("a").on('click', function(e){
- e.preventDefault();
- });
- }
- });
+// $('.top-bar-section > div > ul > li').each( function () {
+// console.log("test");
+// if ( $(this).hasClass("menu-item-has-children") ){
+// $(this).children("a").on('click', function(e){
+// e.preventDefault();
+// });
+// }
+// });
// disable the links for off canvas nav items that have subpages
- offcanvas_menu_items.each( function () {
- if ( $(this).hasClass("menu-item-has-children") ){
- $(this).children("a").on('click', function(e){
- e.preventDefault();
- });
- }
- });
+// $('.left-off-canvas-menu > ul > li').each( function () {
+// if ( $(this).hasClass("menu-item-has-children") ){
+// $(this).children("a").on('click', function(e){
+// e.preventDefault();
+// });
+// }
+// });
});
$(this).hide();
});
- // cache everything once
- var page = $("body");
+ // The code below is useful if we want the top-level items to no longer be clickable
- var topbar_menu_items = page.find(".top-bar-section").children("ul#menu-main-navigation-left").children("li");
- var offcanvas_menu_items = page.find(".left-off-canvas-menu").children("ul.left-off-canvas-list").children('li');
+ // cache everything once
+// var page = $("body");
+//
+// var offcanvas_menu_items = page.find(".left-off-canvas-menu").children("ul.left-off-canvas-list").children('li');
// disable the links for top nav items that have subpages
- topbar_menu_items.each( function () {
- if ( $(this).hasClass("menu-item-has-children") ){
- $(this).children("a").on('click', function(e){
- e.preventDefault();
- });
- }
- });
+// $('.top-bar-section > div > ul > li').each( function () {
+// console.log("test");
+// if ( $(this).hasClass("menu-item-has-children") ){
+// $(this).children("a").on('click', function(e){
+// e.preventDefault();
+// });
+// }
+// });
// disable the links for off canvas nav items that have subpages
- offcanvas_menu_items.each( function () {
- if ( $(this).hasClass("menu-item-has-children") ){
- $(this).children("a").on('click', function(e){
- e.preventDefault();
- });
- }
- });
+// $('.left-off-canvas-menu > ul > li').each( function () {
+// if ( $(this).hasClass("menu-item-has-children") ){
+// $(this).children("a").on('click', function(e){
+// e.preventDefault();
+// });
+// }
+// });
});
<?php echo glm_get_background(); ?>
</div>
<?php //get_template_part('parts/reservation-form');?>
- <div class="row">
+ <div class="row show-for-medium-up">
<img class="orb-shadow" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/shadow-lrg.jpg">
</div>
<div id="content-wrapper">
}
> div > ul {
> li {
- a {
+ > a {
font-size: 12px;
text-transform: uppercase;
}
+ > a:hover {
+ cursor: default;
+ }
}
> li:hover {
border-width: 0 0 3px;