PluginProbe
Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets / 4.1.9
Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets v4.1.9
4.5.4 4.2.1 4.2.2 4.2.3 4.5.0 4.5.2 4.5.3 4.2.0 4.1.18 4.1.17 4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 All 146 releases
ultimate-post-kit / assets / css / upk-elite-grid.css

upk-elite-grid.css in Ultimate Post Kit – Elementor Post Grid, Post Carousel, Post Slider & Blog Layout Widgets 4.1.9, at assets/css/upk-elite-grid.css

507 lines 22.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .upk-elite-grid .upk-post-grid {
2 display: grid;
3 grid-gap: 20px;
4 }
5 .upk-elite-grid .upk-item {
6 position: relative;
7 overflow: hidden;
8 display: flex;
9 }
10 .upk-elite-grid .upk-item:hover .upk-main-image::before {
11 opacity: 0;
12 transform: translateY(-200px);
13 }
14 .upk-elite-grid .upk-item:hover .upk-meta-wrap {
15 opacity: 0;
16 transform: translateX(100px);
17 }
18 .upk-elite-grid .upk-item-box {
19 position: relative;
20 }
21 .upk-elite-grid .upk-image-wrap {
22 position: relative;
23 display: flex;
24 }
25 .upk-elite-grid .upk-main-image {
26 overflow: hidden;
27 display: flex;
28 position: relative;
29 width: 100%;
30 }
31 .upk-elite-grid .upk-main-image::before {
32 position: absolute;
33 content: "";
34 top: 0;
35 width: 100%;
36 height: 100%;
37 background: linear-gradient(207deg, #2B2D42 0, rgba(141, 153, 174, 0) 42%);
38 opacity: 1;
39 transform: translateY(0);
40 transition: all 0.9s cubic-bezier(0.17, 0.73, 0.66, 0.99) 0s, z-index 0s step-end, opacity 0.9s ease;
41 }
42 .upk-elite-grid .upk-main-image .upk-img {
43 width: 100%;
44 height: 100%;
45 object-fit: cover;
46 }
47 .upk-elite-grid .upk-author-wrap {
48 position: absolute;
49 bottom: 0;
50 left: 0;
51 background: #fff;
52 display: flex;
53 align-items: center;
54 }
55 .upk-elite-grid .upk-author-img-wrap img {
56 border-radius: 50%;
57 }
58 .upk-elite-grid .upk-author-info-warp {
59 display: flex;
60 flex-direction: column;
61 }
62 .upk-elite-grid .upk-author-info-warp .author-name .name {
63 text-decoration: none;
64 font-weight: 600;
65 color: #283D58;
66 text-transform: capitalize;
67 letter-spacing: 1.1px;
68 transition: all 0.3s ease-in-out;
69 }
70 .upk-elite-grid .upk-author-info-warp .author-depertment {
71 color: #8D99AE;
72 letter-spacing: 1px;
73 text-transform: capitalize;
74 }
75 .upk-elite-grid .upk-content {
76 display: flex;
77 align-items: center;
78 }
79 .upk-elite-grid .upk-title {
80 position: relative;
81 padding-left: 50px;
82 font-weight: 600;
83 line-height: 1.4;
84 margin-top: 0;
85 }
86 .upk-elite-grid .upk-title a {
87 color: #283D58;
88 transition: all 0.5s ease;
89 }
90 .upk-elite-grid .upk-title a:hover {
91 color: #EF233C;
92 background-size: 100% 2px;
93 }
94 .upk-elite-grid .upk-title a:before {
95 position: absolute;
96 content: "";
97 border: 1px solid #EF233C;
98 width: 37px;
99 left: 0;
100 }
101 .upk-elite-grid .upk-text-wrap {
102 padding-left: 50px;
103 }
104 .upk-elite-grid .upk-text {
105 line-height: 1.5;
106 letter-spacing: 0.5px;
107 color: #8D99AE;
108 }
109 .upk-elite-grid .upk-text p {
110 margin: 0;
111 }
112 .upk-elite-grid .upk-blog-post-meta {
113 display: flex;
114 align-items: center;
115 }
116 .upk-elite-grid .upk-blog-post-meta .author {
117 width: 40px;
118 border-radius: 30px;
119 }
120 .upk-elite-grid .upk-blog-post-meta .author-name {
121 text-decoration: none;
122 font-weight: 600;
123 }
124 .upk-elite-grid .upk-meta-list {
125 display: none;
126 }
127 .upk-elite-grid .upk-meta-wrap {
128 position: absolute;
129 right: 20px;
130 top: 20px;
131 display: inline-flex;
132 align-items: center;
133 opacity: 1;
134 transform: translateX(0);
135 transition: all 0.8s cubic-bezier(0.17, 0.73, 0.66, 0.99) 0s, z-index 0s step-end, opacity 0.6s ease;
136 }
137 .upk-elite-grid .upk-category {
138 display: flex;
139 margin-left: 10px;
140 }
141 .upk-elite-grid .upk-category a {
142 font-size: 14px;
143 color: #dddfe2;
144 font-weight: 600;
145 padding: 4px 8px;
146 display: flex;
147 line-height: 1;
148 border-radius: 3px;
149 transition: all 0.3s ease;
150 z-index: 1;
151 }
152 .upk-elite-grid .upk-category a + a {
153 margin-left: 5px;
154 }
155 .upk-elite-grid .upk-reading-time,
156 .upk-elite-grid .upk-post-time,
157 .upk-elite-grid .upk-date {
158 font-size: 14px;
159 color: #ffffff;
160 display: flex;
161 line-height: 1;
162 z-index: 1;
163 }
164 .upk-elite-grid .upk-post-time i {
165 margin-right: 2px;
166 }
167 .upk-elite-grid .upk-style-1 {
168 grid-template-columns: repeat(1, 1fr);
169 }
170 .upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-author-wrap {
171 padding: 20px 20px 20px 0;
172 }
173 .upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-author-img-wrap img {
174 width: 38px;
175 }
176 .upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-author-info-warp {
177 padding-left: 15px;
178 }
179 .upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-author-info-warp .author-name .name {
180 font-size: 14px;
181 }
182 .upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-author-info-warp .author-depertment {
183 font-size: 12px;
184 }
185 .upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-content {
186 padding: 30px 30px 30px 0;
187 }
188 .upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-title {
189 margin-bottom: 10px;
190 font-size: 16px;
191 }
192 .upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-title a:before {
193 top: 12px;
194 }
195 .upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-text {
196 font-size: 13px;
197 }
198 .upk-elite-grid .upk-style-2 {
199 grid-template-columns: repeat(6, 1fr);
200 }
201 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) {
202 grid-column: span 6/auto;
203 }
204 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-item-box {
205 display: block;
206 }
207 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-author-wrap {
208 padding: 20px 20px 20px 0;
209 }
210 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-author-img-wrap img {
211 width: 38px;
212 }
213 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-author-info-warp {
214 padding-left: 15px;
215 }
216 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-author-info-warp .author-name .name {
217 font-size: 14px;
218 }
219 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-author-info-warp .author-depertment {
220 font-size: 12px;
221 }
222 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-content {
223 padding: 20px;
224 }
225 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-title {
226 margin-bottom: 10px;
227 font-size: 16px;
228 }
229 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-title a:before {
230 top: 18px;
231 }
232 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-text {
233 font-size: 13px;
234 }
235 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) {
236 grid-column: span 6/auto;
237 }
238 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-author-wrap, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-author-wrap, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-author-wrap, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-author-wrap {
239 padding: 20px 20px 20px 0;
240 }
241 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-author-img-wrap img, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-author-img-wrap img, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-author-img-wrap img, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-author-img-wrap img {
242 width: 38px;
243 }
244 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-author-info-warp, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-author-info-warp, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-author-info-warp, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-author-info-warp {
245 padding-left: 15px;
246 }
247 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-author-info-warp .author-name .name, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-author-info-warp .author-name .name, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-author-info-warp .author-name .name, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-author-info-warp .author-name .name {
248 font-size: 14px;
249 }
250 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-author-info-warp .author-depertment, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-author-info-warp .author-depertment, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-author-info-warp .author-depertment, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-author-info-warp .author-depertment {
251 font-size: 12px;
252 }
253 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-content, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-content, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-content, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-content {
254 padding-top: 30px;
255 padding-right: 30px;
256 }
257 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-title, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-title, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-title, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-title {
258 margin-bottom: 10px;
259 font-size: 16px;
260 }
261 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-title a:before, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-title a:before, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-title a:before, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-title a:before {
262 top: 12px;
263 }
264 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-text-wrap, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-text-wrap, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-text-wrap, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-text-wrap {
265 display: none;
266 }
267 .upk-elite-grid .upk-style-3 {
268 grid-template-columns: repeat(6, 1fr);
269 }
270 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) {
271 grid-column: span 6/auto;
272 grid-row: span 3/auto;
273 }
274 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-author-wrap {
275 padding: 20px 20px 20px 0;
276 }
277 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-author-img-wrap img {
278 width: 38px;
279 }
280 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-author-info-warp {
281 padding-left: 15px;
282 }
283 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-author-info-warp .author-name .name {
284 font-size: 14px;
285 }
286 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-author-info-warp .author-depertment {
287 font-size: 12px;
288 }
289 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-content {
290 padding: 30px 30px 30px 0;
291 }
292 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-title {
293 margin-bottom: 10px;
294 font-size: 16px;
295 }
296 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-title a:before {
297 top: 12px;
298 }
299 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-text {
300 font-size: 13px;
301 }
302 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2), .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3), .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) {
303 grid-column: span 6/auto;
304 }
305 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-item-box, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-item-box, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-item-box {
306 display: block;
307 }
308 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-main-image::before, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-main-image::before, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-main-image::before {
309 content: none;
310 }
311 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-wrap {
312 padding: 5px 5px 5px 0;
313 }
314 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-img-wrap img, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-img-wrap img, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-img-wrap img {
315 width: 30px;
316 }
317 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-info-warp, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-info-warp, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-info-warp {
318 padding-left: 10px;
319 }
320 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-info-warp .author-name, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-info-warp .author-name, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-info-warp .author-name {
321 margin-bottom: 0px;
322 }
323 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-info-warp .author-name .name, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-info-warp .author-name .name, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-info-warp .author-name .name {
324 font-size: 12px;
325 }
326 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-info-warp .author-depertment, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-info-warp .author-depertment, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-info-warp .author-depertment {
327 font-size: 10px;
328 }
329 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-content, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-content, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-content {
330 padding-top: 15px;
331 padding-right: 15px;
332 padding-left: 15px;
333 }
334 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-title, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-title, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-title {
335 margin-bottom: 10px;
336 font-size: 12px;
337 }
338 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-title a:before, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-title a:before, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-title a:before {
339 top: 12px;
340 }
341 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-text-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-text-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-text-wrap {
342 display: none;
343 }
344 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-meta-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-meta-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-meta-wrap {
345 display: none;
346 }
347 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-meta-list, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-meta-list, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-meta-list {
348 display: flex;
349 padding-left: 50px;
350 }
351 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-meta-list .upk-date, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-meta-list .upk-date, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-meta-list .upk-date {
352 margin-left: 10px;
353 margin-right: 0;
354 }
355 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-category, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-category, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-category {
356 margin-left: 0;
357 }
358 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-reading-time,
359 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-post-time,
360 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-date, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-reading-time,
361 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-post-time,
362 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-date, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-reading-time,
363 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-post-time,
364 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-date {
365 color: #999;
366 }
367 .upk-elite-grid .upk-date-reading-wrap > div {
368 position: relative;
369 display: inline-flex;
370 }
371 .upk-elite-grid .upk-date-reading-wrap > div:before {
372 content: attr(data-separator);
373 margin: 0 5px;
374 }
375 .upk-elite-grid .upk-date-reading-wrap > div:nth-child(1)::before {
376 display: none;
377 }
378
379 .upk-global-link-yes .upk-elite-grid .upk-item:hover {
380 cursor: pointer;
381 }
382
383 @media only screen and (min-width: 600px) {
384 .upk-elite-grid .upk-style-1 {
385 grid-template-columns: repeat(3, 1fr);
386 }
387 .upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-title {
388 margin-bottom: 20px;
389 font-size: 20px;
390 }
391 .upk-elite-grid .upk-style-1 .upk-item:nth-child(n+1) .upk-text-wrap .upk-text {
392 font-size: 15px;
393 }
394 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) {
395 grid-column: span 4/auto;
396 }
397 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-item-box {
398 display: flex;
399 }
400 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-image-wrap {
401 max-width: 50%;
402 min-width: 50%;
403 }
404 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-title {
405 margin-bottom: 20px;
406 font-size: 25px;
407 }
408 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-text {
409 font-size: 16px;
410 }
411 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) {
412 grid-column: span 2/auto;
413 }
414 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-title, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-title, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-title, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-title {
415 margin-bottom: 20px;
416 font-size: 20px;
417 }
418 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-text, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-text, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-text, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-text {
419 font-size: 15px;
420 }
421 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) {
422 grid-column: span 3/auto;
423 }
424 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-title {
425 margin-bottom: 20px;
426 font-size: 25px;
427 }
428 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-title a:before {
429 top: 16px;
430 }
431 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) .upk-text {
432 font-size: 16px;
433 }
434 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2), .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3), .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) {
435 grid-column: span 3/auto;
436 }
437 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-item-box, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-item-box, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-item-box {
438 display: flex;
439 }
440 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-image-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-image-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-image-wrap {
441 width: 40%;
442 }
443 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-content, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-content, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-content {
444 width: 60%;
445 }
446 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-wrap {
447 padding: 10px 10px 10px 0;
448 }
449 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-img-wrap img, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-img-wrap img, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-img-wrap img {
450 width: 32px;
451 }
452 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-info-warp, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-info-warp, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-info-warp {
453 padding-left: 12px;
454 }
455 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-info-warp .author-name .name, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-info-warp .author-name .name, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-info-warp .author-name .name {
456 font-size: 14px;
457 }
458 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-author-info-warp .author-depertment, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-author-info-warp .author-depertment, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-author-info-warp .author-depertment {
459 font-size: 12px;
460 }
461 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-content, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-content, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-content {
462 padding-top: 0px;
463 padding-right: 30px;
464 }
465 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-title, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-title, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-title {
466 margin-bottom: 10px;
467 font-size: 16px;
468 }
469 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-title a:before, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-title a:before, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-title a:before {
470 top: 12px;
471 }
472 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-text-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-text-wrap, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-text-wrap {
473 display: none;
474 }
475 }
476 @media only screen and (min-width: 600px) and (max-width: 1024px) {
477 .upk-elite-grid .upk-style-1 {
478 grid-template-columns: repeat(2, 1fr);
479 }
480 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) {
481 grid-column: span 6/auto;
482 }
483 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-title {
484 font-size: 20px;
485 }
486 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-title a:before {
487 top: 14px;
488 }
489 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+1) .upk-text {
490 font-size: 15px;
491 }
492 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4), .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) {
493 grid-column: span 3/auto;
494 }
495 .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+2) .upk-title a:before, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+3) .upk-title a:before, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+4) .upk-title a:before, .upk-elite-grid .upk-style-2 .upk-item:nth-child(5n+5) .upk-title a:before {
496 top: 14px;
497 }
498 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+1) {
499 grid-column: span 6/auto;
500 }
501 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2), .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3), .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) {
502 grid-column: span 6/auto;
503 }
504 .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+2) .upk-item-box, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+3) .upk-item-box, .upk-elite-grid .upk-style-3 .upk-item:nth-child(4n+4) .upk-item-box {
505 display: flex;
506 }
507 }