-ms-transform: rotate(45deg);
transform: rotate(45deg); }
header ul#second-nav {
- list-style: none;
+ float: left;
margin-top: 10px;
+ padding-right: 90px;
width: 90%; }
header ul#second-nav li {
display: inline;
.gform_wrapper .top_label li.gfield.gf_first_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_second_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_third_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_fourth_quarter + .gform_footer {
clear: both; }
+#exp_year {
+ float: right; }
+
+.inputbox.exp_month {
+ width: 48%; }
+
+#submit-button td {
+ text-align: center;
+ width: 100%; }
+
+@media only screen and (min-width:40.063em) and (max-width:64em) {
+ .inputbox.exp_month {
+ width: 46%; } }
+
+@media only screen and (max-width: 40em) {
+ .inputbox.exp_month {
+ width: 100%; } }
+
.home-feed-post {
padding-bottom: 25px; }
@media only screen and (max-width: 40em) {
.inner-wrap {
transform: none !important; }
+.move-left #stick-header div.top-right-items {
+ position: absolute;
+ right: 260px; }
+
.move-left .exit-off-canvas {
- transform: translate3d(-250px, 0px, 0px); }
+ transform: translateX(-250px); }
aside.right-off-canvas-menu li.page_item {
display: block;
<div class="small-8 text-left medium-6 large-3 columns">
<a href="<?php bloginfo('url');?>"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/gaslight-media-logo.png"></a>
</div>
- <div class="large-push-4 large-4 columns show-for-large-up">
- <ul id="second-nav">
- <li class="right"><a href="<?php echo get_page_link('506'); ?>">Bill Pay</a></li>
- <li class="right"><a href="<?php echo get_page_link('720'); ?>">Check Email</a></li>
- <li class="right"><a href="<?php echo get_page_link('87'); ?>">Contact Us</a></li>
- </ul>
- </div>
- <div class="small-4 medium-6 large-1 columns right">
- <?php get_template_part('parts/top-bar');?>
+ <div class="top-right-items small-4 medium-6 large-push-6 large-4 columns">
+ <div class="show-for-large-up">
+ <ul id="second-nav">
+ <li class="right"><a href="<?php echo get_page_link('506'); ?>">Bill Pay</a></li>
+ <li class="right"><a href="<?php echo get_page_link('720'); ?>">Check Email</a></li>
+ <li class="right"><a href="<?php echo get_page_link('87'); ?>">Contact Us</a></li>
+ </ul>
+ </div>
+ <div class="right">
+ <?php get_template_part('parts/top-bar');?>
+ </div>
+
</div>
</div>
</header>
$(".photoTitle").each(function() {
$(this).find(">:first-child").remove();
});
-
-
- $('nav').on('click.fndtn.offcanvas', '.left-off-canvas-toggle', function (e) {
- e.preventDefault();
- $(this).closest('.off-canvas-wrap').toggleClass('move-1');
- });
- $('nav').on('click.fndtn.offcanvas', '.exit-off-canvas', function (e) {
- e.preventDefault();
- $(".off-canvas-wrap").removeClass("move-2");
- });
- $('nav').on('click.fndtn.offcanvas', '.right-off-canvas-toggle', function (e) {
- e.preventDefault();
- $(this).closest(".off-canvas-wrap").toggleClass("move-3");
- });
- $('nav').on('click.fndtn.offcanvas', '.exit-off-canvas', function (e) {
- e.preventDefault();
- $(".off-canvas-wrap").removeClass("move-4");
- });
-
+
$('.exit-off-canvas').click(function(e) {
$('.right-off-canvas-menu').toggleClass('glm-move-left');
});
$('.right-off-canvas-toggle').click(function(e) {
-// alert("Handler called");
-// e.preventDefault();
-// $('.off-canvas-wrap').off( "click", "**" );
-// $('.off-canvas-wrap').off( "click.fndtn.offcanvas", "**" );
-// $('.off-canvas-wrap').removeClass("move-left");
-// $('.off-canvas-wrap').toggleClass('move-1');
$('.right-off-canvas-menu').toggleClass('glm-move-left');
-
});
+
+ $('#submit-button > td').attr("colspan",2);
+
});
$(".photoTitle").each(function() {
$(this).find(">:first-child").remove();
});
-
-
- $('nav').on('click.fndtn.offcanvas', '.left-off-canvas-toggle', function (e) {
- e.preventDefault();
- $(this).closest('.off-canvas-wrap').toggleClass('move-1');
- });
- $('nav').on('click.fndtn.offcanvas', '.exit-off-canvas', function (e) {
- e.preventDefault();
- $(".off-canvas-wrap").removeClass("move-2");
- });
- $('nav').on('click.fndtn.offcanvas', '.right-off-canvas-toggle', function (e) {
- e.preventDefault();
- $(this).closest(".off-canvas-wrap").toggleClass("move-3");
- });
- $('nav').on('click.fndtn.offcanvas', '.exit-off-canvas', function (e) {
- e.preventDefault();
- $(".off-canvas-wrap").removeClass("move-4");
- });
-
+
$('.exit-off-canvas').click(function(e) {
$('.right-off-canvas-menu').toggleClass('glm-move-left');
});
$('.right-off-canvas-toggle').click(function(e) {
-// alert("Handler called");
-// e.preventDefault();
-// $('.off-canvas-wrap').off( "click", "**" );
-// $('.off-canvas-wrap').off( "click.fndtn.offcanvas", "**" );
-// $('.off-canvas-wrap').removeClass("move-left");
-// $('.off-canvas-wrap').toggleClass('move-1');
$('.right-off-canvas-menu').toggleClass('glm-move-left');
-
});
+
+ $('#submit-button > td').attr("colspan",2);
+
});
}
}
ul#second-nav {
- list-style: none;
+ float: left;
margin-top: 10px;
+ padding-right: 90px;
width: 90%;
li {
display: inline;
@import "plugins/nextgen";
- @import "plugins/gravityforms";
\ No newline at end of file
+ @import "plugins/gravityforms";
+ @import "plugins/glmpayment";
\ No newline at end of file
/* for the mobile menu */
-aside.right-off-canvas-menu {
-// background-color: $primary-color;
-// color: white;
-}
+
aside.right-off-canvas-menu {
visibility: hidden;
position: fixed;
.inner-wrap {
transform: none !important;
}
+.move-left #stick-header div.top-right-items {
+ position: absolute;
+ right: 260px;
+}
.move-left .exit-off-canvas {
- transform: translate3d(-250px, 0px, 0px);
+ transform: translateX(-250px);
}
aside.right-off-canvas-menu li.page_item {
display: block;
--- /dev/null
+#exp_year {
+ float: right;
+}
+.inputbox.exp_month {
+ width: 48%;
+}
+#submit-button td {
+ text-align: center;
+ width: 100%;
+}
+@media #{$medium-only} {
+ .inputbox.exp_month {
+ width: 46%;
+ }
+}
+@media #{$small-only} {
+ .inputbox.exp_month {
+ width: 100%;
+ }
+}
+