.left-off-canvas-menu {
-webkit-backface-visibility: hidden;
- background: #690433;
+ background: #16345B;
bottom: 0;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
.right-off-canvas-menu {
-webkit-backface-visibility: hidden;
- background: #690433;
+ background: #16345B;
bottom: 0;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
.top-off-canvas-menu {
-webkit-backface-visibility: hidden;
- background: #690433;
+ background: #16345B;
bottom: 0;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
.bottom-off-canvas-menu {
-webkit-backface-visibility: hidden;
- background: #690433;
+ background: #16345B;
bottom: 0;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
padding: 0.3rem 0.9375rem;
text-transform: uppercase; }
ul.off-canvas-list li a {
- border-bottom: 0px solid #4f0326;
+ border-bottom: 0px solid #102744;
color: #ffc742;
display: block;
padding: 0.6666666667rem;
.left-submenu {
-webkit-backface-visibility: hidden;
-webkit-overflow-scrolling: touch;
- background: #690433;
+ background: #16345B;
bottom: 0;
box-sizing: content-box;
margin: 0;
.right-submenu {
-webkit-backface-visibility: hidden;
-webkit-overflow-scrolling: touch;
- background: #690433;
+ background: #16345B;
bottom: 0;
box-sizing: content-box;
margin: 0;
.top-submenu {
-webkit-backface-visibility: hidden;
-webkit-overflow-scrolling: touch;
- background: #690433;
+ background: #16345B;
bottom: 0;
box-sizing: content-box;
margin: 0;
.bottom-submenu {
-webkit-backface-visibility: hidden;
-webkit-overflow-scrolling: touch;
- background: #690433;
+ background: #16345B;
bottom: 0;
box-sizing: content-box;
margin: 0;
text-align: center;
font-size: 12px;
padding: 2px 0; }
+body .oc-submit-button {
+ background: #54BB54;
+ color: white;
+ border: none;
+ padding: 15px;
+ display: block;
+ margin: 0 auto;
+ max-width: 200px; }
<?php mountpleasantcvb_mobile_off_canvas(); ?>
<form role="search" method="get" id="formsearch" action="<?php echo home_url('/'); ?>">
<input class="search-input" type="search" placeholder="SEARCH" value="" name="s" id="off-search">
- <input type="submit" class="button" name="submit" value="Search">
+ <input class="oc-submit-button" type="submit" class="button" name="submit" value="Search">
</form>
<?php get_template_part('parts/client-info-offcanvas');?>
<ul class="offcavas-social-list">
// Off Canvas Menu Variables
// $off-canvas-width: rem-calc(250);
- $off-canvas-bg: $maroon;
+ $off-canvas-bg: $revamp-blue;
// Off Canvas Menu List Variables
// $off-canvas-label-padding: 0.3rem rem-calc(15);