This repository has been archived by the owner on Aug 21, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
203 lines (185 loc) · 3.92 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
/*
Theme Name: Olive Tree Hill
Theme URI: http://sailing.thimpress.com/
Description: Sailing Child Theme - Olive Tree Hill Edition
Author: Code by ThimPress | Redesigned and customized by Alex Rodríguez
Author URI: http://alexrds.com
Template: sailing
Version: 1.0.0
Text Domain: sailing-child
*/
.home .thim-search-room.thim-search-no-padding form {
margin-left: auto !important;
margin-right: auto !important;
}
.home .home-offer .home-offer-no-padding {
width: 100%;
}
.navbar-nav {
text-transform: capitalize;
font-family: Montserrat;
}
.main-bottom .container {
width: 100%;
}
.thim-select-language .language ul li a {
text-align: left;
}
/* STICKY HEADER */
.site-header.sticky-header.affix.menu-hidden { transform: none; -webkit-transform: none; -moz-transform: none; }
/* MOBILE LOGO */
.site-header.header_v2 .width-logo>a.mobile-logo {
width: 100%;
}
.site-header.header_v2 .inner-header-top .sm-logo .mobile-logo img {
width: 135px;
}
@media screen and (max-width: 767px){ .width-navigation a
{
color: #fff;
}
.width-navigation a:hover
{
color:#cccc66;
}
.hb_button {font-weight:bold;
margin-bottom:25px;}}
/* OFFER CIRCLE */
.sale-off {
width: 290px;
margin: 0 auto;
text-align: center;
padding: 55px 0;
position: relative;
vertical-align: middle;
}
.sale-off.banner-round {
background: rgba(255, 255, 255, .9);
height: 80%;
width:80%;
border-radius: 5px;
padding: 50px 0;
}
.sale-off p {
margin: 0;
color: #2a2a2a
}
.sale-off p.title {
font-family: Montserrat;
font-size: 18px;
text-transform: uppercase;
}
.sale-off p.heading {
font-size: 30px;
font-weight: 700;
line-height: 100%;
text-transform: uppercase;
}
.sale-off p.off {
font-family: Montserrat;
text-transform: uppercase;
font-weight: 200;
font-size: 15px;
margin: 3px 0 26px
}
.sale-off p.learn-more a {
font-weight: 300;
color: #fff;
display: block;
margin: auto;
line-height: 40px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
max-width: 120px;
margin: 0 auto
}
/*BOOK SINGLE ROOM*/
body .hb_button#hb_room_load_booking_form {
float: right;
margin-right: auto;
}
.room-details .hb_button {
float: right;
}
.room-details .price {
float: right;
}
.room-details .unit {
color: #3d3d3d;
}
/*SINGLE ROOM*/
.hb_single_room .thim-single-room-content {
padding-right: 60px;
text-align: justify;
}
.hb_single_room .thim-list-in-room2 {
background: #ffffff;
padding: 15px 25px 25px
}
.hb_single_room .thim-list-in-room2 ul {
list-style: none;
margin: 0;
padding: 0;
}
.hb_single_room .thim-list-in-room2 ul li {
line-height: 30px
}
.hb_single_room .thim-list-in-room2 ul li i {
padding-right: 20px
}
/* BUTTON STYLE */
.hb-room-content .search-room-button a {
font-weight: 600;
color: #fff;
display: block;
margin: auto;
line-height: 40px;}
&.rounded(3px);
max-width: 140px;
margin: 0 auto;
}
/* TABLES IN ROOMS */
table, th, td {
border: 0px solid white;
border-collapse: collapse;}
.wpcf7-form input checkbox {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
}
.search-form label .search-field {
width: 100%;
color: #000;
border-radius: 0;
box-shadow: none;
border: 1px solid #ddd;
padding: 5px 10px;
}
/**********************/
.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary {
font-family: Montserrat;
font-size: 5vw;
}
.top_site_main {
position: relative;
text-align: center;
background: #222;
text-transform: none;
min-height: 180px;
}
.page-title-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
text-align: center;
height: 100%;
&:before {
content: '';
display: inline-block;
vertical-align: middle;
}