color: white; }
header#page-header .phone-top .phone .icon {
color: #b32024;
- padding-right: 10px; }
+ padding-right: 10px;
+ content: ""; }
header#page-header .phone-top .phone .text {
color: white; }
header#page-header .phone-top .phone .text:hover {
.top-bar {
display: none !important; } }
+@media only screen and (min-width: 40em) {
+ .top-bar-section li:not(.has-form) a:not(.button) {
+ padding: 0 11px; }
+ }
+
.top-bar-section {
background: transparent;
float: none;
height: auto;
line-height: 1;
width: 100%;
- max-width: 1000px; }
+ max-width: 1200px; }
.top-bar-section ul li {
background: none;
padding: 0;
background: transparent !important; }
.top-bar-section > div > ul > li > a {
font-size: 12px;
- text-transform: uppercase; }
+ text-transform: uppercase;
+ font-family: "Montserrat", sans-serif;
+ letter-spacing: 1px; }
.top-bar-section > div > ul > li > a:hover {
cursor: default; }
.top-bar-section > div > ul > li:hover {
border: none;
padding: 0; }
main.page-front .blocks .block h1 {
- font-family: "ingram-wide-2"; }
+ font-family: "ingram-wide-2";
+ color: #000000; }
main.page-front .blocks .block h3 {
color: #000000;
font-family: "ingram-wide-2";
main.page-front .blocks .block p {
color: #888888;
text-align: center;
- font-size: 0.875rem; }
+ font-size: 14px; }
main.page-front .blocks .block .block-text a {
color: #b32024; }
main.page-front .blocks .block .block-readmore {
text-decoration: none; }
footer#main ul li a:hover {
color: #ffc742; }
- footer#main .social {
- margin-top: 10px; }
- footer#main .social img {
- margin: 0 2px; }
- footer#main .phone-bottom {
+ footer#main .footer-right {
+ float: right;
text-align: right;
margin-top: 10px; }
- footer#main .phone-bottom .phone {
+ footer#main .footer-right > * {
+ display: block;
+ width: 100%;
+ float: right;
+ margin-bottom: 10px; }
+ footer#main .footer-right .footer-social img {
+ margin: 0 2px;
+ float: right; }
+ footer#main .footer-right .phone {
color: white;
text-decoration: none; }
- footer#main .phone-bottom .phone .icon {
+ footer#main .footer-right .phone .icon {
color: #b32024;
padding-right: 10px; }
- footer#main .phone-bottom .phone .text {
+ footer#main .footer-right .phone .text {
color: white;
text-decoration: none; }
- footer#main .phone-bottom .phone .text:hover {
+ footer#main .footer-right .phone .text:hover {
color: #b32024; }
+ footer#main .footer-left .footer-logo img {
+ max-width: 175px; }
+ footer#main .footer-members-only {
+ font-size: 16px; }
footer#main .address {
margin-top: 10px; }
white-space: nowrap; }
#footer_address span#business {
white-space: normal;
- color: #b32024; }
+ color: #FFFFFF; }
#footer_address img {
position: relative;
display: block;
#example.element {
background-color: transparent; }
-p, a {
- font-family: "ingram-wide-2"; }
-
-h1 {
- color: #000000;
- font-family: "ingram-wide-2"; }
+body {
+ font-size: 14px; }
-h2 {
- color: #000000;
- font-family: "ingram-wide-2"; }
+p, a {
+ font-family: "ingram-wide-2";
+ font-size: 14px; }
h1 {
+ font-family: "ingram-wide-2";
padding: 0;
- width: 100%;
display: block;
- text-align: center;
font-weight: 600;
- font-size: 21px;
+ font-size: 32px;
line-height: 40px;
letter-spacing: 2px;
text-transform: uppercase;
- color: #212121; }
+ color: #b32024; }
+
+h2 {
+ color: #000000;
+ font-family: "ingram-wide-2"; }
/* for the mobile menu */
aside.left-off-canvas-menu {
// The code below is useful if we want the top-level items to no longer be clickable
// cache everything once
-// var page = $("body");
-//
-// var offcanvas_menu_items = page.find(".left-off-canvas-menu").children("ul.left-off-canvas-list").children('li');
+ 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
-// $('.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();
-// });
-// }
-// });
+ $('.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
-// $('.left-off-canvas-menu > ul > li').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();
+ });
+ }
+ });
});
// The code below is useful if we want the top-level items to no longer be clickable
// cache everything once
-// var page = $("body");
-//
-// var offcanvas_menu_items = page.find(".left-off-canvas-menu").children("ul.left-off-canvas-list").children('li');
+ 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
-// $('.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();
-// });
-// }
-// });
+ $('.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
-// $('.left-off-canvas-menu > ul > li').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();
+ });
+ }
+ });
});
<div id="footer_address" class="row small-centered small-11 small-text-center medium-6 columns">
<?php if (glm_get_clientinfo_option('phone')) :?>
- <div class="phone-bottom small-8 medium-2 columns right">
+ <div class="footer-right small-8 medium-3 columns right">
+
+ <a class="footer-social" target="_blank" href="https://www.facebook.com/TrueNorthGolfClub/"><img alt="Facebook" src="<?php bloginfo('template_url'); ?>/assets/facebook-icon.png"></a>
+ <br>
<a href="tel:<?php echo glm_get_clientinfo_option('phone');?>" class="phone">
<span class="icon zmdi zmdi-phone"></span>
<span class="text">
<?php echo glm_get_clientinfo_option('phone');?>
</span>
</a>
+ <br>
+ <a class="footer-members-only" href="<?php get_permalink("members-only"); ?>">Members Only</a>
</div>
<?php endif;?>
- <div class="social small-4 medium-2 columns left">
- <a target="_blank" href="https://www.facebook.com/TrueNorthGolfClub/"><img alt="Facebook" src="<?php bloginfo('template_url'); ?>/assets/facebook-icon.png"></a>
+ <div class="footer-left small-4 medium-3 columns left">
+ <a class="footer-logo" href="<?php bloginfo('url'); ?>"><img class="text-center" alt="True North Golf logo" src="<?php bloginfo('template_url'); ?>/assets/logo-white.png"></a>
</div>
- <div class="address small-12 medium-8 columns right">
+ <div class="address small-12 medium-6 columns right">
<?php if (function_exists('glm_get_clientinfo_option')) :?>
<span id="business"><?php echo glm_get_clientinfo_option('businessName');?></span><br>
<?php if (glm_get_clientinfo_option('address')):?>
}
h1 {
font-family: "ingram-wide-2";
+ color: $black;
}
h3 {
color: $black;
p {
color: $dark-grey;
text-align: center;
- font-size: rem-calc(14);
+ font-size: 14px;
}
.block-text a {
color: $red;
}
}
}
- .social {
- margin-top: 10px;
- img {
- margin: 0 2px;
-// float: right;
- }
- }
- .phone-bottom {
+ .footer-right {
+ float: right;
text-align: right;
margin-top: 10px;
+ > * {
+ display: block;
+ width: 100%;
+ float: right;
+ margin-bottom: 10px;
+ }
+ .footer-social {
+ img {
+ margin: 0 2px;
+ float: right;
+ }
+ }
.phone {
color: white;
text-decoration: none;
}
}
}
+ .footer-left .footer-logo img {
+ max-width: 175px;
+ }
+
+ .footer-members-only {
+ font-size: 16px;
+ }
.address {
margin-top: 10px;
}
white-space: nowrap;
&#business {
white-space: normal;
- color: $red;
+ color: $white;
}
}
img {
.icon {
color: $red;
padding-right: 10px;
+ content: "";
}
.text {
color: white;
#example.element {
background-color: transparent;
}
+body {
+ font-size: 14px;
+}
p, a {
font-family: "ingram-wide-2";
+ font-size: 14px;
}
h1 {
- color: $black;
- font-family: "ingram-wide-2";
-}
-h2 {
- color: $black;
font-family: "ingram-wide-2";
-}
-h1 {
padding: 0;
- width: 100%;
display: block;
- text-align: center;
font-weight: 600;
- font-size: 21px;
+ font-size: 32px;
line-height: 40px;
letter-spacing: 2px;
text-transform: uppercase;
- color: #212121;
+ color: $red;
+}
+h2 {
+ color: $black;
+ font-family: "ingram-wide-2";
}
\ No newline at end of file
display: none !important;
}
}
+@media only screen and (min-width: 40em) {
+ .top-bar-section li:not(.has-form) a:not(.button) {
+ padding: 0 11px;
+ }
+}
.top-bar-section {
background: transparent;
float: none;
height: auto;
line-height: 1;
width: 100%;
- max-width: 1000px;
+ max-width: 1200px;
ul{
li {
background: none;
> a {
font-size: 12px;
text-transform: uppercase;
+ font-family: "Montserrat", sans-serif;
+ letter-spacing: 1px;
}
> a:hover {
cursor: default;