.tab-bar {
-webkit-backface-visibility: hidden;
- background: #690433;
- color: #FFFFFF;
+ background: #FFFFFF;
+ color: #16345B;
height: 2.8125rem;
line-height: 2.8125rem;
position: relative; }
position: absolute;
top: 0;
width: 2.8125rem;
- border-right: solid 1px #350219;
+ border-right: solid 1px gray;
left: 0; }
.right-small {
position: absolute;
top: 0;
width: 2.8125rem;
- border-left: solid 1px #350219;
+ border-left: solid 1px gray;
right: 0; }
.tab-bar-section {
right: 2.8125rem; }
.tab-bar .menu-icon {
- color: #FFFFFF;
+ color: #16345B;
display: block;
height: 2.8125rem;
padding: 0;
top: 50%;
margin-top: -0.5rem;
left: 0.90625rem;
- box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
+ box-shadow: 0 0 0 1px #16345B, 0 7px 0 1px #16345B, 0 14px 0 1px #16345B;
width: 1rem; }
.tab-bar .menu-icon span:hover:after {
- box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }
+ box-shadow: 0 0 0 1px #0f2440, 0 7px 0 1px #0f2440, 0 14px 0 1px #0f2440; }
.left-off-canvas-menu {
-webkit-backface-visibility: hidden;
padding: 0.6666666667rem;
transition: background 300ms ease; }
ul.off-canvas-list li a:hover {
- background: #4a0324; }
+ background: #b3b3b3; }
ul.off-canvas-list li a:active {
- background: #4a0324; }
+ background: #b3b3b3; }
.move-right > .inner-wrap {
-webkit-transform: translate3d(15.625rem, 0, 0);
text-decoration: none; }
header#page-header {
- height: 295px;
background: -webkit-linear-gradient(top, #ffffff 8%, rgba(255, 255, 255, 0) 100%);
background: -moz-linear-gradient(center top, #ffffff 8%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(top, #ffffff 8%, rgba(255, 255, 255, 0) 100%);
position: relative;
padding-top: 11px;
z-index: 5; }
- @media only screen and (max-width: 40em) {
- header#page-header {
- height: 185px; } }
@media only screen and (max-width: 40em) {
header#page-header {
position: static; } }
position: relative;
bottom: -17px; }
-#sm-logo img {
- padding-top: 20px; }
+#sm-logo {
+ position: absolute;
+ left: 50%;
+ transform: translateX(-50%);
+ width: 220px;
+ top: -15px; }
+ @media only screen and (max-width: 40em) {
+ #sm-logo {
+ left: 66%; } }
+ #sm-logo img {
+ padding-top: 20px; }
.golf-container {
position: relative; }
#slideshow {
position: relative;
- margin-top: -295px;
z-index: -1; }
@media only screen and (max-width: 40em) {
#slideshow {
- margin-top: -140px;
max-height: 230px; } }
#slideshow .metaslider {
max-height: 610px;
</a>
</div>
<div id="logo" class="medium-8 large-5 columns show-for-medium-up text-center">
- <a href="<?php bloginfo('url'); ?>"><img class="text-center header-logo" alt="Mount Pleasant logo" src="<?php bloginfo('template_url'); ?>/assets/logo-color.png"></a>
+ <a class="show-for-large-up"href="<?php bloginfo('url'); ?>"><img class="text-center header-logo" alt="Mount Pleasant logo" src="<?php bloginfo('template_url'); ?>/assets/logo-color.png"></a>
</div>
<div class="search-top medium-4 columns show-for-medium-up">
<?php get_template_part('parts/search');?>
</div>
</div>
<?php get_template_part('parts/top-bar');?>
- <a id="sm-logo" class="show-for-small-down text-center" href="<?php bloginfo('url'); ?>"><img class="header-logo" alt="Mount Pleasant logo" src="<?php bloginfo('template_url'); ?>/assets/logo-color.png"></a>
+
<?php if (get_page_template_slug( $post->ID ) == "page-golf-template.php") { ?>
<div id="golf-logo-img" class="row collapse">
<div class="small-12 text-center columns">
// Off Canvas Tab Bar Variables
// $include-html-off-canvas-classes: $include-html-classes;
- $tabbar-bg: $maroon;
+ $tabbar-bg: $white;
// $tabbar-height: rem-calc(45);
// $tabbar-icon-width: $tabbar-height;
// $tabbar-line-height: $tabbar-height;
-// $tabbar-color: $white;
+$tabbar-color: $revamp-blue;
// $tabbar-middle-padding: 0 rem-calc(10);
// Off Canvas Divider Styles
// $off-canvas-back-hover-border-bottom: none;
// Off Canvas Menu Icon Variables
-// $tabbar-menu-icon-color: $white;
+$tabbar-menu-icon-color: $revamp-blue;
// $tabbar-menu-icon-hover: scale-color($tabbar-menu-icon-color, $lightness: -30%);
$tabbar-menu-icon-text-indent: rem-calc(50);