focus-theme 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/README.md +52 -0
- data/_includes/comments.html +23 -0
- data/_includes/main-loop-card.html +27 -0
- data/_includes/meta-read-time.html +9 -0
- data/_includes/search-lunr.html +81 -0
- data/_includes/sidebar-featured.html +21 -0
- data/_includes/sidebar.html +7 -0
- data/_layouts/default.html +95 -0
- data/_layouts/page-sidebar.html +23 -0
- data/_layouts/page.html +14 -0
- data/_layouts/post.html +151 -0
- data/assets/css/main.css +8462 -0
- data/assets/css/theme.css +811 -0
- data/assets/images/1.jpg +0 -0
- data/assets/images/10.jpg +0 -0
- data/assets/images/11.jpg +0 -0
- data/assets/images/12.jpg +0 -0
- data/assets/images/13.jpg +0 -0
- data/assets/images/14.jpg +0 -0
- data/assets/images/15.jpg +0 -0
- data/assets/images/16.jpg +0 -0
- data/assets/images/17.jpg +0 -0
- data/assets/images/2.jpg +0 -0
- data/assets/images/3.jpg +0 -0
- data/assets/images/4.jpg +0 -0
- data/assets/images/5.jpg +0 -0
- data/assets/images/6.jpg +0 -0
- data/assets/images/7.jpg +0 -0
- data/assets/images/8.jpg +0 -0
- data/assets/images/9.jpg +0 -0
- data/assets/images/avatar1.jpg +0 -0
- data/assets/images/avatar2.jpg +0 -0
- data/assets/images/demo1.jpg +0 -0
- data/assets/images/favicon.ico +0 -0
- data/assets/images/home.jpg +0 -0
- data/assets/images/jekyll.svg +2 -0
- data/assets/images/screenshot.jpg +0 -0
- data/assets/js/bootstrap.js +7 -0
- data/assets/js/lunr.js +2977 -0
- data/assets/js/theme.js +136 -0
- metadata +123 -0
@@ -0,0 +1,811 @@
|
|
1
|
+
/*!
|
2
|
+
* Mundana Jekyll Theme (https://www.wowthemes.net/mundana-jekyll-theme/)
|
3
|
+
*/
|
4
|
+
|
5
|
+
body {
|
6
|
+
overflow-x:hidden;
|
7
|
+
padding-top:69.75px;
|
8
|
+
}
|
9
|
+
.site-content {
|
10
|
+
margin-top:30px;
|
11
|
+
min-height:400px;
|
12
|
+
}
|
13
|
+
.remove-site-content-margin {
|
14
|
+
margin-top:-30px;
|
15
|
+
}
|
16
|
+
img {
|
17
|
+
max-width:100%;
|
18
|
+
}
|
19
|
+
.bg-cover {
|
20
|
+
background-size: cover;
|
21
|
+
background-position: center;
|
22
|
+
height: 100%;
|
23
|
+
}
|
24
|
+
.tofront {
|
25
|
+
position:relative;
|
26
|
+
z-index:1;
|
27
|
+
}
|
28
|
+
.full-width {
|
29
|
+
width:100vw;
|
30
|
+
position:relative;
|
31
|
+
margin-left:-50vw;
|
32
|
+
left:50%;
|
33
|
+
}
|
34
|
+
a,a:hover {
|
35
|
+
transition:all .2s;
|
36
|
+
text-decoration:none;
|
37
|
+
}
|
38
|
+
a {
|
39
|
+
color:#03a87c;
|
40
|
+
}
|
41
|
+
a.text-dark:hover {
|
42
|
+
color:#03a87c !important;
|
43
|
+
}
|
44
|
+
.c-pointer:hover {
|
45
|
+
cursor:pointer;
|
46
|
+
}
|
47
|
+
.z-index-1 {
|
48
|
+
z-index:1;
|
49
|
+
}
|
50
|
+
@media (max-width:991.98px) {
|
51
|
+
.display-3 {
|
52
|
+
font-size:3.5rem;
|
53
|
+
}
|
54
|
+
}
|
55
|
+
@media (max-width:767.98px) {
|
56
|
+
.display-3 {
|
57
|
+
font-size:2rem;
|
58
|
+
}
|
59
|
+
}
|
60
|
+
.row.gap-y>.col,.row.gap-y>[class*="col-"] {
|
61
|
+
padding-top:15px;
|
62
|
+
padding-bottom:15px;
|
63
|
+
}
|
64
|
+
.mt-neg5 {
|
65
|
+
margin-top:-5rem;
|
66
|
+
}
|
67
|
+
.ml-neg5 {
|
68
|
+
margin-left:-5rem;
|
69
|
+
}
|
70
|
+
@media (min-width:768px) {
|
71
|
+
.h-md-100-v {
|
72
|
+
height:100vh;
|
73
|
+
}
|
74
|
+
.h-md-100 {
|
75
|
+
height:100vh;
|
76
|
+
}
|
77
|
+
}
|
78
|
+
@media (min-width:1200px) {
|
79
|
+
.h-xl-300 {
|
80
|
+
height:300px;
|
81
|
+
}
|
82
|
+
.h-max-380 {
|
83
|
+
max-height:380px;
|
84
|
+
}
|
85
|
+
}
|
86
|
+
.btn-round {
|
87
|
+
border-radius:30px !important;
|
88
|
+
}
|
89
|
+
.btn {
|
90
|
+
padding:0.35rem 1.1rem;
|
91
|
+
font-size:1rem;
|
92
|
+
line-height:1.6;
|
93
|
+
border-radius:0.25rem;
|
94
|
+
position:relative;
|
95
|
+
}
|
96
|
+
.btn:hover,.btn:focus {
|
97
|
+
outline:0 !important;
|
98
|
+
}
|
99
|
+
.btn .badge {
|
100
|
+
position:absolute;
|
101
|
+
top:-.625rem;
|
102
|
+
right:-.3125rem;
|
103
|
+
}
|
104
|
+
.btn-lg,.btn-group-lg>.btn {
|
105
|
+
padding:0.65rem 2rem;
|
106
|
+
font-size:1.15rem;
|
107
|
+
line-height:1.5;
|
108
|
+
border-radius:0.3rem;
|
109
|
+
}
|
110
|
+
.btn-sm,.btn-group-sm>.btn {
|
111
|
+
padding:0.15rem .7rem;
|
112
|
+
font-size:0.875rem;
|
113
|
+
line-height:1.5;
|
114
|
+
border-radius:0.2rem;
|
115
|
+
}
|
116
|
+
.btn-link:hover,.btn-link:focus {
|
117
|
+
box-shadow:none;
|
118
|
+
}
|
119
|
+
.btn-link.btn-primary {
|
120
|
+
color:#03a87c;
|
121
|
+
border-color:transparent;
|
122
|
+
}
|
123
|
+
.btn-link.btn-secondary {
|
124
|
+
color:#7832e2;
|
125
|
+
border-color:transparent;
|
126
|
+
}
|
127
|
+
.btn-link.btn-success {
|
128
|
+
color:#03a87c;
|
129
|
+
border-color:transparent;
|
130
|
+
}
|
131
|
+
.btn-link.btn-info {
|
132
|
+
color:#09ebaf;
|
133
|
+
border-color:transparent;
|
134
|
+
}
|
135
|
+
.btn-link.btn-warning {
|
136
|
+
color:#ffde03;
|
137
|
+
border-color:transparent;
|
138
|
+
}
|
139
|
+
.btn-link.btn-danger {
|
140
|
+
color:#ea2f65;
|
141
|
+
border-color:transparent;
|
142
|
+
}
|
143
|
+
.btn-link.btn-light {
|
144
|
+
color:#f8f9fa;
|
145
|
+
border-color:transparent;
|
146
|
+
}
|
147
|
+
.btn-link.btn-dark {
|
148
|
+
color:#212529;
|
149
|
+
border-color:transparent;
|
150
|
+
}
|
151
|
+
.btn-link.btn-white {
|
152
|
+
color:#fff;
|
153
|
+
border-color:transparent;
|
154
|
+
}
|
155
|
+
.btn-link.btn-purple {
|
156
|
+
color:#ad6edd;
|
157
|
+
border-color:transparent;
|
158
|
+
}
|
159
|
+
.btn-link.btn-salmon {
|
160
|
+
color:#ff977a;
|
161
|
+
border-color:transparent;
|
162
|
+
}
|
163
|
+
.btn-link.btn-cyan {
|
164
|
+
color:#35bdff;
|
165
|
+
border-color:transparent;
|
166
|
+
}
|
167
|
+
.btn-link.btn-gray {
|
168
|
+
color:#ced4da;
|
169
|
+
border-color:transparent;
|
170
|
+
}
|
171
|
+
.btn-link.btn-indigo {
|
172
|
+
color:#502c6c;
|
173
|
+
border-color:transparent;
|
174
|
+
}
|
175
|
+
.btn-link.btn-orange {
|
176
|
+
color:#fbb500;
|
177
|
+
border-color:transparent;
|
178
|
+
}
|
179
|
+
.btn-link.btn-lightblue {
|
180
|
+
color:#e8f3ec;
|
181
|
+
border-color:transparent;
|
182
|
+
}
|
183
|
+
.btn-white {
|
184
|
+
background-color:#fff;
|
185
|
+
}
|
186
|
+
.input-round {
|
187
|
+
border-radius:30px !important;
|
188
|
+
}
|
189
|
+
.input-group.input-round input:first-child {
|
190
|
+
border-radius:30px 0 0 30px;
|
191
|
+
}
|
192
|
+
.input-group.input-round input:last-child {
|
193
|
+
border-radius:0px 30px 30px 0px;
|
194
|
+
}
|
195
|
+
.navbar {
|
196
|
+
transition:top 0.2s ease-in-out;
|
197
|
+
font-weight:400;
|
198
|
+
}
|
199
|
+
.navbar .highlight .nav-link {
|
200
|
+
color:#03a87c !important;
|
201
|
+
border:1px solid #03a87c;
|
202
|
+
padding:0.3rem 1rem;
|
203
|
+
border-radius:3px;
|
204
|
+
font-size:.93rem;
|
205
|
+
}
|
206
|
+
.navbar .highlight .nav-link:hover {
|
207
|
+
background:#03a87c;
|
208
|
+
color:#fff !important;
|
209
|
+
}
|
210
|
+
.navbar-brand {
|
211
|
+
margin-right:2rem;
|
212
|
+
font-size:1.55rem;
|
213
|
+
font-family:"Georgia","Times New Roman",serif;
|
214
|
+
}
|
215
|
+
.dropdown-item {
|
216
|
+
font-weight:400;
|
217
|
+
}
|
218
|
+
.dropdown-menu {
|
219
|
+
border:0;
|
220
|
+
text-transform:none;
|
221
|
+
box-shadow:0 10px 25px 0 rgba(0,0,0,0.3);
|
222
|
+
}
|
223
|
+
@media (min-width:768px) {
|
224
|
+
.dropdown-menu:before {
|
225
|
+
content:'';
|
226
|
+
top:-8px;
|
227
|
+
position:absolute;
|
228
|
+
left:50px;
|
229
|
+
border-top:16px solid #fff;
|
230
|
+
border-left:16px solid #fff;
|
231
|
+
-webkit-transform:rotate(45deg);
|
232
|
+
transform:rotate(45deg);
|
233
|
+
}
|
234
|
+
}
|
235
|
+
.navbar-light .navbar-brand {
|
236
|
+
color:rgba(0,0,0,0.9);
|
237
|
+
}
|
238
|
+
.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
|
239
|
+
color:rgba(0,0,0,0.9);
|
240
|
+
}
|
241
|
+
.navbar-light .navbar-nav .nav-link {
|
242
|
+
color:rgba(0,0,0,0.5);
|
243
|
+
font-size: .93rem;
|
244
|
+
}
|
245
|
+
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
|
246
|
+
color:rgba(0,0,0,0.7);
|
247
|
+
}
|
248
|
+
.navbar-light .navbar-nav .nav-link.disabled {
|
249
|
+
color:rgba(0,0,0,0.3);
|
250
|
+
}
|
251
|
+
.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active {
|
252
|
+
color:rgba(0,0,0,0.9);
|
253
|
+
}
|
254
|
+
.navbar-light .navbar-toggler {
|
255
|
+
color:rgba(0,0,0,0.5);
|
256
|
+
border-color:rgba(0,0,0,0.1);
|
257
|
+
}
|
258
|
+
.navbar-light .navbar-toggler-icon {
|
259
|
+
background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
|
260
|
+
}
|
261
|
+
.navbar-light .navbar-text {
|
262
|
+
color:rgba(0,0,0,0.5);
|
263
|
+
}
|
264
|
+
.navbar-light .navbar-text a {
|
265
|
+
color:rgba(0,0,0,0.9);
|
266
|
+
}
|
267
|
+
.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
|
268
|
+
color:rgba(0,0,0,0.9);
|
269
|
+
}
|
270
|
+
.bd-search .form-control {
|
271
|
+
font-size:.85rem;
|
272
|
+
color:#999;
|
273
|
+
border-radius:30px;
|
274
|
+
height:35px;
|
275
|
+
border:1px solid #eee;
|
276
|
+
}
|
277
|
+
.mb-2rem {
|
278
|
+
margin-bottom:2rem;
|
279
|
+
}
|
280
|
+
.jumbotron {
|
281
|
+
background-size:cover;
|
282
|
+
padding:7rem 1rem;
|
283
|
+
}
|
284
|
+
@media (min-width:992px) {
|
285
|
+
.jumbotron-lg-withnav {
|
286
|
+
padding-bottom:calc(10rem - 69.75px);
|
287
|
+
}
|
288
|
+
.jumbotron-lg {
|
289
|
+
padding:10rem 0;
|
290
|
+
}
|
291
|
+
.jumbotron-xl {
|
292
|
+
padding:15rem 0;
|
293
|
+
}
|
294
|
+
.jumbotron-xl {
|
295
|
+
min-height:100vh;
|
296
|
+
}
|
297
|
+
.bottom-align-text-absolute {
|
298
|
+
position:absolute;
|
299
|
+
bottom:30px;
|
300
|
+
margin:auto;
|
301
|
+
left:0;
|
302
|
+
right:0;
|
303
|
+
}
|
304
|
+
.jumbotron-home h1 {
|
305
|
+
font-family: Georgia,Times,"Times New Roman",serif;
|
306
|
+
font-size: 2.4rem;
|
307
|
+
font-weight: 700;
|
308
|
+
line-height: 1.1;
|
309
|
+
}
|
310
|
+
}
|
311
|
+
.bg-black {
|
312
|
+
background-color:#000;
|
313
|
+
}
|
314
|
+
.overlay {
|
315
|
+
position:relative;
|
316
|
+
}
|
317
|
+
.overlay .container {
|
318
|
+
position:relative;
|
319
|
+
}
|
320
|
+
.overlay:before {
|
321
|
+
content:"";
|
322
|
+
display:block;
|
323
|
+
height:100%;
|
324
|
+
left:0;
|
325
|
+
top:0;
|
326
|
+
position:absolute;
|
327
|
+
width:100%;
|
328
|
+
}
|
329
|
+
.overlay-black:before {
|
330
|
+
background-color:rgba(0,0,0,0.5);
|
331
|
+
}
|
332
|
+
.overlay-blue:before {
|
333
|
+
background-color:rgba(23,29,90,0.5);
|
334
|
+
}
|
335
|
+
.overlay-red:before {
|
336
|
+
background:linear-gradient(0deg,rgba(44,44,44,0.2),rgba(224,23,3,0.6));
|
337
|
+
}
|
338
|
+
.overlay-blue:before {
|
339
|
+
background-color:rgba(23,29,90,0.5);
|
340
|
+
}
|
341
|
+
.bg-primary {
|
342
|
+
fill:#03a87c !important;
|
343
|
+
}
|
344
|
+
.bg-secondary {
|
345
|
+
fill:#7832e2 !important;
|
346
|
+
}
|
347
|
+
.bg-success {
|
348
|
+
fill:#03a87c !important;
|
349
|
+
}
|
350
|
+
.bg-info {
|
351
|
+
fill:#09ebaf !important;
|
352
|
+
}
|
353
|
+
.bg-warning {
|
354
|
+
fill:#ffde03 !important;
|
355
|
+
}
|
356
|
+
.bg-danger {
|
357
|
+
fill:#ea2f65 !important;
|
358
|
+
}
|
359
|
+
.bg-light {
|
360
|
+
fill:#f8f9fa !important;
|
361
|
+
}
|
362
|
+
.bg-dark {
|
363
|
+
fill:#212529 !important;
|
364
|
+
}
|
365
|
+
.bg-white {
|
366
|
+
fill:#fff !important;
|
367
|
+
}
|
368
|
+
.bg-purple {
|
369
|
+
fill:#ad6edd !important;
|
370
|
+
}
|
371
|
+
.bg-salmon {
|
372
|
+
fill:#ff977a !important;
|
373
|
+
}
|
374
|
+
.bg-cyan {
|
375
|
+
fill:#35bdff !important;
|
376
|
+
}
|
377
|
+
.bg-gray {
|
378
|
+
fill:#ced4da !important;
|
379
|
+
}
|
380
|
+
.bg-indigo {
|
381
|
+
fill:#502c6c !important;
|
382
|
+
}
|
383
|
+
.bg-orange {
|
384
|
+
fill:#fbb500 !important;
|
385
|
+
}
|
386
|
+
.bg-lightblue {
|
387
|
+
fill:#e8f3ec !important;
|
388
|
+
}
|
389
|
+
.card .date {
|
390
|
+
position:absolute;
|
391
|
+
top:20px;
|
392
|
+
right:20px;
|
393
|
+
z-index:1;
|
394
|
+
background:#ea2f65;
|
395
|
+
width:55px;
|
396
|
+
height:55px;
|
397
|
+
padding:12.5px 0;
|
398
|
+
border-radius:100%;
|
399
|
+
color:#FFFFFF;
|
400
|
+
font-weight:700;
|
401
|
+
text-align:center;
|
402
|
+
-webkti-box-sizing:border-box;
|
403
|
+
box-sizing:border-box;
|
404
|
+
}
|
405
|
+
.card .date .day {
|
406
|
+
font-size:16px;
|
407
|
+
line-height:1;
|
408
|
+
}
|
409
|
+
.card .date .month {
|
410
|
+
font-size:11px;
|
411
|
+
text-transform:uppercase;
|
412
|
+
}
|
413
|
+
.card a:hover {
|
414
|
+
text-decoration:none;
|
415
|
+
color:#03a87c;
|
416
|
+
}
|
417
|
+
.card-pricing .card ul li {
|
418
|
+
margin-bottom:1.5rem;
|
419
|
+
}
|
420
|
+
.iconbox {
|
421
|
+
border:1px solid;
|
422
|
+
text-align:center;
|
423
|
+
display:inline-block;
|
424
|
+
}
|
425
|
+
.iconbox.iconsmall {
|
426
|
+
width:40px;
|
427
|
+
height:40px;
|
428
|
+
line-height:40px;
|
429
|
+
font-size:1rem;
|
430
|
+
}
|
431
|
+
.iconbox.iconmedium {
|
432
|
+
width:60px;
|
433
|
+
height:60px;
|
434
|
+
line-height:60px;
|
435
|
+
font-size:1.8rem;
|
436
|
+
}
|
437
|
+
.iconbox.iconlarge {
|
438
|
+
width:80px;
|
439
|
+
height:80px;
|
440
|
+
line-height:80px;
|
441
|
+
font-size:2.2rem;
|
442
|
+
}
|
443
|
+
.alert-primary {
|
444
|
+
color:#fff;
|
445
|
+
background-color:#03a87c;
|
446
|
+
border-color:#03a87c;
|
447
|
+
}
|
448
|
+
.alert-primary hr {
|
449
|
+
border-top-color:#038f6a;
|
450
|
+
}
|
451
|
+
.alert-primary .alert-link {
|
452
|
+
color:#e6e6e6;
|
453
|
+
}
|
454
|
+
.alert-secondary {
|
455
|
+
color:#fff;
|
456
|
+
background-color:#7832e2;
|
457
|
+
border-color:#7832e2;
|
458
|
+
}
|
459
|
+
.alert-secondary hr {
|
460
|
+
border-top-color:#6a1fdb;
|
461
|
+
}
|
462
|
+
.alert-secondary .alert-link {
|
463
|
+
color:#e6e6e6;
|
464
|
+
}
|
465
|
+
.alert-success {
|
466
|
+
color:#fff;
|
467
|
+
background-color:#03a87c;
|
468
|
+
border-color:#03a87c;
|
469
|
+
}
|
470
|
+
.alert-success hr {
|
471
|
+
border-top-color:#038f6a;
|
472
|
+
}
|
473
|
+
.alert-success .alert-link {
|
474
|
+
color:#e6e6e6;
|
475
|
+
}
|
476
|
+
.alert-info {
|
477
|
+
color:#fff;
|
478
|
+
background-color:#09ebaf;
|
479
|
+
border-color:#09ebaf;
|
480
|
+
}
|
481
|
+
.alert-info hr {
|
482
|
+
border-top-color:#08d29d;
|
483
|
+
}
|
484
|
+
.alert-info .alert-link {
|
485
|
+
color:#e6e6e6;
|
486
|
+
}
|
487
|
+
.alert-warning {
|
488
|
+
color:#fff;
|
489
|
+
background-color:#ffde03;
|
490
|
+
border-color:#ffde03;
|
491
|
+
}
|
492
|
+
.alert-warning hr {
|
493
|
+
border-top-color:#e9ca00;
|
494
|
+
}
|
495
|
+
.alert-warning .alert-link {
|
496
|
+
color:#e6e6e6;
|
497
|
+
}
|
498
|
+
.alert-danger {
|
499
|
+
color:#fff;
|
500
|
+
background-color:#ea2f65;
|
501
|
+
border-color:#ea2f65;
|
502
|
+
}
|
503
|
+
.alert-danger hr {
|
504
|
+
border-top-color:#e81854;
|
505
|
+
}
|
506
|
+
.alert-danger .alert-link {
|
507
|
+
color:#e6e6e6;
|
508
|
+
}
|
509
|
+
.alert-light {
|
510
|
+
color:#fff;
|
511
|
+
background-color:#f8f9fa;
|
512
|
+
border-color:#f8f9fa;
|
513
|
+
}
|
514
|
+
.alert-light hr {
|
515
|
+
border-top-color:#e9ecef;
|
516
|
+
}
|
517
|
+
.alert-light .alert-link {
|
518
|
+
color:#e6e6e6;
|
519
|
+
}
|
520
|
+
.alert-dark {
|
521
|
+
color:#fff;
|
522
|
+
background-color:#212529;
|
523
|
+
border-color:#212529;
|
524
|
+
}
|
525
|
+
.alert-dark hr {
|
526
|
+
border-top-color:#16181b;
|
527
|
+
}
|
528
|
+
.alert-dark .alert-link {
|
529
|
+
color:#e6e6e6;
|
530
|
+
}
|
531
|
+
.alert-white {
|
532
|
+
color:#fff;
|
533
|
+
background-color:white;
|
534
|
+
border-color:white;
|
535
|
+
}
|
536
|
+
.alert-white hr {
|
537
|
+
border-top-color:#f2f2f2;
|
538
|
+
}
|
539
|
+
.alert-white .alert-link {
|
540
|
+
color:#e6e6e6;
|
541
|
+
}
|
542
|
+
.alert-purple {
|
543
|
+
color:#fff;
|
544
|
+
background-color:#ad6edd;
|
545
|
+
border-color:#ad6edd;
|
546
|
+
}
|
547
|
+
.alert-purple hr {
|
548
|
+
border-top-color:#a159d8;
|
549
|
+
}
|
550
|
+
.alert-purple .alert-link {
|
551
|
+
color:#e6e6e6;
|
552
|
+
}
|
553
|
+
.alert-salmon {
|
554
|
+
color:#fff;
|
555
|
+
background-color:#ff977a;
|
556
|
+
border-color:#ff977a;
|
557
|
+
}
|
558
|
+
.alert-salmon hr {
|
559
|
+
border-top-color:#ff8361;
|
560
|
+
}
|
561
|
+
.alert-salmon .alert-link {
|
562
|
+
color:#e6e6e6;
|
563
|
+
}
|
564
|
+
.alert-cyan {
|
565
|
+
color:#fff;
|
566
|
+
background-color:#35bdff;
|
567
|
+
border-color:#35bdff;
|
568
|
+
}
|
569
|
+
.alert-cyan hr {
|
570
|
+
border-top-color:#1cb5ff;
|
571
|
+
}
|
572
|
+
.alert-cyan .alert-link {
|
573
|
+
color:#e6e6e6;
|
574
|
+
}
|
575
|
+
.alert-gray {
|
576
|
+
color:#fff;
|
577
|
+
background-color:#ced4da;
|
578
|
+
border-color:#ced4da;
|
579
|
+
}
|
580
|
+
.alert-gray hr {
|
581
|
+
border-top-color:#bfc7cf;
|
582
|
+
}
|
583
|
+
.alert-gray .alert-link {
|
584
|
+
color:#e6e6e6;
|
585
|
+
}
|
586
|
+
.alert-indigo {
|
587
|
+
color:#fff;
|
588
|
+
background-color:#502c6c;
|
589
|
+
border-color:#502c6c;
|
590
|
+
}
|
591
|
+
.alert-indigo hr {
|
592
|
+
border-top-color:#43255a;
|
593
|
+
}
|
594
|
+
.alert-indigo .alert-link {
|
595
|
+
color:#e6e6e6;
|
596
|
+
}
|
597
|
+
.alert-orange {
|
598
|
+
color:#fff;
|
599
|
+
background-color:#fbb500;
|
600
|
+
border-color:#fbb500;
|
601
|
+
}
|
602
|
+
.alert-orange hr {
|
603
|
+
border-top-color:#e2a300;
|
604
|
+
}
|
605
|
+
.alert-orange .alert-link {
|
606
|
+
color:#e6e6e6;
|
607
|
+
}
|
608
|
+
.alert-lightblue {
|
609
|
+
color:#fff;
|
610
|
+
background-color:#e8f3ec;
|
611
|
+
border-color:#e8f3ec;
|
612
|
+
}
|
613
|
+
.alert-lightblue hr {
|
614
|
+
border-top-color:#d7eade;
|
615
|
+
}
|
616
|
+
.alert-lightblue .alert-link {
|
617
|
+
color:#e6e6e6;
|
618
|
+
}
|
619
|
+
ul.list-unstyled li {
|
620
|
+
margin-bottom:.3rem;
|
621
|
+
}
|
622
|
+
ol.list-featured {
|
623
|
+
counter-reset:my-awesome-counter;
|
624
|
+
list-style:none;
|
625
|
+
padding-left:0;
|
626
|
+
}
|
627
|
+
ol.list-featured li {
|
628
|
+
counter-increment:my-awesome-counter;
|
629
|
+
display:flex;
|
630
|
+
font-size:0.8rem;
|
631
|
+
}
|
632
|
+
ol.list-featured li:before {
|
633
|
+
content: "0" counter(my-awesome-counter);
|
634
|
+
font-weight: bold;
|
635
|
+
font-size: 2rem;
|
636
|
+
margin-right: 0.5rem;
|
637
|
+
font-family: Arial;
|
638
|
+
line-height: 1;
|
639
|
+
opacity: .1;
|
640
|
+
}
|
641
|
+
.catlist .sep:last-child {
|
642
|
+
display:none;
|
643
|
+
}
|
644
|
+
footer {
|
645
|
+
margin-top:50px;
|
646
|
+
z-index:1022;
|
647
|
+
position:relative;
|
648
|
+
}
|
649
|
+
.sticky-top-offset {
|
650
|
+
top:70px;
|
651
|
+
}
|
652
|
+
.homefirstpage .main-loop .main-loop-card:nth-child(-n+5) {
|
653
|
+
display:none !important;
|
654
|
+
}
|
655
|
+
.excerpt {
|
656
|
+
color: rgba(0,0,0,0.59);
|
657
|
+
margin-top:10px;
|
658
|
+
}
|
659
|
+
article {
|
660
|
+
font-size:20px;
|
661
|
+
line-height:1.86;
|
662
|
+
font-family:Lora;
|
663
|
+
}
|
664
|
+
.article-headline {
|
665
|
+
font-family: Georgia,Times,"Times New Roman",serif;
|
666
|
+
font-size: 3.2rem;
|
667
|
+
font-weight: 400;
|
668
|
+
line-height: 1.15;
|
669
|
+
color: #222222;
|
670
|
+
}
|
671
|
+
article p,article pre,article figure,article img,article blockquote,article iframed,article embed {
|
672
|
+
margin-bottom:2rem;
|
673
|
+
}
|
674
|
+
article blockquote {
|
675
|
+
padding-left:40px;
|
676
|
+
margin-left:0px;
|
677
|
+
font-style:italic;
|
678
|
+
position:relative;
|
679
|
+
}
|
680
|
+
article blockquote:before {
|
681
|
+
content:"“";
|
682
|
+
font-family:Georgia;
|
683
|
+
font-size:8rem;
|
684
|
+
margin:-1rem 2rem 0 -3.9rem;
|
685
|
+
position:absolute;
|
686
|
+
opacity:1;
|
687
|
+
float:left;
|
688
|
+
line-height:1;
|
689
|
+
}
|
690
|
+
article:first-letter {
|
691
|
+
float:left;
|
692
|
+
font-size:5em;
|
693
|
+
line-height:1;
|
694
|
+
margin:0 .2em 0 0;
|
695
|
+
vertical-align:top;
|
696
|
+
}
|
697
|
+
article h1,article h2,article h3,article h4,article h5,article h6,article .h1,article .h2,article .h3,article .h4,article .h5,article .h6 {
|
698
|
+
margin-bottom:2rem;
|
699
|
+
margin-top:2rem;
|
700
|
+
font-weight:600;
|
701
|
+
}
|
702
|
+
.alertbar {
|
703
|
+
box-shadow:0 -3px 10px 0 rgba(0,0,0,.0785);
|
704
|
+
position:fixed;
|
705
|
+
bottom:0;
|
706
|
+
left:0;
|
707
|
+
background-color:#fff;
|
708
|
+
width:100%;
|
709
|
+
padding:20px 0;
|
710
|
+
z-index:1021;
|
711
|
+
display:none;
|
712
|
+
}
|
713
|
+
.alertbar img {
|
714
|
+
border-radius:2px;
|
715
|
+
}
|
716
|
+
.spanborder {
|
717
|
+
border-bottom:1px solid #e8f3ec;
|
718
|
+
margin-bottom:2rem;
|
719
|
+
}
|
720
|
+
.spanborder span {
|
721
|
+
border-bottom:1px solid rgba(0,0,0,0.44);
|
722
|
+
display:inline-block;
|
723
|
+
padding-bottom:20px;
|
724
|
+
margin-bottom:-1px;
|
725
|
+
}
|
726
|
+
.a2a_default_style .a2a_svg {
|
727
|
+
border-radius:50% !important;
|
728
|
+
margin-top:.5rem;
|
729
|
+
margin-left:auto;
|
730
|
+
margin-right:auto;
|
731
|
+
}
|
732
|
+
@media (max-width:1199.98px) {
|
733
|
+
.display-4 {
|
734
|
+
font-size:35px;
|
735
|
+
}
|
736
|
+
}
|
737
|
+
@media (max-width:991.98px) {
|
738
|
+
.display-4 {
|
739
|
+
font-size:25px;
|
740
|
+
}
|
741
|
+
.alertbar {
|
742
|
+
display: none !important;
|
743
|
+
}
|
744
|
+
}
|
745
|
+
@media (min-width:992px) {
|
746
|
+
.a2a_default_style a {
|
747
|
+
display:block !important;
|
748
|
+
float:none !important;
|
749
|
+
}
|
750
|
+
.a2a_default_style .a2a_svg {
|
751
|
+
border-radius:50% !important;
|
752
|
+
display:block !important;
|
753
|
+
float:none !important;
|
754
|
+
margin-top:.5rem;
|
755
|
+
margin-left:auto;
|
756
|
+
margin-right:auto;
|
757
|
+
}
|
758
|
+
.a2a_svg {
|
759
|
+
height:40px !important;
|
760
|
+
line-height:40px !important;
|
761
|
+
width:40px !important;
|
762
|
+
}
|
763
|
+
.a2a_mini_services .a2a_svg, .a2a_menu_show_more_less .a2a_svg, .a2a_full .a2a_svg {
|
764
|
+
height:20px !important;
|
765
|
+
line-height:20px !important;
|
766
|
+
width:20px !important;
|
767
|
+
}
|
768
|
+
}
|
769
|
+
@media (min-width:992px) {
|
770
|
+
.fixedsidebar {
|
771
|
+
top:0px;
|
772
|
+
position:fixed;
|
773
|
+
z-index:1050;
|
774
|
+
left:0;
|
775
|
+
overflow-y:overlay;
|
776
|
+
width:260px;
|
777
|
+
height:100%;
|
778
|
+
padding:0 .5rem .5rem 1.5rem;
|
779
|
+
border-right:1px solid #e9ecef;
|
780
|
+
background-color:#fff;
|
781
|
+
padding-bottom:50px;
|
782
|
+
}
|
783
|
+
.content-withfixedsidebar {
|
784
|
+
margin-left:260px;
|
785
|
+
}
|
786
|
+
.content-withfixedsidebar .navbar.fixed-top {
|
787
|
+
margin-left: 260px;
|
788
|
+
}
|
789
|
+
}
|
790
|
+
a.a2a_i, i.a2a_i, .a2a_menu a.a2a_i:visited, .a2a_menu a.a2a_more {
|
791
|
+
font-size:13px !important;
|
792
|
+
color:#999 !important;
|
793
|
+
}
|
794
|
+
div.a2a_full_footer {display:none;}
|
795
|
+
@media (min-width: 1920px) {
|
796
|
+
html {font-size:17px;}
|
797
|
+
.container, .container-lg {
|
798
|
+
width: 1280px;
|
799
|
+
max-width: 1280px;
|
800
|
+
}
|
801
|
+
h6,.h6 {
|
802
|
+
font-size: 1.1rem;
|
803
|
+
}
|
804
|
+
article {
|
805
|
+
font-size:1.24rem;
|
806
|
+
}
|
807
|
+
.topfirstimage {
|
808
|
+
height:280px !Important;
|
809
|
+
}
|
810
|
+
}
|
811
|
+
|