PluginProbe
MotoPress Hotel Booking for Divi / trunk
MotoPress Hotel Booking for Divi vtrunk
trunk 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.0 2.0.0
mphb-divi / assets / style.css

style.css in MotoPress Hotel Booking for Divi trunk, at assets/style.css

277 lines 10.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .mphb-calendar.mphb-datepick .datepick tr {
2 padding: 0 !important; }
3
4 .mphb-calendar.mphb-datepick .datepick td {
5 padding: 0 !important; }
6
7 .mphb-calendar.mphb-datepick .datepick th {
8 padding: 0 !important; }
9
10 .mphb_sc_rooms-wrapper .button,
11 .mphb_sc_search-wrapper .button,
12 .mphb_sc_search_results-wrapper .button,
13 .mphb_sc_checkout-wrapper .button,
14 .mphb_sc_room-wrapper .button,
15 .mphb_sc_booking_form-wrapper .button,
16 .widget_mphb_rooms_widget .button,
17 .widget_mphb_search_availability_widget form .button,
18 .mphb-booking-form .button {
19 display: inline-block;
20 position: relative;
21 padding: .3em 1em;
22 border: 2px solid;
23 -webkit-border-radius: 3px;
24 -moz-border-radius: 3px;
25 border-radius: 3px;
26 background-color: transparent;
27 background-repeat: no-repeat;
28 background-position: center;
29 background-size: cover;
30 font-size: 20px;
31 font-weight: 500;
32 line-height: 1.7em !important;
33 -webkit-transition: all .2s;
34 -moz-transition: all .2s;
35 transition: all .2s; }
36 .mphb_sc_rooms-wrapper .button:hover,
37 .mphb_sc_search-wrapper .button:hover,
38 .mphb_sc_search_results-wrapper .button:hover,
39 .mphb_sc_checkout-wrapper .button:hover,
40 .mphb_sc_room-wrapper .button:hover,
41 .mphb_sc_booking_form-wrapper .button:hover,
42 .widget_mphb_rooms_widget .button:hover,
43 .widget_mphb_search_availability_widget form .button:hover,
44 .mphb-booking-form .button:hover {
45 cursor: pointer; }
46 .mphb_sc_rooms-wrapper input,
47 .mphb_sc_search-wrapper input,
48 .mphb_sc_search_results-wrapper input,
49 .mphb_sc_checkout-wrapper input,
50 .mphb_sc_room-wrapper input,
51 .mphb_sc_booking_form-wrapper input,
52 .widget_mphb_rooms_widget input,
53 .widget_mphb_search_availability_widget form input,
54 .mphb-booking-form input {
55 display: inline-block; }
56 .mphb_sc_rooms-wrapper select,
57 .mphb_sc_rooms-wrapper input[type="text"],
58 .mphb_sc_search-wrapper select,
59 .mphb_sc_search-wrapper input[type="text"],
60 .mphb_sc_search_results-wrapper select,
61 .mphb_sc_search_results-wrapper input[type="text"],
62 .mphb_sc_checkout-wrapper select,
63 .mphb_sc_checkout-wrapper input[type="text"],
64 .mphb_sc_room-wrapper select,
65 .mphb_sc_room-wrapper input[type="text"],
66 .mphb_sc_booking_form-wrapper select,
67 .mphb_sc_booking_form-wrapper input[type="text"],
68 .widget_mphb_rooms_widget select,
69 .widget_mphb_rooms_widget input[type="text"],
70 .widget_mphb_search_availability_widget form select,
71 .widget_mphb_search_availability_widget form input[type="text"],
72 .mphb-booking-form select,
73 .mphb-booking-form input[type="text"] {
74 padding: .875em 1.25em; }
75 .mphb_sc_rooms-wrapper select,
76 .mphb_sc_search-wrapper select,
77 .mphb_sc_search_results-wrapper select,
78 .mphb_sc_checkout-wrapper select,
79 .mphb_sc_room-wrapper select,
80 .mphb_sc_booking_form-wrapper select,
81 .widget_mphb_rooms_widget select,
82 .widget_mphb_search_availability_widget form select,
83 .mphb-booking-form select {
84 display: inline-block;
85 height: auto; }
86 .mphb_sc_rooms-wrapper label,
87 .mphb_sc_search-wrapper label,
88 .mphb_sc_search_results-wrapper label,
89 .mphb_sc_checkout-wrapper label,
90 .mphb_sc_room-wrapper label,
91 .mphb_sc_booking_form-wrapper label,
92 .widget_mphb_rooms_widget label,
93 .widget_mphb_search_availability_widget form label,
94 .mphb-booking-form label {
95 display: inline-block; }
96
97 .mphb_sc_checkout-wrapper input[type="email"],
98 .mphb_sc_checkout-wrapper input[type="url"],
99 .mphb_sc_checkout-wrapper input[type="password"],
100 .mphb_sc_checkout-wrapper input[type="search"],
101 .mphb_sc_checkout-wrapper input[type="number"],
102 .mphb_sc_checkout-wrapper input[type="tel"],
103 .mphb_sc_checkout-wrapper input[type="range"],
104 .mphb_sc_checkout-wrapper input[type="date"],
105 .mphb_sc_checkout-wrapper input[type="month"],
106 .mphb_sc_checkout-wrapper input[type="week"],
107 .mphb_sc_checkout-wrapper input[type="time"],
108 .mphb_sc_checkout-wrapper input[type="datetime"],
109 .mphb_sc_checkout-wrapper input[type="datetime-local"],
110 .mphb_sc_checkout-wrapper input[type="color"] {
111 padding: .875em 1.25em; }
112
113 .mphb_sc_search-wrapper.horizontal-center form, .mphb_sc_search-wrapper.horizontal-left form {
114 max-width: 100%;
115 display: flex;
116 flex-wrap: wrap;
117 align-items: flex-end; }
118 .mphb_sc_search-wrapper.horizontal-center form > p, .mphb_sc_search-wrapper.horizontal-left form > p {
119 width: 100%; }
120 @media screen and (min-width: 768px) {
121 .mphb_sc_search-wrapper.horizontal-center form > p, .mphb_sc_search-wrapper.horizontal-left form > p {
122 width: 50%; } }
123 @media screen and (min-width: 992px) {
124 .mphb_sc_search-wrapper.horizontal-center form > p, .mphb_sc_search-wrapper.horizontal-left form > p {
125 width: 25%; } }
126 .mphb_sc_search-wrapper.horizontal-center form > p.mphb-required-fields-tip, .mphb_sc_search-wrapper.horizontal-left form > p.mphb-required-fields-tip {
127 width: 100%;
128 display: none; }
129 .mphb_sc_search-wrapper.horizontal-center form {
130 justify-content: center; }
131 .mphb_sc_search-wrapper.horizontal-center form > p.mphb_sc_search-submit-button-wrapper {
132 text-align: center; }
133 .mphb_sc_search-wrapper.horizontal-left form {
134 justify-content: flex-start; }
135
136 .mphb_sc_checkout-wrapper input[type="text"],
137 .mphb_sc_checkout-wrapper input[type="email"],
138 .mphb_sc_checkout-wrapper input[type="url"],
139 .mphb_sc_checkout-wrapper input[type="password"],
140 .mphb_sc_checkout-wrapper input[type="search"],
141 .mphb_sc_checkout-wrapper input[type="number"],
142 .mphb_sc_checkout-wrapper input[type="tel"],
143 .mphb_sc_checkout-wrapper input[type="range"],
144 .mphb_sc_checkout-wrapper input[type="date"],
145 .mphb_sc_checkout-wrapper input[type="month"],
146 .mphb_sc_checkout-wrapper input[type="week"],
147 .mphb_sc_checkout-wrapper input[type="time"],
148 .mphb_sc_checkout-wrapper input[type="datetime"],
149 .mphb_sc_checkout-wrapper input[type="datetime-local"],
150 .mphb_sc_checkout-wrapper select,
151 .mphb_sc_checkout-wrapper textarea {
152 width: 100%;
153 display: block; }
154 @media screen and (min-width: 768px) {
155 .mphb_sc_checkout-wrapper input[type="text"],
156 .mphb_sc_checkout-wrapper input[type="email"],
157 .mphb_sc_checkout-wrapper input[type="url"],
158 .mphb_sc_checkout-wrapper input[type="password"],
159 .mphb_sc_checkout-wrapper input[type="search"],
160 .mphb_sc_checkout-wrapper input[type="number"],
161 .mphb_sc_checkout-wrapper input[type="tel"],
162 .mphb_sc_checkout-wrapper input[type="range"],
163 .mphb_sc_checkout-wrapper input[type="date"],
164 .mphb_sc_checkout-wrapper input[type="month"],
165 .mphb_sc_checkout-wrapper input[type="week"],
166 .mphb_sc_checkout-wrapper input[type="time"],
167 .mphb_sc_checkout-wrapper input[type="datetime"],
168 .mphb_sc_checkout-wrapper input[type="datetime-local"],
169 .mphb_sc_checkout-wrapper select,
170 .mphb_sc_checkout-wrapper textarea {
171 max-width: 50%; } }
172 .mphb_sc_checkout-wrapper .mphb-date_of_birth-control select {
173 display: inline-block;
174 width: auto; }
175
176 .mphb_sc_booking_form-wrapper.horizontal .mphb-required-fields-tip {
177 display: none; }
178 .mphb_sc_booking_form-wrapper.horizontal .mphb-adults-wrapper,
179 .mphb_sc_booking_form-wrapper.horizontal .mphb-check-children-date-wrapper {
180 width: 100%; }
181 .mphb_sc_booking_form-wrapper.horizontal .mphb-reserve-btn-wrapper .button {
182 width: 100%; }
183 .mphb_sc_booking_form-wrapper.horizontal form {
184 max-width: 100%;
185 display: flex;
186 flex-direction: column; }
187 @media screen and (min-width: 768px) {
188 .mphb_sc_booking_form-wrapper.horizontal form {
189 flex-direction: row;
190 flex-wrap: wrap;
191 justify-content: center; }
192 .mphb_sc_booking_form-wrapper.horizontal form > p {
193 max-width: 50%; } }
194 @media screen and (min-width: 991px) {
195 .mphb_sc_booking_form-wrapper.horizontal form {
196 flex-wrap: nowrap;
197 align-items: flex-end; } }
198
199 .mphb-flexslider ul.slides {
200 padding: 0 !important; }
201 .mphb-flexslider ul.slides li a {
202 width: 100%; }
203 .mphb-flexslider ul.slides li a img {
204 display: block !important; }
205 .mphb-flexslider ul.flex-direction-nav {
206 padding: 0 !important; }
207 .mphb-flexslider ul.flex-direction-nav li a img {
208 display: block !important; }
209
210 .mphb-details-title,
211 .mphb-calendar-title,
212 .mphb-reservation-form-title,
213 .mphb-room-type-details-title,
214 .mphb-recommendation-title,
215 .mphb-booking-details-title,
216 .mphb-room-number,
217 .mphb-room-type-title,
218 .mphb-services-details-title {
219 margin-top: 1em;
220 margin-bottom: .5em; }
221
222 .mphb-booking-form, .mphb_widget_search-form, .mphb_sc_search-form {
223 margin-left: -.5rem;
224 margin-right: -.5rem; }
225 .mphb-booking-form:after, .mphb_widget_search-form:after, .mphb_sc_search-form:after {
226 display: table;
227 content: '';
228 clear: both; }
229 .mphb-booking-form > p, .mphb_widget_search-form > p, .mphb_sc_search-form > p {
230 float: left;
231 width: 100%;
232 padding: 0 .5rem;
233 margin-bottom: .875rem; }
234 .mphb-booking-form > p.mphb-adults-wrapper, .mphb-booking-form > p.mphb-check-children-date-wrapper, .mphb_widget_search-form > p.mphb-adults-wrapper, .mphb_widget_search-form > p.mphb-check-children-date-wrapper, .mphb_sc_search-form > p.mphb-adults-wrapper, .mphb_sc_search-form > p.mphb-check-children-date-wrapper {
235 width: 50%; }
236 .mphb-booking-form input:not([type="submit"]):not([type="button"]), .mphb_widget_search-form input:not([type="submit"]):not([type="button"]), .mphb_sc_search-form input:not([type="submit"]):not([type="button"]) {
237 width: 100%; }
238 .mphb-booking-form select, .mphb_widget_search-form select, .mphb_sc_search-form select {
239 width: 100%; }
240
241 @media screen and (min-width: 768px) {
242 .mphb-booking-form, .mphb_sc_search-form {
243 max-width: 50%; } }
244
245 .mphb-view-details-button-wrapper,
246 .mphb-rooms-quantity-wrapper,
247 .mphb-recommendation-total,
248 .mphb-rooms-reservation-message-wrapper,
249 .mphb-to-book-btn-wrapper,
250 .mphb-regular-price,
251 .mphb-recommendation {
252 margin-bottom: 1rem; }
253
254 .mphb-reserve-rooms-details {
255 margin-top: 3.75rem; }
256
257 .mphb-checkout-item-section {
258 margin-top: 1.25rem; }
259
260 .mphb-checkout-section {
261 margin-bottom: 4em; }
262
263 .mphb_sc_checkout-services-list {
264 list-style: none !important; }
265 .mphb_sc_checkout-services-list select {
266 display: inline-block;
267 width: auto; }
268 .mphb_sc_checkout-services-list li {
269 margin-bottom: .625rem; }
270 .mphb_sc_checkout-services-list li:last-child {
271 margin-bottom: 0; }
272
273 .mphb-single-room-type-gallery-wrapper .gallery-item a {
274 width: 100%; }
275
276 /*# sourceMappingURL=style.css.map */
277