-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
245 lines (221 loc) · 6.77 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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
/*
CTC Separate Stylesheet
Updated: 2019-07-14 12:20:02
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 2.5.1.1563106802
*/
/* Inline #48 | /members/edit-your-profile/ */
.sc-required-field::after {
/* content: ""; */
content: "*";
color: #F51439;
}
#checkout-event-hotel {
/* max-width: 320px; */
}
/* /group-account/ */
#member-add-fields {
display: flex;
}
.member-column {
width: 50%;
}
.member-column span {
display: block;
}
#early-bird-discounts {
display: flex;
justify-content: center;
}
#early-bird-discounts .product.woocommerce.add_to_cart_inline {
background-color: #00439b;
margin: 0 20px 20px;
color: #FFFFFF;
position: relative;
border-radius: 8px 8px 0px 0px;
color: #9ce8fe;
min-width: 200px;
margin-bottom: 45px;
padding: 20px 0;
}
#early-bird-discounts .product.woocommerce.add_to_cart_inline > * {
display: block;
text-align: center;
}
#early-bird-discounts .product.woocommerce.add_to_cart_inline .button {
position: absolute;
bottom: -45px;
left: 0;
right: 0;
border-radius: 0px 0px 8px 8px;
}
#early-bird-discounts .product.woocommerce.add_to_cart_inline .button:hover {
background-color: #2bccff;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
#early-bird-discounts .product.woocommerce.add_to_cart_inline .woocommerce-Price-amount.amount {
margin-right: 0;
}
.woocommerce-checkout .tc-form-ticket-fields-wrap h5 {
font-family: "Varela Round", Sans-serif;
font-weight: bold;
font-size: 16px;
}
.woocommerce-checkout .tickera_additional_info .owner-info-wrap {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.woocommerce-checkout .tickera_additional_info .owner-info-wrap p {
display: none;
visibility: hidden;
}
.woocommerce-checkout .tickera_additional_info .owner-info-wrap .fields-wrap {
float: none;
}
@media only screen and (min-width:1001px) {
.woocommerce-checkout .tickera_additional_info .owner-info-wrap .fields-wrap { width: 25%; }
}
@media only screen and (max-width:1000px) and (min-width:768px) {
.woocommerce-checkout .tickera_additional_info .owner-info-wrap .fields-wrap { width: 33.33%; }
}
@media only screen and (max-width:767px) {
.woocommerce-checkout .tickera_additional_info .owner-info-wrap .fields-wrap { width: 50%; }
}
@media only screen and (max-width:530px) {
.woocommerce-checkout .tickera_additional_info .owner-info-wrap .fields-wrap { width: 100%; }
}
/* Research Library - Sidebar Search Filter */
#sidebar-filter {
font-family: "Varela Round", Sans-serif;
}
#sidebar-filter .sidebar-filter-widget {
margin-bottom: 20px;
}
#sidebar-filter .sidebar-filter-widget h4 {
color: #111111;
background-color: #e8e8e8;
font-size: 12px;
text-transform: uppercase;
line-height: 39px;
padding: 0 20px;
}
#sidebar-filter .sidebar-filter-widget fieldset {
background-color: transparent;
padding: 0;
margin: 10px;
margin-left: 0;
}
#sidebar-filter .sidebar-filter-widget fieldset label span {
color: #606060;
font-size: 14px;
font-family: 'Montserrat', sans-serif;
}
#sidebar-filter .sidebar-filter-widget fieldset input[type='checkbox'] {
padding: 3px;
border-color: #595959;
-webkit-appearance: none;
-moz-appearance: none;
}
/* Base for label styling */
#sidebar-filter .sidebar-filter-widget fieldset [type="checkbox"]:not(:checked),
#sidebar-filter .sidebar-filter-widget fieldset [type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
#sidebar-filter .sidebar-filter-widget fieldset [type="checkbox"]:not(:checked) + label,
#sidebar-filter .sidebar-filter-widget fieldset [type="checkbox"]:checked + label {
position: relative;
padding-left: 1.95em;
cursor: pointer;
}
/* checkbox aspect */
#sidebar-filter .sidebar-filter-widget fieldset [type="checkbox"]:not(:checked) + label:before,
#sidebar-filter .sidebar-filter-widget fieldset [type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0; top: 0;
width: 1.25em; height: 1.25em;
border: 1px solid #595959;
background: #fff;
}
/* checked mark aspect */
#sidebar-filter .sidebar-filter-widget fieldset [type="checkbox"]:not(:checked) + label:after,
#sidebar-filter .sidebar-filter-widget fieldset [type="checkbox"]:checked + label:after {
content: '\2713\0020';
position: absolute;
top: .15em; left: .22em;
font-size: 1.3em;
line-height: 0.8;
color: #005ab9;
transition: all .2s;
font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
#sidebar-filter .sidebar-filter-widget fieldset [type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
#sidebar-filter .sidebar-filter-widget fieldset [type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1);
}
/* disabled checkbox */
#sidebar-filter .sidebar-filter-widget fieldset [type="checkbox"]:disabled:not(:checked) + label:before,
#sidebar-filter .sidebar-filter-widget fieldset [type="checkbox"]:disabled:checked + label:before {
box-shadow: none;
border-color: #bbb;
background-color: #ddd;
}
#sidebar-filter .sidebar-filter-widget fieldset [type="checkbox"]:disabled:checked + label:after {
color: #999;
}
#sidebar-filter .sidebar-filter-widget fieldset [type="checkbox"]:disabled + label {
color: #aaa;
}
#display-toggle {
display: flex;
justify-content: flex-end;
}
#display-toggle .elementor-icon {
font-size: 20px;
display: block;
}
#display-toggle a {
padding: 0 10px;
border-right: 1px #c0c0c0 solid;
}
#display-toggle a.last {
padding-right: 0;
border-right: 0;
}
#display-toggle a .elementor-icon {
color: #a2a2a2;
}
#display-toggle a.active .elementor-icon {
color: #005ab9;
}
/*for list layout*/
.iav-result-row {
width: 100%;
}
@media (min-width: 1000px) {
.grid-sizer,
.iav-result-row.grid-item {
width: 30%;
}
}
.iav-search-category .cat-blog::before {
content: "\f044";
}
.iav-search-category .cat-blog::after {
content: "Blog";
}