This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
545 lines (492 loc) · 29.4 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
/* ==================================================
Theme Name: WPEX Corporate
Version: 3.0
Description: Corporate WordPress Theme by WPExplorer
Author: WPExplorer
Author URI: https://www.wpexplorer.com/
Theme URI: https://www.wpexplorer.com/free-wordpress-themes/
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Text Domain: wpex-corporate
/* Reset
================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:inherit;font-style:inherit;font-weight:inherit;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}body{background:#fff;line-height:1;}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0;}caption,th,td{font-weight:normal;text-align:left;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}blockquote,q{quotes:none}a:hover,a:active{outline:0}a img{border:0}img{max-width:100%;height:auto;}select{max-width:100%}
/* CSS Vars
================================================== */
:root {
--wpex-accent: #02aace;
--wpex-on-accent: #fff;
--wpex-on-accent: #fff;
--wpex-text-sm: 0.875em;
--wpex-text-lg: 1.125em;
--wpex-text-xl: 1.25em;
--wpex-text-2xl: 1.5em;
--wpex-text-3xl: 1.875em;
}
/* The Grid
================================================== */
.col:after,
.clr:after,
.group:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; zoom: 1; }
.col { display: block; float: left; float: inline-start; margin: 0 0 2% 1.6%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/*percent grid*/
.wpex-row { margin: 0 -10px }
.wpex-row .col { float: left; float: inline-start; margin: 0 0 20px; padding: 0 10px; }
.wpex-row .col-1 { clear: both; }
.wpex-row .span_1_of_1 { width: 100%; }
.wpex-row .span_1_of_2 { width: 50% }
.wpex-row .span_1_of_3 { width: 33.33333333% }
.wpex-row .span_1_of_4 { width: 25% }
.wpex-row .span_1_of_5 { width: 20% }
.wpex-row .span_1_of_6 { width: 16.66666667% }
/*clear float and remove left margin*/
.clr-margin { margin-inline-start: 0 }
.count-1 { clear: both; margin-inline-start: 0; }
.col-1,
.col.first { clear: both; margin-inline-start: 0; }
/* Body & Main
================================================== */
body { background: #ddd; color: #676767; font-size: 1rem; line-height: 1.5; font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; }
a { color: #21859c; text-decoration: underline; }
.container { margin: 0 auto; max-width: 1140px; box-sizing: border-box; }
#wrap { margin-top: 60px; margin-bottom: 60px; background: #fff; padding: 0 30px; overflow: hidden; }
#primary { padding-bottom: 40px; }
body.page-template-templateshome-php #primary { padding-bottom: 0; }
.left-content { float: left; float: inline-start; width: calc(100% - 340px); }
.sidebar-container { float: right; float: inline-end; width: 300px; }
/* Commons
================================================== */
.clr:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.clear { clear: both }
img { height: auto; max-width: 100%; }
blockquote, .wp-block-quote { border-inline-start: 3px solid; padding-inline-start: 1.5em; }
blockquote.left { float: left; float: inline-start; margin-inline-start: 0; margin-inline-end: 20px; text-align: right; width: 33%; }
blockquote.right { float: right; float: inline-end; margin-inline-start: 20px; margin-inline-end: 0; text-align: left; width: 33%; }
pre { background: #f9f9f9; padding: 20px; margin-bottom: 30px; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-family: 'Verdana'; }
address { letter-spacing: 1px; margin: 20px 0; }
#page-featured-img { margin-bottom: 25px; position: relative; }
#page-featured-img img { display: block; width: 100%; }
.double-divider { display: block; width: 100%; height: 3px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 40px 0; }
.heading { font-size: var(--wpex-text-xl); margin: 0 0 20px; padding-bottom: 5px; border-bottom: 1px solid #eee; }
.page-thumbnail { margin-bottom: 30px; }
.page-thumbnail img { display: block; }
body.page-template-templatesfullwidth-php .page-thumbnail { margin-top: -40px; margin-inline-start: -30px; margin-inline-end: -30px; }
/* Lists
================================================== */
.entry ul { margin: 30px 0 30px 20px }
.entry ul li,
.entry ol li { margin: 0 0 5px }
.entry ol { margin: 30px 0 30px 25px }
.entry ul { list-style: disc }
.entry ol { list-style: decimal }
/* Typography
================================================== */
h1,h2,h3,h4,h5,h6 { font-weight: 600; color: #000; line-height: 1.5; }
h1 { font-size: var(--wpex-text-3xl); margin: 0 0 20px; }
h2 { font-size: var(--wpex-text-2xl) }
h3 { font-size: var(--wpex-text-xl) }
h4 { font-size: var(--wpex-text-lg) }
h5 { font-size: 1em }
h6 { font-size: 1em }
p, .post-content > * { margin: 0 0 20px }
h1 a, h2 a, h3 a, h4 a { color: inherit; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { color: var(--wpex-accent); text-decoration: none; }
p.lead { color: #777; font-size: var(--wpex-text-xl); line-height: 27px; }
em { font-style: italic }
strong { font-weight: 600; }
small { font-size: 80% }
hr { border: solid #eee; border-width: 1px 0 0; clear: both; height: 0; margin: 40px 0; }
/* Page Header
================================================== */
.page-header { position: relative; margin-bottom: 30px; }
.page-template-templatesportfolio-php .page-header { margin-bottom: 25px; }
.page-header-title { color: #000000; font-size: var(--wpex-text-3xl); margin: 0; }
.single-post .page-header { margin: 0 0 20px; }
.single-post .page-header-title { margin: 0 0 10px; font-size: var(--wpex-text-3xl); }
.search-results .page-header { padding-bottom: 30px; border-bottom: 1px solid #ddd; }
.single-portfolio .page-header { margin: 0 0 10px; }
#archive-description { margin-top: 20px; }
#archive-description p:last-child { margin: 0; }
/* Header
================================================== */
/*header*/
#header-wrap { padding: 40px 30px; margin: 0 -30px; }
#header { position: relative; }
.header-centered { text-align: center; }
/*logo*/
#logo img { vertical-align: middle; max-width: 100%; }
#logo a { color: #000; font-size: var(--wpex-text-3xl); font-weight: 600; text-decoration: none; }
/*search*/
#header-search { position: absolute; top: 50%; margin-top: -20px; right: 0; height: 40px; width: 240px; }
#header-search input { width: 100%; font-size: var(--wpex-text-sm); border: none; background: #eee; padding: 1em; line-height: 1.4; }
/* Main Navigation
================================================== */
.sf-menu,
.sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative }
.sf-menu ul { position: absolute; display: none; top: 100%; left: 0; z-index: 10001; }
.sf-menu > li { float: left }
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul { display: block }
.sf-menu a { display: block; position: relative; }
.sf-menu ul ul { top: 0; left: 100%; }
.sf-menu { float: left }
.sf-menu ul { min-width: 160px; }
.sf-menu a { zoom: 1 }
.sf-menu li { position: relative; white-space: nowrap; transition: background .2s; }
.sf-menu li:hover,
.sf-menu li.sfHover { transition: none; }
.sf-menu .sf-mega { position: absolute; display: none; top: 100%; left: 0; z-index: 99; }
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega { display: block }
/*styling*/
#site-navigation-wrap { background: #222; margin: 0 -30px 40px; height: 55px; }
#site-navigation .dropdown-menu li { display: block; float: left; float: inline-start; height: 55px; line-height: 55px; }
#site-navigation .dropdown-menu a { color: #999; font-weight: 400; text-decoration: none; text-align: left; cursor: pointer; padding: 0 30px; }
#site-navigation .dropdown-menu > li > a:hover,
#site-navigation .dropdown-menu > li.sfHover > a,
#site-navigation .dropdown-menu > .current-menu-item > a,
#site-navigation .dropdown-menu > .current-menu-item > a:hover { background: var(--wpex-accent); color: var(--wpex-on-accent); }
/*drop-down styles*/
#site-navigation .dropdown-menu ul { background: #000; background: rgba(0,0,0,0.90); }
#site-navigation .dropdown-menu ul a { display: block; height: auto; line-height: 1.7em; padding: 10px 20px; margin: 0px; border: 0px; text-transform: none; }
#site-navigation .dropdown-menu ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.08); line-height: 1.4em; height: auto; float: none; display: block; }
#site-navigation .dropdown-menu ul li > a:hover { color: #fff }
#site-navigation .dropdown-menu ul li:last-child { border: none; }
/* Sidebar
================================================== */
.sidebar-container .sidebar-widget { margin-bottom: 40px; }
.sidebar-container .sidebar-widget .widget-title { font-size: var(--wpex-text-lg); margin: 0 0 20px; font-weight: 600; }
/* Widgets
================================================== */
.sidebar-container select { width: 100%; }
/*calendar widget*/
#wp-calendar { width: 100%; font-size: 11px; }
#wp-calendar thead th { background: #f5f5f5; border: 1px solid #ddd; border-top: none; font-size: 11px; }
#wp-calendar tbody td { text-align: center; border: 1px solid #ddd; line-height: 2.5em; transition: background 0.15s ease; }
#wp-calendar tbody td a,
#wp-calendar tbody td a:hover { color: var(--wpex-accent); text-decoration: underline; }
#wp-calendar tfoot td { padding-top: 1px; padding: 4px; }
#wp-calendar caption { cursor: pointer; font-size: 12px; text-transform: uppercase; margin: 0; padding: 12px; outline: 0 none !important; background: var(--wpex-accent); color: var(--wpex-on-accent); }
#wp-calendar tbody a { display: block; text-decoration: underline; }
#wp-calendar th { text-align: center; border: 1px solid transparent; border-top: none; padding: 2px 0; color: #a7a7a7; }
#wp-calendar tfoot td#next { text-align: right; }
#footer #wp-calendar thead th { background: #232323 }
#footer #wp-calendar thead th,
#footer #wp-calendar tbody td { border-color: #333 }
/* Posts
================================================== */
.loop-entry { border-bottom: 1px solid #eee; margin-bottom: 40px; padding-bottom: 40px; }
.loop-entry.post-entry p:last-child { margin: 0 }
.loop-entry-title{ font-size: var(--wpex-text-3xl); margin: 0 0 10px; }
.loop-entry-thumbnail,
.post-thumbnail { margin-bottom: 20px; }
.post-thumbnail img { aspect-ratio: 16/9; object-fit: cover; display: block; width: 100%; }
.loop-entry-thumbnail img { display: block; width: 100%; box-shadow: #000 0em 0em 0em; aspect-ratio: 16/9; object-fit: cover; }
.loop-entry-thumbnail img:hover { opacity: 0.8; }
.entry-footer { margin-block: 40px; }
.author-info { margin-top: 40px; }
.author-info .author-info-inner { position: relative; padding-inline-start: 100px; }
.author-info .author-avatar { position: absolute; left: 0; top: 0; }
.author-info .author-avatar img { border-radius: 2px; }
/* Post Meta
================================================== */
.post-meta { color: #000; display: block; float: none; font-size: var(--wpex-text-sm); line-height: 2em; margin-bottom: 20px; }
.post-meta li { display: block; float: left; float: inline-start; margin: 0; }
.post-meta li .meta-seperator { margin-inline: 10px; opacity: .5; }
.post-meta .meta-date-text,
.post-meta a { color: inherit; }
.post-meta a { text-decoration: underline; }
.post-meta a:hover { color: var(--wpex-accent); }
/* Search
================================================== */
.search-entry { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ddd; }
.search-entry-thumbnail { float: left; float: inline-start; margin: 0 20px 0 0; }
.search-entry-thumbnail img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.search-entry-thumbnail a:hover img { opacity: 0.8; }
.search-entry-title { margin: 0 0 15px; font-size: var(--wpex-text-lg) }
.search-entry.no-featured-image { padding-inline-start: 0; }
/* Pagination
================================================== */
ul.page-numbers { list-style: none; margin: 0; }
.page-template-templatesportfolio-php ul.page-numbers,
.tax-portfolio_category ul.page-numbers { margin-top: 20px; }
ul.page-numbers li { display: block; float: left; float: inline-start; text-align: center; }
.page-numbers:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.page-numbers a,
.page-numbers span,
#edd_download_pagination .page-numbers { background-color: transparent; border: 0; color: #606060; background: #ddd; cursor: pointer; display: block; float: left; float: inline-start; height: 30px; line-height: 30px; margin-inline-end: 4px; margin-top: 4px; width: auto; padding: 0 12px; text-align: center; text-decoration: none; }
.page-numbers a:hover,
.page-numbers span.current,
#edd_download_pagination .page-numbers:hover,
#edd_download_pagination .page-numbers.current { background: var(--wpex-accent); color: var(--wpex-on-accent); text-decoration: none; }
.infinite-scroll ul.page-numbers { display: none !important }
/* FlexSlider
================================================== */
/* Necessary Styles*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; margin: 0; }
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block; aspect-ratio: 16/9; object-fit: cover;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
/*main*/
.flexslider-container { position: relative; }
.flexslider-container img { display: block; }
/*next/prev*/
.flex-direction-nav { z-index: 9; position: absolute; bottom:0; right: 0; }
.flex-direction-nav li { display: block; float: left; float: inline-start; margin-inline-start: 0; }
.flex-direction-nav li a { display: block; height: 30px; line-height: 30px; width: 35px; text-align: center; opacity: 0.8; background: #000; color: #fff; font-size: 14px; }
.flex-direction-nav li a:hover { opacity: 1; background: var(--wpex-accent); color: var(--wpex-on-accent); text-decoration: none; }
.flex-direction-nav li a .genericon { font-size: 16px; height: 30px; line-height: 30px; }
/*pagination*/
.flex-control-nav { margin-top: 20px; }
.flex-control-nav li { display: block; float: left; float: inline-start; }
.flex-control-nav a { background-color: transparent; border: 0; color: #606060; background: #ddd; cursor: pointer; display: block; float: left; float: inline-start; height: 30px; line-height: 30px; margin-inline-end: 2px; width: 30px; text-align: center; ftext-decoration: none; }
.flex-control-nav a:hover,
.flex-control-nav a.flex-active { background: var(--wpex-accent); color: var(--wpex-on-accent); text-decoration: none; }
/* Homepage
================================================== */
#homepage-slider-wrap { margin: -40px -30px 30px; }
#homepage-content { margin-bottom: 35px; }
#homepage-features,
#homepage-portfolio { margin-bottom: 35px; }
#homepage-content p:last-child { margin: 0; }
#homepage-content { padding: 30px; background: #f4f4f4; border-radius: 4px; font-size: 1.3em; text-align: center; color: #000; }
/* Feature Entries
================================================== */
.feature-thumbnail { margin: 0 0 20px; }
.feature-thumbnail img { display: block; margin-inline: auto; }
.feature-thumbnail a:hover img { opacity: 0.8; }
.feature-entry-title { margin: 0 0 10px; font-size: var(--wpex-text-xl); }
.feature-icon-font { margin-inline-end: 10px; }
.feature-entry-content p:last-child { margin: 0; }
/* Portfolio
================================================== */
/*main*/
#portfolio-wrap { position: relative }
#portfolio-wrap ul { margin: 0px; list-style: none; }
#portfolio-description { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #e6e6e6; }
#portfolio-description p:last-child,
.portfolio-description p { margin: 0 }
/*portfolio entry*/
.portfolio-entry.grid-2 { margin-bottom: 60px }
.portfolio-entry.grid-3 { margin-bottom: 40px }
.portfolio-entry.grid-4 { margin-bottom: 40px }
.portfolio-entry-img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.portfolio-entry a { text-decoration: none }
.portfolio-entry a:hover { text-decoration: none }
.portfolio-entry-content { margin-top: 20px }
.portfolio-entry-heading h3 { margin: 0 0 10px }
.portfolio-entry .overlayparent { position: relative; display: block; }
.portfolio-entry .overlay { visibility: hidden; opacity: 0; position: absolute; display: block; height: 100%; width: 100%; position: absolute; top: 0; left: 0; background-color: #000; transition: all 0.1s ease-in-out; }
.portfolio-entry .overlayparent:hover .overlay { visibility: visible; opacity: 0.75; }
.portfolio-entry .overlay h3 { color: #fff; margin: 30px 30px 0; font-size: var(--wpex-text-lg); }
.single-portfolio .post-slider-wrap,
.single-portfolio .post-thumbnail { margin: -40px -30px 30px; }
/* Staff
================================================== */
.staff-entry-media img { display: block; aspect-ratio: 1/1; object-fit: cover; object-position: center top; display: block; width: 100%; }
.staff-entry-title { font-size: 18px; margin: 15px 0; }
/* Forms / Inputs / Buttons
================================================== */
/*inputs*/
input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="tel"]:focus,textarea:focus { color: #676767; outline: none; }
input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="tel"],
textarea { -moz-box-sizing: border-box; -webkit-appearance: none; -webkit-box-sizing: border-box; background: transparent; border: 2px solid #ededed; box-sizing: border-box; color: #606060; display: block; font-size: 1em; margin: 0; max-width: 100%; padding: 1em; }
textarea { width: 100%; }
button,
input[type="button"],
input[type="submit"] { -webkit-appearance: none; background: var(--wpex-accent); border: transparent; border-radius: 3px; color: var(--wpex-on-accent); cursor: pointer; display: inline-block; font-size: 1em; font-weight: 600; outline: none; padding: 1em 2em; line-height: 1.4; position: relative; }
.entry input[type="submit"] { margin-top: 10px; }
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover { background-color: #000 }
a.view-all { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; background: #EEEEEE; border-radius: 3px; padding: 8px 20px; text-align: center; width: 100%; color: #808080; }
.wp-block-search__button { border: 0; padding: 1em 2em; }
/* Search
================================================== */
input[type="search"] { -moz-box-sizing: border-box; -webkit-appearance: none; -webkit-box-sizing: border-box; background: #fff; border: none; border-radius: 0; box-sizing: border-box; color: #666;font-size: 0.813em; outline: none; padding: 10px 14px; width: 100%; border: 1px solid #ddd; }
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none }
input[type="search"]::-webkit-search-decoration { display: none }
/* Comments
================================================== */
#comments { margin-top: 40px }
#comments span.required { color: #C30 }
#comments-title { margin-bottom: 40px; }
.commentlist { margin: 0 }
.commentlist .children { margin-inline-start: 30px; }
.commentlist li { list-style: none; margin: 0; }
.commentlist .comment { border-bottom: 1px solid #eee;margin-bottom: 40px; padding-bottom: 40px; }
.comment-author { left: 0; position: absolute; top: 0; }
.comment-author .avatar { display: block; border-radius: 2px; }
.comment-meta { margin-bottom: 10px }
.comment-meta .fn { font-size: 1.1em; color: #000; display: block; }
.comment-date { display: inline-block; margin-inline-end: 12px; }
.comment-details { margin-inline-start: 80px; }
.comment-content p:last-child { margin: 0 }
:is(.comment-date,.comment-meta) a { text-decoration: none; }
.comment-date a,
a.comment-reply-link { font-size: 0.9em; color: #808080 }
a#cancel-comment-reply-link { color: red; display: inline; font-size: 0.95em; margin-inline-start: 12px; }
a#cancel-comment-reply-link:hover { text-decoration: underline; }
#respond { margin: 40px 0 0; }
.commentlist li article { position: relative }
.commentlist #respond { margin-bottom: 100px }
#comments-logged-in { font-size: var(--wpex-text-sm); margin-bottom: 30px; margin-top: 10px; }
#log-out { float: right; float: inline-end; margin-top: -56px; }
.comment-form-comment label[for="comment"] { display: none }
#reply-title { font-size: 16px; margin: 0 0 20px; }
p.logged-in-as { margin-bottom: 60px }
#commentform textarea { width: 100% }
#comments .form-allowed-tags { display: none }
.comment-awaiting-moderation { background: var(--wpex-accent); color: var(--wpex-on-accent); display: inline-block; line-height: 1em; margin-bottom: 20px; margin-top: 10px; padding: 2px 6px; }
/* Footer
================================================== */
#footer-wrap { background: #000; color: #888; margin: 0 -30px; padding: 30px; overflow: hidden; }
#footer-wrap input[type="text"],
#footer-wrap input[type="search"] { border: none; }
#footer-wrap select { width: 100%; }
#footer-wrap a { color: #bbb; }
#footer-wrap a:hover { color: #fff; }
#footer-widgets .widget-title { color: #fff; font-size: var(--wpex-text-xl); margin: 0 0 15px; }
#footer-widgets.wpex-row { margin: 0 -15px; }
#footer-widgets.wpex-row .col { padding: 0 15px; }
.footer-widget { margin-bottom: 40px }
#copyright-wrap { background: #000; border-top: 1px solid #222; margin: 0 -30px 0; padding: 20px 30px; color: #666; text-align: center; }
#copyright-wrap a:hover{ color: #fff; }
/* 404 Page
================================================== */
#error-page { text-align: center; margin-top: 60px; }
#error-page-title { border: none; font-size: 7.5em; line-height: 1em; margin: 0 0 30px; }
#error-page-title span { margin-inline-end: 7px }
#error-page-text { font-size: 1.15em; }
/* WordPress Styles
================================================== */
.sticky { }
.bypostauthor { }
/*aligns*/
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; float: inline-end; margin: 0 0 10px 20px; }
.alignleft { float: left; float: inline-start; margin: 0 20px 10px 0; }
/*floats*/
.floatleft { float: left }
.floatright { float: right }
/*text style*/
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
/*captions*/
.wp-caption { max-width: 100% !important }
.wp-caption p.wp-caption-text { box-sizing: border-box; text-align: center; }
.wp-caption img { display: block; border: 0 none; margin: 0; width: 100%; padding: 0; }
/*smiley reset*/
.wp-smiley { margin: 0 !important; max-height: 1em; }
/*img attachment*/
#img-attch-page { overflow: hidden; text-align: center; }
#img-attch-page img { display: inline-block; margin: 0 auto; margin-bottom: 20px; max-width: 100%; }
/*gallery*/
.gallery-icon img { border: none !important; vertical-align: middle; padding: 8px; }
.gallery-caption { text-align: center; }
/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
/*hide responsive elements
================================================== */
#navigation-toggle,
.sidr,
#sidr-close { display: none }
/* EDD tweaks
================================================== */
.edd_download_image { margin-bottom: 20px; }
.edd_download_image a { display: block; }
.edd_download_image img { width: 100%; display: block; }
.edd_download_image a:hover img { opacity: 0.85; }
.entry .edd_download_title { margin: 0 0 10px;}
.edd_downloads_list .edd_download { margin-bottom: 30px; }
.edd_downloads_list .edd_download_inner { margin: 0; }
.edd_downloads_list .edd_download_title { margin: 0 0 10px; font-size: var(--wpex-text-xl); }
/* All Responsive
================================================== */
a#navigation-toggle { height: 55px; line-height: 55px; float: none; margin: 0; cursor: pointer; color: #fff; padding-inline-start: 35px; font-weight: 600; position: relative; z-index: 9; text-decoration: none !important; display: none; }
a#navigation-toggle .fa { margin-inline-end: 10px; }
#navigation-toggle { color: #fff; }
#navigation-toggle:hover { color: #fff; }
#sidr-main { position: absolute; position: fixed; top: 0; height: 100%; z-index: 999999; width: 320px; overflow-y: auto; background: #000; color: #fff; }
#sidr-main { padding: 50px 30px 30px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.sidr.right { left: auto; right: -320px; }
.sidr.left { left: -320px; right: auto; }
#sidr-main a { color: #fff; text-decoration: none; }
#sidr-main ul a { display: block; border-bottom: 1px solid #222; border-bottom: 1px solid rgba(255,255,255,0.15); padding: 8px 0; }
#sidr-main ul li ul { margin-inline-start: 0; margin: 0; }
#sidr-main ul li ul li a { padding-inline-start: 10px; }
#sidr-main ul li ul li li a { padding-inline-start: 20px; }
#sidr-main ul li ul li li li a { padding-inline-start: 30px; }
#sidr-main ul li ul li a:before { content: '\f0da'; display: inline-block; -webkit-font-smoothing: antialiased; font-family: 'FontAwesome'; color: #333; margin-inline-end: 10px; }
.sidr-class-toggle-sidr-close:before { font-size: 16px; position: absolute; top: 15px; left: 30px; content: '\f00d'; font-family: 'FontAwesome'; color: #fff; margin: 0; }
@media only screen and (max-width: 959px) {
a#navigation-toggle { display: block; }
#site-navigation .sf-menu{ display: none; }
}
/* Tablet (Portrait)
================================================== */
@media only screen and (max-width: 959px) {
.sidebar-container,
.left-content { width: 100%; }
.sidebar-container {margin-top: 40px; padding-top: 40px; border-top: 10px solid #eee; }
.post-meta li { display: block; float: none; }
.post-meta li .meta-seperator { display: none; }
.portfolio-entry .overlay { display: none; }
.portfolio-entry-media a:hover img { opacity: 0.8; }
.search-entry { padding-inline-start: 100px; min-height: 80px; }
.search-entry-thumbnail { width: 80px; }
}
/* Mobile (Portrait & Landscape)
================================================== */
@media only screen and (max-width: 767px) {
.wpex-row .col { width: 100%; margin-inline-start: 0; margin-bottom: 25px; }
#wrap { margin-top: 0; margin-bottom: 0; }
#header-search { clear: both; position: inherit; top: auto; right: auto; margin-top: 20px; }
.portfolio-entry .overlay { display: none; }
.portfolio-entry-media a:hover img { opacity: 0.8; }
/*comments*/
.comment-details { margin-inline-start: 0; text-align: center; }
.comment-details:after { display: none }
.comment-avatar { display: inline-block; margin-bottom: 10px; position: inherit; top: auto; left: auto; }
.comment-date { display: block }
.comment-break { display: none }
.comment-reply-link { display: block; padding-bottom: 10px; margin-bottom: 10px; }
.children { margin: 30px 0 0 }
.children li.depth-2, .children li.depth-3, .children li.depth-4, .children li.depth-5, .children li.depth-6, .children li.depth-7, .children li.depth-8, .children li.depth-9, .children li.depth-10 { margin: 0 }
#footer-bottom-left, #footer-bottom-right { float: none; text-align: center; }
#footer-bottom-right { margin-top: 20px }
#portfolio-cats li { margin-bottom: 10px }
.comment-meta .reply { margin-inline-start: 0 }
.comment-meta .reply a { margin-top: 10px }
}
/* Mobile (Landscape)
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.sidr { width: 480px; }
.sidr.right { right: -480px; }
.portfolio-entry.span_1_of_4 { width: 49.2%; margin-inline-start: 1.6%; margin-bottom: 2%; }
.portfolio-entry.span_1_of_4.count-1 { margin-inline-start: 0; }
.portfolio-entry.span_1_of_4.count-3 { clear: both; margin-inline-start: 0; }
}
/* Mobile (Portrait only)
================================================== */
@media only screen and (max-width: 479px) {
.search-entry { padding-inline-start: 100px; min-height: 80px; }
.search-entry-thumbnail { width: 80px; }
}