#reservation {
background: rgba(105, 4, 51, 0.9);
position: relative;
- top: -57px; }
+ /* top: -57px; keeping this commented in case we ever want to return the reservation widget*/
+ top: 0;
+ height: 20px; }
@media (max-width: 1024px) {
#reservation {
top: 0;
img.orb-shadow {
position: relative;
- top: -57px;
+ /* top: -57px; keeping this commented in case we ever want to return the reservation widget*/
+ top: 0;
text-align: center; }
@media (max-width: 1024px) {
img.orb-shadow {
font-family: "Times New Roman"*/
font-weight: bold; }
main.page-front {
- margin-top: -25px; }
+ /* margin-top: -25px; keeping this commented in case we ever want to return the reservation widget*/ }
@media (max-width: 1024px) {
main.page-front {
margin: 0 auto; } }
color: #ffc742;
font-size: 14px; }
main.page-inside #content-wrapper {
- top: -57px;
+ /* top: -57px; keeping this commented in case we ever want to return the reservation widget*/
position: relative; }
@media (max-width: 1024px) {
main.page-inside #content-wrapper {
</div>
</div>
<div id="reservation">
- <div class="row show-for-large-up">
- <img src="<?php bloginfo('template_url'); ?>/assets/reserve.png">
+<!-- <div class="row show-for-large-up">
+ <img src="<?php // bloginfo('template_url'); ?>/assets/reserve.png">
<form class="findARoom" method="post">
<div class="checkin"><p>Check In:</p><div id="checkinError"></div>
<input class="datepicker1" name="datepicker1" placeholder="MM/DD/YY" type="text">
</div>
<div class="row show-for-medium-down">
<div class="small-12 columns text-center">
- <img src="<?php bloginfo('template_url'); ?>/assets/reserve.png">
+ <img src="<?php // bloginfo('template_url'); ?>/assets/reserve.png">
</div>
<form class="findARoom" method="post">
<div class="checkin small-12 medium-6 columns"><p>Check In:</p><div id="checkinError"></div>
</div>
<input type="submit" class="reservationSubmit" value="Search">
</form>
- </div>
+ </div>-->
</div>
<div class="row">
<img class="orb-shadow" src="<?php bloginfo('template_url'); ?>/assets/shadow-lrg.jpg">
#reservation {
background: rgba($maroon, 0.9);
position: relative;
- top: -57px;
+/* top: -57px; keeping this commented in case we ever want to return the reservation widget*/
+ top: 0;
+ height: 20px;
@media (max-width: 1024px) {
top: 0;
margin-bottom: 10px;
}
img.orb-shadow {
position: relative;
- top: -57px;
+/* top: -57px; keeping this commented in case we ever want to return the reservation widget*/
+ top: 0;
text-align: center;
@media (max-width: 1024px) {
top: -10px;
font-weight: bold;
}
&.page-front {
- margin-top: -25px;
+/* margin-top: -25px; keeping this commented in case we ever want to return the reservation widget*/
@media (max-width: 1024px) {
margin: 0 auto;
}
}
&.page-inside {
#content-wrapper {
- top: -57px;
+ /* top: -57px; keeping this commented in case we ever want to return the reservation widget*/
position: relative;
@media (max-width: 1024px) {
top: -10px;