<?php if (glm_get_clientinfo_option('phone')) :?>
<span class="bullet"> • </span><span><?php echo glm_get_clientinfo_option('phone');?></span>
<?php endif;?>
+ <?php if (glm_get_clientinfo_option('email')) :?>
+ <span class="bullet"> • </span><span><?php echo glm_get_clientinfo_option('email');?></span>
+ <?php endif;?>
<?php if (glm_get_clientinfo_option('fax')) :?>
<span class="bullet"> • </span><span><?php echo glm_get_clientinfo_option('fax');?></span>
<?php endif;?>
<?php if (glm_get_clientinfo_option('phone')) :?>
<li><?php echo glm_get_clientinfo_option('phone');?></li>
<?php endif;?>
+ <?php if (glm_get_clientinfo_option('email')) :?>
+ <span class="bullet"> • </span><span><?php echo glm_get_clientinfo_option('email');?></span>
+ <?php endif;?>
<?php if (glm_get_clientinfo_option('fax')) :?>
<li><?php echo glm_get_clientinfo_option('fax');?></li>
<?php endif;?>
-<form role="search" method="get" id="searchform" action="<?php echo home_url('/'); ?>">
- <input class="search-input" type="text" placeholder="Search" value="" name="s" id="lar-search">
- <input class="search-button" type="submit" value="submit" name="searchButton">
+<form role="search" method="get" class="searchform" action="<?php echo home_url('/'); ?>">
+ <input class="search-input" type="text" placeholder="Search" value="" name="s">
+ <input class="search-button" type="submit" value="" name="submit">
</form>
\ No newline at end of file
background-position: 3px 50%;
}
aside.right-off-canvas-menu li.page_item_has_children a.toggle {
- @include off-canvas-arrow(down, $secondary-color);
- font-size: 0;
- height: 0;
- line-height: 0;
- padding: 0;
position: absolute;
right: 10px;
- top: 13px;
- width: 0;
+ top: 5px;
+ text-decoration: none;
+ &:before {
+ @include off-canvas-point(right, $white, 17px);
+ }
+ &:hover {
+ background: transparent;
+ }
}
aside.right-off-canvas-menu li.page_item_has_children a.toggle.open {
- @include off-canvas-arrow(up, $secondary-color);
+ @include off-canvas-point(down, $white);
}
aside.right-off-canvas-menu ul.children {
display: none;
}
ul {
list-style: none;
+ li {
+ a {
+ width: 85%;
+ display: block;
+ white-space: pre-wrap;
+ }
+ }
}
}
}