-ms-transform: rotate(45deg);
transform: rotate(45deg); }
+#golf-logo-img {
+ position: relative;
+ bottom: -40px; }
+
#sm-logo img {
padding-top: 20px; }
margin-top: -140px;
min-height: 170px; } }
-main#golf-template h2#slide-text {
- margin-top: -85px; }
main#golf-template img.orb-shadow {
top: 0; }
@media screen and (max-width: 797px) {
top: -6px; } }
main#golf-template #content-wrapper {
top: 0; }
-main#golf-template #quicknav {
- background: #690433; }
- main#golf-template #quicknav h2 {
- color: #FFFFFF; }
- main#golf-template #quicknav ul.sidenav {
- list-style: none;
- margin: 0; }
- main#golf-template #quicknav ul.sidenav li {
- padding: 7.5px 0; }
- main#golf-template #quicknav ul.sidenav li a {
- color: #FFFFFF; }
main.search-results #head-img {
margin: -280px auto 0; }
</div>
<?php get_template_part('parts/top-bar');?>
<a id="sm-logo" class="show-for-small-down text-center" href="<?php bloginfo('url'); ?>"><img alt="Mount Pleasant logo" src="<?php bloginfo('template_url'); ?>/assets/mt-pleasant-pure-mi-logo.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 columns">
+ <img src="<?php bloginfo('template_url'); ?>/assets/Central_Swing_Logo-resized.jpg">
+ </div>
+ </div>
+ <?php } else { ?>
+
+ <?php } ?>
</header>
<?php get_template_part('parts/off-canvas-menu');?>
<?php echo glm_get_background(); ?>
</div>
<div class="row">
- <div class="small-12 columns">
- <h2 id="slide-text">Life… Is Good… In The Center Of It All</h2>
+<!--
+ <div id="golf-logo-img" class="small-12 columns">
+ <img src="<?php //bloginfo('template_url'); ?>/assets/Central_Swing_Logo-resized.jpg">
</div>
+-->
</div>
<div class="row">
<img class="orb-shadow" src="<?php bloginfo('template_url'); ?>/assets/shadow-lrg.jpg">
get_template_part('parts/bread-crumbs');
?>
</div>
+ <div class="row">
+ <?php
+ get_template_part('parts/glm-blocks');
+ ?>
+ </div>
<div class="row">
<div id="main-content" class="small-12 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
}
}
main#golf-template{
- h2#slide-text {
- margin-top: -85px;
- }
img.orb-shadow {
top: 0;
@media screen and (max-width: 797px) {
#content-wrapper{
top: 0;
}
- #quicknav {
- background: $maroon;
- h2 {
-// font-size: rem-calc(22);
- color: $white;
- }
- ul.sidenav {
- list-style: none;
- margin: 0;
- li {
- padding: 7.5px 0;
- a {
- color: $white;
- }
- }
- }
- }
}
main.search-results {
#head-img {
// margin-left: 5px;
// }
}
+#golf-logo-img {
+ position: relative;
+ bottom: -40px;
+}
#sm-logo {
img {
padding-top: 20px;