kcc-gem-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/LICENSE.txt +21 -0
- data/README.md +52 -0
- data/_includes/announcement.html +13 -0
- data/_includes/facebook-script.html +8 -0
- data/_includes/facebook-widget.html +5 -0
- data/_includes/foot.html +3 -0
- data/_includes/footer.html +55 -0
- data/_includes/global-nav.html +15 -0
- data/_includes/google-noscript.html +6 -0
- data/_includes/google-tag.html +6 -0
- data/_includes/head.html +38 -0
- data/_includes/header.html +82 -0
- data/_includes/local-nav.html +27 -0
- data/_includes/local-stylesheets.html +15 -0
- data/_includes/scripts/custom.html +2 -0
- data/_includes/scripts/slim.html +2 -0
- data/_includes/scripts/vendor-cdn.html +6 -0
- data/_includes/scripts/vendor-local.html +6 -0
- data/_includes/social-icons.html +32 -0
- data/_includes/stylesheets.html +17 -0
- data/_includes/timeline.html +4 -0
- data/_includes/vendor-scripts.html +9 -0
- data/_layouts/default.html +12 -0
- data/assets/css/content.css +1 -0
- data/assets/css/main.css +1 -0
- data/assets/img/alert.svg +13 -0
- data/assets/img/baseball.svg +40 -0
- data/assets/img/basketball.svg +17 -0
- data/assets/img/blue-next.svg +9 -0
- data/assets/img/blue-prev.svg +9 -0
- data/assets/img/calendar.svg +24 -0
- data/assets/img/cavaliers-16x9-thumb.png +0 -0
- data/assets/img/cavaliers-logo.png +0 -0
- data/assets/img/cavaliers-logo_white.png +0 -0
- data/assets/img/dbl-next.svg +15 -0
- data/assets/img/dbl-prev.svg +14 -0
- data/assets/img/facebook-f_white.svg +9 -0
- data/assets/img/instagram-white.svg +20 -0
- data/assets/img/kankakee-community-college-word-logo.svg +88 -0
- data/assets/img/kcc-logo-inverse.svg +21 -0
- data/assets/img/kcc-logo.svg +74 -0
- data/assets/img/kcc-placeholder.png +0 -0
- data/assets/img/kcc-text-logo.svg +89 -0
- data/assets/img/linkedin-white.svg +13 -0
- data/assets/img/menu-bg.png +0 -0
- data/assets/img/news.svg +19 -0
- data/assets/img/pinterest-p_white.svg +16 -0
- data/assets/img/placeholder.png +0 -0
- data/assets/img/search.svg +18 -0
- data/assets/img/soccer.svg +17 -0
- data/assets/img/social-icon.svg +13 -0
- data/assets/img/twitter-white.svg +14 -0
- data/assets/img/video.svg +10 -0
- data/assets/img/volleyball.svg +15 -0
- data/assets/img/youtube-white.svg +9 -0
- data/assets/img/yt-loading.png +0 -0
- data/assets/js/dist/main.b800e1a5795dbc051d49.bundle.js +1 -0
- data/assets/js/dist/slim.b800e1a5795dbc051d49.bundle.js +1 -0
- data/assets/js/script/all.js +5 -0
- data/assets/js/script/babelTest.js +17 -0
- data/assets/js/script/footerDate.js +10 -0
- data/assets/js/script/lazyLoad.js +14 -0
- data/assets/js/script/searchToggle.js +41 -0
- data/assets/js/script/test.js +1 -0
- data/assets/js/slim/slim.js +1 -0
- data/assets/js/slim/test.js +1 -0
- data/assets/scss/0-tools/_ie-only.scss +37 -0
- data/assets/scss/0-tools/_vars.scss +58 -0
- data/assets/scss/1-base/_buttons.scss +35 -0
- data/assets/scss/1-base/_links.scss +86 -0
- data/assets/scss/1-base/_typography.scss +399 -0
- data/assets/scss/2-modules/_archive.scss +13 -0
- data/assets/scss/2-modules/_bios.scss +22 -0
- data/assets/scss/2-modules/_error.scss +10 -0
- data/assets/scss/2-modules/_events.scss +6 -0
- data/assets/scss/2-modules/_fb-widget.scss +4 -0
- data/assets/scss/2-modules/_featured-videos.scss +17 -0
- data/assets/scss/2-modules/_footer.scss +76 -0
- data/assets/scss/2-modules/_global-nav.scss +320 -0
- data/assets/scss/2-modules/_header.scss +2 -0
- data/assets/scss/2-modules/_latest-news-widget.scss +1045 -0
- data/assets/scss/2-modules/_local-nav.scss +111 -0
- data/assets/scss/2-modules/_playlist.scss +272 -0
- data/assets/scss/2-modules/_sliders.scss +191 -0
- data/assets/scss/2-modules/_social-icons.scss +36 -0
- data/assets/scss/2-modules/_timeline.scss +28 -0
- data/assets/scss/3-layout/_content.scss +37 -0
- data/assets/scss/3-layout/_positioning.scss +74 -0
- data/assets/scss/3-layout/_posts.scss +3 -0
- data/assets/scss/4-pages/index/_home.scss +2 -0
- data/assets/scss/content.scss +4 -0
- data/assets/scss/main.scss +37 -0
- data/assets/vendor/css/ajax-loader.gif +0 -0
- data/assets/vendor/css/bootstrap.min.css +7 -0
- data/assets/vendor/css/fonts/slick.eot +0 -0
- data/assets/vendor/css/fonts/slick.ttf +0 -0
- data/assets/vendor/css/fonts/slick.woff +0 -0
- data/assets/vendor/css/mli7lsm.css +22 -0
- data/assets/vendor/css/slick-theme.min.css +8 -0
- data/assets/vendor/css/slick.min.css +8 -0
- data/assets/vendor/font/slick.woff +0 -0
- data/assets/vendor/js/bootstrap.min.js +7 -0
- data/assets/vendor/js/jquery.min.js +2 -0
- data/assets/vendor/js/popper.min.js +5 -0
- data/assets/vendor/js/slick.min.js +1 -0
- metadata +190 -0
@@ -0,0 +1,17 @@
|
|
1
|
+
|
2
|
+
@media screen and (min-width:992px) {
|
3
|
+
.featured-videos__right-border {
|
4
|
+
border-right-color: $black;
|
5
|
+
border-right-style: solid;
|
6
|
+
border-right-width: thin;
|
7
|
+
}
|
8
|
+
}
|
9
|
+
|
10
|
+
.featured-videos__heading-margin {
|
11
|
+
margin-bottom: 20px;
|
12
|
+
}
|
13
|
+
|
14
|
+
.featured-video__video-center {
|
15
|
+
margin-left: auto;
|
16
|
+
margin-right: auto;
|
17
|
+
}
|
@@ -0,0 +1,76 @@
|
|
1
|
+
// Footer Styles
|
2
|
+
|
3
|
+
.footer__margin {
|
4
|
+
margin-top: 20px;
|
5
|
+
}
|
6
|
+
|
7
|
+
|
8
|
+
.footer {
|
9
|
+
background-color: $grey-4;
|
10
|
+
margin-top: 60px;
|
11
|
+
padding-bottom: 40px;
|
12
|
+
padding-top: 40px;
|
13
|
+
width: 100%;
|
14
|
+
}
|
15
|
+
|
16
|
+
// Footer's "athletics.kcc.edu link"
|
17
|
+
a.footer-link {
|
18
|
+
color: $primary-blue;
|
19
|
+
|
20
|
+
&:hover {
|
21
|
+
text-decoration: none !important;
|
22
|
+
color: $primary-red;
|
23
|
+
}
|
24
|
+
}
|
25
|
+
|
26
|
+
.footer-heading {
|
27
|
+
transition-property: color;
|
28
|
+
transition-timing-function: ease;
|
29
|
+
transition-duration: .3s;
|
30
|
+
}
|
31
|
+
|
32
|
+
.footer-icons {
|
33
|
+
background-color: $primary-red;
|
34
|
+
border-radius: 50%;
|
35
|
+
transition-property: background-color;
|
36
|
+
transition-timing-function: ease;
|
37
|
+
transition-duration: .3s;
|
38
|
+
height: 33px;
|
39
|
+
margin: 4px;
|
40
|
+
padding: 2px;
|
41
|
+
width: 33px;
|
42
|
+
}
|
43
|
+
|
44
|
+
@media screen and (min-width: 360px) {
|
45
|
+
.footer-icons {
|
46
|
+
height: 40px;
|
47
|
+
margin: 5px;
|
48
|
+
width: 40px;
|
49
|
+
}
|
50
|
+
}
|
51
|
+
|
52
|
+
@media screen and (min-width: 412px) {
|
53
|
+
.footer-icons {
|
54
|
+
height: 50px;
|
55
|
+
width: 50px;
|
56
|
+
}
|
57
|
+
}
|
58
|
+
|
59
|
+
a.footer-social-links, a.footer-social-links .footer-icons {
|
60
|
+
text-decoration: none !important; // Get rid of default link-underline on hover
|
61
|
+
}
|
62
|
+
|
63
|
+
a.footer-social-links:hover .footer-icons {
|
64
|
+
text-decoration: none !important;
|
65
|
+
background-color: $primary-blue;
|
66
|
+
}
|
67
|
+
|
68
|
+
.footer__mobile--margin-bottom {
|
69
|
+
margin-bottom: 20px;
|
70
|
+
}
|
71
|
+
|
72
|
+
@media screen and (min-width: 992px) {
|
73
|
+
.footer__mobile--margin-bottom {
|
74
|
+
margin-bottom: 0;
|
75
|
+
}
|
76
|
+
}
|
@@ -0,0 +1,320 @@
|
|
1
|
+
.global-nav {
|
2
|
+
background-color: $primary-red;
|
3
|
+
height: 56px;
|
4
|
+
margin-left: 0;
|
5
|
+
margin-right: 0;
|
6
|
+
max-width: 100%;
|
7
|
+
min-width: 100%;
|
8
|
+
padding-bottom: 10px;
|
9
|
+
padding-left: 5%;
|
10
|
+
padding-top: 15px;
|
11
|
+
width: 100%;
|
12
|
+
z-index: 1031;
|
13
|
+
}
|
14
|
+
|
15
|
+
.kcc-logo {
|
16
|
+
margin-left: 5px;
|
17
|
+
width: 190px;
|
18
|
+
}
|
19
|
+
|
20
|
+
@media screen and (min-width: 360px) {
|
21
|
+
.kcc-logo {
|
22
|
+
width: 225px;
|
23
|
+
}
|
24
|
+
}
|
25
|
+
|
26
|
+
@media screen and (min-width: 410px) {
|
27
|
+
.kcc-logo {
|
28
|
+
width: 255px;
|
29
|
+
}
|
30
|
+
}
|
31
|
+
|
32
|
+
@media screen and (min-width: 488px) {
|
33
|
+
.kcc-logo {
|
34
|
+
width: 260px;
|
35
|
+
}
|
36
|
+
}
|
37
|
+
|
38
|
+
@media screen and (min-width: 576px) {
|
39
|
+
.kcc-logo {
|
40
|
+
width: 300px;
|
41
|
+
}
|
42
|
+
}
|
43
|
+
|
44
|
+
@media screen and (min-width: 768px) {
|
45
|
+
.kcc-logo {
|
46
|
+
width: 320px;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
|
50
|
+
@media screen and (min-width: 992px) and (max-width: 1100px) {
|
51
|
+
.kcc-logo {
|
52
|
+
margin-left: -25px;
|
53
|
+
width: 310px;
|
54
|
+
}
|
55
|
+
}
|
56
|
+
|
57
|
+
@media screen and (min-width: 1100px) {
|
58
|
+
.kcc-logo {
|
59
|
+
margin-left: -25px;
|
60
|
+
width: 340px;
|
61
|
+
}
|
62
|
+
}
|
63
|
+
|
64
|
+
.form-inline {
|
65
|
+
float: right;
|
66
|
+
}
|
67
|
+
|
68
|
+
.local-search {
|
69
|
+
border-radius: 1.5em;
|
70
|
+
}
|
71
|
+
|
72
|
+
.search {
|
73
|
+
font-size: 1.2em;
|
74
|
+
margin-right: 40%;
|
75
|
+
}
|
76
|
+
|
77
|
+
.clearSearch {
|
78
|
+
background-position: center 72px;
|
79
|
+
padding-top: 72px;
|
80
|
+
}
|
81
|
+
|
82
|
+
.search-row {
|
83
|
+
background-color: $accent-blue;
|
84
|
+
height: 46px;
|
85
|
+
}
|
86
|
+
|
87
|
+
.global-nav__gcse-wrapper {
|
88
|
+
margin-left: -5px;
|
89
|
+
}
|
90
|
+
|
91
|
+
@media screen and (min-width: 992px) {
|
92
|
+
.global-nav__gcse-wrapper {
|
93
|
+
display: block;
|
94
|
+
float: right;
|
95
|
+
margin-top: -18px;
|
96
|
+
width: 50%;
|
97
|
+
}
|
98
|
+
}
|
99
|
+
|
100
|
+
.global-nav__search-icon {
|
101
|
+
background-position: center;
|
102
|
+
background-size: 20px 20px;
|
103
|
+
background-repeat: no-repeat;
|
104
|
+
display: inline;
|
105
|
+
height: 22px;
|
106
|
+
margin: 4px;
|
107
|
+
width: 22px;
|
108
|
+
}
|
109
|
+
|
110
|
+
@media screen and (min-width: 360px) {
|
111
|
+
.global-nav__search-icon {
|
112
|
+
background-size: 21px 21px;
|
113
|
+
}
|
114
|
+
}
|
115
|
+
|
116
|
+
@media screen and (min-width: 410px) {
|
117
|
+
.global-nav__search-icon {
|
118
|
+
background-size: 22px 22px;
|
119
|
+
}
|
120
|
+
}
|
121
|
+
|
122
|
+
@media screen and (min-width: 576px) {
|
123
|
+
.global-nav__search-icon {
|
124
|
+
background-size: 24px 24px;
|
125
|
+
height: 24px;
|
126
|
+
width: 24px;
|
127
|
+
}
|
128
|
+
}
|
129
|
+
|
130
|
+
@media screen and (min-width: 768px) {
|
131
|
+
.global-nav__search-icon {
|
132
|
+
background-size: 25px 25px;
|
133
|
+
height: 26px;
|
134
|
+
width: 26px;
|
135
|
+
}
|
136
|
+
}
|
137
|
+
|
138
|
+
.global-nav .global-nav__search-toggle .global-nav__search-icon {
|
139
|
+
float: right;
|
140
|
+
}
|
141
|
+
|
142
|
+
.global-nav__search-collapse {
|
143
|
+
display: none;
|
144
|
+
margin-top: -110px;
|
145
|
+
}
|
146
|
+
|
147
|
+
@media screen and (min-width: 576px) {
|
148
|
+
.global-nav__search-collapse {
|
149
|
+
margin-top: -115px;
|
150
|
+
}
|
151
|
+
}
|
152
|
+
|
153
|
+
@media screen and (min-width: 992px) {
|
154
|
+
.global-nav__search-collapse {
|
155
|
+
display: block;
|
156
|
+
margin-left: 0;
|
157
|
+
margin-right: 0;
|
158
|
+
margin-top: 0;
|
159
|
+
}
|
160
|
+
}
|
161
|
+
|
162
|
+
.global-nav__search-collapse--visible {
|
163
|
+
display: block;
|
164
|
+
width: 100%;
|
165
|
+
}
|
166
|
+
|
167
|
+
.global-nav--search-toggle {
|
168
|
+
top: 30px;
|
169
|
+
}
|
170
|
+
|
171
|
+
.global-nav__search--conatiner {
|
172
|
+
max-width: 1100px;
|
173
|
+
margin-left: auto;
|
174
|
+
margin-right: auto;
|
175
|
+
}
|
176
|
+
|
177
|
+
.global-nav__search--open-background {
|
178
|
+
width: 120%;
|
179
|
+
background-color: #c61f48;
|
180
|
+
height: 65px;
|
181
|
+
position: absolute;
|
182
|
+
z-index: -1;
|
183
|
+
top: -60px;
|
184
|
+
left: -40px;
|
185
|
+
}
|
186
|
+
|
187
|
+
.global-nav__navbar-brand {
|
188
|
+
margin-left: -10px;
|
189
|
+
}
|
190
|
+
|
191
|
+
@media screen and (min-width: 410px) {
|
192
|
+
.global-nav__navbar-brand {
|
193
|
+
margin-left: -15px;
|
194
|
+
}
|
195
|
+
}
|
196
|
+
|
197
|
+
@media screen and (min-width: 488px) {
|
198
|
+
.global-nav__navbar-brand {
|
199
|
+
margin-left: -20px;
|
200
|
+
}
|
201
|
+
}
|
202
|
+
|
203
|
+
@media screen and (min-width: 576px) {
|
204
|
+
.global-nav__navbar-brand {
|
205
|
+
margin-left: -25px;
|
206
|
+
}
|
207
|
+
}
|
208
|
+
|
209
|
+
@media screen and (min-width: 768px) {
|
210
|
+
.global-nav__navbar-brand {
|
211
|
+
margin-left: -35px;
|
212
|
+
}
|
213
|
+
}
|
214
|
+
|
215
|
+
@media screen and (min-width: 992px) {
|
216
|
+
.global-nav__navbar-brand {
|
217
|
+
margin-left: -20px;
|
218
|
+
}
|
219
|
+
}
|
220
|
+
|
221
|
+
@media screen and (min-width: 1000px) {
|
222
|
+
.global-nav__navbar-brand {
|
223
|
+
margin-left: -18px;
|
224
|
+
}
|
225
|
+
}
|
226
|
+
|
227
|
+
@media screen and (min-width: 1080px) {
|
228
|
+
.global-nav__navbar-brand {
|
229
|
+
margin-left: -22px;
|
230
|
+
}
|
231
|
+
}
|
232
|
+
|
233
|
+
@media screen and (min-width: 1200px) {
|
234
|
+
.global-nav__navbar-brand {
|
235
|
+
margin-left: -2.5%;
|
236
|
+
}
|
237
|
+
}
|
238
|
+
|
239
|
+
@media screen and (min-width: 1600px) {
|
240
|
+
.global-nav__navbar-brand {
|
241
|
+
margin-left: -3%;
|
242
|
+
}
|
243
|
+
}
|
244
|
+
|
245
|
+
@media screen and (min-width: 1900px) {
|
246
|
+
.global-nav__navbar-brand {
|
247
|
+
margin-left: -3.25%;
|
248
|
+
}
|
249
|
+
}
|
250
|
+
|
251
|
+
@media screen and (min-width: 2000px) {
|
252
|
+
.global-nav__navbar-brand {
|
253
|
+
margin-left: -3.5%;
|
254
|
+
}
|
255
|
+
}
|
256
|
+
|
257
|
+
.global-nav__kcc-logo-inverse {
|
258
|
+
margin-left: -3px;
|
259
|
+
width: 50px;
|
260
|
+
margin-right: -10px;
|
261
|
+
}
|
262
|
+
|
263
|
+
@media screen and (min-width: 360px) {
|
264
|
+
.global-nav__kcc-logo-inverse {
|
265
|
+
width: 60px;
|
266
|
+
}
|
267
|
+
}
|
268
|
+
|
269
|
+
@media screen and (min-width: 410px) {
|
270
|
+
.global-nav__kcc-logo-inverse {
|
271
|
+
width: 68px;
|
272
|
+
}
|
273
|
+
}
|
274
|
+
|
275
|
+
@media screen and (min-width: 488px) {
|
276
|
+
.global-nav__kcc-logo-inverse {
|
277
|
+
width: 68px;
|
278
|
+
}
|
279
|
+
}
|
280
|
+
|
281
|
+
@media screen and (min-width: 576px) {
|
282
|
+
.global-nav__kcc-logo-inverse {
|
283
|
+
width: 73px;
|
284
|
+
}
|
285
|
+
}
|
286
|
+
|
287
|
+
@media screen and (min-width: 768px) {
|
288
|
+
.global-nav__kcc-logo-inverse {
|
289
|
+
width: 80px;
|
290
|
+
}
|
291
|
+
}
|
292
|
+
|
293
|
+
@media screen and (min-width: 992px) {
|
294
|
+
.global-nav__kcc-logo-inverse {
|
295
|
+
width: 80px;
|
296
|
+
margin-left: -30px;
|
297
|
+
margin-right: 20px;
|
298
|
+
}
|
299
|
+
}
|
300
|
+
|
301
|
+
@media screen and (min-width: 1100px) {
|
302
|
+
.global-nav__kcc-logo-inverse {
|
303
|
+
width: 85px;
|
304
|
+
margin-right: 15px;
|
305
|
+
}
|
306
|
+
}
|
307
|
+
|
308
|
+
@media screen and (min-width: 1300px) {
|
309
|
+
.global-nav__kcc-logo-inverse {
|
310
|
+
width: 85px;
|
311
|
+
margin-left: -35px;
|
312
|
+
}
|
313
|
+
}
|
314
|
+
|
315
|
+
@media screen and (min-width: 1400px) {
|
316
|
+
.global-nav__kcc-logo-inverse {
|
317
|
+
width: 85px;
|
318
|
+
margin-left: -40px;
|
319
|
+
}
|
320
|
+
}
|
@@ -0,0 +1,1045 @@
|
|
1
|
+
.latest-news-widget-mod {
|
2
|
+
overflow: hidden;
|
3
|
+
margin-bottom: 50px;
|
4
|
+
background-color: #000;
|
5
|
+
position: relative
|
6
|
+
}
|
7
|
+
|
8
|
+
@media (min-width:980px) {
|
9
|
+
.latest-news-widget-mod {
|
10
|
+
display: -ms-flexbox;
|
11
|
+
display: flex
|
12
|
+
}
|
13
|
+
}
|
14
|
+
|
15
|
+
.latest-news-widget__latest__h {
|
16
|
+
font-size: 41px;
|
17
|
+
font-weight: $base-font-weigth-bold;
|
18
|
+
font-family: $basefont-stack;
|
19
|
+
margin: 0 0 18px;
|
20
|
+
line-height: 1;
|
21
|
+
padding: 15px 0;
|
22
|
+
border-bottom: 1px solid;
|
23
|
+
background: #fff;
|
24
|
+
position: absolute;
|
25
|
+
top: 0;
|
26
|
+
right: 0;
|
27
|
+
left: 0;
|
28
|
+
display: none
|
29
|
+
}
|
30
|
+
|
31
|
+
@media (min-width:980px) {
|
32
|
+
.latest-news-widget__latest__h {
|
33
|
+
position: static;
|
34
|
+
display: block
|
35
|
+
}
|
36
|
+
}
|
37
|
+
|
38
|
+
@media screen and (min-width: 980px) and (max-width: 1000px) {
|
39
|
+
.latest-news-widget__latest__h {
|
40
|
+
font-size: 38px;
|
41
|
+
}
|
42
|
+
}
|
43
|
+
|
44
|
+
@media screen and (min-width: 1200px) and (max-width: 1313px) {
|
45
|
+
.latest-news-widget__latest__h {
|
46
|
+
font-size: 36px;
|
47
|
+
}
|
48
|
+
}
|
49
|
+
|
50
|
+
.latest-news-widget__latest__tease-group {
|
51
|
+
list-style: none;
|
52
|
+
margin-bottom: 0;
|
53
|
+
padding-top: 2px;
|
54
|
+
padding-left: 0
|
55
|
+
}
|
56
|
+
|
57
|
+
@media (min-width:600px) and (max-width:979px) {
|
58
|
+
.latest-news-widget__latest__tease-group {
|
59
|
+
display: -ms-flexbox;
|
60
|
+
display: flex;
|
61
|
+
-ms-flex-wrap: wrap;
|
62
|
+
flex-wrap: wrap
|
63
|
+
}
|
64
|
+
.latest-news-widget__latest__tease {
|
65
|
+
width: 48%
|
66
|
+
}
|
67
|
+
.latest-news-widget__latest__tease:nth-child(odd) {
|
68
|
+
margin-right: 2%
|
69
|
+
}
|
70
|
+
.latest-news-widget__latest__tease:nth-child(even) {
|
71
|
+
margin-left: 2%
|
72
|
+
}
|
73
|
+
}
|
74
|
+
|
75
|
+
@media (min-width:980px) {
|
76
|
+
.latest-news-widget__latest__tease-group {
|
77
|
+
padding-top: 0
|
78
|
+
}
|
79
|
+
}
|
80
|
+
|
81
|
+
.latest-news-widget__latest__tease {
|
82
|
+
padding: 18px 0 18px 7px;
|
83
|
+
border-bottom: 1px solid #000;
|
84
|
+
position: relative;
|
85
|
+
font-family: harriet, serif;
|
86
|
+
font-size: 17px;
|
87
|
+
font-weight: 400
|
88
|
+
}
|
89
|
+
|
90
|
+
.latest-news-widget__latest__tease:after {
|
91
|
+
content: "";
|
92
|
+
display: table;
|
93
|
+
clear: both
|
94
|
+
}
|
95
|
+
|
96
|
+
.latest-news-widget__latest__tease:last-child {
|
97
|
+
margin-bottom: 0
|
98
|
+
}
|
99
|
+
|
100
|
+
.latest-news-widget__latest__tease:first-child {
|
101
|
+
display: none
|
102
|
+
}
|
103
|
+
|
104
|
+
@media (min-width:600px) {
|
105
|
+
.latest-news-widget__latest__tease:first-child {
|
106
|
+
display: block
|
107
|
+
}
|
108
|
+
}
|
109
|
+
|
110
|
+
@media (min-width:980px) {
|
111
|
+
.latest-news-widget__latest__tease {
|
112
|
+
padding-left: 0
|
113
|
+
}
|
114
|
+
}
|
115
|
+
|
116
|
+
@media (min-width:1600px) {
|
117
|
+
.latest-news-widget__latest__tease {
|
118
|
+
padding-top: 24px;
|
119
|
+
padding-bottom: 24px
|
120
|
+
}
|
121
|
+
}
|
122
|
+
|
123
|
+
.latest-news-widget__latest__tease__number {
|
124
|
+
display: block;
|
125
|
+
float: left;
|
126
|
+
font-family: akkurat, sans-serif;
|
127
|
+
font-size: 11px;
|
128
|
+
font-weight: 700;
|
129
|
+
height: 26px;
|
130
|
+
min-width: 26px;
|
131
|
+
padding: 8px 4px 0;
|
132
|
+
line-height: 1;
|
133
|
+
border-radius: 13px;
|
134
|
+
box-shadow: 0 0 0 1.4px #000 inset;
|
135
|
+
text-align: center;
|
136
|
+
background-color: $primary-blue;
|
137
|
+
margin: -1px 7px 0 -2px;
|
138
|
+
letter-spacing: 0;
|
139
|
+
transition: all .2s ease;
|
140
|
+
color: #fff
|
141
|
+
}
|
142
|
+
|
143
|
+
.latest-news-widget__feature__tease__overline, .latest-news-widget__latest__tease__overline {
|
144
|
+
font-family: brauerneue, sans-serif;
|
145
|
+
font-weight: 700;
|
146
|
+
letter-spacing: .075em;
|
147
|
+
font-style: normal;
|
148
|
+
text-transform: uppercase
|
149
|
+
}
|
150
|
+
|
151
|
+
.latest-news-widget__latest__tease__link:focus .latest-news-widget__latest__tease__number, .latest-news-widget__latest__tease__link:hover .latest-news-widget__latest__tease__number, .tease-is-active .latest-news-widget__latest__tease__number {
|
152
|
+
color: $primary-red;
|
153
|
+
background-color: #fff;
|
154
|
+
box-shadow: 0 0 0 1.4px $primary-red inset;
|
155
|
+
}
|
156
|
+
|
157
|
+
.latest-news-widget__latest__tease__link:focus {
|
158
|
+
outline:none;
|
159
|
+
}
|
160
|
+
|
161
|
+
.latest-news-widget__feature:hover {
|
162
|
+
text-decoration: none;
|
163
|
+
}
|
164
|
+
|
165
|
+
.latest-news-widget__latest__tease__link:hover {
|
166
|
+
text-decoration: none;
|
167
|
+
}
|
168
|
+
|
169
|
+
.latest-news-widget__latest__tease__hgroup {
|
170
|
+
max-width: 320px;
|
171
|
+
float: left
|
172
|
+
}
|
173
|
+
|
174
|
+
.latest-news-widget__latest__tease__img-mod {
|
175
|
+
line-height: 0
|
176
|
+
}
|
177
|
+
|
178
|
+
.latest-news-widget__latest__tease__img-mod--default {
|
179
|
+
background-size: cover;
|
180
|
+
background-position: 50% 50%;
|
181
|
+
width: 50px !important;
|
182
|
+
height: 50px !important;
|
183
|
+
margin-bottom: 0;
|
184
|
+
margin-left: 0;
|
185
|
+
margin-right: 5px;
|
186
|
+
margin-top: 0;
|
187
|
+
min-width: 50px !important;
|
188
|
+
min-height: 50px !important;
|
189
|
+
float: right;
|
190
|
+
border-radius: 50%;
|
191
|
+
}
|
192
|
+
|
193
|
+
@media (min-width: 450px) {
|
194
|
+
.latest-news-widget__latest__tease__img-mod--default {
|
195
|
+
width: 80px !important;
|
196
|
+
height: 80px !important;
|
197
|
+
min-width: 80px !important;
|
198
|
+
min-height: 80px !important
|
199
|
+
}
|
200
|
+
}
|
201
|
+
|
202
|
+
@media (min-width: 1700px) {
|
203
|
+
.latest-news-widget__latest__tease__img-mod--default {
|
204
|
+
margin-right: 10px
|
205
|
+
}
|
206
|
+
}
|
207
|
+
|
208
|
+
.latest-news-widget__latest__tease--has-image.latest-news-widget__latest__tease--profile .latest-news-widget__latest__tease__hgroup {
|
209
|
+
margin-right: 85px
|
210
|
+
}
|
211
|
+
|
212
|
+
.latest-news-widget__latest__tease--has-image.latest-news-widget__latest__tease--profile .latest-news-widget__latest__tease__link {
|
213
|
+
display: block
|
214
|
+
}
|
215
|
+
|
216
|
+
.latest-news-widget__latest__tease__img-mod--profile {
|
217
|
+
width: 80px;
|
218
|
+
position: absolute;
|
219
|
+
top: 0;
|
220
|
+
right: 0;
|
221
|
+
bottom: 0
|
222
|
+
}
|
223
|
+
|
224
|
+
.latest-news-widget__latest__tease__img-mod--profile .latest-news-widget__latest__tease__img {
|
225
|
+
max-height: 95%;
|
226
|
+
position: absolute;
|
227
|
+
right: 0;
|
228
|
+
bottom: 0
|
229
|
+
}
|
230
|
+
|
231
|
+
.latest-news-widget__latest__tease__overline {
|
232
|
+
margin-bottom: .4em;
|
233
|
+
font-size: 15px;
|
234
|
+
display: -ms-flexbox;
|
235
|
+
display: flex;
|
236
|
+
-ms-flex-align: center;
|
237
|
+
align-items: center
|
238
|
+
}
|
239
|
+
|
240
|
+
.latest-news-widget__latest__tease__overline:after {
|
241
|
+
content: "";
|
242
|
+
display: table;
|
243
|
+
clear: both
|
244
|
+
}
|
245
|
+
|
246
|
+
@media (max-width:1069px) {
|
247
|
+
.latest-news-widget__latest__tease__overline {
|
248
|
+
font-size: 14px
|
249
|
+
}
|
250
|
+
}
|
251
|
+
|
252
|
+
.latest-news-widget__latest__tease__h {
|
253
|
+
display: inline;
|
254
|
+
margin-bottom: 0;
|
255
|
+
line-height: 1.25
|
256
|
+
}
|
257
|
+
|
258
|
+
.latest-news-widget__latest__date {
|
259
|
+
color: #ddd
|
260
|
+
}
|
261
|
+
|
262
|
+
.latest-news-widget__latest__tease__link {
|
263
|
+
display: -ms-flexbox;
|
264
|
+
display: flex;
|
265
|
+
-ms-flex-align: center;
|
266
|
+
align-items: center;
|
267
|
+
-ms-flex-pack: justify;
|
268
|
+
justify-content: space-between;
|
269
|
+
text-decoration: none;
|
270
|
+
line-height: 1
|
271
|
+
}
|
272
|
+
|
273
|
+
.latest-news-widget__latest {
|
274
|
+
background: #fff;
|
275
|
+
width: 100%;
|
276
|
+
box-shadow: -1px 0 #000
|
277
|
+
}
|
278
|
+
|
279
|
+
@media (min-width:980px) {
|
280
|
+
.latest-news-widget__latest {
|
281
|
+
position: relative;
|
282
|
+
width: 40%;
|
283
|
+
padding-left: 20px;
|
284
|
+
z-index: 1;
|
285
|
+
display: -ms-flexbox;
|
286
|
+
display: flex;
|
287
|
+
-ms-flex-direction: column;
|
288
|
+
flex-direction: column;
|
289
|
+
-ms-flex-pack: justify;
|
290
|
+
justify-content: space-between
|
291
|
+
}
|
292
|
+
}
|
293
|
+
|
294
|
+
@media (min-width:1200px) {
|
295
|
+
.latest-news-widget__latest {
|
296
|
+
width: 30%
|
297
|
+
}
|
298
|
+
}
|
299
|
+
|
300
|
+
@keyframes fade-in {
|
301
|
+
to {
|
302
|
+
opacity: 1
|
303
|
+
}
|
304
|
+
}
|
305
|
+
|
306
|
+
@keyframes fade-out {
|
307
|
+
to {
|
308
|
+
opacity: 0
|
309
|
+
}
|
310
|
+
}
|
311
|
+
|
312
|
+
@keyframes latest-news-widget-out {
|
313
|
+
0% {
|
314
|
+
transform: scale(1.02);
|
315
|
+
opacity: 1
|
316
|
+
}
|
317
|
+
100% {
|
318
|
+
transform: scale(1);
|
319
|
+
opacity: 0
|
320
|
+
}
|
321
|
+
}
|
322
|
+
|
323
|
+
@keyframes latest-news-widget-in {
|
324
|
+
0% {
|
325
|
+
transform: scale(1.05);
|
326
|
+
opacity: 0
|
327
|
+
}
|
328
|
+
100% {
|
329
|
+
transform: scale(1.02);
|
330
|
+
opacity: 1
|
331
|
+
}
|
332
|
+
}
|
333
|
+
|
334
|
+
.latest-news-widget__feature-mod {
|
335
|
+
width: 100%;
|
336
|
+
display: -ms-flexbox;
|
337
|
+
display: flex;
|
338
|
+
overflow: hidden
|
339
|
+
}
|
340
|
+
|
341
|
+
@media (min-width:980px) {
|
342
|
+
.latest-news-widget__feature-mod {
|
343
|
+
width: 60%
|
344
|
+
}
|
345
|
+
}
|
346
|
+
|
347
|
+
@media (min-width:1200px) {
|
348
|
+
.latest-news-widget__feature-mod {
|
349
|
+
width: 70%
|
350
|
+
}
|
351
|
+
}
|
352
|
+
|
353
|
+
.latest-news-widget__feature-mod--inner {
|
354
|
+
min-width: 400%;
|
355
|
+
width: 400%;
|
356
|
+
display: -ms-flexbox;
|
357
|
+
display: flex
|
358
|
+
}
|
359
|
+
|
360
|
+
.latest-news-widget__feature {
|
361
|
+
position: relative;
|
362
|
+
overflow: hidden;
|
363
|
+
text-decoration: none;
|
364
|
+
min-width: 25%;
|
365
|
+
width: 25%
|
366
|
+
}
|
367
|
+
|
368
|
+
.latest-news-widget__feature:before {
|
369
|
+
display: block;
|
370
|
+
content: '';
|
371
|
+
border-left: 1px solid #000;
|
372
|
+
position: absolute;
|
373
|
+
top: 0;
|
374
|
+
bottom: 0;
|
375
|
+
left: 0
|
376
|
+
}
|
377
|
+
|
378
|
+
.latest-news-widget__feature.topper-trans-out {
|
379
|
+
opacity: 1;
|
380
|
+
animation: fade-out .3s ease forwards .25s
|
381
|
+
}
|
382
|
+
|
383
|
+
.latest-news-widget__feature.topper-trans-in {
|
384
|
+
opacity: 1;
|
385
|
+
animation: fade-in .3s ease forwards .25s
|
386
|
+
}
|
387
|
+
|
388
|
+
.disable-carousel .latest-news-widget__feature:not(:first-child) {
|
389
|
+
display: none
|
390
|
+
}
|
391
|
+
|
392
|
+
.topper-trans-in .latest-news-widget__feature__img-mod {
|
393
|
+
opacity: 0;
|
394
|
+
animation: latest-news-widget-in 1s ease forwards .2s
|
395
|
+
}
|
396
|
+
|
397
|
+
.topper-trans-out .latest-news-widget__feature__img-mod {
|
398
|
+
opacity: 1;
|
399
|
+
animation: latest-news-widget-out .5s ease forwards
|
400
|
+
}
|
401
|
+
|
402
|
+
@keyframes no-img-h-out {
|
403
|
+
from {
|
404
|
+
opacity: 1;
|
405
|
+
transform: translate3d(0, 0, 0)
|
406
|
+
}
|
407
|
+
to {
|
408
|
+
opacity: 0;
|
409
|
+
transform: translate3d(0, -35px, 0)
|
410
|
+
}
|
411
|
+
}
|
412
|
+
|
413
|
+
@keyframes no-img-h-in {
|
414
|
+
from {
|
415
|
+
opacity: 0;
|
416
|
+
transform: translate3d(0, 35px, 0)
|
417
|
+
}
|
418
|
+
to {
|
419
|
+
opacity: 1;
|
420
|
+
transform: translate3d(0, 0, 0)
|
421
|
+
}
|
422
|
+
}
|
423
|
+
|
424
|
+
.latest-news-widget__feature.topper-trans-out .latest-news-widget__feature__tease__h, .latest-news-widget__feature.topper-trans-out .latest-news-widget__feature__tease__overline, .latest-news-widget__feature.topper-trans-out .latest-news-widget__feature__text-mod {
|
425
|
+
animation: no-img-h-out .3s ease forwards
|
426
|
+
}
|
427
|
+
|
428
|
+
.latest-news-widget__feature.topper-trans-in .latest-news-widget__feature__text-mod {
|
429
|
+
opacity: 0;
|
430
|
+
animation: no-img-h-in .5s ease .2s forwards
|
431
|
+
}
|
432
|
+
|
433
|
+
.latest-news-widget__feature.topper-trans-in .latest-news-widget__feature__tease__h {
|
434
|
+
opacity: 0;
|
435
|
+
animation: no-img-h-in .5s ease .1s forwards
|
436
|
+
}
|
437
|
+
|
438
|
+
.latest-news-widget__feature.topper-trans-in .latest-news-widget__feature__tease__overline {
|
439
|
+
opacity: 0;
|
440
|
+
animation: no-img-h-in .5s ease forwards
|
441
|
+
}
|
442
|
+
|
443
|
+
.latest-news-widget__feature--image {
|
444
|
+
display: -ms-flexbox;
|
445
|
+
display: flex;
|
446
|
+
-ms-flex-direction: column;
|
447
|
+
flex-direction: column
|
448
|
+
}
|
449
|
+
|
450
|
+
@media (min-width:600px) and (max-width:1199px) {
|
451
|
+
.latest-news-widget__feature--image {
|
452
|
+
padding-bottom: 142px
|
453
|
+
}
|
454
|
+
.latest-news-widget__feature--image .latest-news-widget__feature__tease__hgroup {
|
455
|
+
min-height: 142px;
|
456
|
+
position: absolute;
|
457
|
+
right: 0;
|
458
|
+
left: 0;
|
459
|
+
bottom: 0
|
460
|
+
}
|
461
|
+
}
|
462
|
+
|
463
|
+
@media (min-width:1200px) {
|
464
|
+
.latest-news-widget__feature--image {
|
465
|
+
-ms-flex-direction: row;
|
466
|
+
flex-direction: row
|
467
|
+
}
|
468
|
+
}
|
469
|
+
|
470
|
+
.latest-news-widget__feature--image .latest-news-widget__feature__text-mod {
|
471
|
+
display: none
|
472
|
+
}
|
473
|
+
|
474
|
+
.latest-news-widget__feature--image .latest-news-widget__feature__tease__hgroup {
|
475
|
+
display: -ms-flexbox;
|
476
|
+
display: flex;
|
477
|
+
z-index: 1;
|
478
|
+
-ms-flex-direction: column;
|
479
|
+
flex-direction: column;
|
480
|
+
-ms-flex-pack: end;
|
481
|
+
justify-content: flex-end;
|
482
|
+
color: #fff;
|
483
|
+
background-color: #000;
|
484
|
+
padding: 0 20px 20px;
|
485
|
+
-ms-flex-order: 1;
|
486
|
+
order: 1;
|
487
|
+
-ms-flex-align: start;
|
488
|
+
align-items: flex-start
|
489
|
+
}
|
490
|
+
|
491
|
+
@media (min-width:980px) {
|
492
|
+
.latest-news-widget__feature--image .latest-news-widget__feature__tease__hgroup {
|
493
|
+
padding: 25px
|
494
|
+
}
|
495
|
+
}
|
496
|
+
|
497
|
+
@media (min-width:1200px) {
|
498
|
+
.latest-news-widget__feature--image .latest-news-widget__feature__tease__hgroup {
|
499
|
+
-ms-flex-order: 0;
|
500
|
+
order: 0;
|
501
|
+
width: 44.5%;
|
502
|
+
padding: 15px;
|
503
|
+
min-width: 230px
|
504
|
+
}
|
505
|
+
}
|
506
|
+
|
507
|
+
.latest-news-widget__feature__tease__overline {
|
508
|
+
display: inline-block;
|
509
|
+
color: #fff;
|
510
|
+
background-color: #000;
|
511
|
+
line-height: 1;
|
512
|
+
padding: 5px 7px 3px;
|
513
|
+
text-decoration: none;
|
514
|
+
font-size: 15px;
|
515
|
+
box-shadow: 0 0 0 1px #fff inset;
|
516
|
+
margin-bottom: 18px;
|
517
|
+
transition: background-color .25s ease;
|
518
|
+
margin-top: -10px
|
519
|
+
}
|
520
|
+
|
521
|
+
@media screen and (min-width: 980px) {
|
522
|
+
.latest-news-widget__feature__tease__overline {
|
523
|
+
background-color: #fff;
|
524
|
+
color: #000;
|
525
|
+
}
|
526
|
+
}
|
527
|
+
|
528
|
+
@media (max-width:1069px) {
|
529
|
+
.latest-news-widget__feature__tease__overline {
|
530
|
+
font-size: 14px
|
531
|
+
}
|
532
|
+
}
|
533
|
+
|
534
|
+
.latest-news-widget__feature:focus .latest-news-widget__feature__tease__overline, .latest-news-widget__feature:hover .latest-news-widget__feature__tease__overline {
|
535
|
+
color: #fff;
|
536
|
+
background-color: #000
|
537
|
+
}
|
538
|
+
|
539
|
+
@media (min-width:980px) {
|
540
|
+
.latest-news-widget__feature__tease__overline {
|
541
|
+
margin-top: 0
|
542
|
+
}
|
543
|
+
}
|
544
|
+
|
545
|
+
.latest-news-widget__feature--no-image {
|
546
|
+
padding: 20px;
|
547
|
+
display: -ms-flexbox;
|
548
|
+
display: flex;
|
549
|
+
-ms-flex-direction: column;
|
550
|
+
flex-direction: column;
|
551
|
+
-ms-flex-pack: end;
|
552
|
+
justify-content: flex-end
|
553
|
+
}
|
554
|
+
|
555
|
+
@media (min-width:1500px) {
|
556
|
+
.latest-news-widget__feature--no-image {
|
557
|
+
padding: 50px
|
558
|
+
}
|
559
|
+
}
|
560
|
+
|
561
|
+
.latest-news-widget__feature--no-image .latest-news-widget__feature__img-mod {
|
562
|
+
display: none
|
563
|
+
}
|
564
|
+
|
565
|
+
@media (min-width:1070px) {
|
566
|
+
.latest-news-widget__feature--no-image .latest-news-widget__feature__tease__h {
|
567
|
+
font-size: calc(50px + (56 - 50) * (100vw - 1070px)/ (1350 - 1070));
|
568
|
+
}
|
569
|
+
}
|
570
|
+
|
571
|
+
.latest-news-widget__feature--no-image .latest-news-widget__feature__tease__h span {
|
572
|
+
background: 0 0
|
573
|
+
}
|
574
|
+
|
575
|
+
.latest-news-widget__feature--video .latest-news-widget__feature__img-mod:after, .tease-grid__tease__img-mod-vid:after {
|
576
|
+
display: block;
|
577
|
+
background-color: #fff;
|
578
|
+
background-size: cover;
|
579
|
+
background-position: 50% 50%;
|
580
|
+
background-repeat: no-repeat;
|
581
|
+
content: ''
|
582
|
+
}
|
583
|
+
|
584
|
+
.latest-news-widget__feature__text-mod {
|
585
|
+
color: #fff;
|
586
|
+
padding-top: 15px;
|
587
|
+
margin-top: 15px;
|
588
|
+
font-family: harriet, serif;
|
589
|
+
font-size: 16px;
|
590
|
+
position: relative;
|
591
|
+
height: calc(6.7em + 25px);
|
592
|
+
overflow: hidden
|
593
|
+
}
|
594
|
+
|
595
|
+
.latest-news-widget__feature__text-mod:before {
|
596
|
+
position: absolute;
|
597
|
+
top: 0;
|
598
|
+
right: 0;
|
599
|
+
left: 0;
|
600
|
+
content: '';
|
601
|
+
display: block;
|
602
|
+
border-top: 1px solid #fff;
|
603
|
+
transition: all .5s ease .4s
|
604
|
+
}
|
605
|
+
|
606
|
+
.latest-news-widget__feature__text-mod .latest-news-widget__feature__text-mod__inner {
|
607
|
+
max-width: 925px
|
608
|
+
}
|
609
|
+
|
610
|
+
@media (min-width:770px) {
|
611
|
+
.latest-news-widget__feature__text-mod {
|
612
|
+
height: auto
|
613
|
+
}
|
614
|
+
.latest-news-widget__feature__text-mod .latest-news-widget__feature__text-mod__inner {
|
615
|
+
columns: 2
|
616
|
+
}
|
617
|
+
}
|
618
|
+
|
619
|
+
.latest-news-widget__feature__img-mod {
|
620
|
+
width: 100%;
|
621
|
+
background-size: cover;
|
622
|
+
background-position: 50% 50%;
|
623
|
+
position: relative
|
624
|
+
}
|
625
|
+
|
626
|
+
.latest-news-widget__feature__img-mod:before {
|
627
|
+
display: block;
|
628
|
+
content: '';
|
629
|
+
width: 100%;
|
630
|
+
padding-top: 66.66%
|
631
|
+
}
|
632
|
+
|
633
|
+
@media (min-width:1350px) {
|
634
|
+
.latest-news-widget__feature__img-mod {
|
635
|
+
width: 72.5%
|
636
|
+
}
|
637
|
+
}
|
638
|
+
|
639
|
+
.latest-news-widget__feature--photo .latest-news-widget__feature__img-mod, .latest-news-widget__feature--video .latest-news-widget__feature__img-mod {
|
640
|
+
width: 100%;
|
641
|
+
position: absolute;
|
642
|
+
top: 0;
|
643
|
+
right: 0;
|
644
|
+
bottom: 0;
|
645
|
+
left: 0
|
646
|
+
}
|
647
|
+
|
648
|
+
.latest-news-widget__feature--video .latest-news-widget__feature__img-mod:after {
|
649
|
+
position: absolute;
|
650
|
+
top: 50%;
|
651
|
+
left: 50%;
|
652
|
+
margin: -35px 0 0 -35px;
|
653
|
+
width: 70px;
|
654
|
+
height: 70px;
|
655
|
+
border-radius: 50%;
|
656
|
+
background-image: url(../../img/play-icon.svg);
|
657
|
+
border: 1px solid #000;
|
658
|
+
transition: all .2s ease
|
659
|
+
}
|
660
|
+
|
661
|
+
@media (min-width:600px) {
|
662
|
+
.latest-news-widget__feature--video .latest-news-widget__feature__img-mod:after {
|
663
|
+
width: 94px;
|
664
|
+
height: 94px;
|
665
|
+
margin: -47px 0 0 -47px
|
666
|
+
}
|
667
|
+
}
|
668
|
+
|
669
|
+
.latest-news-widget__feature--video .latest-news-widget__feature__img-mod:hover::after {
|
670
|
+
-ms-transform: scale(1.05);
|
671
|
+
transform: scale(1.05)
|
672
|
+
}
|
673
|
+
|
674
|
+
.latest-news-widget__feature__img {
|
675
|
+
opacity: 0;
|
676
|
+
width: 100%;
|
677
|
+
height: 100%;
|
678
|
+
position: absolute;
|
679
|
+
top: 0;
|
680
|
+
right: 0;
|
681
|
+
bottom: 0;
|
682
|
+
left: 0;
|
683
|
+
-ms-flex-order: 0;
|
684
|
+
order: 0
|
685
|
+
}
|
686
|
+
|
687
|
+
.latest-news-widget__feature__expert-img {
|
688
|
+
width: 6.7em;
|
689
|
+
height: 6.7em;
|
690
|
+
float: left;
|
691
|
+
box-shadow: 0 0 0 1px #fff inset;
|
692
|
+
margin-right: 10px;
|
693
|
+
margin-top: .4em;
|
694
|
+
background-size: cover;
|
695
|
+
background-position: 50% 50%
|
696
|
+
}
|
697
|
+
|
698
|
+
.latest-news-widget__dropcap {
|
699
|
+
text-align: center;
|
700
|
+
padding-top: .14em;
|
701
|
+
width: 1.31em;
|
702
|
+
height: 1.31em;
|
703
|
+
display: block;
|
704
|
+
float: left;
|
705
|
+
line-height: 1;
|
706
|
+
border: 1px solid;
|
707
|
+
margin-right: .26em;
|
708
|
+
margin-top: .14em;
|
709
|
+
font-family: harriet-display, serif;
|
710
|
+
font-size: 2.8em;
|
711
|
+
font-weight: 500
|
712
|
+
}
|
713
|
+
|
714
|
+
.latest-news-widget__feature__expert-name {
|
715
|
+
font-weight: 700
|
716
|
+
}
|
717
|
+
|
718
|
+
.latest-news-widget__feature__tease__h {
|
719
|
+
color: #fff;
|
720
|
+
text-decoration: none;
|
721
|
+
margin-bottom: 0;
|
722
|
+
font-family: 'Oswald', sans-serif;
|
723
|
+
font-size: 32px;
|
724
|
+
font-weight: 500;
|
725
|
+
letter-spacing: .1rem;
|
726
|
+
text-transform: uppercase;
|
727
|
+
line-height: 1;
|
728
|
+
max-width: 700px
|
729
|
+
}
|
730
|
+
|
731
|
+
@media screen and (min-width: 360px) {
|
732
|
+
.latest-news-widget__feature__tease__h {
|
733
|
+
font-size: 38px;
|
734
|
+
}
|
735
|
+
}
|
736
|
+
|
737
|
+
@media (min-width:600px) and (max-width:1069px) {
|
738
|
+
.latest-news-widget__feature__tease__h {
|
739
|
+
font-size: 46px
|
740
|
+
}
|
741
|
+
}
|
742
|
+
|
743
|
+
@media (min-width:1070px) {
|
744
|
+
.latest-news-widget__feature__tease__h {
|
745
|
+
font-size: calc(46px + (49 - 46) * (100vw - 1070px)/ (1350 - 1070))
|
746
|
+
}
|
747
|
+
}
|
748
|
+
|
749
|
+
// .latest-news-widget__feature__tease__h span {
|
750
|
+
// background-image: linear-gradient(transparent 85%, #fff 85%, #fff 87%, transparent 87%)
|
751
|
+
// }
|
752
|
+
@media screen and (min-width:1200px) {
|
753
|
+
.latest-news-widget__feature__tease__h {
|
754
|
+
width: 100%;
|
755
|
+
}
|
756
|
+
}
|
757
|
+
|
758
|
+
|
759
|
+
|
760
|
+
.latest-news-widget__latest__h--no-underline {
|
761
|
+
border-bottom: none;
|
762
|
+
}
|
763
|
+
|
764
|
+
.latest-news-widget__red-underline {
|
765
|
+
border-bottom-color: $primary-red;
|
766
|
+
border-bottom-style: solid;
|
767
|
+
border-bottom-width: thick;
|
768
|
+
}
|
769
|
+
|
770
|
+
.latest-news-widget--rollup__section-margin {
|
771
|
+
margin-left: auto;
|
772
|
+
margin-right: auto;
|
773
|
+
width: 95%;
|
774
|
+
}
|
775
|
+
|
776
|
+
@media screen and (min-width: 576px) {
|
777
|
+
.latest-news-widget--rollup__section-margin {
|
778
|
+
width: 90%;
|
779
|
+
}
|
780
|
+
}
|
781
|
+
|
782
|
+
@media screen and (min-width: 768px) {
|
783
|
+
.latest-news-widget--rollup__section-margin {
|
784
|
+
width: 70%;
|
785
|
+
}
|
786
|
+
}
|
787
|
+
|
788
|
+
@media screen and (min-width: 992px) {
|
789
|
+
.latest-news-widget--rollup__section-margin {
|
790
|
+
width: 60%;
|
791
|
+
}
|
792
|
+
}
|
793
|
+
|
794
|
+
@media screen and (min-width:1200px) {
|
795
|
+
.latest-news-widget--rollup__section-margin {
|
796
|
+
width: 50%;
|
797
|
+
}
|
798
|
+
}
|
799
|
+
|
800
|
+
.latest-news-widget--rollup__latest__tease-group {
|
801
|
+
list-style: none;
|
802
|
+
margin-bottom: 0;
|
803
|
+
padding-top: 2px;
|
804
|
+
padding-left: 0
|
805
|
+
}
|
806
|
+
|
807
|
+
@media (min-width:980px) {
|
808
|
+
.latest-news-widget--rollup__latest__tease-group {
|
809
|
+
padding-top: 0
|
810
|
+
}
|
811
|
+
}
|
812
|
+
|
813
|
+
.latest-news-widget--rollup__latest__tease-width {
|
814
|
+
width: 100%;
|
815
|
+
}
|
816
|
+
|
817
|
+
@media (min-width:600px) and (max-width:979px) {
|
818
|
+
.latest-news-widget--rollup__latest__tease-width:nth-child(odd) {
|
819
|
+
margin-right: 0;
|
820
|
+
}
|
821
|
+
.latest-news-widget--rollup__latest__tease-width:nth-child(even) {
|
822
|
+
margin-left: 0;
|
823
|
+
}
|
824
|
+
}
|
825
|
+
|
826
|
+
.latest-news-widget--rollup__latest__tease-width:first-child {
|
827
|
+
display: block;
|
828
|
+
}
|
829
|
+
|
830
|
+
.latest-news-widget__play-icon {
|
831
|
+
animation: fade-in .4s ease forwards .35s;
|
832
|
+
left: 50%;
|
833
|
+
margin-left: -30px;
|
834
|
+
margin-top: -30px;
|
835
|
+
opacity: 0;
|
836
|
+
position: absolute;
|
837
|
+
top: 17%;
|
838
|
+
width: 60px;
|
839
|
+
z-index: 999;
|
840
|
+
}
|
841
|
+
|
842
|
+
@media screen and (min-width: 360px) {
|
843
|
+
.latest-news-widget__play-icon {
|
844
|
+
left: 50%;
|
845
|
+
margin-left: -40px;
|
846
|
+
margin-top: -40px;
|
847
|
+
top: 20%;
|
848
|
+
width: 80px;
|
849
|
+
}
|
850
|
+
}
|
851
|
+
|
852
|
+
@media screen and (min-width: 410px) {
|
853
|
+
.latest-news-widget__play-icon {
|
854
|
+
top: 23%;
|
855
|
+
}
|
856
|
+
}
|
857
|
+
|
858
|
+
@media screen and (min-width: 500px) {
|
859
|
+
.latest-news-widget__play-icon {
|
860
|
+
top: 27%;
|
861
|
+
}
|
862
|
+
}
|
863
|
+
|
864
|
+
@media screen and (min-width: 576px) {
|
865
|
+
.latest-news-widget__play-icon {
|
866
|
+
margin-left: -50px;
|
867
|
+
margin-right: -50px;
|
868
|
+
top: 38%;
|
869
|
+
width: 100px;
|
870
|
+
}
|
871
|
+
}
|
872
|
+
|
873
|
+
@media screen and (min-width: 600px) {
|
874
|
+
.latest-news-widget__play-icon {
|
875
|
+
top: 30%;
|
876
|
+
}
|
877
|
+
}
|
878
|
+
|
879
|
+
@media screen and (min-width: 980px) {
|
880
|
+
.latest-news-widget__play-icon {
|
881
|
+
left: 50%;
|
882
|
+
margin-left: -65px;
|
883
|
+
margin-top: -65px;
|
884
|
+
top: 30%;
|
885
|
+
width: 130px;
|
886
|
+
}
|
887
|
+
}
|
888
|
+
|
889
|
+
@media screen and (min-width: 1200px) {
|
890
|
+
.latest-news-widget__play-icon {
|
891
|
+
left: 70%;
|
892
|
+
margin-left: -90px;
|
893
|
+
margin-top: -90px;
|
894
|
+
top: 50%;
|
895
|
+
width: 180px;
|
896
|
+
}
|
897
|
+
}
|
898
|
+
|
899
|
+
.latest-news-widget__play-icon.topper-trans-out {
|
900
|
+
animation: play-icon-out 1.1s ease forwards;
|
901
|
+
}
|
902
|
+
|
903
|
+
.latest-news-widget__play-icon.topper-trans-in {
|
904
|
+
animation-name: play-icon-in;
|
905
|
+
animation-duration: 1.1s;
|
906
|
+
animation-timing-function: ease;
|
907
|
+
animation-fill-mode: forwards;
|
908
|
+
}
|
909
|
+
|
910
|
+
@keyframes play-icon-out {
|
911
|
+
0% {
|
912
|
+
transform: scale(1.02);
|
913
|
+
opacity: .8
|
914
|
+
}
|
915
|
+
100% {
|
916
|
+
transform: scale(1);
|
917
|
+
opacity: 0
|
918
|
+
}
|
919
|
+
}
|
920
|
+
|
921
|
+
@keyframes play-icon-in {
|
922
|
+
0% {
|
923
|
+
transform: scale(1.08);
|
924
|
+
opacity: 0
|
925
|
+
}
|
926
|
+
100% {
|
927
|
+
transform: scale(1.02);
|
928
|
+
opacity: .8
|
929
|
+
}
|
930
|
+
}
|
931
|
+
|
932
|
+
.latest-news-widget__play-icon.play-zoom-in {
|
933
|
+
animation: play-zoom-in 1.1s ease forwards;
|
934
|
+
}
|
935
|
+
|
936
|
+
.latest-news-widget__play-icon.play-zoom-out {
|
937
|
+
animation: play-zoom-out 1.1s ease forwards;
|
938
|
+
}
|
939
|
+
|
940
|
+
@keyframes play-zoom-in {
|
941
|
+
0% {
|
942
|
+
transform: scale(1.02);
|
943
|
+
opacity: .8;
|
944
|
+
}
|
945
|
+
100% {
|
946
|
+
transform: scale(1.2);
|
947
|
+
opacity: .95;
|
948
|
+
}
|
949
|
+
}
|
950
|
+
|
951
|
+
@keyframes play-zoom-out {
|
952
|
+
0% {
|
953
|
+
transform: scale(1.2);
|
954
|
+
opacity: .95;
|
955
|
+
}
|
956
|
+
100% {
|
957
|
+
transform: scale(1.02);
|
958
|
+
opacity: .8;
|
959
|
+
}
|
960
|
+
}
|
961
|
+
|
962
|
+
.latest-news-widget__feature__yt-thumb {
|
963
|
+
background-repeat: no-repeat;
|
964
|
+
background-size: 120% auto;
|
965
|
+
-ms-filter: blur(0px);
|
966
|
+
filter: blur(0px);
|
967
|
+
}
|
968
|
+
|
969
|
+
.latest-news-widget__feature__yt-thumb {
|
970
|
+
-ms-filter: blur(1px);
|
971
|
+
filter: blur(1px);
|
972
|
+
}
|
973
|
+
|
974
|
+
@media screen and (min-width:576px) {
|
975
|
+
.latest-news-widget__feature__yt-thumb {
|
976
|
+
-ms-filter: blur(3px);
|
977
|
+
filter: blur(3px);
|
978
|
+
}
|
979
|
+
}
|
980
|
+
|
981
|
+
@media screen and (min-width:1200px) {
|
982
|
+
.latest-news-widget__feature__yt-thumb {
|
983
|
+
background-size: 280% auto;
|
984
|
+
-ms-filter: blur(5px);
|
985
|
+
filter: blur(5px);
|
986
|
+
}
|
987
|
+
}
|
988
|
+
|
989
|
+
@media screen and (min-width:1350px) {
|
990
|
+
.latest-news-widget__feature__yt-thumb {
|
991
|
+
background-size: 210% auto;
|
992
|
+
}
|
993
|
+
}
|
994
|
+
|
995
|
+
@media screen and (min-width:1400px) {
|
996
|
+
.latest-news-widget__feature__yt-thumb {
|
997
|
+
background-size: 200% auto;
|
998
|
+
}
|
999
|
+
}
|
1000
|
+
|
1001
|
+
@media screen and (min-width:1500px) {
|
1002
|
+
.latest-news-widget__feature__yt-thumb {
|
1003
|
+
background-size: 180% auto;
|
1004
|
+
}
|
1005
|
+
}
|
1006
|
+
|
1007
|
+
@media screen and (min-width:1800px) {
|
1008
|
+
.latest-news-widget__feature__yt-thumb {
|
1009
|
+
background-size: 160% auto;
|
1010
|
+
-ms-filter: blur(5px);
|
1011
|
+
filter: blur(5px);
|
1012
|
+
}
|
1013
|
+
}
|
1014
|
+
|
1015
|
+
.news__modal-thumb {
|
1016
|
+
margin-bottom: 10px;
|
1017
|
+
margin-right: 10px;
|
1018
|
+
max-width: 200px;
|
1019
|
+
}
|
1020
|
+
|
1021
|
+
.latest-news-widget__img-mod--crop {
|
1022
|
+
border-bottom-left-radius: 25px !important;
|
1023
|
+
border-bottom-right-radius: 25px !important;
|
1024
|
+
border-top-left-radius: 25px !important;
|
1025
|
+
border-top-right-radius: 25px !important;
|
1026
|
+
height: 50px !important;
|
1027
|
+
margin-right: 5px;
|
1028
|
+
min-height: 50px !important;
|
1029
|
+
min-width: 50px !important;
|
1030
|
+
overflow: hidden;
|
1031
|
+
width: 50px !important;
|
1032
|
+
}
|
1033
|
+
|
1034
|
+
@media screen and (min-width: 480px) {
|
1035
|
+
.latest-news-widget__img-mod--crop {
|
1036
|
+
border-bottom-left-radius: 40px !important;
|
1037
|
+
border-bottom-right-radius: 40px !important;
|
1038
|
+
border-top-left-radius: 40px !important;
|
1039
|
+
border-top-right-radius: 40px !important;
|
1040
|
+
height: 80px !important;
|
1041
|
+
min-height: 80px !important;
|
1042
|
+
min-width: 80px !important;
|
1043
|
+
width: 80px !important;
|
1044
|
+
}
|
1045
|
+
}
|