From: Anthony Talarico Date: Thu, 31 May 2018 15:01:45 +0000 (-0400) Subject: hiding online reservations in desktop X-Git-Tag: v1.0.0^2~1^2~12 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1f61d8b24cc6685e4a5cf457c9ff97593af5f6ce;p=WP-Themes%2Flaurium.git hiding online reservations in desktop --- diff --git a/style.css b/style.css index b657bf0..5c0884c 100644 --- a/style.css +++ b/style.css @@ -1365,6 +1365,9 @@ body.parallax-on .wpcf7-not-valid-tip { } } @media (min-width: 1000px){ + .reservations{ + display: none; + } #site-navigation > .menu{ position: relative; margin-top: 35px;