]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-content/themes/twentyfourteen/style.css
WordPress 4.5
[autoinstalls/wordpress.git] / wp-content / themes / twentyfourteen / style.css
1 /*
2 Theme Name: Twenty Fourteen
3 Theme URI: https://wordpress.org/themes/twentyfourteen/
4 Author: the WordPress team
5 Author URI: https://wordpress.org/
6 Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
7 Version: 1.7
8 License: GNU General Public License v2 or later
9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10 Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
11 Text Domain: twentyfourteen
12
13 This theme, like WordPress, is licensed under the GPL.
14 Use it to make something cool, have fun, and share what you've learned with others.
15 */
16
17 /**
18  * Table of Contents:
19  *
20  * 1.0 - Reset
21  * 2.0 - Repeatable Patterns
22  * 3.0 - Basic Structure
23  * 4.0 - Header
24  * 5.0 - Navigation
25  * 6.0 - Content
26  *   6.1 - Post Thumbnail
27  *   6.2 - Entry Header
28  *   6.3 - Entry Meta
29  *   6.4 - Entry Content
30  *   6.5 - Galleries
31  *   6.6 - Post Formats
32  *   6.7 - Post/Image/Paging Navigation
33  *   6.8 - Attachments
34  *   6.9 - Archives
35  *   6.10 - Contributor Page
36  *   6.11 - 404 Page
37  *   6.12 - Full-width
38  *   6.13 - Singular
39  *   6.14 - Comments
40  * 7.0 - Sidebar
41  *   7.1 - Widgets
42  *   7.2 - Content Sidebar Widgets
43  * 8.0 - Footer
44  * 9.0 - Featured Content
45  * 10.0 - Multisite
46  * 11.0 - Media Queries
47  * 12.0 - Print
48  * -----------------------------------------------------------------------------
49  */
50
51
52 /**
53  * 1.0 Reset
54  *
55  * Resetting and rebuilding styles have been helped along thanks to the fine
56  * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
57  *
58  * -----------------------------------------------------------------------------
59  */
60
61 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
62         border: 0;
63         font-family: inherit;
64         font-size: 100%;
65         font-style: inherit;
66         font-weight: inherit;
67         margin: 0;
68         outline: 0;
69         padding: 0;
70         vertical-align: baseline;
71 }
72
73 article,
74 aside,
75 details,
76 figcaption,
77 figure,
78 footer,
79 header,
80 hgroup,
81 nav,
82 section {
83         display: block;
84 }
85
86 audio,
87 canvas,
88 video {
89         display: inline-block;
90         max-width: 100%;
91 }
92
93 html {
94         overflow-y: scroll;
95         -webkit-text-size-adjust: 100%;
96         -ms-text-size-adjust:     100%;
97 }
98
99 body,
100 button,
101 input,
102 select,
103 textarea {
104         color: #2b2b2b;
105         font-family: Lato, sans-serif;
106         font-size: 16px;
107         font-weight: 400;
108         line-height: 1.5;
109 }
110
111 body {
112         background: #f5f5f5;
113 }
114
115 a {
116         color: #24890d;
117         text-decoration: none;
118 }
119
120 a:focus {
121         outline: thin dotted;
122 }
123
124 a:hover,
125 a:active {
126         outline: 0;
127 }
128
129 a:active,
130 a:hover {
131         color: #41a62a;
132 }
133
134 h1,
135 h2,
136 h3,
137 h4,
138 h5,
139 h6 {
140         clear: both;
141         font-weight: 700;
142         margin: 36px 0 12px;
143 }
144
145 h1 {
146         font-size: 26px;
147         line-height: 1.3846153846;
148 }
149
150 h2 {
151         font-size: 24px;
152         line-height: 1;
153 }
154
155 h3 {
156         font-size: 22px;
157         line-height: 1.0909090909;
158 }
159
160 h4 {
161         font-size: 20px;
162         line-height: 1.2;
163 }
164
165 h5 {
166         font-size: 18px;
167         line-height: 1.3333333333;
168 }
169
170 h6 {
171         font-size: 16px;
172         line-height: 1.5;
173 }
174
175 address {
176         font-style: italic;
177         margin-bottom: 24px;
178 }
179
180 abbr[title] {
181         border-bottom: 1px dotted #2b2b2b;
182         cursor: help;
183 }
184
185 b,
186 strong {
187         font-weight: 700;
188 }
189
190 cite,
191 dfn,
192 em,
193 i {
194         font-style: italic;
195 }
196
197 mark,
198 ins {
199         background: #fff9c0;
200         text-decoration: none;
201 }
202
203 p {
204         margin-bottom: 24px;
205 }
206
207 code,
208 kbd,
209 tt,
210 var,
211 samp,
212 pre {
213         font-family: monospace, serif;
214         font-size: 15px;
215         -webkit-hyphens: none;
216         -moz-hyphens:    none;
217         -ms-hyphens:     none;
218         hyphens:         none;
219         line-height: 1.6;
220 }
221
222 pre {
223         border: 1px solid rgba(0, 0, 0, 0.1);
224         -webkit-box-sizing: border-box;
225         -moz-box-sizing:    border-box;
226         box-sizing:         border-box;
227         margin-bottom: 24px;
228         max-width: 100%;
229         overflow: auto;
230         padding: 12px;
231         white-space: pre;
232         white-space: pre-wrap;
233         word-wrap: break-word;
234 }
235
236 blockquote,
237 q {
238         -webkit-hyphens: none;
239         -moz-hyphens:    none;
240         -ms-hyphens:     none;
241         hyphens:         none;
242         quotes: none;
243 }
244
245 blockquote:before,
246 blockquote:after,
247 q:before,
248 q:after {
249         content: "";
250         content: none;
251 }
252
253 blockquote {
254         color: #767676;
255         font-size: 19px;
256         font-style: italic;
257         font-weight: 300;
258         line-height: 1.2631578947;
259         margin-bottom: 24px;
260 }
261
262 blockquote cite,
263 blockquote small {
264         color: #2b2b2b;
265         font-size: 16px;
266         font-weight: 400;
267         line-height: 1.5;
268 }
269
270 blockquote em,
271 blockquote i,
272 blockquote cite {
273         font-style: normal;
274 }
275
276 blockquote strong,
277 blockquote b {
278         font-weight: 400;
279 }
280
281 small {
282         font-size: smaller;
283 }
284
285 big {
286         font-size: 125%;
287 }
288
289 sup,
290 sub {
291         font-size: 75%;
292         height: 0;
293         line-height: 0;
294         position: relative;
295         vertical-align: baseline;
296 }
297
298 sup {
299         bottom: 1ex;
300 }
301
302 sub {
303         top: .5ex;
304 }
305
306 dl {
307         margin-bottom: 24px;
308 }
309
310 dt {
311         font-weight: bold;
312 }
313
314 dd {
315         margin-bottom: 24px;
316 }
317
318 ul,
319 ol {
320         list-style: none;
321         margin: 0 0 24px 20px;
322 }
323
324 ul {
325         list-style: disc;
326 }
327
328 ol {
329         list-style: decimal;
330 }
331
332 li > ul,
333 li > ol {
334         margin: 0 0 0 20px;
335 }
336
337 img {
338         -ms-interpolation-mode: bicubic;
339         border: 0;
340         vertical-align: middle;
341 }
342
343 figure {
344         margin: 0;
345 }
346
347 fieldset {
348         border: 1px solid rgba(0, 0, 0, 0.1);
349         margin: 0 0 24px;
350         min-width: inherit;
351         padding: 11px 12px 0;
352 }
353
354 legend {
355         white-space: normal;
356 }
357
358 button,
359 input,
360 select,
361 textarea {
362         -webkit-box-sizing: border-box;
363         -moz-box-sizing:    border-box;
364         box-sizing:         border-box;
365         font-size: 100%;
366         margin: 0;
367         max-width: 100%;
368         vertical-align: baseline;
369 }
370
371 button,
372 input {
373         line-height: normal;
374 }
375
376 input,
377 textarea {
378         background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
379 }
380
381 button,
382 html input[type="button"],
383 input[type="reset"],
384 input[type="submit"] {
385         -webkit-appearance: button;
386         cursor: pointer;
387 }
388
389 button[disabled],
390 input[disabled] {
391         cursor: default;
392 }
393
394 input[type="checkbox"],
395 input[type="radio"] {
396         padding: 0;
397 }
398
399 input[type="search"] {
400         -webkit-appearance: textfield;
401 }
402
403 input[type="search"]::-webkit-search-decoration {
404         -webkit-appearance: none;
405 }
406
407 button::-moz-focus-inner,
408 input::-moz-focus-inner {
409         border: 0;
410         padding: 0;
411 }
412
413 textarea {
414         overflow: auto;
415         vertical-align: top;
416 }
417
418 table,
419 th,
420 td {
421         border: 1px solid rgba(0, 0, 0, 0.1);
422 }
423
424 table {
425         border-collapse: separate;
426         border-spacing: 0;
427         border-width: 1px 0 0 1px;
428         margin-bottom: 24px;
429         width: 100%;
430 }
431
432 caption,
433 th,
434 td {
435         font-weight: normal;
436         text-align: left;
437 }
438
439 th {
440         border-width: 0 1px 1px 0;
441         font-weight: bold;
442 }
443
444 td {
445         border-width: 0 1px 1px 0;
446 }
447
448 del {
449         color: #767676;
450 }
451
452 hr {
453         background-color: rgba(0, 0, 0, 0.1);
454         border: 0;
455         height: 1px;
456         margin-bottom: 23px;
457 }
458
459 /* Support a widely-adopted but non-standard selector for text selection styles
460  * to achieve a better experience. See https://core.trac.wordpress.org/ticket/25898.
461  */
462 ::selection {
463         background: #24890d;
464         color: #fff;
465         text-shadow: none;
466 }
467
468 ::-moz-selection {
469         background: #24890d;
470         color: #fff;
471         text-shadow: none;
472 }
473
474
475 /**
476  * 2.0 Repeatable Patterns
477  * -----------------------------------------------------------------------------
478  */
479
480 /* Input fields */
481
482 input,
483 textarea {
484         border: 1px solid rgba(0, 0, 0, 0.1);
485         border-radius: 2px;
486         color: #2b2b2b;
487         padding: 8px 10px 7px;
488 }
489
490 textarea {
491         width: 100%;
492 }
493
494 input:focus,
495 textarea:focus {
496         border: 1px solid rgba(0, 0, 0, 0.3);
497         outline: 0;
498 }
499
500 /* Buttons */
501
502 button,
503 .button,
504 input[type="button"],
505 input[type="reset"],
506 input[type="submit"] {
507         background-color: #24890d;
508         border: 0;
509         border-radius: 2px;
510         color: #fff;
511         font-size: 12px;
512         font-weight: 700;
513         padding: 10px 30px 11px;
514         text-transform: uppercase;
515         vertical-align: bottom;
516 }
517
518 button:hover,
519 button:focus,
520 .button:hover,
521 .button:focus,
522 input[type="button"]:hover,
523 input[type="button"]:focus,
524 input[type="reset"]:hover,
525 input[type="reset"]:focus,
526 input[type="submit"]:hover,
527 input[type="submit"]:focus {
528         background-color: #41a62a;
529         color: #fff;
530 }
531
532 button:active,
533 .button:active,
534 input[type="button"]:active,
535 input[type="reset"]:active,
536 input[type="submit"]:active {
537         background-color: #55d737;
538 }
539
540 .search-field {
541         width: 100%;
542 }
543
544 .search-submit {
545         display: none;
546 }
547
548 /* Placeholder text color -- selectors need to be separate to work. */
549
550 ::-webkit-input-placeholder {
551         color: #939393;
552 }
553
554 :-moz-placeholder {
555         color: #939393;
556 }
557
558 ::-moz-placeholder {
559         color: #939393;
560         opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
561 }
562
563 :-ms-input-placeholder {
564         color: #939393;
565 }
566
567 /* Responsive images. Fluid images for posts, comments, and widgets */
568
569 .comment-content img,
570 .entry-content img,
571 .entry-summary img,
572 #site-header img,
573 .widget img,
574 .wp-caption {
575         max-width: 100%;
576 }
577
578 /**
579  * Make sure images with WordPress-added height and width attributes are
580  * scaled correctly.
581  */
582
583 .comment-content img[height],
584 .entry-content img,
585 .entry-summary img,
586 img[class*="align"],
587 img[class*="wp-image-"],
588 img[class*="attachment-"],
589 #site-header img {
590         height: auto;
591 }
592
593 img.size-full,
594 img.size-large,
595 .wp-post-image,
596 .post-thumbnail img {
597         height: auto;
598         max-width: 100%;
599 }
600
601 /* Make sure embeds and iframes fit their containers */
602
603 embed,
604 iframe,
605 object,
606 video {
607         margin-bottom: 24px;
608         max-width: 100%;
609 }
610
611 p > embed,
612 p > iframe,
613 p > object,
614 span > embed,
615 span > iframe,
616 span > object {
617         margin-bottom: 0;
618 }
619
620 /* Alignment */
621
622 .alignleft {
623         float: left;
624 }
625
626 .alignright {
627         float: right;
628 }
629
630 .aligncenter {
631         display: block;
632         margin-left: auto;
633         margin-right: auto;
634 }
635
636 blockquote.alignleft,
637 figure.wp-caption.alignleft,
638 img.alignleft {
639         margin: 7px 24px 7px 0;
640 }
641
642 .wp-caption.alignleft {
643         margin: 7px 14px 7px 0;
644 }
645
646 blockquote.alignright,
647 figure.wp-caption.alignright,
648 img.alignright {
649         margin: 7px 0 7px 24px;
650 }
651
652 .wp-caption.alignright {
653         margin: 7px 0 7px 14px;
654 }
655
656 blockquote.aligncenter,
657 img.aligncenter,
658 .wp-caption.aligncenter {
659         margin-top: 7px;
660         margin-bottom: 7px;
661 }
662
663 .site-content blockquote.alignleft,
664 .site-content blockquote.alignright {
665         border-top: 1px solid rgba(0, 0, 0, 0.1);
666         border-bottom: 1px solid rgba(0, 0, 0, 0.1);
667         padding-top: 17px;
668         width: 50%;
669 }
670
671 .site-content blockquote.alignleft p,
672 .site-content blockquote.alignright p {
673         margin-bottom: 17px;
674 }
675
676 .wp-caption {
677         margin-bottom: 24px;
678 }
679
680 .wp-caption img[class*="wp-image-"] {
681         display: block;
682         margin: 0;
683 }
684
685 .wp-caption {
686         color: #767676;
687 }
688
689 .wp-caption-text {
690         -webkit-box-sizing: border-box;
691         -moz-box-sizing:    border-box;
692         box-sizing:         border-box;
693         font-size: 12px;
694         font-style: italic;
695         line-height: 1.5;
696         margin: 9px 0;
697 }
698
699 div.wp-caption .wp-caption-text {
700         padding-right: 10px;
701 }
702
703 div.wp-caption.alignright img[class*="wp-image-"],
704 div.wp-caption.alignright .wp-caption-text {
705         padding-left: 10px;
706         padding-right: 0;
707 }
708
709 .wp-smiley {
710         border: 0;
711         margin-bottom: 0;
712         margin-top: 0;
713         padding: 0;
714 }
715
716 /* Assistive text */
717
718 .screen-reader-text {
719         clip: rect(1px, 1px, 1px, 1px);
720         overflow: hidden;
721         position: absolute !important;
722         height: 1px;
723         width: 1px;
724 }
725
726 .screen-reader-text:focus {
727         background-color: #f1f1f1;
728         border-radius: 3px;
729         box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
730         clip: auto;
731         color: #21759b;
732         display: block;
733         font-size: 14px;
734         font-weight: bold;
735         height: auto;
736         line-height: normal;
737         padding: 15px 23px 14px;
738         position: absolute;
739         left: 5px;
740         top: 5px;
741         text-decoration: none;
742         text-transform: none;
743         width: auto;
744         z-index: 100000; /* Above WP toolbar */
745 }
746
747 .hide {
748         display: none;
749 }
750
751 /* Clearing floats */
752
753 .footer-sidebar:before,
754 .footer-sidebar:after,
755 .hentry:before,
756 .hentry:after,
757 .gallery:before,
758 .gallery:after,
759 .slider-direction-nav:before,
760 .slider-direction-nav:after,
761 .contributor-info:before,
762 .contributor-info:after,
763 .search-box:before,
764 .search-box:after,
765 [class*="content"]:before,
766 [class*="content"]:after,
767 [class*="site"]:before,
768 [class*="site"]:after {
769         content: "";
770         display: table;
771 }
772
773 .footer-sidebar:after,
774 .hentry:after,
775 .gallery:after,
776 .slider-direction-nav:after,
777 .contributor-info:after,
778 .search-box:after,
779 [class*="content"]:after,
780 [class*="site"]:after {
781         clear: both;
782 }
783
784 /* Genericons */
785
786 .bypostauthor > article .fn:before,
787 .comment-edit-link:before,
788 .comment-reply-link:before,
789 .comment-reply-login:before,
790 .comment-reply-title small a:before,
791 .contributor-posts-link:before,
792 .menu-toggle:before,
793 .search-toggle:before,
794 .slider-direction-nav a:before,
795 .widget_twentyfourteen_ephemera .widget-title:before {
796         -webkit-font-smoothing: antialiased;
797         display: inline-block;
798         font: normal 16px/1 Genericons;
799         text-decoration: inherit;
800         vertical-align: text-bottom;
801 }
802
803 /* Separators */
804
805 .site-content span + .entry-date:before,
806 .full-size-link:before,
807 .parent-post-link:before,
808 span + .byline:before,
809 span + .comments-link:before,
810 span + .edit-link:before,
811 .widget_twentyfourteen_ephemera .entry-title:after {
812         content: "\0020\007c\0020";
813 }
814
815
816 /**
817  * 3.0 Basic Structure
818  * -----------------------------------------------------------------------------
819  */
820
821 .site {
822         background-color: #fff;
823         max-width: 1260px;
824         position: relative;
825 }
826
827 .main-content {
828         width: 100%;
829 }
830
831
832 /**
833  * 4.0 Header
834  * -----------------------------------------------------------------------------
835  */
836
837 /* Ensure that there is no gap between the header and
838          the admin bar for WordPress versions before 3.8. */
839 #wpadminbar {
840         min-height: 32px;
841 }
842
843 #site-header {
844         position: relative;
845         z-index: 3;
846 }
847
848 .site-header {
849         background-color: #000;
850         max-width: 1260px;
851         position: relative;
852         width: 100%;
853         z-index: 4;
854 }
855
856 .header-main {
857         min-height: 48px;
858         padding: 0 10px;
859 }
860
861 .site-title {
862         float: left;
863         font-size: 18px;
864         font-weight: 700;
865         line-height: 48px;
866         margin: 0;
867
868         /* Nav-toggle width + search-toggle width - gutter = 86px */
869         max-width: -webkit-calc(100% - 86px);
870         max-width:         calc(100% - 86px);
871 }
872
873 .site-title a,
874 .site-title a:hover {
875         color: #fff;
876         display: block;
877         overflow: hidden;
878         text-overflow: ellipsis;
879         white-space: nowrap;
880 }
881
882 /* Search in the header */
883
884 .search-toggle {
885         background-color: #24890d;
886         cursor: pointer;
887         float: right;
888         height: 48px;
889         margin-right: 38px;
890         text-align: center;
891         width: 48px;
892 }
893
894 .search-toggle:hover,
895 .search-toggle.active {
896         background-color: #41a62a;
897 }
898
899 .search-toggle:before {
900         color: #fff;
901         content: "\f400";
902         font-size: 20px;
903         margin-top: 14px;
904 }
905
906 .search-toggle .screen-reader-text {
907         left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
908 }
909
910 .search-box-wrapper {
911         -webkit-box-sizing: border-box;
912         -moz-box-sizing:    border-box;
913         box-sizing:         border-box;
914         position: absolute;
915         top: 48px;
916         right: 0;
917         width: 100%;
918         z-index: 2;
919 }
920
921 .search-box {
922         background-color: #41a62a;
923         padding: 12px;
924 }
925
926 .search-box .search-field {
927         background-color: #fff;
928         border: 0;
929         float: right;
930         font-size: 16px;
931         padding: 2px 2px 3px 6px;
932         width: 100%;
933 }
934
935
936 /**
937  * 5.0 Navigation
938  * -----------------------------------------------------------------------------
939  */
940
941 .site-navigation ul {
942         list-style: none;
943         margin: 0;
944 }
945
946 .site-navigation li {
947         border-top: 1px solid rgba(255, 255, 255, 0.2);
948 }
949
950 .site-navigation ul ul {
951         margin-left: 20px;
952 }
953
954 .site-navigation a {
955         color: #fff;
956         display: block;
957         text-transform: uppercase;
958 }
959
960 .site-navigation a:hover {
961         color: #41a62a;
962 }
963
964 .site-navigation .current_page_item > a,
965 .site-navigation .current_page_ancestor > a,
966 .site-navigation .current-menu-item > a,
967 .site-navigation .current-menu-ancestor > a {
968         color: #55d737;
969         font-weight: 900;
970 }
971
972 /* Primary Navigation */
973
974 .primary-navigation {
975         -webkit-box-sizing: border-box;
976         -moz-box-sizing:    border-box;
977         box-sizing:         border-box;
978         font-size: 14px;
979         padding-top: 24px;
980 }
981
982 .primary-navigation.toggled-on {
983         padding: 72px 0 36px;
984 }
985
986 .primary-navigation .nav-menu {
987         border-bottom: 1px solid rgba(255, 255, 255, 0.2);
988         display: none;
989 }
990
991 .primary-navigation.toggled-on .nav-menu {
992         display: block;
993 }
994
995 .primary-navigation a {
996         padding: 7px 0;
997 }
998
999 /* Secondary Navigation */
1000
1001 .secondary-navigation {
1002         border-bottom: 1px solid rgba(255, 255, 255, 0.2);
1003         font-size: 12px;
1004         margin: 48px 0;
1005 }
1006
1007 .secondary-navigation a {
1008         padding: 9px 0;
1009 }
1010
1011 .menu-toggle {
1012         background-color: #000;
1013         border-radius: 0;
1014         cursor: pointer;
1015         height: 48px;
1016         margin: 0;
1017         overflow: hidden;
1018         padding: 0;
1019         position: absolute;
1020         top: 0;
1021         right: 0;
1022         text-align: center;
1023         width: 48px;
1024 }
1025
1026 .menu-toggle:before {
1027         color: #fff;
1028         content: "\f419";
1029         padding: 16px;
1030 }
1031
1032 .menu-toggle:active,
1033 .menu-toggle:focus,
1034 .menu-toggle:hover {
1035         background-color: #444;
1036 }
1037
1038 .menu-toggle:focus {
1039         outline: 1px dotted;
1040 }
1041
1042
1043 /**
1044  * 6.0 Content
1045  * -----------------------------------------------------------------------------
1046  */
1047
1048 .content-area {
1049         padding-top: 48px;
1050 }
1051
1052 .hentry {
1053         margin: 0 auto 48px;
1054         max-width: 672px;
1055 }
1056
1057 .site-content .entry-header,
1058 .site-content .entry-content,
1059 .site-content .entry-summary,
1060 .site-content .entry-meta,
1061 .page-content {
1062         margin: 0 auto;
1063         max-width: 474px;
1064 }
1065
1066 .page-content {
1067         margin-bottom: 48px;
1068 }
1069
1070
1071 /**
1072  * 6.1 Post Thumbnail
1073  * -----------------------------------------------------------------------------
1074  */
1075
1076 .post-thumbnail {
1077         background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
1078         display: block;
1079         position: relative;
1080         width: 100%;
1081         z-index: 0;
1082 }
1083
1084 a.post-thumbnail:hover {
1085         background-color: #999;
1086 }
1087
1088 .full-width .post-thumbnail img {
1089         display: block;
1090         margin: 0 auto;
1091 }
1092
1093
1094 /**
1095  * 6.2 Entry Header
1096  * -----------------------------------------------------------------------------
1097  */
1098
1099 .entry-header {
1100         position: relative;
1101         z-index: 1;
1102 }
1103
1104 .entry-title {
1105         font-size: 33px;
1106         font-weight: 300;
1107         line-height: 1.0909090909;
1108         margin-bottom: 12px;
1109         margin: 0 0 12px 0;
1110         text-transform: uppercase;
1111 }
1112
1113 .entry-title a {
1114         color: #2b2b2b;
1115 }
1116
1117 .entry-title a:hover {
1118         color: #41a62a;
1119 }
1120
1121 .site-content .entry-header {
1122         background-color: #fff;
1123         padding: 0 10px 12px;
1124 }
1125
1126 .site-content .has-post-thumbnail .entry-header {
1127         padding-top: 24px;
1128 }
1129
1130
1131 /**
1132  * 6.3 Entry Meta
1133  * -----------------------------------------------------------------------------
1134  */
1135
1136 .entry-meta {
1137         clear: both;
1138         color: #767676;
1139         font-size: 12px;
1140         font-weight: 400;
1141         line-height: 1.3333333333;
1142         text-transform: uppercase;
1143 }
1144
1145 .entry-meta a {
1146         color: #767676;
1147 }
1148
1149 .entry-meta a:hover {
1150         color: #41a62a;
1151 }
1152
1153 .sticky .entry-date {
1154         display: none;
1155 }
1156
1157 .cat-links {
1158         font-weight: 900;
1159         text-transform: uppercase;
1160 }
1161
1162 .cat-links a {
1163         color: #2b2b2b;
1164 }
1165
1166 .cat-links a:hover {
1167         color: #41a62a;
1168 }
1169
1170 .byline {
1171         display: none;
1172 }
1173
1174 .single .byline,
1175 .group-blog .byline {
1176         display: inline;
1177 }
1178
1179 .site-content .entry-meta {
1180         background-color: #fff;
1181         margin-bottom: 8px;
1182 }
1183
1184 .site-content footer.entry-meta {
1185         margin: 24px auto 0;
1186         padding: 0 10px;
1187 }
1188
1189 /* Tag links style */
1190
1191 .entry-meta .tag-links a {
1192         background-color: #767676;
1193         border-radius: 0 2px 2px 0;
1194         color: #fff;
1195         display: inline-block;
1196         font-size: 11px;
1197         font-weight: 700;
1198         line-height: 1.2727272727;
1199         margin: 2px 4px 2px 10px;
1200         padding: 3px 7px;
1201         position: relative;
1202         text-transform: uppercase;
1203 }
1204
1205 .entry-meta .tag-links a:hover {
1206         background-color: #41a62a;
1207         color: #fff;
1208 }
1209
1210 .entry-meta .tag-links a:before {
1211         border-top: 10px solid transparent;
1212         border-right: 8px solid #767676;
1213         border-bottom: 10px solid transparent;
1214         content: "";
1215         height: 0;
1216         position: absolute;
1217         top: 0;
1218         left: -8px;
1219         width: 0;
1220 }
1221
1222 .entry-meta .tag-links a:hover:before {
1223         border-right-color: #41a62a;
1224 }
1225
1226 .entry-meta .tag-links a:after {
1227         background-color: #fff;
1228         border-radius: 50%;
1229         content: "";
1230         height: 4px;
1231         position: absolute;
1232         top: 8px;
1233         left: -2px;
1234         width: 4px;
1235 }
1236
1237
1238 /**
1239  * 6.4 Entry Content
1240  * -----------------------------------------------------------------------------
1241  */
1242
1243 .entry-content,
1244 .entry-summary,
1245 .page-content {
1246         -webkit-hyphens: auto;
1247         -moz-hyphens:    auto;
1248         -ms-hyphens:     auto;
1249         hyphens:         auto;
1250         word-wrap: break-word;
1251 }
1252
1253 .site-content .entry-content,
1254 .site-content .entry-summary,
1255 .page-content {
1256         background-color: #fff;
1257         padding: 12px 10px 0;
1258 }
1259
1260 .page .entry-content {
1261         padding-top: 0;
1262 }
1263
1264 .entry-content h1:first-child,
1265 .entry-content h2:first-child,
1266 .entry-content h3:first-child,
1267 .entry-content h4:first-child,
1268 .entry-content h5:first-child,
1269 .entry-content h6:first-child,
1270 .entry-summary h1:first-child,
1271 .entry-summary h2:first-child,
1272 .entry-summary h3:first-child,
1273 .entry-summary h4:first-child,
1274 .entry-summary h5:first-child,
1275 .entry-summary h6:first-child,
1276 .page-content h1:first-child,
1277 .page-content h2:first-child,
1278 .page-content h3:first-child,
1279 .page-content h4:first-child,
1280 .page-content h5:first-child,
1281 .page-content h6:first-child {
1282         margin-top: 0;
1283 }
1284
1285 .entry-content a,
1286 .entry-summary a,
1287 .page-content a,
1288 .comment-content a {
1289         text-decoration: underline;
1290 }
1291
1292 .entry-content a:hover,
1293 .entry-summary a:hover,
1294 .page-content a:hover,
1295 .comment-content a:hover,
1296 .entry-content a.button,
1297 .entry-summary a.button,
1298 .page-content a.button,
1299 .comment-content a.button {
1300         text-decoration: none;
1301 }
1302
1303 .entry-content table,
1304 .comment-content table {
1305         font-size: 14px;
1306         line-height: 1.2857142857;
1307         margin-bottom: 24px;
1308 }
1309
1310 .entry-content th,
1311 .comment-content th {
1312         font-weight: 700;
1313         padding: 8px;
1314         text-transform: uppercase;
1315 }
1316
1317 .entry-content td,
1318 .comment-content td {
1319         padding: 8px;
1320 }
1321
1322 .entry-content .edit-link {
1323         clear: both;
1324         display: block;
1325         font-size: 12px;
1326         font-weight: 400;
1327         line-height: 1.3333333333;
1328         text-transform: uppercase;
1329 }
1330
1331 .entry-content .edit-link a {
1332         color: #767676;
1333         text-decoration: none;
1334 }
1335
1336 .entry-content .edit-link a:hover {
1337         color: #41a62a;
1338 }
1339
1340 .entry-content .more-link {
1341         white-space: nowrap;
1342 }
1343
1344 /* Mediaelements */
1345
1346 .hentry .mejs-container {
1347         margin: 12px 0 18px;
1348 }
1349
1350 .hentry .mejs-mediaelement,
1351 .hentry .mejs-container .mejs-controls {
1352         background: #000;
1353 }
1354
1355 .hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
1356 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
1357         background: #fff;
1358 }
1359
1360 .hentry .mejs-controls .mejs-time-rail .mejs-time-current {
1361         background: #24890d;
1362 }
1363
1364 .hentry .mejs-controls .mejs-time-rail .mejs-time-total,
1365 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
1366         background: rgba(255, 255, 255, .33);
1367 }
1368
1369 .hentry .mejs-container .mejs-controls .mejs-time {
1370         padding-top: 9px;
1371 }
1372
1373 .hentry .mejs-controls .mejs-time-rail span,
1374 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
1375 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
1376         border-radius: 0;
1377 }
1378
1379 .hentry .mejs-overlay-loading {
1380         background: transparent;
1381 }
1382
1383 .hentry .mejs-overlay-button {
1384         background-color: #fff;
1385         background-image: none;
1386         border-radius: 2px;
1387         box-shadow: 1px 1px 1px rgba(0,0,0,.8);
1388         color: #000;
1389         height: 36px;
1390         margin-left: -24px;
1391         width: 48px;
1392 }
1393
1394 .hentry .mejs-overlay-button:before {
1395         -webkit-font-smoothing: antialiased;
1396         content: '\f452';
1397         display: inline-block;
1398         font: normal 32px/1.125 Genericons;
1399         position: absolute;
1400         top: 1px;
1401         left: 10px;
1402 }
1403
1404 .hentry .mejs-controls .mejs-button button:focus {
1405         outline: none;
1406 }
1407
1408 .hentry .mejs-controls .mejs-button button {
1409         -webkit-font-smoothing: antialiased;
1410         background: none;
1411         color: #fff;
1412         display: inline-block;
1413         font: normal 16px/1 Genericons;
1414 }
1415
1416 .hentry .mejs-playpause-button.mejs-play button:before {
1417         content: '\f452';
1418 }
1419
1420 .hentry .mejs-playpause-button.mejs-pause button:before {
1421         content: '\f448';
1422 }
1423
1424 .hentry .mejs-volume-button.mejs-mute button:before {
1425         content: '\f109';
1426         font-size: 20px;
1427         position: absolute;
1428         top: -2px;
1429         left: 0;
1430 }
1431
1432 .hentry .mejs-volume-button.mejs-unmute button:before {
1433         content: '\f109';
1434         left: 0;
1435         position: absolute;
1436         top: 0;
1437 }
1438
1439 .hentry .mejs-fullscreen-button button:before {
1440         content: '\f474';
1441 }
1442
1443 .hentry .mejs-fullscreen-button.mejs-unfullscreen button:before {
1444         content: '\f406';
1445 }
1446
1447 .hentry .mejs-overlay:hover .mejs-overlay-button {
1448         background-color: #24890d;
1449         color: #fff;
1450 }
1451
1452 .hentry .mejs-controls .mejs-button button:hover {
1453         color: #41a62a;
1454 }
1455
1456 .content-sidebar .wp-playlist-item .wp-playlist-caption {
1457         color: #000;
1458 }
1459
1460 /* Page links */
1461
1462 .page-links {
1463         clear: both;
1464         font-size: 12px;
1465         font-weight: 900;
1466         line-height: 2;
1467         margin: 24px 0;
1468         text-transform: uppercase;
1469 }
1470
1471 .page-links a,
1472 .page-links > span {
1473         background: #fff;
1474         border: 1px solid #fff;
1475         display: inline-block;
1476         height: 22px;
1477         margin: 0 1px 2px 0;
1478         text-align: center;
1479         width: 22px;
1480 }
1481
1482 .page-links a {
1483         background: #000;
1484         border: 1px solid #000;
1485         color: #fff;
1486         text-decoration: none;
1487 }
1488
1489 .page-links a:hover {
1490         background: #41a62a;
1491         border: 1px solid #41a62a;
1492         color: #fff;
1493 }
1494
1495 .page-links > .page-links-title {
1496         height: auto;
1497         margin: 0;
1498         padding-right: 7px;
1499         width: auto;
1500 }
1501
1502
1503 /**
1504  * 6.5 Gallery
1505  * -----------------------------------------------------------------------------
1506  */
1507
1508 .gallery {
1509         margin-bottom: 20px;
1510 }
1511
1512 .gallery-item {
1513         float: left;
1514         margin: 0 4px 4px 0;
1515         overflow: hidden;
1516         position: relative;
1517 }
1518
1519 .gallery-columns-1 .gallery-item {
1520         max-width: 100%;
1521 }
1522
1523 .gallery-columns-2 .gallery-item {
1524         max-width: 48%;
1525         max-width: -webkit-calc(50% - 4px);
1526         max-width:         calc(50% - 4px);
1527 }
1528
1529 .gallery-columns-3 .gallery-item {
1530         max-width: 32%;
1531         max-width: -webkit-calc(33.3% - 4px);
1532         max-width:         calc(33.3% - 4px);
1533 }
1534
1535 .gallery-columns-4 .gallery-item {
1536         max-width: 23%;
1537         max-width: -webkit-calc(25% - 4px);
1538         max-width:         calc(25% - 4px);
1539 }
1540
1541 .gallery-columns-5 .gallery-item {
1542         max-width: 19%;
1543         max-width: -webkit-calc(20% - 4px);
1544         max-width:         calc(20% - 4px);
1545 }
1546
1547 .gallery-columns-6 .gallery-item {
1548         max-width: 15%;
1549         max-width: -webkit-calc(16.7% - 4px);
1550         max-width:         calc(16.7% - 4px);
1551 }
1552
1553 .gallery-columns-7 .gallery-item {
1554         max-width: 13%;
1555         max-width: -webkit-calc(14.28% - 4px);
1556         max-width:         calc(14.28% - 4px);
1557 }
1558
1559 .gallery-columns-8 .gallery-item {
1560         max-width: 11%;
1561         max-width: -webkit-calc(12.5% - 4px);
1562         max-width:         calc(12.5% - 4px);
1563 }
1564
1565 .gallery-columns-9 .gallery-item {
1566         max-width: 9%;
1567         max-width: -webkit-calc(11.1% - 4px);
1568         max-width:         calc(11.1% - 4px);
1569 }
1570
1571 .gallery-columns-1 .gallery-item:nth-of-type(1n),
1572 .gallery-columns-2 .gallery-item:nth-of-type(2n),
1573 .gallery-columns-3 .gallery-item:nth-of-type(3n),
1574 .gallery-columns-4 .gallery-item:nth-of-type(4n),
1575 .gallery-columns-5 .gallery-item:nth-of-type(5n),
1576 .gallery-columns-6 .gallery-item:nth-of-type(6n),
1577 .gallery-columns-7 .gallery-item:nth-of-type(7n),
1578 .gallery-columns-8 .gallery-item:nth-of-type(8n),
1579 .gallery-columns-9 .gallery-item:nth-of-type(9n) {
1580         margin-right: 0;
1581 }
1582
1583 .gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
1584 .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
1585 .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
1586 .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
1587         clear: left;
1588 }
1589
1590 .gallery-caption {
1591         background-color: rgba(0, 0, 0, 0.7);
1592         -webkit-box-sizing: border-box;
1593         -moz-box-sizing:    border-box;
1594         box-sizing:         border-box;
1595         color: #fff;
1596         font-size: 12px;
1597         line-height: 1.5;
1598         margin: 0;
1599         max-height: 50%;
1600         opacity: 0;
1601         padding: 6px 8px;
1602         position: absolute;
1603         bottom: 0;
1604         left: 0;
1605         text-align: left;
1606         width: 100%;
1607 }
1608
1609 .gallery-caption:before {
1610         content: "";
1611         height: 100%;
1612         min-height: 49px;
1613         position: absolute;
1614         top: 0;
1615         left: 0;
1616         width: 100%;
1617 }
1618
1619 .gallery-item:hover .gallery-caption {
1620         opacity: 1;
1621 }
1622
1623 .gallery-columns-7 .gallery-caption,
1624 .gallery-columns-8 .gallery-caption,
1625 .gallery-columns-9 .gallery-caption {
1626         display: none;
1627 }
1628
1629
1630 /**
1631  * 6.6 Post Formats
1632  * -----------------------------------------------------------------------------
1633  */
1634
1635 .format-aside .entry-content,
1636 .format-aside .entry-summary,
1637 .format-quote .entry-content,
1638 .format-quote .entry-summary,
1639 .format-link .entry-content,
1640 .format-link .entry-summary {
1641         padding-top: 0;
1642 }
1643
1644 .site-content .format-link .entry-title,
1645 .site-content .format-aside .entry-title,
1646 .site-content .format-quote .entry-title {
1647         display: none;
1648 }
1649
1650
1651 /**
1652  * 6.7 Post/Image/Paging Navigation
1653  * -----------------------------------------------------------------------------
1654  */
1655
1656 .nav-links {
1657         -webkit-hyphens: auto;
1658         -moz-hyphens:    auto;
1659         -ms-hyphens:     auto;
1660         border-top: 1px solid rgba(0, 0, 0, 0.1);
1661         hyphens:         auto;
1662         word-wrap: break-word;
1663 }
1664
1665 .post-navigation,
1666 .image-navigation {
1667         margin: 24px auto 48px;
1668         max-width: 474px;
1669         padding: 0 10px;
1670 }
1671
1672 .post-navigation a,
1673 .image-navigation .previous-image,
1674 .image-navigation .next-image {
1675         border-bottom: 1px solid rgba(0, 0, 0, 0.1);
1676         padding: 11px 0 12px;
1677         width: 100%;
1678 }
1679
1680 .post-navigation .meta-nav {
1681         color: #767676;
1682         display: block;
1683         font-size: 12px;
1684         font-weight: 900;
1685         line-height: 2;
1686         text-transform: uppercase;
1687 }
1688
1689 .post-navigation a,
1690 .image-navigation a {
1691         color: #2b2b2b;
1692         display: block;
1693         font-size: 14px;
1694         font-weight: 700;
1695         line-height: 1.7142857142;
1696         text-transform: none;
1697 }
1698
1699 .post-navigation a:hover,
1700 .image-navigation a:hover {
1701         color: #41a62a;
1702 }
1703
1704 /* Paging Navigation */
1705
1706 .paging-navigation {
1707         border-top: 5px solid #000;
1708         margin: 48px 0;
1709 }
1710
1711 .paging-navigation .loop-pagination {
1712         margin-top: -5px;
1713         text-align: center;
1714 }
1715
1716 .paging-navigation .page-numbers {
1717         border-top: 5px solid transparent;
1718         display: inline-block;
1719         font-size: 14px;
1720         font-weight: 900;
1721         margin-right: 1px;
1722         padding: 7px 16px;
1723         text-transform: uppercase;
1724 }
1725
1726 .paging-navigation a {
1727         color: #2b2b2b;
1728 }
1729
1730 .paging-navigation .page-numbers.current {
1731         border-top: 5px solid #24890d;
1732 }
1733
1734 .paging-navigation a:hover {
1735         border-top: 5px solid #41a62a;
1736         color: #2b2b2b;
1737 }
1738
1739
1740 /**
1741  * 6.8 Attachments
1742  * -----------------------------------------------------------------------------
1743  */
1744
1745 .attachment .content-sidebar,
1746 .attachment .post-thumbnail {
1747         display: none;
1748 }
1749
1750 .attachment .entry-content {
1751         padding-top: 0;
1752 }
1753
1754 .attachment footer.entry-meta {
1755         text-transform: none;
1756 }
1757
1758 .entry-attachment .attachment {
1759         margin-bottom: 24px;
1760 }
1761
1762
1763 /**
1764  * 6.9 Archives
1765  * -----------------------------------------------------------------------------
1766  */
1767
1768 .archive-header,
1769 .page-header {
1770         margin: 24px auto;
1771         max-width: 474px;
1772 }
1773
1774 .archive-title,
1775 .page-title {
1776         font-size: 16px;
1777         font-weight: 900;
1778         line-height: 1.5;
1779         margin: 0;
1780 }
1781
1782 .taxonomy-description,
1783 .author-description {
1784         color: #767676;
1785         font-size: 14px;
1786         line-height: 1.2857142857;
1787         padding-top: 18px;
1788 }
1789
1790 .taxonomy-description p,
1791 .author-description p {
1792         margin-bottom: 18px;
1793 }
1794
1795 .taxonomy-description p:last-child,
1796 .author-description p:last-child {
1797         margin-bottom: 0;
1798 }
1799
1800 .taxonomy-description a,
1801 .author-description a {
1802         text-decoration: underline;
1803 }
1804
1805 .taxonomy-description a:hover,
1806 .author-description a:hover {
1807         text-decoration: none;
1808 }
1809
1810
1811 /**
1812  * 6.10 Contributor Page
1813  * -----------------------------------------------------------------------------
1814  */
1815
1816 .contributor {
1817         border-bottom: 1px solid rgba(0, 0, 0, 0.1);
1818         -webkit-box-sizing: border-box;
1819         -moz-box-sizing: border-box;
1820         box-sizing:      border-box;
1821         padding: 48px 10px;
1822 }
1823
1824 .contributor:first-of-type {
1825         padding-top: 24px;
1826 }
1827
1828 .contributor-info {
1829         margin: 0 auto;
1830         max-width: 474px;
1831 }
1832
1833 .contributor-avatar {
1834         border: 1px solid rgba(0, 0, 0, 0.1);
1835         float: left;
1836         margin: 0 30px 20px 0;
1837         padding: 2px;
1838 }
1839
1840 .contributor-name {
1841         font-size: 16px;
1842         font-weight: 900;
1843         line-height: 1.5;
1844         margin: 0;
1845 }
1846
1847 .contributor-bio a {
1848         text-decoration: underline;
1849 }
1850
1851 .contributor-bio a:hover {
1852         text-decoration: none;
1853 }
1854
1855 .contributor-posts-link {
1856         display: inline-block;
1857         line-height: normal;
1858         padding: 10px 30px;
1859 }
1860
1861 .contributor-posts-link:before {
1862         content: "\f443";
1863 }
1864
1865
1866 /**
1867  * 6.11 404 Page
1868  * -----------------------------------------------------------------------------
1869  */
1870
1871 .error404 .page-content {
1872         padding-top: 0;
1873 }
1874
1875 .error404 .page-content .search-form {
1876         margin-bottom: 24px;
1877 }
1878
1879
1880 /**
1881  * 6.12 Full-width
1882  * -----------------------------------------------------------------------------
1883  */
1884
1885 .full-width .hentry {
1886         max-width: 100%;
1887 }
1888
1889
1890 /**
1891  * 6.13 Singular
1892  * -----------------------------------------------------------------------------
1893  */
1894
1895 .singular .site-content .hentry.has-post-thumbnail {
1896         margin-top: -48px;
1897 }
1898
1899
1900 /**
1901  * 6.14 Comments
1902  * -----------------------------------------------------------------------------
1903  */
1904
1905 .comments-area {
1906         margin: 48px auto;
1907         max-width: 474px;
1908         padding: 0 10px;
1909 }
1910
1911 .comment-reply-title,
1912 .comments-title {
1913         font: 900 16px/1.5 Lato, sans-serif;
1914         margin: 0;
1915         text-transform: uppercase;
1916 }
1917
1918 .comment-list {
1919         list-style: none;
1920         margin: 0 0 48px 0;
1921 }
1922
1923 .comment-author {
1924         font-size: 14px;
1925         line-height: 1.7142857142;
1926 }
1927
1928 .comment-list .reply,
1929 .comment-metadata {
1930         font-size: 12px;
1931         line-height: 2;
1932         text-transform: uppercase;
1933 }
1934
1935 .comment-list .reply {
1936         margin-top: 24px;
1937 }
1938
1939 .comment-author .fn {
1940         font-weight: 900;
1941 }
1942
1943 .comment-author a {
1944         color: #2b2b2b;
1945 }
1946
1947 .comment-list .trackback a,
1948 .comment-list .pingback a,
1949 .comment-metadata a {
1950         color: #767676;
1951 }
1952
1953 .comment-author a:hover,
1954 .comment-list .pingback a:hover,
1955 .comment-list .trackback a:hover,
1956 .comment-metadata a:hover {
1957         color: #41a62a;
1958 }
1959
1960 .comment-list article,
1961 .comment-list .pingback,
1962 .comment-list .trackback {
1963         border-top: 1px solid rgba(0, 0, 0, 0.1);
1964         margin-bottom: 24px;
1965         padding-top: 24px;
1966 }
1967
1968 .comment-list > li:first-child > article,
1969 .comment-list > .pingback:first-child,
1970 .comment-list > .trackback:first-child {
1971         border-top: 0;
1972 }
1973
1974 .comment-author {
1975         position: relative;
1976 }
1977
1978 .comment-author .avatar {
1979         border: 1px solid rgba(0, 0, 0, 0.1);
1980         height: 18px;
1981         padding: 2px;
1982         position: absolute;
1983         top: 0;
1984         left: 0;
1985         width: 18px;
1986 }
1987
1988 .bypostauthor > article .fn:before {
1989         content: "\f408";
1990         margin: 0 2px 0 -2px;
1991         position: relative;
1992         top: -1px;
1993 }
1994
1995 .says {
1996         display: none;
1997 }
1998
1999 .comment-author,
2000 .comment-awaiting-moderation,
2001 .comment-content,
2002 .comment-list .reply,
2003 .comment-metadata {
2004         padding-left: 30px;
2005 }
2006
2007 .comment-edit-link {
2008         margin-left: 10px;
2009 }
2010
2011 .comment-edit-link:before {
2012         content: "\f411";
2013 }
2014
2015 .comment-reply-link:before,
2016 .comment-reply-login:before {
2017         content: "\f412";
2018         margin-right: 2px;
2019 }
2020
2021 .comment-content {
2022         -webkit-hyphens: auto;
2023         -moz-hyphens:    auto;
2024         -ms-hyphens:     auto;
2025         hyphens:         auto;
2026         word-wrap: break-word;
2027 }
2028
2029 .comment-content ul,
2030 .comment-content ol {
2031         margin: 0 0 24px 22px;
2032 }
2033
2034 .comment-content li > ul,
2035 .comment-content li > ol {
2036         margin-bottom: 0;
2037 }
2038
2039 .comment-content > :last-child {
2040         margin-bottom: 0;
2041 }
2042
2043 .comment-list .children {
2044         list-style: none;
2045         margin-left: 15px;
2046 }
2047
2048 .comment-respond {
2049         margin-bottom: 24px;
2050         padding: 0;
2051 }
2052
2053 .comment .comment-respond {
2054         margin-top: 24px;
2055 }
2056
2057 .comment-respond h3 {
2058         margin-top: 0;
2059         margin-bottom: 24px;
2060 }
2061
2062 .comment-notes,
2063 .comment-awaiting-moderation,
2064 .logged-in-as,
2065 .no-comments,
2066 .form-allowed-tags,
2067 .form-allowed-tags code {
2068         color: #767676;
2069 }
2070
2071 .comment-notes,
2072 .comment-awaiting-moderation,
2073 .logged-in-as {
2074         font-size: 14px;
2075         line-height: 1.7142857142;
2076 }
2077
2078 .no-comments {
2079         font-size: 16px;
2080         font-weight: 900;
2081         line-height: 1.5;
2082         margin-top: 24px;
2083         text-transform: uppercase;
2084 }
2085
2086 .comment-form label {
2087         display: block;
2088 }
2089
2090 .comment-form input[type="text"],
2091 .comment-form input[type="email"],
2092 .comment-form input[type="url"] {
2093         width: 100%;
2094 }
2095
2096 .form-allowed-tags,
2097 .form-allowed-tags code {
2098         font-size: 12px;
2099         line-height: 1.5;
2100 }
2101
2102 .required {
2103         color: #c0392b;
2104 }
2105
2106 .comment-reply-title small a {
2107         color: #2b2b2b;
2108         float: right;
2109         height: 24px;
2110         overflow: hidden;
2111         width: 24px;
2112 }
2113
2114 .comment-reply-title small a:hover {
2115         color: #41a62a;
2116 }
2117
2118 .comment-reply-title small a:before {
2119         content: "\f405";
2120         font-size: 32px;
2121 }
2122
2123 .comment-navigation {
2124         font-size: 12px;
2125         line-height: 2;
2126         margin-bottom: 48px;
2127         text-transform: uppercase;
2128 }
2129
2130 .comment-navigation .nav-next,
2131 .comment-navigation .nav-previous {
2132         display: inline-block;
2133 }
2134
2135 .comment-navigation .nav-previous a {
2136         margin-right: 10px;
2137 }
2138
2139 #comment-nav-above {
2140         margin-top: 36px;
2141         margin-bottom: 0;
2142 }
2143
2144
2145 /**
2146  * 7.0 Sidebars
2147  * -----------------------------------------------------------------------------
2148  */
2149
2150 /* Secondary */
2151
2152 #secondary {
2153         background-color: #000;
2154         border-top: 1px solid #000;
2155         border-bottom: 1px solid rgba(255, 255, 255, 0.2);
2156         clear: both;
2157         color: rgba(255, 255, 255, 0.7);
2158         margin-top: -1px;
2159         padding: 0 10px;
2160         position: relative;
2161         z-index: 2;
2162 }
2163
2164 .site-description {
2165         display: none;
2166         font-size: 12px;
2167         font-weight: 400;
2168         line-height: 1.5;
2169 }
2170
2171 /* Primary Sidebar */
2172
2173 .primary-sidebar {
2174         padding-top: 48px;
2175 }
2176
2177 .secondary-navigation + .primary-sidebar {
2178         padding-top: 0;
2179 }
2180
2181 /* Content Sidebar */
2182
2183 .content-sidebar {
2184         border-top: 1px solid rgba(0, 0, 0, 0.1);
2185         border-bottom: 1px solid rgba(0, 0, 0, 0.1);
2186         -webkit-box-sizing: border-box;
2187         -moz-box-sizing:    border-box;
2188         box-sizing:         border-box;
2189         color: #767676;
2190         padding: 48px 10px 0;
2191 }
2192
2193
2194 /**
2195  * 7.1 Widgets
2196  * -----------------------------------------------------------------------------
2197  */
2198
2199 /* Primary Sidebar, Footer Sidebar */
2200
2201 .widget {
2202         font-size: 14px;
2203         -webkit-hyphens: auto;
2204         -moz-hyphens:    auto;
2205         -ms-hyphens:     auto;
2206         hyphens:         auto;
2207         line-height: 1.2857142857;
2208         margin-bottom: 48px;
2209         width: 100%;
2210         word-wrap: break-word;
2211 }
2212
2213 .widget a {
2214         color: #fff;
2215 }
2216
2217 .widget a:hover {
2218         color: #41a62a;
2219 }
2220
2221 .widget h1,
2222 .widget h2,
2223 .widget h3,
2224 .widget h4,
2225 .widget h5,
2226 .widget h6 {
2227         margin: 24px 0 12px;
2228 }
2229
2230 .widget h1 {
2231         font-size: 22px;
2232         line-height: 1.0909090909;
2233 }
2234
2235 .widget h2 {
2236         font-size: 20px;
2237         line-height: 1.2;
2238 }
2239
2240 .widget h3 {
2241         font-size: 18px;
2242         line-height: 1.3333333333;
2243 }
2244
2245 .widget h4 {
2246         font-size: 16px;
2247         line-height: 1.5;
2248 }
2249
2250 .widget h5 {
2251         font-size: 14px;
2252         line-height: 1.7142857142;
2253 }
2254
2255 .widget h6 {
2256         font-size: 12px;
2257         line-height: 2;
2258 }
2259
2260 .widget address {
2261         margin-bottom: 18px;
2262 }
2263
2264 .widget abbr[title] {
2265         border-color: rgba(255, 255, 255, 0.7);
2266 }
2267
2268 .widget mark,
2269 .widget ins {
2270         color: #000;
2271 }
2272
2273 .widget pre,
2274 .widget fieldset {
2275         border-color: rgba(255, 255, 255, 0.2);
2276 }
2277
2278 .widget code,
2279 .widget kbd,
2280 .widget tt,
2281 .widget var,
2282 .widget samp,
2283 .widget pre {
2284         font-size: 12px;
2285         line-height: 1.5;
2286 }
2287
2288 .widget blockquote {
2289         color: rgba(255, 255, 255, 0.7);
2290         font-size: 18px;
2291         line-height: 1.5;
2292         margin-bottom: 18px;
2293 }
2294
2295 .widget blockquote cite {
2296         color: #fff;
2297         font-size: 14px;
2298         line-height: 1.2857142857;
2299 }
2300
2301 .widget dl,
2302 .widget dd {
2303         margin-bottom: 18px;
2304 }
2305
2306 .widget ul,
2307 .widget ol {
2308         list-style: none;
2309         margin: 0;
2310 }
2311
2312 .widget li > ol,
2313 .widget li > ul {
2314         margin-left: 10px;
2315 }
2316
2317 .widget table,
2318 .widget th,
2319 .widget td {
2320         border-color: rgba(255, 255, 255, 0.2);
2321 }
2322
2323 .widget table {
2324         margin-bottom: 18px;
2325 }
2326
2327 .widget del {
2328         color: rgba(255, 255, 255, 0.4);
2329 }
2330
2331 .widget hr {
2332         background-color: rgba(255, 255, 255, 0.2);
2333 }
2334
2335 .widget p {
2336         margin-bottom: 18px;
2337 }
2338
2339 .widget-area .widget input,
2340 .widget-area .widget textarea {
2341         background-color: rgba(255, 255, 255, 0.1);
2342         border-color: rgba(255, 255, 255, 0.2);
2343         color: #fff;
2344         font-size: 16px;
2345         padding: 1px 2px 2px 4px;
2346 }
2347
2348 .widget-area .widget input:focus,
2349 .widget-area .widget textarea:focus {
2350         border-color: rgba(255, 255, 255, 0.3);
2351 }
2352
2353 .widget button,
2354 .widget .button,
2355 .widget input[type="button"],
2356 .widget input[type="reset"],
2357 .widget input[type="submit"] {
2358         background-color: #24890d;
2359         border: 0;
2360         font-size: 12px;
2361         padding: 5px 15px 4px;
2362 }
2363
2364 .widget input[type="button"]:hover,
2365 .widget input[type="button"]:focus,
2366 .widget input[type="reset"]:hover,
2367 .widget input[type="reset"]:focus,
2368 .widget input[type="submit"]:hover,
2369 .widget input[type="submit"]:focus {
2370         background-color: #41a62a;
2371 }
2372
2373 .widget input[type="button"]:active,
2374 .widget input[type="reset"]:active,
2375 .widget input[type="submit"]:active {
2376         background-color: #55d737;
2377 }
2378
2379 .widget .wp-caption {
2380         color: rgba(255, 255, 255, 0.7);
2381         margin-bottom: 18px;
2382 }
2383
2384 .widget .widget-title {
2385         font-size: 14px;
2386         font-weight: 700;
2387         line-height: 1.7142857142;
2388         margin: 0 0 24px 0;
2389         text-transform: uppercase;
2390 }
2391
2392 .widget-title,
2393 .widget-title a {
2394         color: #fff;
2395 }
2396
2397 .widget-title a:hover {
2398         color: #41a62a;
2399 }
2400
2401 /* Calendar Widget*/
2402
2403 .widget_calendar table {
2404         line-height: 2;
2405         margin: 0;
2406 }
2407
2408 .widget_calendar caption {
2409         color: #fff;
2410         font-weight: 700;
2411         line-height: 1.7142857142;
2412         margin-bottom: 18px;
2413         text-align: left;
2414         text-transform: uppercase;
2415 }
2416
2417 .widget_calendar thead th {
2418         background-color: rgba(255, 255, 255, 0.1);
2419 }
2420
2421 .widget_calendar tbody td,
2422 .widget_calendar thead th {
2423         text-align: center;
2424 }
2425
2426 .widget_calendar tbody a {
2427         background-color: #24890d;
2428         color: #fff;
2429         display: block;
2430 }
2431
2432 .widget_calendar tbody a:hover {
2433         background-color: #41a62a;
2434 }
2435
2436 .widget_calendar tbody a:hover {
2437         color: #fff;
2438 }
2439
2440 .widget_calendar #prev {
2441         padding-left: 5px;
2442 }
2443
2444 .widget_calendar #next {
2445         padding-right: 5px;
2446         text-align: right;
2447 }
2448
2449 /* Ephemera Widget*/
2450
2451 .widget_twentyfourteen_ephemera > ol > li {
2452         border-bottom: 1px solid rgba(255, 255, 255, 0.2);
2453         margin-bottom: 18px;
2454         padding: 0;
2455 }
2456
2457 .widget_twentyfourteen_ephemera .hentry {
2458         margin: 0;
2459         max-width: 100%;
2460 }
2461
2462 .widget_twentyfourteen_ephemera .entry-title,
2463 .widget_twentyfourteen_ephemera .entry-meta,
2464 .widget_twentyfourteen_ephemera .wp-caption-text,
2465 .widget_twentyfourteen_ephemera .post-format-archive-link,
2466 .widget_twentyfourteen_ephemera .entry-content table {
2467         font-size: 12px;
2468         line-height: 1.5;
2469 }
2470
2471 .widget_twentyfourteen_ephemera .entry-title {
2472         display: inline;
2473         font-weight: 400;
2474 }
2475
2476 .widget_twentyfourteen_ephemera .entry-meta {
2477         margin-bottom: 18px;
2478 }
2479
2480 .widget_twentyfourteen_ephemera .entry-meta a {
2481         color: rgba(255, 255, 255, 0.7);
2482 }
2483
2484 .widget_twentyfourteen_ephemera .entry-meta a:hover {
2485         color: #41a62a;
2486 }
2487
2488 .widget_twentyfourteen_ephemera .entry-content ul,
2489 .widget_twentyfourteen_ephemera .entry-content ol {
2490         margin: 0 0 18px 20px;
2491 }
2492
2493 .widget_twentyfourteen_ephemera .entry-content ul {
2494         list-style: disc;
2495 }
2496
2497 .widget_twentyfourteen_ephemera .entry-content ol {
2498         list-style: decimal;
2499 }
2500
2501 .widget_twentyfourteen_ephemera .entry-content li > ul,
2502 .widget_twentyfourteen_ephemera .entry-content li > ol {
2503         margin: 0 0 0 20px;
2504 }
2505
2506 .widget_twentyfourteen_ephemera .entry-content th,
2507 .widget_twentyfourteen_ephemera .entry-content td {
2508         padding: 6px;
2509 }
2510
2511 .widget_twentyfourteen_ephemera .post-format-archive-link {
2512         font-weight: 700;
2513         text-transform: uppercase;
2514 }
2515
2516 /* List Style Widgets*/
2517
2518 .widget_archive li,
2519 .widget_categories li,
2520 .widget_links li,
2521 .widget_meta li,
2522 .widget_nav_menu li,
2523 .widget_pages li,
2524 .widget_recent_comments li,
2525 .widget_recent_entries li {
2526         border-top: 1px solid rgba(255, 255, 255, 0.2);
2527         padding: 8px 0 9px;
2528 }
2529
2530 .widget_archive li:first-child,
2531 .widget_categories li:first-child,
2532 .widget_links li:first-child,
2533 .widget_meta li:first-child,
2534 .widget_nav_menu li:first-child,
2535 .widget_pages li:first-child,
2536 .widget_recent_comments li:first-child,
2537 .widget_recent_entries li:first-child {
2538         border-top: 0;
2539 }
2540
2541 .widget_categories li ul,
2542 .widget_nav_menu li ul,
2543 .widget_pages li ul {
2544         border-top: 1px solid rgba(255, 255, 255, 0.2);
2545         margin-top: 9px;
2546 }
2547
2548 .widget_categories li li:last-child,
2549 .widget_nav_menu li li:last-child,
2550 .widget_pages li li:last-child {
2551         padding-bottom: 0;
2552 }
2553
2554 /* Recent Posts Widget */
2555
2556 .widget_recent_entries .post-date {
2557         display: block;
2558 }
2559
2560 /* RSS Widget */
2561
2562 .rsswidget img {
2563         margin-top: -4px;
2564 }
2565
2566 .rssSummary {
2567         margin: 9px 0;
2568 }
2569
2570 .rss-date {
2571         display: block;
2572 }
2573
2574 .widget_rss li {
2575         margin-bottom: 18px;
2576 }
2577
2578 .widget_rss li:last-child {
2579         margin-bottom: 0;
2580 }
2581
2582 /* Text Widget */
2583
2584 .widget_text > div > :last-child {
2585         margin-bottom: 0;
2586 }
2587
2588
2589 /**
2590  * 7.2 Content Sidebar Widgets
2591  * -----------------------------------------------------------------------------
2592  */
2593
2594 .content-sidebar .widget a {
2595         color: #24890d;
2596 }
2597
2598 .content-sidebar .widget a:hover {
2599         color: #41a62a;
2600 }
2601
2602 .content-sidebar .widget pre {
2603         border-color: rgba(0, 0, 0, 0.1);
2604 }
2605
2606 .content-sidebar .widget mark,
2607 .content-sidebar .widget ins {
2608         color: #2b2b2b;
2609 }
2610
2611 .content-sidebar .widget abbr[title] {
2612         border-color: #2b2b2b;
2613 }
2614
2615 .content-sidebar .widget fieldset {
2616         border-color: rgba(0, 0, 0, 0.1);
2617 }
2618
2619 .content-sidebar .widget blockquote {
2620         color: #767676;
2621 }
2622
2623 .content-sidebar .widget blockquote cite {
2624         color: #2b2b2b;
2625 }
2626
2627 .content-sidebar .widget li > ol,
2628 .content-sidebar .widget li > ul {
2629         margin-left: 18px;
2630 }
2631
2632 .content-sidebar .widget table,
2633 .content-sidebar .widget th,
2634 .content-sidebar .widget td {
2635         border-color: rgba(0, 0, 0, 0.1);
2636 }
2637
2638 .content-sidebar .widget del {
2639         color: #767676;
2640 }
2641
2642 .content-sidebar .widget hr {
2643         background-color: rgba(0, 0, 0, 0.1);
2644 }
2645
2646 .content-sidebar .widget input,
2647 .content-sidebar .widget textarea {
2648         background-color: #fff;
2649         border-color: rgba(0, 0, 0, 0.1);
2650         color: #2b2b2b;
2651 }
2652
2653 .content-sidebar .widget input:focus,
2654 .content-sidebar .widget textarea:focus {
2655         border-color: rgba(0, 0, 0, 0.3);
2656 }
2657
2658 .content-sidebar .widget input[type="button"],
2659 .content-sidebar .widget input[type="reset"],
2660 .content-sidebar .widget input[type="submit"] {
2661         background-color: #24890d;
2662         border: 0;
2663         color: #fff;
2664 }
2665
2666 .content-sidebar .widget input[type="button"]:hover,
2667 .content-sidebar .widget input[type="button"]:focus,
2668 .content-sidebar .widget input[type="reset"]:hover,
2669 .content-sidebar .widget input[type="reset"]:focus,
2670 .content-sidebar .widget input[type="submit"]:hover,
2671 .content-sidebar .widget input[type="submit"]:focus {
2672         background-color: #41a62a;
2673 }
2674
2675 .content-sidebar .widget input[type="button"]:active,
2676 .content-sidebar .widget input[type="reset"]:active,
2677 .content-sidebar .widget input[type="submit"]:active {
2678         background-color: #55d737;
2679 }
2680
2681 .content-sidebar .widget .wp-caption {
2682         color: #767676;
2683 }
2684
2685 .content-sidebar .widget .widget-title {
2686         border-top: 5px solid #000;
2687         color: #2b2b2b;
2688         font-size: 14px;
2689         font-weight: 900;
2690         margin: 0 0 18px;
2691         padding-top: 7px;
2692         text-transform: uppercase;
2693 }
2694
2695 .content-sidebar .widget .widget-title a {
2696         color: #2b2b2b;
2697 }
2698
2699 .content-sidebar .widget .widget-title a:hover {
2700         color: #41a62a;
2701 }
2702
2703 /* List Style Widgets*/
2704
2705 .content-sidebar .widget_archive li,
2706 .content-sidebar .widget_categories li,
2707 .content-sidebar .widget_links li,
2708 .content-sidebar .widget_meta li,
2709 .content-sidebar .widget_nav_menu li,
2710 .content-sidebar .widget_pages li,
2711 .content-sidebar .widget_recent_comments li,
2712 .content-sidebar .widget_recent_entries li,
2713 .content-sidebar .widget_categories li ul,
2714 .content-sidebar .widget_nav_menu li ul,
2715 .content-sidebar .widget_pages li ul {
2716         border-color: rgba(0, 0, 0, 0.1);
2717 }
2718
2719 /* Calendar Widget */
2720
2721 .content-sidebar .widget_calendar caption {
2722         color: #2b2b2b;
2723         font-weight: 900;
2724 }
2725
2726 .content-sidebar .widget_calendar thead th {
2727         background-color: rgba(0, 0, 0, 0.02);
2728 }
2729
2730 .content-sidebar .widget_calendar tbody a,
2731 .content-sidebar .widget_calendar tbody a:hover {
2732         color: #fff;
2733 }
2734
2735 /* Ephemera widget*/
2736
2737 .content-sidebar .widget_twentyfourteen_ephemera .widget-title {
2738         line-height: 1.2857142857;
2739         padding-top: 1px;
2740 }
2741
2742 .content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
2743         background-color: #000;
2744         color: #fff;
2745         margin: -1px 9px 0 0;
2746         padding: 6px 0 9px;
2747         text-align: center;
2748         vertical-align: middle;
2749         width: 36px;
2750 }
2751
2752 .content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
2753         content: "\f104";
2754 }
2755
2756 .content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
2757         content: "\f109";
2758 }
2759
2760 .content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
2761         content: "\f473";
2762 }
2763
2764 .content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
2765         content: "\f103";
2766 }
2767
2768 .content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
2769         content: "\f101";
2770 }
2771
2772 .content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
2773         content: "\f106";
2774 }
2775
2776 .content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
2777         content: "\f107";
2778 }
2779
2780 .content-sidebar .widget_twentyfourteen_ephemera > ol > li {
2781         border-bottom: 1px solid rgba(0, 0, 0, 0.1);
2782 }
2783
2784 .content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
2785         color: #ccc;
2786 }
2787
2788 .content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
2789         color: #767676;
2790 }
2791
2792 .content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
2793         color: #41a62a;
2794 }
2795
2796 .content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
2797         font-size: 13px;
2798         line-height: 1.3846153846;
2799 }
2800
2801 .content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
2802         font-weight: 900;
2803 }
2804
2805
2806 /**
2807  * 8.0 Footer
2808  * -----------------------------------------------------------------------------
2809  */
2810
2811 #supplementary {
2812         padding: 0 10px;
2813 }
2814
2815 .site-footer,
2816 .site-info,
2817 .site-info a {
2818         color: rgba(255, 255, 255, 0.7);
2819 }
2820
2821 .site-footer {
2822         background-color: #000;
2823         font-size: 12px;
2824         position: relative;
2825         z-index: 3;
2826 }
2827
2828 .footer-sidebar {
2829         padding-top: 48px;
2830 }
2831
2832 .site-info {
2833         padding: 15px 10px;
2834 }
2835
2836 #supplementary + .site-info {
2837         border-top: 1px solid rgba(255, 255, 255, 0.2);
2838 }
2839
2840 .site-info a:hover {
2841         color: #41a62a;
2842 }
2843
2844
2845 /**
2846  * 9.0 Featured Content
2847  * -----------------------------------------------------------------------------
2848  */
2849
2850 .featured-content {
2851         background: #000 url(images/pattern-dark.svg) repeat fixed;
2852         -webkit-box-sizing: border-box;
2853         -moz-box-sizing:    border-box;
2854         box-sizing:         border-box;
2855         position: relative;
2856         width: 100%;
2857 }
2858
2859 .featured-content-inner {
2860         overflow: hidden;
2861 }
2862
2863 .featured-content .hentry {
2864         color: #fff;
2865         margin: 0;
2866         max-width: 100%;
2867         width: 100%;
2868 }
2869
2870 .featured-content .post-thumbnail,
2871 .featured-content .post-thumbnail:hover {
2872         background: transparent;
2873 }
2874
2875 .featured-content .post-thumbnail {
2876         display: block;
2877         position: relative;
2878         padding-top: 55.357142857%;
2879         overflow: hidden;
2880 }
2881
2882 .featured-content .post-thumbnail img {
2883         left: 0;
2884         position: absolute;
2885         top: 0;
2886 }
2887
2888 .featured-content .entry-header {
2889         background-color: #000;
2890         -webkit-box-sizing: border-box;
2891         -moz-box-sizing:    border-box;
2892         box-sizing:         border-box;
2893         min-height: 96px;
2894         overflow: hidden;
2895         padding: 24px 10px;
2896 }
2897
2898 .featured-content a {
2899         color: #fff;
2900 }
2901
2902 .featured-content a:hover {
2903         color: #41a62a;
2904 }
2905
2906 .featured-content .entry-meta {
2907         color: #fff;
2908         font-size: 11px;
2909         font-weight: 700;
2910         line-height: 1.0909090909;
2911         margin-bottom: 12px;
2912 }
2913
2914 .featured-content .cat-links {
2915         font-weight: 700;
2916 }
2917
2918 .featured-content .entry-title {
2919         font-size: 18px;
2920         font-weight: 300;
2921         line-height: 1.3333333333;
2922         margin: 0;
2923         text-transform: uppercase;
2924 }
2925
2926
2927 /* Slider */
2928
2929 .slider .featured-content .hentry {
2930         -webkit-backface-visibility: hidden;
2931         display: none;
2932         position: relative;
2933 }
2934
2935 .slider .featured-content .post-thumbnail {
2936         padding-top: 55.49132947%;
2937 }
2938
2939 .slider-control-paging {
2940         background-color: #000;
2941         -webkit-box-sizing: border-box;
2942         -moz-box-sizing:    border-box;
2943         box-sizing:         border-box;
2944         float: left;
2945         list-style: none;
2946         margin: -24px 0 0 0;
2947         position: relative;
2948         width: 100%;
2949         z-index: 3;
2950 }
2951
2952 .slider-control-paging li {
2953         float: left;
2954         margin: 2px 4px 2px 0;
2955 }
2956
2957 .slider-control-paging li:last-child {
2958         margin-right: 0;
2959 }
2960
2961 .slider-control-paging a {
2962         cursor: pointer;
2963         display: block;
2964         height: 44px;
2965         position: relative;
2966         text-indent: -999em;
2967         width: 44px;
2968 }
2969
2970 .slider-control-paging a:before {
2971         background-color: #4d4d4d;
2972         content: "";
2973         height: 12px;
2974         left: 10px;
2975         position: absolute;
2976         top: 16px;
2977         width: 12px;
2978 }
2979
2980 .slider-control-paging a:hover:before {
2981         background-color: #41a62a;
2982 }
2983
2984 .slider-control-paging .slider-active:before,
2985 .slider-control-paging .slider-active:hover:before {
2986         background-color: #24890d;
2987 }
2988
2989 .slider-direction-nav {
2990         clear: both;
2991         list-style: none;
2992         margin: 0;
2993         position: relative;
2994         width: 100%;
2995         z-index: 3;
2996 }
2997
2998 .slider-direction-nav li {
2999         border-color: #fff;
3000         border-style: solid;
3001         border-width: 2px 1px 0 0;
3002         -webkit-box-sizing: border-box;
3003         -moz-box-sizing:    border-box;
3004         box-sizing:         border-box;
3005         float: left;
3006         text-align: center;
3007         width: 50%;
3008 }
3009
3010 .slider-direction-nav li:last-child {
3011         border-width: 2px 0 0 1px;
3012 }
3013
3014 .slider-direction-nav a {
3015         background-color: #000;
3016         display: block;
3017         font-size: 0;
3018         height: 46px;
3019 }
3020
3021 .slider-direction-nav a:hover {
3022         background-color: #24890d;
3023 }
3024
3025 .slider-direction-nav a:before {
3026         color: #fff;
3027         content: "\f430";
3028         font-size: 32px;
3029         line-height: 46px;
3030 }
3031
3032 .slider-direction-nav .slider-next:before {
3033         content: "\f429";
3034 }
3035
3036 .slider-direction-nav .slider-disabled {
3037         display: none;
3038 }
3039
3040
3041 /**
3042  * 10.0 Multisite
3043  * -----------------------------------------------------------------------------
3044  */
3045
3046 .site-main .widecolumn {
3047         padding-top: 72px;
3048         width: auto;
3049 }
3050 .site-main .mu_register,
3051 .widecolumn > h2,
3052 .widecolumn > form {
3053         margin: 0 auto 48px;
3054         max-width: 474px;
3055         padding: 0 30px;
3056 }
3057
3058 .site-main .mu_register #blog_title,
3059 .site-main .mu_register #user_email,
3060 .site-main .mu_register #blogname,
3061 .site-main .mu_register #user_name {
3062         font-size: inherit;
3063         width: 90%;
3064 }
3065
3066 .site-main .mu_register input[type="submit"],
3067 .widecolumn #submit {
3068         font-size: inherit;
3069         width: auto;
3070 }
3071
3072
3073 /**
3074  * 11.0 Media Queries
3075  * -----------------------------------------------------------------------------
3076  */
3077
3078 /* Does the same thing as <meta name="viewport" content="width=device-width">,
3079  * but in the future W3C standard way. -ms- prefix is required for IE10+ to
3080  * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
3081  * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
3082  */
3083 @-ms-viewport {
3084         width: device-width;
3085 }
3086
3087 @viewport {
3088         width: device-width;
3089 }
3090
3091 @media screen and (max-width: 400px) {
3092         .list-view .site-content .post-thumbnail {
3093                 background: none;
3094                 width: auto;
3095                 z-index: 2;
3096         }
3097
3098         .list-view .site-content .post-thumbnail img {
3099                 float: left;
3100                 margin: 0 10px 3px 0;
3101                 width: 84px;
3102         }
3103
3104         .list-view .site-content .entry-header {
3105                 background-color: transparent;
3106                 padding: 0;
3107         }
3108
3109         .list-view .content-area {
3110                 padding: 0 10px;
3111         }
3112
3113         .list-view .site-content .hentry {
3114                 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
3115                 margin: 0;
3116                 min-height: 60px;
3117                 padding: 12px 0 9px;
3118         }
3119
3120         .list-view .site-content .cat-links,
3121         .list-view .site-content .type-post .entry-content,
3122         .list-view .site-content .type-page .entry-content,
3123         .list-view .site-content .type-post .entry-summary,
3124         .list-view .site-content .type-page .entry-summary,
3125         .list-view .site-content footer.entry-meta {
3126                 display: none;
3127         }
3128
3129         .list-view .site-content .entry-title {
3130                 clear: none;
3131                 font-size: 15px;
3132                 font-weight: 900;
3133                 line-height: 1.2;
3134                 margin-bottom: 6px;
3135                 text-transform: none;
3136         }
3137
3138         .list-view .site-content .format-aside .entry-title,
3139         .list-view .site-content .format-link .entry-title,
3140         .list-view .site-content .format-quote .entry-title {
3141                 display: block;
3142         }
3143
3144         .list-view .site-content .entry-meta {
3145                 background-color: transparent;
3146                 clear: none;
3147                 margin: 0;
3148                 text-transform: none;
3149         }
3150
3151         .archive-header,
3152         .page-header {
3153                 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
3154                 margin: 24px auto 0;
3155                 padding-bottom: 24px;
3156         }
3157
3158         .error404 .page-header {
3159                 border-bottom: 0;
3160                 margin: 0 auto 24px;
3161                 padding: 0 10px;
3162         }
3163 }
3164
3165 @media screen and (min-width: 401px) {
3166         a.post-thumbnail:hover img {
3167                 opacity: 0.85;
3168         }
3169
3170         .full-size-link:before,
3171         .parent-post-link:before,
3172         .site-content span + .byline:before,
3173         .site-content span + .comments-link:before,
3174         .site-content span + .edit-link:before,
3175         .site-content span + .entry-date:before {
3176                 content: "";
3177         }
3178
3179         .attachment span.entry-date:before,
3180         .entry-content .edit-link a:before,
3181         .entry-meta .edit-link a:before,
3182         .site-content .byline a:before,
3183         .site-content .comments-link a:before,
3184         .site-content .entry-date a:before,
3185         .site-content .featured-post:before,
3186         .site-content .full-size-link a:before,
3187         .site-content .parent-post-link a:before,
3188         .site-content .post-format a:before {
3189                 -webkit-font-smoothing: antialiased;
3190                 display: inline-block;
3191                 font: normal 16px/1 Genericons;
3192                 text-decoration: inherit;
3193                 vertical-align: text-bottom;
3194         }
3195
3196         .site-content .entry-meta > span {
3197                 margin-right: 10px;
3198         }
3199
3200         .site-content .format-video .post-format a:before {
3201                 content: "\f104";
3202         }
3203
3204         .site-content .format-audio .post-format a:before {
3205                 content: "\f109";
3206         }
3207
3208         .site-content .format-image .post-format a:before {
3209                 content: "\f473";
3210         }
3211
3212         .site-content .format-quote .post-format a:before {
3213                 content: "\f106";
3214                 margin-right: 2px;
3215         }
3216
3217         .site-content .format-gallery .post-format a:before {
3218                 content: "\f103";
3219                 margin-right: 4px;
3220         }
3221
3222         .site-content .format-aside .post-format a:before {
3223                 content: "\f101";
3224                 margin-right: 2px;
3225         }
3226
3227         .site-content .format-link .post-format a:before {
3228                 content: "\f107";
3229                 position: relative;
3230                 top: 1px;
3231         }
3232
3233         .site-content .featured-post:before {
3234                 content: "\f308";
3235                 margin-right: 3px;
3236                 position: relative;
3237                 top: 1px;
3238         }
3239
3240         .site-content .entry-date a:before,
3241         .attachment .site-content span.entry-date:before {
3242                 content: "\f303";
3243                 margin-right: 1px;
3244                 position: relative;
3245                 top: 1px;
3246         }
3247
3248         .site-content .byline a:before {
3249                 content: "\f304";
3250         }
3251
3252         .site-content .comments-link a:before {
3253                 content: "\f300";
3254                 margin-right: 2px;
3255         }
3256
3257         .entry-content .edit-link a:before,
3258         .entry-meta .edit-link a:before {
3259                 content: "\f411";
3260         }
3261
3262         .site-content .full-size-link a:before {
3263                 content: "\f402";
3264                 margin-right: 1px;
3265         }
3266
3267         .site-content .parent-post-link a:before {
3268                 content: "\f301";
3269         }
3270
3271         .list-view .site-content .hentry {
3272                 border-top: 1px solid rgba(0, 0, 0, 0.1);
3273                 padding-top: 48px;
3274         }
3275
3276         .list-view .site-content .hentry:first-of-type,
3277         .list-view .site-content .hentry.has-post-thumbnail {
3278                 border-top: 0;
3279                 padding-top: 0;
3280         }
3281
3282         .archive-header,
3283         .page-header {
3284                 margin: 0 auto 60px;
3285                 padding: 0 10px;
3286         }
3287
3288         .error404 .page-header {
3289                 margin-bottom: 24px;
3290         }
3291 }
3292
3293 @media screen and (min-width: 594px) {
3294         .site-content .entry-header {
3295                 padding-right: 30px;
3296                 padding-left: 30px;
3297         }
3298
3299         .site-content .has-post-thumbnail .entry-header {
3300                 margin-top: -48px;
3301         }
3302 }
3303
3304 @media screen and (min-width: 673px) {
3305         .header-main {
3306                 padding: 0 30px;
3307         }
3308
3309         .search-toggle {
3310                 margin-right: 18px;
3311         }
3312
3313         .search-box .search-field {
3314                 width: 50%;
3315         }
3316
3317         .content-area {
3318                 float: left;
3319                 width: 100%;
3320         }
3321
3322         .site-content {
3323                 margin-right: 33.33333333%;
3324         }
3325
3326         .site-content .has-post-thumbnail .entry-header {
3327                 margin-top: 0;
3328         }
3329
3330         .archive-header,
3331         .comments-area,
3332         .image-navigation,
3333         .page-header,
3334         .page-content,
3335         .post-navigation,
3336         .site-content .entry-content,
3337         .site-content .entry-summary,
3338         .site-content footer.entry-meta {
3339                 padding-right: 30px;
3340                 padding-left: 30px;
3341         }
3342
3343         .singular .site-content .hentry.has-post-thumbnail {
3344                 margin-top: 0;
3345         }
3346
3347         .full-width .site-content {
3348                 margin-right: 0;
3349         }
3350
3351         .full-width .site-content .has-post-thumbnail .entry-header,
3352         .full-width .site-content .hentry.has-post-thumbnail:first-child {
3353                 margin-top: -48px;
3354         }
3355
3356         #secondary,
3357         #supplementary {
3358                 padding: 0 30px;
3359         }
3360
3361         .content-sidebar {
3362                 border: 0;
3363                 float: right;
3364                 margin-left: -33.33333333%;
3365                 padding: 48px 30px 24px;
3366                 position: relative;
3367                 width: 33.33333333%;
3368         }
3369
3370         .grid .featured-content .hentry {
3371                 float: left;
3372                 width: 50%;
3373         }
3374
3375         .grid .featured-content .hentry:nth-child( 2n+1 ) {
3376                 clear: both;
3377         }
3378
3379         .grid .featured-content .entry-header {
3380                 border-color: #000;
3381                 border-style: solid;
3382                 border-width: 12px 10px;
3383                 height: 96px;
3384                 padding: 0;
3385         }
3386
3387         .slider .featured-content .entry-title {
3388                 font-size: 22px;
3389                 line-height: 1.0909090909;
3390         }
3391
3392         .slider .featured-content .entry-header {
3393                 min-height: inherit;
3394                 padding: 24px 30px 48px;
3395                 position: absolute;
3396                 left: 0;
3397                 bottom: 0;
3398                 width: 50%;
3399                 z-index: 3;
3400         }
3401
3402         .slider-control-paging {
3403                 background: transparent;
3404                 margin-top: -48px;
3405                 padding-left: 20px;
3406                 width: 50%;
3407         }
3408
3409         .slider-direction-nav {
3410                 clear: none;
3411                 float: right;
3412                 margin-top: -48px;
3413                 width: 98px;
3414         }
3415
3416         .slider-direction-nav li {
3417                 border: 0;
3418                 padding: 0 1px 0 0;
3419         }
3420
3421         .slider-direction-nav li:last-child {
3422                 padding: 0 0 0 1px;
3423         }
3424
3425         .slider-direction-nav a {
3426                 height: 48px;
3427         }
3428
3429         .slider-direction-nav a:before {
3430                 line-height: 48px;
3431         }
3432
3433         .site-info {
3434                 padding: 15px 30px;
3435         }
3436 }
3437
3438 @media screen and (min-width: 783px) {
3439         .site-title {
3440                 /* Search-toggle width = 48px */
3441                 max-width: -webkit-calc(100% - 48px);
3442                 max-width:         calc(100% - 48px);
3443         }
3444
3445         .header-main {
3446                 padding-right: 0;
3447         }
3448
3449         .search-toggle {
3450                 margin-right: 0;
3451         }
3452
3453         /* Fixed Header */
3454
3455         .masthead-fixed .site-header {
3456                 position: fixed;
3457                 top: 0;
3458         }
3459
3460         .admin-bar.masthead-fixed .site-header {
3461                 top: 32px;
3462         }
3463
3464         .masthead-fixed .site-main {
3465                 margin-top: 48px;
3466         }
3467
3468         /* Navigation */
3469
3470         .site-navigation li .current_page_item > a,
3471         .site-navigation li .current_page_ancestor > a,
3472         .site-navigation li .current-menu-item > a,
3473         .site-navigation li .current-menu-ancestor > a {
3474                 color: #fff;
3475         }
3476
3477         /* Primary Navigation */
3478
3479         .primary-navigation {
3480                 float: right;
3481                 font-size: 11px;
3482                 margin: 0 1px 0 -12px;
3483                 padding: 0;
3484                 text-transform: uppercase;
3485         }
3486
3487         .primary-navigation .menu-toggle {
3488                 display: none;
3489                 padding: 0;
3490         }
3491
3492         .primary-navigation .nav-menu {
3493                 border-bottom: 0;
3494                 display: block;
3495         }
3496
3497         .primary-navigation.toggled-on {
3498                 border-bottom: 0;
3499                 margin: 0;
3500                 padding: 0;
3501         }
3502
3503         .primary-navigation li {
3504                 border: 0;
3505                 display: inline-block;
3506                 height: 48px;
3507                 line-height: 48px;
3508                 position: relative;
3509         }
3510
3511         .primary-navigation a {
3512                 display: inline-block;
3513                 padding: 0 12px;
3514                 white-space: nowrap;
3515         }
3516
3517         .primary-navigation ul ul {
3518                 background-color: #24890d;
3519                 float: left;
3520                 margin: 0;
3521                 position: absolute;
3522                 top: 48px;
3523                 left: -999em;
3524                 z-index: 99999;
3525         }
3526
3527         .primary-navigation li li {
3528                 border: 0;
3529                 display: block;
3530                 height: auto;
3531                 line-height: 1.0909090909;
3532         }
3533
3534         .primary-navigation ul ul ul {
3535                 left: -999em;
3536                 top: 0;
3537         }
3538
3539         .primary-navigation ul ul a {
3540                 padding: 18px 12px;
3541                 white-space: normal;
3542                 width: 176px;
3543         }
3544
3545         .primary-navigation li:hover > a,
3546         .primary-navigation li.focus > a {
3547                 background-color: #24890d;
3548                 color: #fff;
3549         }
3550
3551         .primary-navigation ul ul a:hover,
3552         .primary-navigation ul ul li.focus > a {
3553                 background-color: #41a62a;
3554         }
3555
3556         .primary-navigation ul li:hover > ul,
3557         .primary-navigation ul li.focus > ul {
3558                 left: auto;
3559         }
3560
3561         .primary-navigation ul ul li:hover > ul,
3562         .primary-navigation ul ul li.focus > ul {
3563                 left: 100%;
3564         }
3565
3566         .primary-navigation .menu-item-has-children > a,
3567         .primary-navigation .page_item_has_children > a {
3568                 padding-right: 26px;
3569         }
3570
3571         .primary-navigation .menu-item-has-children > a:after,
3572         .primary-navigation .page_item_has_children > a:after {
3573                 -webkit-font-smoothing: antialiased;
3574                 content: "\f502";
3575                 display: inline-block;
3576                 font: normal 8px/1 Genericons;
3577                 position: absolute;
3578                 right: 12px;
3579                 top: 22px;
3580                 vertical-align: text-bottom;
3581         }
3582
3583         .primary-navigation li .menu-item-has-children > a,
3584         .primary-navigation li .page_item_has_children > a {
3585                 padding-right: 20px;
3586                 width: 168px;
3587         }
3588
3589         .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
3590         .primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
3591         .primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
3592         .primary-navigation .page_item_has_children li.page_item_has_children > a:after {
3593                 content: "\f501";
3594                 right: 8px;
3595                 top: 20px;
3596         }
3597 }
3598
3599 @media screen and (min-width: 810px) {
3600         .attachment .entry-attachment .attachment {
3601                 margin-right: -168px;
3602                 margin-left: -168px;
3603                 max-width: 810px;
3604         }
3605
3606         .attachment .site-content .attachment img {
3607                 display: block;
3608                 margin: 0 auto;
3609         }
3610
3611         .contributor-avatar {
3612                 margin-left: -168px;
3613         }
3614
3615         .contributor-summary {
3616                 float: left;
3617         }
3618
3619         .full-width .site-content blockquote.alignleft,
3620         .full-width .site-content blockquote.alignright {
3621                 width: -webkit-calc(50% + 130px);
3622                 width:         calc(50% + 130px);
3623         }
3624
3625         .full-width .site-content blockquote.alignleft,
3626         .full-width .site-content img.size-full.alignleft,
3627         .full-width .site-content img.size-large.alignleft,
3628         .full-width .site-content img.size-medium.alignleft,
3629         .full-width .site-content .wp-caption.alignleft {
3630                 margin-left: -168px;
3631         }
3632
3633         .full-width .site-content .alignleft {
3634                 clear: left;
3635         }
3636
3637         .full-width .site-content blockquote.alignright,
3638         .full-width .site-content img.size-full.alignright,
3639         .full-width .site-content img.size-large.alignright,
3640         .full-width .site-content img.size-medium.alignright,
3641         .full-width .site-content .wp-caption.alignright {
3642                 margin-right: -168px;
3643         }
3644
3645         .full-width .site-content .alignright {
3646                 clear: right;
3647         }
3648 }
3649
3650 @media screen and (min-width: 846px) {
3651         .content-area,
3652         .content-sidebar {
3653                 padding-top: 72px;
3654         }
3655
3656         .site-content .has-post-thumbnail .entry-header {
3657                 margin-top: -48px;
3658         }
3659
3660         .comment-list .trackback,
3661         .comment-list .pingback,
3662         .comment-list article {
3663                 margin-bottom: 36px;
3664                 padding-top: 36px;
3665         }
3666
3667         .comment-author .avatar {
3668                 height: 34px;
3669                 top: 2px;
3670                 width: 34px;
3671         }
3672
3673         .comment-author,
3674         .comment-awaiting-moderation,
3675         .comment-content,
3676         .comment-list .reply,
3677         .comment-metadata {
3678                 padding-left: 50px;
3679         }
3680
3681         .comment-list .children {
3682                 margin-left: 20px;
3683         }
3684
3685         .full-width .site-content .hentry.has-post-thumbnail:first-child {
3686                 margin-top: -72px;
3687         }
3688
3689         .featured-content {
3690                 margin-bottom: 0;
3691         }
3692 }
3693
3694 @media screen and (min-width: 1008px) {
3695         .search-box-wrapper {
3696                 padding-left: 182px;
3697         }
3698
3699         .main-content {
3700                 float: left;
3701         }
3702
3703         .site-content {
3704                 margin-right: 29.04761904%;
3705                 margin-left: 182px;
3706         }
3707
3708         .site-content .entry-header {
3709                 margin-top: 0;
3710         }
3711
3712         .site-content .has-post-thumbnail .entry-header {
3713                 margin-top: 0;
3714         }
3715
3716         .content-sidebar {
3717                 margin-left: -29.04761904%;
3718                 width: 29.04761904%;
3719         }
3720
3721         .site:before {
3722                 background-color: #000;
3723                 content: "";
3724                 display: block;
3725                 height: 100%;
3726                 min-height: 100%;
3727                 position: absolute;
3728                 top: 0;
3729                 left: 0;
3730                 width: 182px;
3731                 z-index: 2;
3732         }
3733
3734         #secondary {
3735                 background-color: transparent;
3736                 border: 0;
3737                 clear: none;
3738                 float: left;
3739                 margin: 0 0 0 -100%;
3740                 min-height: 100vh;
3741                 width: 122px;
3742         }
3743
3744         .primary-sidebar {
3745                 padding-top: 0;
3746         }
3747
3748         .site-description {
3749                 display: block;
3750                 margin: 0 0 18px;
3751         }
3752
3753         .site-description:empty {
3754                 margin: 0;
3755         }
3756
3757         .secondary-navigation {
3758                 font-size: 11px;
3759                 margin: 0 -30px 48px;
3760                 width: 182px;
3761         }
3762
3763         .secondary-navigation li {
3764                 border-top: 1px solid rgba(255, 255, 255, 0.2);
3765                 position: relative;
3766         }
3767
3768         .secondary-navigation a {
3769                 padding: 10px 30px;
3770         }
3771
3772         .secondary-navigation ul ul {
3773                 background-color: #24890d;
3774                 position: absolute;
3775                 top: 0;
3776                 left: -999em;
3777                 width: 182px;
3778                 z-index: 99999;
3779         }
3780
3781         .secondary-navigation li li {
3782                 border-top: 0;
3783         }
3784
3785         .secondary-navigation li:hover > a,
3786         .secondary-navigation li.focus > a {
3787                 background-color: #24890d;
3788                 color: #fff;
3789         }
3790
3791         .secondary-navigation ul ul a:hover,
3792         .secondary-navigation ul ul li.focus > a {
3793                 background-color: #41a62a;
3794         }
3795
3796         .secondary-navigation ul li:hover > ul,
3797         .secondary-navigation ul li.focus > ul {
3798                 left: 162px;
3799         }
3800
3801         .secondary-navigation .menu-item-has-children > a {
3802                 padding-right: 38px;
3803         }
3804
3805         .secondary-navigation .menu-item-has-children > a:after {
3806                 -webkit-font-smoothing: antialiased;
3807                 content: "\f501";
3808                 display: inline-block;
3809                 font: normal 8px/1 Genericons;
3810                 position: absolute;
3811                 right: 26px;
3812                 top: 14px;
3813                 vertical-align: text-bottom;
3814         }
3815
3816         .footer-sidebar .widget,
3817         .primary-sidebar .widget {
3818                 font-size: 12px;
3819                 line-height: 1.5;
3820         }
3821
3822         .footer-sidebar .widget {
3823                 -webkit-box-sizing: border-box;
3824                 -moz-box-sizing:    border-box;
3825                 box-sizing:         border-box;
3826                 float: left;
3827                 padding: 0 30px;
3828                 width: 25%;
3829         }
3830
3831         .footer-sidebar .widget h1,
3832         .primary-sidebar .widget h1 {
3833                 font-size: 20px;
3834                 line-height: 1.2;
3835         }
3836
3837         .footer-sidebar .widget h2,
3838         .primary-sidebar .widget h2 {
3839                 font-size: 18px;
3840                 line-height: 1.3333333333;
3841         }
3842
3843         .footer-sidebar .widget h3,
3844         .primary-sidebar .widget h3 {
3845                 font-size: 16px;
3846                 line-height: 1.5;
3847         }
3848
3849         .footer-sidebar .widget h4,
3850         .primary-sidebar .widget h4 {
3851                 font-size: 14px;
3852                 line-height: 1.7142857142;
3853         }
3854
3855         .footer-sidebar .widget h5,
3856         .primary-sidebar .widget h5 {
3857                 font-size: 12px;
3858                 line-height: 2;
3859         }
3860
3861         .footer-sidebar .widget h6,
3862         .primary-sidebar .widget h6 {
3863                 font-size: 11px;
3864                 line-height: 2.1818181818;
3865         }
3866
3867         .footer-sidebar .widget code,
3868         .footer-sidebar .widget kbd,
3869         .footer-sidebar .widget tt,
3870         .footer-sidebar .widget var,
3871         .footer-sidebar .widget samp,
3872         .footer-sidebar .widget pre,
3873         .primary-sidebar .widget code,
3874         .primary-sidebar .widget kbd,
3875         .primary-sidebar .widget tt,
3876         .primary-sidebar .widget var,
3877         .primary-sidebar .widget samp,
3878         .primary-sidebar .widget pre {
3879                 font-size: 11px;
3880                 line-height: 1.6363636363;
3881         }
3882
3883         .footer-sidebar .widget blockquote,
3884         .primary-sidebar .widget blockquote {
3885                 font-size: 14px;
3886                 line-height: 1.2857142857;
3887         }
3888
3889         .footer-sidebar .widget blockquote cite,
3890         .primary-sidebar .widget blockquote cite {
3891                 font-size: 12px;
3892                 line-height: 1.5;
3893         }
3894
3895         .footer-sidebar .widget input,
3896         .footer-sidebar .widget textarea,
3897         .primary-sidebar .widget input,
3898         .primary-sidebar .widget textarea {
3899                 font-size: 12px;
3900                 padding: 3px 2px 4px 4px;
3901         }
3902
3903         .footer-sidebar .widget input[type="button"],
3904         .footer-sidebar .widget input[type="reset"],
3905         .footer-sidebar .widget input[type="submit"],
3906         .primary-sidebar .widget input[type="button"],
3907         .primary-sidebar .widget input[type="reset"],
3908         .primary-sidebar .widget input[type="submit"] {
3909                 padding: 5px 15px 4px;
3910         }
3911
3912         .footer-sidebar .widget .widget-title,
3913         .primary-sidebar .widget .widget-title {
3914                 font-size: 11px;
3915                 font-weight: 900;
3916                 line-height: 1.6363636363;
3917                 margin-bottom: 18px;
3918         }
3919
3920         .footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
3921         .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
3922         .footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
3923         .footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
3924         .footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
3925         .primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
3926         .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
3927         .primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
3928         .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
3929         .primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
3930                 font-size: 11px;
3931                 line-height: 1.6363636363;
3932         }
3933
3934         .footer-sidebar .widget_archive li,
3935         .footer-sidebar .widget_categories li,
3936         .footer-sidebar .widget_links li,
3937         .footer-sidebar .widget_meta li,
3938         .footer-sidebar .widget_nav_menu li,
3939         .footer-sidebar .widget_pages li,
3940         .footer-sidebar .widget_recent_comments li,
3941         .footer-sidebar .widget_recent_entries li,
3942         .primary-sidebar .widget_archive li,
3943         .primary-sidebar .widget_categories li,
3944         .primary-sidebar .widget_links li,
3945         .primary-sidebar .widget_meta li,
3946         .primary-sidebar .widget_nav_menu li,
3947         .primary-sidebar .widget_pages li,
3948         .primary-sidebar .widget_recent_comments li,
3949         .primary-sidebar .widget_recent_entries li {
3950                 border-top: 0;
3951                 padding: 0 0 6px;
3952         }
3953
3954         .footer-sidebar .widget_archive li:last-child,
3955         .footer-sidebar .widget_categories li:last-child,
3956         .footer-sidebar .widget_links li:last-child,
3957         .footer-sidebar .widget_meta li:last-child,
3958         .footer-sidebar .widget_nav_menu li:last-child,
3959         .footer-sidebar .widget_pages li:last-child,
3960         .footer-sidebar .widget_recent_comments li:last-child,
3961         .footer-sidebar .widget_recent_entries li:last-child,
3962         .primary-sidebar .widget_archive li:last-child,
3963         .primary-sidebar .widget_categories li:last-child,
3964         .primary-sidebar .widget_links li:last-child,
3965         .primary-sidebar .widget_meta li:last-child,
3966         .primary-sidebar .widget_nav_menu li:last-child,
3967         .primary-sidebar .widget_pages li:last-child,
3968         .primary-sidebar .widget_recent_comments li:last-child,
3969         .primary-sidebar .widget_recent_entries li:last-child {
3970                 padding: 0;
3971         }
3972
3973         .footer-sidebar .widget_categories li ul,
3974         .footer-sidebar .widget_nav_menu li ul,
3975         .footer-sidebar .widget_pages li ul,
3976         .primary-sidebar .widget_categories li ul,
3977         .primary-sidebar .widget_nav_menu li ul,
3978         .primary-sidebar .widget_pages li ul {
3979                 border-top: 0;
3980                 margin-top: 6px;
3981         }
3982
3983         #supplementary {
3984                 padding: 0;
3985         }
3986
3987         .footer-sidebar {
3988                 font-size: 12px;
3989                 line-height: 1.5;
3990         }
3991
3992         .featured-content {
3993                 padding-left: 182px;
3994         }
3995
3996         .grid .featured-content .hentry {
3997                 width: 33.3333333%;
3998         }
3999
4000         .grid .featured-content .hentry:nth-child( 2n+1 ) {
4001                 clear: none;
4002         }
4003
4004         .grid .featured-content .hentry:nth-child( 3n+1 ) {
4005                 clear: both;
4006         }
4007
4008         .grid .featured-content .entry-header {
4009                 height: 120px;
4010         }
4011 }
4012
4013 @media screen and (min-width: 1040px) {
4014         .site-content .has-post-thumbnail .entry-header {
4015                 margin-top: -48px;
4016         }
4017
4018         .archive-header,
4019         .comments-area,
4020         .image-navigation,
4021         .page-header,
4022         .page-content,
4023         .post-navigation,
4024         .site-content .entry-header,
4025         .site-content .entry-content,
4026         .site-content .entry-summary,
4027         .site-content footer.entry-meta {
4028                 padding-right: 15px;
4029                 padding-left: 15px;
4030         }
4031
4032         .full-width .archive-header,
4033         .full-width .comments-area,
4034         .full-width .image-navigation,
4035         .full-width .page-header,
4036         .full-width .page-content,
4037         .full-width .post-navigation,
4038         .full-width .site-content .entry-header,
4039         .full-width .site-content .entry-content,
4040         .full-width .site-content .entry-summary,
4041         .full-width .site-content footer.entry-meta {
4042                 padding-right: 30px;
4043                 padding-left: 30px;
4044         }
4045 }
4046
4047 @media screen and (min-width: 1080px) {
4048         .search-box .search-field {
4049                 width: 324px;
4050         }
4051
4052         .site-content,
4053         .site-main .widecolumn {
4054                 margin-left: 222px;
4055         }
4056
4057         .site:before {
4058                 width: 222px;
4059         }
4060
4061         .search-box-wrapper,
4062         .featured-content {
4063                 padding-left: 222px;
4064         }
4065
4066         #secondary {
4067                 width: 162px;
4068         }
4069
4070         .secondary-navigation,
4071         .secondary-navigation ul ul {
4072                 width: 222px;
4073         }
4074
4075         .secondary-navigation ul li:hover > ul,
4076         .secondary-navigation ul li.focus > ul {
4077                 left: 202px;
4078         }
4079
4080         .slider .featured-content .entry-title {
4081                 font-size: 33px;
4082         }
4083
4084         .slider .featured-content .entry-header,
4085         .slider-control-paging {
4086                 width: 534px;
4087         }
4088
4089         .slider-control-paging {
4090                 padding-left: 24px;
4091         }
4092
4093         .slider-control-paging li {
4094                 margin: 12px 12px 12px 0;
4095         }
4096
4097         .slider-control-paging a {
4098                 height: 24px;
4099                 width: 24px;
4100         }
4101
4102         .slider-control-paging a:before {
4103                 top: 6px;
4104                 left: 6px;
4105         }
4106 }
4107
4108 @media screen and (min-width: 1110px) {
4109         .archive-header,
4110         .comments-area,
4111         .image-navigation,
4112         .page-header,
4113         .page-content,
4114         .post-navigation,
4115         .site-content .entry-header,
4116         .site-content .entry-content,
4117         .site-content .entry-summary,
4118         .site-content footer.entry-meta {
4119                 padding-right: 30px;
4120                 padding-left: 30px;
4121         }
4122 }
4123
4124 @media screen and (min-width: 1218px) {
4125         .archive-header,
4126         .comments-area,
4127         .image-navigation,
4128         .page-header,
4129         .page-content,
4130         .post-navigation,
4131         .site-content .entry-header,
4132         .site-content .entry-content,
4133         .site-content .entry-summary,
4134         .site-content footer.entry-meta {
4135                 margin-right: 54px;
4136         }
4137
4138         .full-width .archive-header,
4139         .full-width .comments-area,
4140         .full-width .image-navigation,
4141         .full-width .page-header,
4142         .full-width .page-content,
4143         .full-width .post-navigation,
4144         .full-width .site-content .entry-header,
4145         .full-width .site-content .entry-content,
4146         .full-width .site-content .entry-summary,
4147         .full-width .site-content footer.entry-meta {
4148                 margin-right: auto;
4149         }
4150 }
4151
4152 @media screen and (min-width: 1260px) {
4153         .site-content blockquote.alignleft,
4154         .site-content blockquote.alignright {
4155                 width: -webkit-calc(50% + 18px);
4156                 width:         calc(50% + 18px);
4157         }
4158
4159         .site-content blockquote.alignleft {
4160                 margin-left: -18%;
4161         }
4162
4163         .site-content blockquote.alignright {
4164                 margin-right: -18%;
4165         }
4166 }
4167
4168
4169 /**
4170  * 12.0 Print
4171  * -----------------------------------------------------------------------------
4172  */
4173
4174 @media print {
4175         body {
4176                 background: none !important; /* Brute force since user agents all print differently. */
4177                 color: #2b2b2b;
4178                 font-size: 12pt;
4179         }
4180
4181         .site,
4182         .site-header,
4183         .hentry,
4184         .site-content .entry-header,
4185         .site-content .entry-content,
4186         .site-content .entry-summary,
4187         .site-content .entry-meta,
4188         .page-content,
4189         .archive-header,
4190         .page-header,
4191         .contributor-info,
4192         .comments-area,
4193         .attachment .entry-attachment .attachment {
4194                 max-width: 100%;
4195         }
4196
4197         #site-header img,
4198         .search-toggle,
4199         .site-navigation,
4200         .site-content nav,
4201         .edit-link,
4202         .page-links,
4203         .widget-area,
4204         .more-link,
4205         .post-format-archive-link,
4206         .comment-respond,
4207         .comment-list .reply,
4208         .comment-reply-login,
4209         #secondary,
4210         .site-footer,
4211         .slider-control-paging,
4212         .slider-direction-nav {
4213                 display: none;
4214         }
4215
4216         .site-title a,
4217         .entry-meta,
4218         .entry-meta a,
4219         .featured-content .hentry,
4220         .featured-content a {
4221                 color: #2b2b2b;
4222         }
4223
4224         .entry-content a,
4225         .entry-summary a,
4226         .page-content a,
4227         .comment-content a {
4228                 text-decoration: none;
4229         }
4230
4231         .site-header,
4232         .post-thumbnail,
4233         a.post-thumbnail:hover,
4234         .site-content .entry-header,
4235         .site-footer,
4236         .featured-content,
4237         .featured-content .entry-header {
4238                 background: transparent;
4239         }
4240
4241         .header-main {
4242                 padding: 48px 10px;
4243         }
4244
4245         .site-title {
4246                 float: none;
4247                 font-size: 19pt;
4248         }
4249
4250         .content-area {
4251                 padding-top: 0;
4252         }
4253
4254         .list-view .site-content .hentry {
4255                 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
4256                 margin-bottom: 48px;
4257                 padding-bottom: 24px;
4258         }
4259
4260         .post-thumbnail img {
4261                 margin: 0 10px 24px;
4262         }
4263
4264         .site-content .has-post-thumbnail .entry-header {
4265                 padding-top: 0;
4266         }
4267
4268         .site-content footer.entry-meta {
4269                 margin: 24px auto;
4270         }
4271
4272         .entry-meta .tag-links a {
4273                 color: #fff;
4274         }
4275
4276         .singular .site-content .hentry.has-post-thumbnail {
4277                 margin-top: 0;
4278         }
4279
4280         .gallery-columns-1.gallery-size-medium,
4281         .gallery-columns-1.gallery-size-thumbnail,
4282         .gallery-columns-2.gallery-size-thumbnail,
4283         .gallery-columns-3.gallery-size-thumbnail {
4284                 display: block;
4285         }
4286
4287         .archive-title,
4288         .page-title {
4289                 margin: 0 10px 48px;
4290         }
4291
4292         .featured-content .hentry {
4293                 margin-bottom: 48px;
4294         }
4295
4296         .featured-content .post-thumbnail,
4297         .slider .featured-content .post-thumbnail {
4298                 padding-top: 0;
4299         }
4300
4301         .featured-content .post-thumbnail img {
4302                 position: relative;
4303         }
4304
4305         .featured-content .entry-header {
4306                 padding: 0 10px 24px;
4307         }
4308
4309         .featured-content .entry-meta {
4310                 font-size: 9pt;
4311                 margin-bottom: 11px;
4312         }
4313
4314         .featured-content .cat-links {
4315                 font-weight: 900;
4316         }
4317
4318         .featured-content .entry-title {
4319                 font-size: 25pt;
4320                 line-height: 36px;
4321         }
4322 }