display: block; }
.right-off-canvas-menu {
- list-style: none;
- z-index: 1010; }
+ list-style: none; }
.right-off-canvas-menu .off-canvas-list li {
color: #FFFFFF; }
.right-off-canvas-menu .off-canvas-list li a {
padding: 10px 0; }
.right-off-canvas-menu ul li ul {
list-style: none; }
+ .right-off-canvas-menu ul#off-extras li a#ready-off {
+ height: 69px;
+ width: 219px;
+ background: url(../assets/ready-to-get-started.jpg) no-repeat;
+ background-position: 0 0; }
+ .right-off-canvas-menu ul#off-extras li a#ready-off:hover {
+ background: url(../assets/ready-to-get-started.jpg) no-repeat;
+ background-position: 0px -79px; }
.offcavas-social-list {
list-style: none;
<aside class="right-off-canvas-menu">
<?php glm_theme_mobile_off_canvas(); ?>
- <?php get_template_part('parts/search');?>
- <?php get_template_part('parts/client-info-offcanvas');?>
+ <ul id="off-extras">
+ <li><a id="ready-off" href="<?php bloginfo('url');?>/contact-us/"></a></li>
+ <li><a><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/facebook-icon.png"></a></li>
+ </ul>
<ul class="offcavas-social-list">
- <li><a><img src="<?php bloginfo('template_url'); ?>/assets/facebook-icon.png"></a></li>
+
</ul>
</aside>
}
.right-off-canvas-menu {
list-style: none;
- z-index: 1010;
.off-canvas-list {
li {
color: $white;
list-style: none;
}
}
+ &#off-extras {
+ li {
+ a#ready-off {
+ height: 69px;
+ width: 219px;
+ background: url(../assets/ready-to-get-started.jpg) no-repeat;
+ background-position: 0 0;
+ &:hover {
+ background: url(../assets/ready-to-get-started.jpg) no-repeat;
+ background-position: 0px -79px;
+ }
+ }
+ }
+ }
}
}
.offcavas-social-list {