-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
200 lines (185 loc) · 4.07 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
/*
Theme Name: Sailing Child - Viva Merida
Theme URI: http://sailing.thimpress.com/
Description: Sailing Child Theme - Viva Merida Edition
Author: ThimPress (Modified by Alex Rds)
Author URI: http://thimpress.com
Template: sailing
Version: 1.1.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;
}
/* 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;
}
/* 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: 290px;
border-radius: 50%;
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-family: Montserrat;
font-size: 40px;
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: @white;
display: block;
margin: auto;
line-height: 40px;
.rounded(3px);
max-width: 140px;
margin: 0 auto;
}
/******Ajuste en Contact Form ****************/
.wpcf7-form .albert-custom input[type="checkbox"]{
width: auto;
min-height: auto;
display: block;
margin: 0 auto;
}
.wpcf7-form .albert-custom span.wpcf7-list-item{
width: 35%;
margin: 0;
margin-bottom: 15px;
}
/*****/
.top_site_main .page-title-wrapper .banner-wrapper .heading__secondary {
font-family: Montserrat;
font-size: 5vw;
font-weight: 600;
}
.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;
}
}
h3.widget-title {
font-family: "Montserrat",Arial,sans-serif;
font-weight: 600;
}
.hb_single_room .price span.unit:before {
content: '';}
.top-header aside {
border-bottom: 0px solid !important;
}
.hb_button {
text-transform:Capitalize;
font-weight: 400;
font-size:12px;
letter-spacing: .05em;
}
.footer aside ul li {
text-transform: none !important;
}