Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

3980 righe
68 KiB

  1. /*
  2. Theme Name: Twenty Sixteen
  3. Theme URI: https://wordpress.org/themes/twentysixteen/
  4. Author: the WordPress team
  5. Author URI: https://wordpress.org/
  6. Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
  7. Version: 1.3
  8. License: GNU General Public License v2 or later
  9. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  10. Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
  11. Text Domain: twentysixteen
  12. This theme, like WordPress, is licensed under the GPL.
  13. Use it to make something cool, have fun, and share what you've learned with others.
  14. */
  15. /**
  16. * Table of Contents
  17. *
  18. * 1.0 - Normalize
  19. * 2.0 - Genericons
  20. * 3.0 - Typography
  21. * 4.0 - Elements
  22. * 5.0 - Forms
  23. * 6.0 - Navigation
  24. * 6.1 - Links
  25. * 6.2 - Menus
  26. * 7.0 - Accessibility
  27. * 8.0 - Alignments
  28. * 9.0 - Clearings
  29. * 10.0 - Widgets
  30. * 11.0 - Content
  31. * 11.1 - Header
  32. * 11.2 - Posts and pages
  33. * 11.3 - Post Formats
  34. * 11.4 - Comments
  35. * 11.5 - Sidebar
  36. * 11.6 - Footer
  37. * 12.0 - Media
  38. * 12.1 - Captions
  39. * 12.2 - Galleries
  40. * 13.0 - Multisite
  41. * 14.0 - Media Queries
  42. * 14.1 - >= 710px
  43. * 14.2 - >= 783px
  44. * 14.3 - >= 910px
  45. * 14.4 - >= 985px
  46. * 14.5 - >= 1200px
  47. * 15.0 - Print
  48. */
  49. /**
  50. * 1.0 - Normalize
  51. *
  52. * Normalizing styles have been helped along thanks to the fine work of
  53. * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
  54. */
  55. html {
  56. font-family: sans-serif;
  57. -webkit-text-size-adjust: 100%;
  58. -ms-text-size-adjust: 100%;
  59. }
  60. body {
  61. margin: 0;
  62. }
  63. article,
  64. aside,
  65. details,
  66. figcaption,
  67. figure,
  68. footer,
  69. header,
  70. main,
  71. menu,
  72. nav,
  73. section,
  74. summary {
  75. display: block;
  76. }
  77. audio,
  78. canvas,
  79. progress,
  80. video {
  81. display: inline-block;
  82. vertical-align: baseline;
  83. }
  84. audio:not([controls]) {
  85. display: none;
  86. height: 0;
  87. }
  88. [hidden],
  89. template {
  90. display: none;
  91. }
  92. a {
  93. background-color: transparent;
  94. }
  95. abbr[title] {
  96. border-bottom: 1px dotted;
  97. }
  98. b,
  99. strong {
  100. font-weight: 700;
  101. }
  102. small {
  103. font-size: 80%;
  104. }
  105. sub,
  106. sup {
  107. font-size: 75%;
  108. line-height: 0;
  109. position: relative;
  110. vertical-align: baseline;
  111. }
  112. sup {
  113. top: -0.5em;
  114. }
  115. sub {
  116. bottom: -0.25em;
  117. }
  118. img {
  119. border: 0;
  120. }
  121. svg:not(:root) {
  122. overflow: hidden;
  123. }
  124. figure {
  125. margin: 0;
  126. }
  127. hr {
  128. -webkit-box-sizing: content-box;
  129. -moz-box-sizing: content-box;
  130. box-sizing: content-box;
  131. }
  132. code,
  133. kbd,
  134. pre,
  135. samp {
  136. font-size: 1em;
  137. }
  138. button,
  139. input,
  140. optgroup,
  141. select,
  142. textarea {
  143. color: inherit;
  144. font: inherit;
  145. margin: 0;
  146. }
  147. select {
  148. text-transform: none;
  149. }
  150. button {
  151. overflow: visible;
  152. }
  153. button,
  154. input,
  155. select,
  156. textarea {
  157. max-width: 100%;
  158. }
  159. button,
  160. html input[type="button"],
  161. input[type="reset"],
  162. input[type="submit"] {
  163. -webkit-appearance: button;
  164. cursor: pointer;
  165. }
  166. button[disabled],
  167. html input[disabled] {
  168. cursor: default;
  169. opacity: .5;
  170. }
  171. button::-moz-focus-inner,
  172. input::-moz-focus-inner {
  173. border: 0;
  174. padding: 0;
  175. }
  176. input[type="checkbox"],
  177. input[type="radio"] {
  178. -webkit-box-sizing: border-box;
  179. -moz-box-sizing: border-box;
  180. box-sizing: border-box;
  181. margin-right: 0.4375em;
  182. padding: 0;
  183. }
  184. input[type="date"]::-webkit-inner-spin-button,
  185. input[type="date"]::-webkit-outer-spin-button,
  186. input[type="time"]::-webkit-inner-spin-button,
  187. input[type="time"]::-webkit-outer-spin-button,
  188. input[type="datetime-local"]::-webkit-inner-spin-button,
  189. input[type="datetime-local"]::-webkit-outer-spin-button,
  190. input[type="week"]::-webkit-inner-spin-button,
  191. input[type="week"]::-webkit-outer-spin-button,
  192. input[type="month"]::-webkit-inner-spin-button,
  193. input[type="month"]::-webkit-outer-spin-button,
  194. input[type="number"]::-webkit-inner-spin-button,
  195. input[type="number"]::-webkit-outer-spin-button {
  196. height: auto;
  197. }
  198. input[type="search"] {
  199. -webkit-appearance: textfield;
  200. }
  201. input[type="search"]::-webkit-search-cancel-button,
  202. input[type="search"]::-webkit-search-decoration {
  203. -webkit-appearance: none;
  204. }
  205. fieldset {
  206. border: 1px solid #d1d1d1;
  207. margin: 0 0 1.75em;
  208. min-width: inherit;
  209. padding: 0.875em;
  210. }
  211. fieldset > :last-child {
  212. margin-bottom: 0;
  213. }
  214. legend {
  215. border: 0;
  216. padding: 0;
  217. }
  218. textarea {
  219. overflow: auto;
  220. vertical-align: top;
  221. }
  222. optgroup {
  223. font-weight: bold;
  224. }
  225. /**
  226. * 2.0 - Genericons
  227. */
  228. .menu-item-has-children a:after,
  229. .social-navigation a:before,
  230. .dropdown-toggle:after,
  231. .bypostauthor > article .fn:after,
  232. .comment-reply-title small a:before,
  233. .pagination .prev:before,
  234. .pagination .next:before,
  235. .pagination .nav-links:before,
  236. .pagination .nav-links:after,
  237. .search-submit:before {
  238. -moz-osx-font-smoothing: grayscale;
  239. -webkit-font-smoothing: antialiased;
  240. display: inline-block;
  241. font-family: "Genericons";
  242. font-size: 16px;
  243. font-style: normal;
  244. font-variant: normal;
  245. font-weight: normal;
  246. line-height: 1;
  247. speak: none;
  248. text-align: center;
  249. text-decoration: inherit;
  250. text-transform: none;
  251. vertical-align: top;
  252. }
  253. /**
  254. * 3.0 - Typography
  255. */
  256. body,
  257. button,
  258. input,
  259. select,
  260. textarea {
  261. color: #1a1a1a;
  262. font-family: Merriweather, Georgia, serif;
  263. font-size: 16px;
  264. font-size: 1rem;
  265. line-height: 1.75;
  266. }
  267. h1,
  268. h2,
  269. h3,
  270. h4,
  271. h5,
  272. h6 {
  273. clear: both;
  274. font-weight: 700;
  275. margin: 0;
  276. text-rendering: optimizeLegibility;
  277. }
  278. p {
  279. margin: 0 0 1.75em;
  280. }
  281. dfn,
  282. cite,
  283. em,
  284. i {
  285. font-style: italic;
  286. }
  287. blockquote {
  288. border: 0 solid #1a1a1a;
  289. border-left-width: 4px;
  290. color: #686868;
  291. font-size: 19px;
  292. font-size: 1.1875rem;
  293. font-style: italic;
  294. line-height: 1.4736842105;
  295. margin: 0 0 1.4736842105em;
  296. overflow: hidden;
  297. padding: 0 0 0 1.263157895em;
  298. }
  299. blockquote,
  300. q {
  301. quotes: none;
  302. }
  303. blockquote:before,
  304. blockquote:after,
  305. q:before,
  306. q:after {
  307. content: "";
  308. }
  309. blockquote p {
  310. margin-bottom: 1.4736842105em;
  311. }
  312. blockquote cite,
  313. blockquote small {
  314. color: #1a1a1a;
  315. display: block;
  316. font-size: 16px;
  317. font-size: 1rem;
  318. line-height: 1.75;
  319. }
  320. blockquote cite:before,
  321. blockquote small:before {
  322. content: "\2014\00a0";
  323. }
  324. blockquote em,
  325. blockquote i,
  326. blockquote cite {
  327. font-style: normal;
  328. }
  329. blockquote strong,
  330. blockquote b {
  331. font-weight: 400;
  332. }
  333. blockquote > :last-child {
  334. margin-bottom: 0;
  335. }
  336. address {
  337. font-style: italic;
  338. margin: 0 0 1.75em;
  339. }
  340. code,
  341. kbd,
  342. tt,
  343. var,
  344. samp,
  345. pre {
  346. font-family: Inconsolata, monospace;
  347. }
  348. pre {
  349. border: 1px solid #d1d1d1;
  350. font-size: 16px;
  351. font-size: 1rem;
  352. line-height: 1.3125;
  353. margin: 0 0 1.75em;
  354. max-width: 100%;
  355. overflow: auto;
  356. padding: 1.75em;
  357. white-space: pre;
  358. white-space: pre-wrap;
  359. word-wrap: break-word;
  360. }
  361. code {
  362. background-color: #d1d1d1;
  363. padding: 0.125em 0.25em;
  364. }
  365. abbr,
  366. acronym {
  367. border-bottom: 1px dotted #d1d1d1;
  368. cursor: help;
  369. }
  370. mark,
  371. ins {
  372. background: #007acc;
  373. color: #fff;
  374. padding: 0.125em 0.25em;
  375. text-decoration: none;
  376. }
  377. big {
  378. font-size: 125%;
  379. }
  380. /**
  381. * 4.0 - Elements
  382. */
  383. html {
  384. -webkit-box-sizing: border-box;
  385. -moz-box-sizing: border-box;
  386. box-sizing: border-box;
  387. }
  388. *,
  389. *:before,
  390. *:after {
  391. /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  392. -webkit-box-sizing: inherit;
  393. -moz-box-sizing: inherit;
  394. box-sizing: inherit;
  395. }
  396. body {
  397. background: #1a1a1a;
  398. /* Fallback for when there is no custom background color defined. */
  399. }
  400. hr {
  401. background-color: #d1d1d1;
  402. border: 0;
  403. height: 1px;
  404. margin: 0 0 1.75em;
  405. }
  406. ul,
  407. ol {
  408. margin: 0 0 1.75em 1.25em;
  409. padding: 0;
  410. }
  411. ul {
  412. list-style: disc;
  413. }
  414. ol {
  415. list-style: decimal;
  416. margin-left: 1.5em;
  417. }
  418. li > ul,
  419. li > ol {
  420. margin-bottom: 0;
  421. }
  422. dl {
  423. margin: 0 0 1.75em;
  424. }
  425. dt {
  426. font-weight: 700;
  427. }
  428. dd {
  429. margin: 0 0 1.75em;
  430. }
  431. img {
  432. height: auto;
  433. /* Make sure images are scaled correctly. */
  434. max-width: 100%;
  435. /* Adhere to container width. */
  436. vertical-align: middle;
  437. }
  438. del {
  439. opacity: 0.8;
  440. }
  441. table,
  442. th,
  443. td {
  444. border: 1px solid #d1d1d1;
  445. }
  446. table {
  447. border-collapse: separate;
  448. border-spacing: 0;
  449. border-width: 1px 0 0 1px;
  450. margin: 0 0 1.75em;
  451. table-layout: fixed;
  452. /* Prevents HTML tables from becoming too wide */
  453. width: 100%;
  454. }
  455. caption,
  456. th,
  457. td {
  458. font-weight: normal;
  459. text-align: left;
  460. }
  461. th {
  462. border-width: 0 1px 1px 0;
  463. font-weight: 700;
  464. }
  465. td {
  466. border-width: 0 1px 1px 0;
  467. }
  468. th,
  469. td {
  470. padding: 0.4375em;
  471. }
  472. /* Placeholder text color -- selectors need to be separate to work. */
  473. ::-webkit-input-placeholder {
  474. color: #686868;
  475. font-family: Montserrat, "Helvetica Neue", sans-serif;
  476. }
  477. :-moz-placeholder {
  478. color: #686868;
  479. font-family: Montserrat, "Helvetica Neue", sans-serif;
  480. }
  481. ::-moz-placeholder {
  482. color: #686868;
  483. font-family: Montserrat, "Helvetica Neue", sans-serif;
  484. opacity: 1;
  485. /* Since FF19 lowers the opacity of the placeholder by default */
  486. }
  487. :-ms-input-placeholder {
  488. color: #686868;
  489. font-family: Montserrat, "Helvetica Neue", sans-serif;
  490. }
  491. /**
  492. * 5.0 - Forms
  493. */
  494. input {
  495. line-height: normal;
  496. }
  497. button,
  498. button[disabled]:hover,
  499. button[disabled]:focus,
  500. input[type="button"],
  501. input[type="button"][disabled]:hover,
  502. input[type="button"][disabled]:focus,
  503. input[type="reset"],
  504. input[type="reset"][disabled]:hover,
  505. input[type="reset"][disabled]:focus,
  506. input[type="submit"],
  507. input[type="submit"][disabled]:hover,
  508. input[type="submit"][disabled]:focus {
  509. background: #1a1a1a;
  510. border: 0;
  511. border-radius: 2px;
  512. color: #fff;
  513. font-family: Montserrat, "Helvetica Neue", sans-serif;
  514. font-weight: 700;
  515. letter-spacing: 0.046875em;
  516. line-height: 1;
  517. padding: 0.84375em 0.875em 0.78125em;
  518. text-transform: uppercase;
  519. }
  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: #007acc;
  529. }
  530. button:focus,
  531. input[type="button"]:focus,
  532. input[type="reset"]:focus,
  533. input[type="submit"]:focus {
  534. outline: thin dotted;
  535. outline-offset: -4px;
  536. }
  537. input[type="date"],
  538. input[type="time"],
  539. input[type="datetime-local"],
  540. input[type="week"],
  541. input[type="month"],
  542. input[type="text"],
  543. input[type="email"],
  544. input[type="url"],
  545. input[type="password"],
  546. input[type="search"],
  547. input[type="tel"],
  548. input[type="number"],
  549. textarea {
  550. background: #f7f7f7;
  551. background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  552. border: 1px solid #d1d1d1;
  553. border-radius: 2px;
  554. color: #686868;
  555. padding: 0.625em 0.4375em;
  556. width: 100%;
  557. }
  558. input[type="date"]:focus,
  559. input[type="time"]:focus,
  560. input[type="datetime-local"]:focus,
  561. input[type="week"]:focus,
  562. input[type="month"]:focus,
  563. input[type="text"]:focus,
  564. input[type="email"]:focus,
  565. input[type="url"]:focus,
  566. input[type="password"]:focus,
  567. input[type="search"]:focus,
  568. input[type="tel"]:focus,
  569. input[type="number"]:focus,
  570. textarea:focus {
  571. background-color: #fff;
  572. border-color: #007acc;
  573. color: #1a1a1a;
  574. outline: 0;
  575. }
  576. .post-password-form {
  577. margin-bottom: 1.75em;
  578. }
  579. .post-password-form label {
  580. color: #686868;
  581. display: block;
  582. font-family: Montserrat, "Helvetica Neue", sans-serif;
  583. font-size: 13px;
  584. font-size: 0.8125rem;
  585. letter-spacing: 0.076923077em;
  586. line-height: 1.6153846154;
  587. margin-bottom: 1.75em;
  588. text-transform: uppercase;
  589. }
  590. .post-password-form input[type="password"] {
  591. margin-top: 0.4375em;
  592. }
  593. .post-password-form > :last-child {
  594. margin-bottom: 0;
  595. }
  596. .search-form {
  597. position: relative;
  598. }
  599. input[type="search"].search-field {
  600. border-radius: 2px 0 0 2px;
  601. width: -webkit-calc(100% - 42px);
  602. width: calc(100% - 42px);
  603. }
  604. .search-submit:before {
  605. content: "\f400";
  606. font-size: 24px;
  607. left: 2px;
  608. line-height: 42px;
  609. position: relative;
  610. width: 40px;
  611. }
  612. .search-submit {
  613. border-radius: 0 2px 2px 0;
  614. bottom: 0;
  615. overflow: hidden;
  616. padding: 0;
  617. position: absolute;
  618. right: 0;
  619. top: 0;
  620. width: 42px;
  621. }
  622. /**
  623. * 6.0 - Navigation
  624. */
  625. /**
  626. * 6.1 - Links
  627. */
  628. a {
  629. color: #007acc;
  630. text-decoration: none;
  631. }
  632. a:hover,
  633. a:focus,
  634. a:active {
  635. color: #686868;
  636. }
  637. a:focus {
  638. outline: thin dotted;
  639. }
  640. a:hover,
  641. a:active {
  642. outline: 0;
  643. }
  644. .entry-content a,
  645. .entry-summary a,
  646. .taxonomy-description a,
  647. .logged-in-as a,
  648. .comment-content a,
  649. .pingback .comment-body > a,
  650. .textwidget a,
  651. .entry-footer a:hover,
  652. .site-info a:hover {
  653. box-shadow: 0 1px 0 0 currentColor;
  654. }
  655. .entry-content a:hover,
  656. .entry-content a:focus,
  657. .entry-summary a:hover,
  658. .entry-summary a:focus,
  659. .taxonomy-description a:hover,
  660. .taxonomy-description a:focus,
  661. .logged-in-as a:hover,
  662. .logged-in-as a:focus,
  663. .comment-content a:hover,
  664. .comment-content a:focus,
  665. .pingback .comment-body > a:hover,
  666. .pingback .comment-body > a:focus,
  667. .textwidget a:hover,
  668. .textwidget a:focus {
  669. box-shadow: none;
  670. }
  671. /**
  672. * 6.2 - Menus
  673. */
  674. .site-header-menu {
  675. display: none;
  676. -webkit-flex: 0 1 100%;
  677. -ms-flex: 0 1 100%;
  678. flex: 0 1 100%;
  679. margin: 0.875em 0;
  680. }
  681. .site-header-menu.toggled-on,
  682. .no-js .site-header-menu {
  683. display: block;
  684. }
  685. .main-navigation {
  686. font-family: Montserrat, "Helvetica Neue", sans-serif;
  687. }
  688. .site-footer .main-navigation {
  689. margin-bottom: 1.75em;
  690. }
  691. .main-navigation ul {
  692. list-style: none;
  693. margin: 0;
  694. }
  695. .main-navigation li {
  696. border-top: 1px solid #d1d1d1;
  697. position: relative;
  698. }
  699. .main-navigation a {
  700. color: #1a1a1a;
  701. display: block;
  702. line-height: 1.3125;
  703. outline-offset: -1px;
  704. padding: 0.84375em 0;
  705. }
  706. .main-navigation a:hover,
  707. .main-navigation a:focus {
  708. color: #007acc;
  709. }
  710. .main-navigation .current-menu-item > a,
  711. .main-navigation .current-menu-ancestor > a {
  712. font-weight: 700;
  713. }
  714. .main-navigation ul ul {
  715. display: none;
  716. margin-left: 0.875em;
  717. }
  718. .no-js .main-navigation ul ul {
  719. display: block;
  720. }
  721. .main-navigation ul .toggled-on {
  722. display: block;
  723. }
  724. .main-navigation .primary-menu {
  725. border-bottom: 1px solid #d1d1d1;
  726. }
  727. .main-navigation .menu-item-has-children > a {
  728. margin-right: 56px;
  729. }
  730. .dropdown-toggle {
  731. background-color: transparent;
  732. border: 0;
  733. border-radius: 0;
  734. color: #1a1a1a;
  735. content: "";
  736. height: 48px;
  737. padding: 0;
  738. position: absolute;
  739. right: 0;
  740. text-transform: none;
  741. top: 0;
  742. width: 48px;
  743. }
  744. .dropdown-toggle:after {
  745. border: 0 solid #d1d1d1;
  746. border-left-width: 1px;
  747. content: "\f431";
  748. font-size: 24px;
  749. left: 1px;
  750. position: relative;
  751. width: 48px;
  752. }
  753. .dropdown-toggle:hover,
  754. .dropdown-toggle:focus {
  755. background-color: transparent;
  756. color: #007acc;
  757. }
  758. .dropdown-toggle:focus {
  759. outline: thin dotted;
  760. outline-offset: -1px;
  761. }
  762. .dropdown-toggle:focus:after {
  763. border-color: transparent;
  764. }
  765. .dropdown-toggle.toggled-on:after {
  766. content: "\f432";
  767. }
  768. .site-header .main-navigation + .social-navigation {
  769. margin-top: 1.75em;
  770. }
  771. .site-footer .social-navigation {
  772. margin-bottom: 1.75em;
  773. }
  774. .social-navigation ul {
  775. list-style: none;
  776. margin: 0 0 -0.4375em;
  777. }
  778. .social-navigation li {
  779. float: left;
  780. margin: 0 0.4375em 0.4375em 0;
  781. }
  782. .social-navigation a {
  783. border: 1px solid #d1d1d1;
  784. border-radius: 50%;
  785. color: #1a1a1a;
  786. display: block;
  787. height: 35px;
  788. position: relative;
  789. width: 35px;
  790. }
  791. .social-navigation a:before {
  792. content: "\f415";
  793. height: 33px;
  794. line-height: 33px;
  795. text-align: center;
  796. width: 33px;
  797. }
  798. .social-navigation a:hover:before,
  799. .social-navigation a:focus:before {
  800. color: #007acc;
  801. }
  802. .social-navigation a[href*="codepen.io"]:before {
  803. content: "\f216";
  804. }
  805. .social-navigation a[href*="digg.com"]:before {
  806. content: "\f221";
  807. }
  808. .social-navigation a[href*="dribbble.com"]:before {
  809. content: "\f201";
  810. }
  811. .social-navigation a[href*="dropbox.com"]:before {
  812. content: "\f225";
  813. }
  814. .social-navigation a[href*="facebook.com"]:before {
  815. content: "\f203";
  816. }
  817. .social-navigation a[href*="flickr.com"]:before {
  818. content: "\f211";
  819. }
  820. .social-navigation a[href*="foursquare.com"]:before {
  821. content: "\f226";
  822. }
  823. .social-navigation a[href*="plus.google.com"]:before {
  824. content: "\f206";
  825. }
  826. .social-navigation a[href*="github.com"]:before {
  827. content: "\f200";
  828. }
  829. .social-navigation a[href*="instagram.com"]:before {
  830. content: "\f215";
  831. }
  832. .social-navigation a[href*="linkedin.com"]:before {
  833. content: "\f208";
  834. }
  835. .social-navigation a[href*="path.com"]:before {
  836. content: "\f219";
  837. }
  838. .social-navigation a[href*="pinterest.com"]:before {
  839. content: "\f210";
  840. }
  841. .social-navigation a[href*="getpocket.com"]:before {
  842. content: "\f224";
  843. }
  844. .social-navigation a[href*="polldaddy.com"]:before {
  845. content: "\f217";
  846. }
  847. .social-navigation a[href*="reddit.com"]:before {
  848. content: "\f222";
  849. }
  850. .social-navigation a[href*="skype.com"]:before {
  851. content: "\f220";
  852. }
  853. .social-navigation a[href*="stumbleupon.com"]:before {
  854. content: "\f223";
  855. }
  856. .social-navigation a[href*="tumblr.com"]:before {
  857. content: "\f214";
  858. }
  859. .social-navigation a[href*="twitter.com"]:before {
  860. content: "\f202";
  861. }
  862. .social-navigation a[href*="vimeo.com"]:before {
  863. content: "\f212";
  864. }
  865. .social-navigation a[href*="wordpress.com"]:before,
  866. .social-navigation a[href*="wordpress.org"]:before {
  867. content: "\f205";
  868. }
  869. .social-navigation a[href*="youtube.com"]:before {
  870. content: "\f213";
  871. }
  872. .social-navigation a[href^="mailto:"]:before {
  873. content: "\f410";
  874. }
  875. .social-navigation a[href*="spotify.com"]:before {
  876. content: "\f515";
  877. }
  878. .social-navigation a[href*="twitch.tv"]:before {
  879. content: "\f516";
  880. }
  881. .social-navigation a[href$="/feed/"]:before {
  882. content: "\f413";
  883. }
  884. .post-navigation {
  885. border-top: 4px solid #1a1a1a;
  886. border-bottom: 4px solid #1a1a1a;
  887. clear: both;
  888. font-family: Montserrat, "Helvetica Neue", sans-serif;
  889. margin: 0 7.6923% 3.5em;
  890. }
  891. .post-navigation a {
  892. color: #1a1a1a;
  893. display: block;
  894. padding: 1.75em 0;
  895. }
  896. .post-navigation span {
  897. display: block;
  898. }
  899. .post-navigation .meta-nav {
  900. color: #686868;
  901. font-size: 13px;
  902. font-size: 0.8125rem;
  903. letter-spacing: 0.076923077em;
  904. line-height: 1.6153846154;
  905. margin-bottom: 0.5384615385em;
  906. text-transform: uppercase;
  907. }
  908. .post-navigation .post-title {
  909. display: inline;
  910. font-family: Montserrat, "Helvetica Neue", sans-serif;
  911. font-size: 23px;
  912. font-size: 1.4375rem;
  913. font-weight: 700;
  914. line-height: 1.2173913043;
  915. text-rendering: optimizeLegibility;
  916. }
  917. .post-navigation a:hover .post-title,
  918. .post-navigation a:focus .post-title {
  919. color: #007acc;
  920. }
  921. .post-navigation div + div {
  922. border-top: 4px solid #1a1a1a;
  923. }
  924. .pagination {
  925. border-top: 4px solid #1a1a1a;
  926. font-family: Montserrat, "Helvetica Neue", sans-serif;
  927. font-size: 19px;
  928. font-size: 1.1875rem;
  929. margin: 0 7.6923% 2.947368421em;
  930. min-height: 56px;
  931. position: relative;
  932. }
  933. .pagination:before,
  934. .pagination:after {
  935. background-color: #1a1a1a;
  936. content: "";
  937. height: 52px;
  938. position: absolute;
  939. top:0;
  940. width: 52px;
  941. z-index: 0;
  942. }
  943. .pagination:before {
  944. right: 0;
  945. }
  946. .pagination:after {
  947. right: 54px;
  948. }
  949. .pagination a:hover,
  950. .pagination a:focus {
  951. color: #1a1a1a;
  952. }
  953. .pagination .nav-links {
  954. padding-right: 106px;
  955. position: relative;
  956. }
  957. .pagination .nav-links:before,
  958. .pagination .nav-links:after {
  959. color: #fff;
  960. font-size: 32px;
  961. line-height: 51px;
  962. opacity: 0.3;
  963. position: absolute;
  964. width: 52px;
  965. z-index: 1;
  966. }
  967. .pagination .nav-links:before {
  968. content: "\f429";
  969. right: -1px;
  970. }
  971. .pagination .nav-links:after {
  972. content: "\f430";
  973. right: 55px;
  974. }
  975. /* reset screen-reader-text */
  976. .pagination .current .screen-reader-text {
  977. position: static !important;
  978. }
  979. .pagination .page-numbers {
  980. display: none;
  981. letter-spacing: 0.013157895em;
  982. line-height: 1;
  983. margin: 0 0.7368421053em 0 -0.7368421053em;
  984. padding: 0.8157894737em 0.7368421053em 0.3947368421em;
  985. text-transform: uppercase;
  986. }
  987. .pagination .current {
  988. display: inline-block;
  989. font-weight: 700;
  990. }
  991. .pagination .prev,
  992. .pagination .next {
  993. background-color: #1a1a1a;
  994. color: #fff;
  995. display: inline-block;
  996. height: 52px;
  997. margin: 0;
  998. overflow: hidden;
  999. padding: 0;
  1000. position: absolute;
  1001. top: 0;
  1002. width: 52px;
  1003. z-index: 2;
  1004. }
  1005. .pagination .prev:before,
  1006. .pagination .next:before {
  1007. font-size: 32px;
  1008. height: 53px;
  1009. line-height: 52px;
  1010. position: relative;
  1011. width: 53px;
  1012. }
  1013. .pagination .prev:hover,
  1014. .pagination .prev:focus,
  1015. .pagination .next:hover,
  1016. .pagination .next:focus {
  1017. background-color: #007acc;
  1018. color: #fff;
  1019. }
  1020. .pagination .prev:focus,
  1021. .pagination .next:focus {
  1022. outline: 0;
  1023. }
  1024. .pagination .prev {
  1025. right: 54px;
  1026. }
  1027. .pagination .prev:before {
  1028. content: "\f430";
  1029. left: -1px;
  1030. top: -1px;
  1031. }
  1032. .pagination .next {
  1033. right: 0;
  1034. }
  1035. .pagination .next:before {
  1036. content: "\f429";
  1037. right: -1px;
  1038. top: -1px;
  1039. }
  1040. .image-navigation,
  1041. .comment-navigation {
  1042. border-top: 1px solid #d1d1d1;
  1043. border-bottom: 1px solid #d1d1d1;
  1044. color: #686868;
  1045. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1046. font-size: 13px;
  1047. font-size: 0.8125rem;
  1048. line-height: 1.6153846154;
  1049. margin: 0 7.6923% 2.1538461538em;
  1050. padding: 1.0769230769em 0;
  1051. }
  1052. .comment-navigation {
  1053. margin-right: 0;
  1054. margin-left: 0;
  1055. }
  1056. .comments-title + .comment-navigation {
  1057. border-bottom: 0;
  1058. margin-bottom: 0;
  1059. }
  1060. .image-navigation .nav-previous:not(:empty),
  1061. .image-navigation .nav-next:not(:empty),
  1062. .comment-navigation .nav-previous:not(:empty),
  1063. .comment-navigation .nav-next:not(:empty) {
  1064. display: inline-block;
  1065. }
  1066. .image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
  1067. .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  1068. content: "\002f";
  1069. display: inline-block;
  1070. opacity: 0.7;
  1071. padding: 0 0.538461538em;
  1072. }
  1073. /**
  1074. * 7.0 - Accessibility
  1075. */
  1076. /* Text meant only for screen readers */
  1077. .says,
  1078. .screen-reader-text {
  1079. clip: rect(1px, 1px, 1px, 1px);
  1080. height: 1px;
  1081. overflow: hidden;
  1082. position: absolute !important;
  1083. width: 1px;
  1084. /* many screen reader and browser combinations announce broken words as they would appear visually */
  1085. word-wrap: normal !important;
  1086. }
  1087. /* must have higher specificity than alternative color schemes inline styles */
  1088. .site .skip-link {
  1089. background-color: #f1f1f1;
  1090. box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  1091. color: #21759b;
  1092. display: block;
  1093. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1094. font-size: 14px;
  1095. font-weight: 700;
  1096. left: -9999em;
  1097. outline: none;
  1098. padding: 15px 23px 14px;
  1099. text-decoration: none;
  1100. text-transform: none;
  1101. top: -9999em;
  1102. }
  1103. .logged-in .site .skip-link {
  1104. box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  1105. font-family: "Open Sans", sans-serif;
  1106. }
  1107. .site .skip-link:focus {
  1108. clip: auto;
  1109. height: auto;
  1110. left: 6px;
  1111. top: 7px;
  1112. width: auto;
  1113. z-index: 100000;
  1114. }
  1115. /**
  1116. * 8.0 - Alignments
  1117. */
  1118. .alignleft {
  1119. float: left;
  1120. margin: 0.375em 1.75em 1.75em 0;
  1121. }
  1122. .alignright {
  1123. float: right;
  1124. margin: 0.375em 0 1.75em 1.75em;
  1125. }
  1126. .aligncenter {
  1127. clear: both;
  1128. display: block;
  1129. margin: 0 auto 1.75em;
  1130. }
  1131. blockquote.alignleft {
  1132. margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
  1133. }
  1134. blockquote.alignright {
  1135. margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
  1136. }
  1137. blockquote.aligncenter {
  1138. margin-bottom: 1.473684211em;
  1139. }
  1140. /**
  1141. * 9.0 - Clearings
  1142. */
  1143. .clear:before,
  1144. .clear:after,
  1145. blockquote:before,
  1146. blockquote:after,
  1147. .entry-content:before,
  1148. .entry-content:after,
  1149. .entry-summary:before,
  1150. .entry-summary:after,
  1151. .comment-content:before,
  1152. .comment-content:after,
  1153. .site-content:before,
  1154. .site-content:after,
  1155. .site-main > article:before,
  1156. .site-main > article:after,
  1157. .primary-menu:before,
  1158. .primary-menu:after,
  1159. .social-links-menu:before,
  1160. .social-links-menu:after,
  1161. .textwidget:before,
  1162. .textwidget:after,
  1163. .content-bottom-widgets:before,
  1164. .content-bottom-widgets:after {
  1165. content: "";
  1166. display: table;
  1167. }
  1168. .clear:after,
  1169. blockquote:after,
  1170. .entry-content:after,
  1171. .entry-summary:after,
  1172. .comment-content:after,
  1173. .site-content:after,
  1174. .site-main > article:after,
  1175. .primary-menu:after,
  1176. .social-links-menu:after,
  1177. .textwidget:after,
  1178. .content-bottom-widgets:after {
  1179. clear: both;
  1180. }
  1181. /**
  1182. * 10.0 - Widgets
  1183. */
  1184. .widget {
  1185. border-top: 4px solid #1a1a1a;
  1186. margin-bottom: 3.5em;
  1187. padding-top: 1.75em;
  1188. }
  1189. .widget-area > :last-child,
  1190. .widget > :last-child {
  1191. margin-bottom: 0;
  1192. }
  1193. .widget .widget-title {
  1194. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1195. font-size: 16px;
  1196. font-size: 1rem;
  1197. letter-spacing: 0.046875em;
  1198. line-height: 1.3125;
  1199. margin: 0 0 1.75em;
  1200. text-transform: uppercase;
  1201. }
  1202. .widget .widget-title:empty {
  1203. margin-bottom: 0;
  1204. }
  1205. .widget-title a {
  1206. color: #1a1a1a;
  1207. }
  1208. /* Calendar widget */
  1209. .widget.widget_calendar table {
  1210. margin: 0;
  1211. }
  1212. .widget_calendar td,
  1213. .widget_calendar th {
  1214. line-height: 2.5625;
  1215. padding: 0;
  1216. text-align: center;
  1217. }
  1218. .widget_calendar caption {
  1219. font-weight: 900;
  1220. margin-bottom: 1.75em;
  1221. }
  1222. .widget_calendar tbody a {
  1223. background-color: #007acc;
  1224. color: #fff;
  1225. display: block;
  1226. font-weight: 700;
  1227. }
  1228. .widget_calendar tbody a:hover,
  1229. .widget_calendar tbody a:focus {
  1230. background-color: #686868;
  1231. color: #fff;
  1232. }
  1233. /* Recent Posts widget */
  1234. .widget_recent_entries .post-date {
  1235. color: #686868;
  1236. display: block;
  1237. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1238. font-size: 13px;
  1239. font-size: 0.8125rem;
  1240. line-height: 1.615384615;
  1241. margin-bottom: 0.538461538em;
  1242. }
  1243. .widget_recent_entries li:last-child .post-date {
  1244. margin-bottom: 0;
  1245. }
  1246. /* RSS widget */
  1247. .widget_rss .rsswidget img {
  1248. margin-top: -0.375em;
  1249. }
  1250. .widget_rss .rss-date,
  1251. .widget_rss cite {
  1252. color: #686868;
  1253. display: block;
  1254. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1255. font-size: 13px;
  1256. font-size: 0.8125rem;
  1257. font-style: normal;
  1258. line-height: 1.615384615;
  1259. margin-bottom: 0.538461538em;
  1260. }
  1261. .widget_rss .rssSummary:last-child {
  1262. margin-bottom: 2.1538461538em;
  1263. }
  1264. .widget_rss li:last-child :last-child {
  1265. margin-bottom: 0;
  1266. }
  1267. /* Tag Cloud widget */
  1268. .tagcloud a {
  1269. border: 1px solid #d1d1d1;
  1270. border-radius: 2px;
  1271. display: inline-block;
  1272. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1273. line-height: 1;
  1274. margin: 0 0.1875em 0.4375em 0;
  1275. padding: 0.5625em 0.4375em 0.5em;
  1276. }
  1277. .tagcloud a:hover,
  1278. .tagcloud a:focus {
  1279. border-color: #007acc;
  1280. color: #007acc;
  1281. outline: 0;
  1282. }
  1283. /**
  1284. * 11.0 - Content
  1285. */
  1286. .site {
  1287. background-color: #fff;
  1288. }
  1289. .site-inner {
  1290. margin: 0 auto;
  1291. max-width: 1320px;
  1292. position: relative;
  1293. }
  1294. .site-content {
  1295. word-wrap: break-word;
  1296. }
  1297. /* Do not show the outline on the skip link target. */
  1298. #content[tabindex="-1"]:focus {
  1299. outline: 0;
  1300. }
  1301. .site-main {
  1302. margin-bottom: 3.5em;
  1303. }
  1304. .site-main > :last-child {
  1305. margin-bottom: 0;
  1306. }
  1307. /**
  1308. * 11.1 - Header
  1309. */
  1310. .site-header {
  1311. padding: 2.625em 7.6923%;
  1312. }
  1313. .site-header-main {
  1314. -webkit-align-items: center;
  1315. -ms-flex-align: center;
  1316. align-items: center;
  1317. display: -webkit-flex;
  1318. display: -ms-flexbox;
  1319. display: flex;
  1320. -webkit-flex-wrap: wrap;
  1321. -ms-flex-wrap: wrap;
  1322. flex-wrap: wrap;
  1323. }
  1324. .site-branding {
  1325. margin: 0.875em auto 0.875em 0;
  1326. /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
  1327. max-width: 100%;
  1328. min-width: 0;
  1329. overflow: hidden;
  1330. }
  1331. .custom-logo-link {
  1332. display: block;
  1333. }
  1334. .custom-logo {
  1335. max-width: 180px;
  1336. }
  1337. .site-title {
  1338. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1339. font-size: 23px;
  1340. font-size: 1.4375rem;
  1341. font-weight: 700;
  1342. line-height: 1.2173913043;
  1343. margin: 0;
  1344. }
  1345. .site-branding .site-title a {
  1346. color: #1a1a1a;
  1347. }
  1348. .site-branding .site-title a:hover,
  1349. .site-branding .site-title a:focus {
  1350. color: #007acc;
  1351. }
  1352. .wp-custom-logo .site-title {
  1353. margin-top: 0.608695652em;
  1354. }
  1355. .site-description {
  1356. color: #686868;
  1357. display: none;
  1358. font-size: 13px;
  1359. font-size: 0.8125rem;
  1360. font-weight: 400;
  1361. line-height: 1.0769230769;
  1362. margin: 0.538461538em 0 0;
  1363. }
  1364. .menu-toggle {
  1365. background-color: transparent;
  1366. border: 1px solid #d1d1d1;
  1367. color: #1a1a1a;
  1368. font-size: 13px;
  1369. font-size: 0.8125rem;
  1370. margin: 1.076923077em 0;
  1371. padding: 0.769230769em;
  1372. }
  1373. .no-js .menu-toggle {
  1374. display: none;
  1375. }
  1376. .menu-toggle:hover,
  1377. .menu-toggle:focus {
  1378. background-color: transparent;
  1379. border-color: #007acc;
  1380. color: #007acc;
  1381. }
  1382. .menu-toggle.toggled-on,
  1383. .menu-toggle.toggled-on:hover,
  1384. .menu-toggle.toggled-on:focus {
  1385. background-color: #1a1a1a;
  1386. border-color: #1a1a1a;
  1387. color: #fff;
  1388. }
  1389. .menu-toggle:focus {
  1390. outline: 0;
  1391. }
  1392. .menu-toggle.toggled-on:focus {
  1393. outline: thin dotted;
  1394. }
  1395. .header-image {
  1396. clear: both;
  1397. margin: 0.875em 0;
  1398. }
  1399. .header-image a {
  1400. display: block;
  1401. }
  1402. .header-image a:hover img,
  1403. .header-image a:focus img {
  1404. opacity: 0.85;
  1405. }
  1406. /**
  1407. * 11.2 - Posts and pages
  1408. */
  1409. .site-main > article {
  1410. margin-bottom: 3.5em;
  1411. position: relative;
  1412. }
  1413. .entry-header,
  1414. .entry-summary,
  1415. .entry-content,
  1416. .entry-footer,
  1417. .page-content {
  1418. margin-right: 7.6923%;
  1419. margin-left: 7.6923%;
  1420. }
  1421. .entry-title {
  1422. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1423. font-size: 28px;
  1424. font-size: 1.75rem;
  1425. font-weight: 700;
  1426. line-height: 1.25;
  1427. margin-bottom: 1em;
  1428. }
  1429. .entry-title a {
  1430. color: #1a1a1a;
  1431. }
  1432. .entry-title a:hover,
  1433. .entry-title a:focus {
  1434. color: #007acc;
  1435. }
  1436. .post-thumbnail {
  1437. display: block;
  1438. margin: 0 7.6923% 1.75em;
  1439. }
  1440. .post-thumbnail img {
  1441. display: block;
  1442. }
  1443. .no-sidebar .post-thumbnail img {
  1444. margin: 0 auto;
  1445. }
  1446. a.post-thumbnail:hover,
  1447. a.post-thumbnail:focus {
  1448. opacity: 0.85;
  1449. }
  1450. .entry-content,
  1451. .entry-summary {
  1452. border-color: #d1d1d1;
  1453. }
  1454. .entry-content h1,
  1455. .entry-summary h1,
  1456. .comment-content h1,
  1457. .textwidget h1 {
  1458. font-size: 28px;
  1459. font-size: 1.75rem;
  1460. line-height: 1.25;
  1461. margin-top: 2em;
  1462. margin-bottom: 1em;
  1463. }
  1464. .entry-content h2,
  1465. .entry-summary h2,
  1466. .comment-content h2,
  1467. .textwidget h2 {
  1468. font-size: 23px;
  1469. font-size: 1.4375rem;
  1470. line-height: 1.2173913043;
  1471. margin-top: 2.4347826087em;
  1472. margin-bottom: 1.2173913043em;
  1473. }
  1474. .entry-content h3,
  1475. .entry-summary h3,
  1476. .comment-content h3,
  1477. .textwidget h3 {
  1478. font-size: 19px;
  1479. font-size: 1.1875rem;
  1480. line-height: 1.1052631579;
  1481. margin-top: 2.9473684211em;
  1482. margin-bottom: 1.4736842105em;
  1483. }
  1484. .entry-content h4,
  1485. .entry-content h5,
  1486. .entry-content h6,
  1487. .entry-summary h4,
  1488. .entry-summary h5,
  1489. .entry-summary h6,
  1490. .comment-content h4,
  1491. .comment-content h5,
  1492. .comment-content h6,
  1493. .textwidget h4,
  1494. .textwidget h5,
  1495. .textwidget h6 {
  1496. font-size: 16px;
  1497. font-size: 1rem;
  1498. line-height: 1.3125;
  1499. margin-top: 3.5em;
  1500. margin-bottom: 1.75em;
  1501. }
  1502. .entry-content h4,
  1503. .entry-summary h4,
  1504. .comment-content h4,
  1505. .textwidget h4 {
  1506. letter-spacing: 0.140625em;
  1507. text-transform: uppercase;
  1508. }
  1509. .entry-content h6,
  1510. .entry-summary h6,
  1511. .comment-content h6,
  1512. .textwidget h6 {
  1513. font-style: italic;
  1514. }
  1515. .entry-content h1,
  1516. .entry-content h2,
  1517. .entry-content h3,
  1518. .entry-content h4,
  1519. .entry-content h5,
  1520. .entry-content h6,
  1521. .entry-summary h1,
  1522. .entry-summary h2,
  1523. .entry-summary h3,
  1524. .entry-summary h4,
  1525. .entry-summary h5,
  1526. .entry-summary h6,
  1527. .comment-content h1,
  1528. .comment-content h2,
  1529. .comment-content h3,
  1530. .comment-content h4,
  1531. .comment-content h5,
  1532. .comment-content h6,
  1533. .textwidget h1,
  1534. .textwidget h2,
  1535. .textwidget h3,
  1536. .textwidget h4,
  1537. .textwidget h5,
  1538. .textwidget h6 {
  1539. font-weight: 900;
  1540. }
  1541. .entry-content h1:first-child,
  1542. .entry-content h2:first-child,
  1543. .entry-content h3:first-child,
  1544. .entry-content h4:first-child,
  1545. .entry-content h5:first-child,
  1546. .entry-content h6:first-child,
  1547. .entry-summary h1:first-child,
  1548. .entry-summary h2:first-child,
  1549. .entry-summary h3:first-child,
  1550. .entry-summary h4:first-child,
  1551. .entry-summary h5:first-child,
  1552. .entry-summary h6:first-child,
  1553. .comment-content h1:first-child,
  1554. .comment-content h2:first-child,
  1555. .comment-content h3:first-child,
  1556. .comment-content h4:first-child,
  1557. .comment-content h5:first-child,
  1558. .comment-content h6:first-child,
  1559. .textwidget h1:first-child,
  1560. .textwidget h2:first-child,
  1561. .textwidget h3:first-child,
  1562. .textwidget h4:first-child,
  1563. .textwidget h5:first-child,
  1564. .textwidget h6:first-child {
  1565. margin-top: 0;
  1566. }
  1567. .post-navigation .post-title,
  1568. .entry-title,
  1569. .comments-title {
  1570. -webkit-hyphens: auto;
  1571. -moz-hyphens: auto;
  1572. -ms-hyphens: auto;
  1573. hyphens: auto;
  1574. }
  1575. body:not(.search-results) .entry-summary {
  1576. color: #686868;
  1577. font-size: 19px;
  1578. font-size: 1.1875rem;
  1579. line-height: 1.4736842105;
  1580. margin-bottom: 1.4736842105em;
  1581. }
  1582. body:not(.search-results) .entry-header + .entry-summary {
  1583. margin-top: -0.736842105em;
  1584. }
  1585. body:not(.search-results) .entry-summary p,
  1586. body:not(.search-results) .entry-summary address,
  1587. body:not(.search-results) .entry-summary hr,
  1588. body:not(.search-results) .entry-summary ul,
  1589. body:not(.search-results) .entry-summary ol,
  1590. body:not(.search-results) .entry-summary dl,
  1591. body:not(.search-results) .entry-summary dd,
  1592. body:not(.search-results) .entry-summary table {
  1593. margin-bottom: 1.4736842105em;
  1594. }
  1595. body:not(.search-results) .entry-summary li > ul,
  1596. body:not(.search-results) .entry-summary li > ol {
  1597. margin-bottom: 0;
  1598. }
  1599. body:not(.search-results) .entry-summary th,
  1600. body:not(.search-results) .entry-summary td {
  1601. padding: 0.3684210526em;
  1602. }
  1603. body:not(.search-results) .entry-summary fieldset {
  1604. margin-bottom: 1.4736842105em;
  1605. padding: 0.3684210526em;
  1606. }
  1607. body:not(.search-results) .entry-summary blockquote {
  1608. border-color: currentColor;
  1609. }
  1610. body:not(.search-results) .entry-summary blockquote > :last-child {
  1611. margin-bottom: 0;
  1612. }
  1613. body:not(.search-results) .entry-summary .alignleft {
  1614. margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
  1615. }
  1616. body:not(.search-results) .entry-summary .alignright {
  1617. margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
  1618. }
  1619. body:not(.search-results) .entry-summary .aligncenter {
  1620. margin-bottom: 1.4736842105em;
  1621. }
  1622. .entry-content > :last-child,
  1623. .entry-summary > :last-child,
  1624. body:not(.search-results) .entry-summary > :last-child,
  1625. .page-content > :last-child,
  1626. .comment-content > :last-child,
  1627. .textwidget > :last-child {
  1628. margin-bottom: 0;
  1629. }
  1630. .more-link {
  1631. white-space: nowrap;
  1632. }
  1633. .author-info {
  1634. border-color: inherit;
  1635. border-style: solid;
  1636. border-width: 1px 0 1px 0;
  1637. clear: both;
  1638. padding-top: 1.75em;
  1639. padding-bottom: 1.75em;
  1640. }
  1641. .author-avatar .avatar {
  1642. float: left;
  1643. height: 42px;
  1644. margin: 0 1.75em 1.75em 0;
  1645. width: 42px;
  1646. }
  1647. .author-description > :last-child {
  1648. margin-bottom: 0;
  1649. }
  1650. .entry-content .author-title {
  1651. clear: none;
  1652. font-size: 16px;
  1653. font-size: 1rem;
  1654. font-weight: 900;
  1655. line-height: 1.75;
  1656. margin: 0;
  1657. }
  1658. .author-bio {
  1659. color: #686868;
  1660. font-size: 13px;
  1661. font-size: 0.8125rem;
  1662. line-height: 1.6153846154;
  1663. margin-bottom: 1.6153846154em;
  1664. overflow: hidden;
  1665. }
  1666. .author-link {
  1667. white-space: nowrap;
  1668. }
  1669. .entry-footer {
  1670. color: #686868;
  1671. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1672. font-size: 13px;
  1673. font-size: 0.8125rem;
  1674. line-height: 1.6153846154;
  1675. margin-top: 2.1538461538em;
  1676. }
  1677. .entry-footer:empty {
  1678. margin: 0;
  1679. }
  1680. .entry-footer a {
  1681. color: #686868;
  1682. }
  1683. .entry-footer a:hover,
  1684. .entry-footer a:focus {
  1685. color: #007acc;
  1686. }
  1687. .entry-footer > span:not(:last-child):after {
  1688. content: "\002f";
  1689. display: inline-block;
  1690. opacity: 0.7;
  1691. padding: 0 0.538461538em;
  1692. }
  1693. .entry-footer .avatar {
  1694. height: 21px;
  1695. margin: -0.1538461538em 0.5384615385em 0 0;
  1696. width: 21px;
  1697. }
  1698. .sticky-post {
  1699. color: #686868;
  1700. display: block;
  1701. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1702. font-size: 13px;
  1703. font-size: 0.8125rem;
  1704. letter-spacing: 0.076923077em;
  1705. line-height: 1.6153846154;
  1706. margin-bottom: 0.5384615385em;
  1707. text-transform: uppercase;
  1708. }
  1709. /**
  1710. * IE8 and earlier will drop any block with CSS3 selectors.
  1711. * Do not combine these styles with the next block.
  1712. */
  1713. .updated:not(.published) {
  1714. display: none;
  1715. }
  1716. .sticky .posted-on,
  1717. .byline {
  1718. display: none;
  1719. }
  1720. .single .byline,
  1721. .group-blog .byline {
  1722. display: inline;
  1723. }
  1724. .page-header {
  1725. border-top: 4px solid #1a1a1a;
  1726. margin: 0 7.6923% 3.5em;
  1727. padding-top: 1.75em;
  1728. }
  1729. body.error404 .page-header,
  1730. body.search-no-results .page-header {
  1731. border-top: 0;
  1732. padding-top: 0;
  1733. }
  1734. .page-title {
  1735. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1736. font-size: 23px;
  1737. font-size: 1.4375rem;
  1738. line-height: 1.2173913043;
  1739. }
  1740. .taxonomy-description {
  1741. color: #686868;
  1742. font-size: 13px;
  1743. font-size: 0.8125rem;
  1744. line-height: 1.6153846154;
  1745. }
  1746. .taxonomy-description p {
  1747. margin: 0.5384615385em 0 1.6153846154em;
  1748. }
  1749. .taxonomy-description > :last-child {
  1750. margin-bottom: 0;
  1751. }
  1752. .page-links {
  1753. clear: both;
  1754. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1755. margin: 0 0 1.75em;
  1756. }
  1757. .page-links a,
  1758. .page-links > span {
  1759. border: 1px solid #d1d1d1;
  1760. border-radius: 2px;
  1761. display: inline-block;
  1762. font-size: 13px;
  1763. font-size: 0.8125rem;
  1764. height: 1.8461538462em;
  1765. line-height: 1.6923076923em;
  1766. margin-right: 0.3076923077em;
  1767. text-align: center;
  1768. width: 1.8461538462em;
  1769. }
  1770. .page-links a {
  1771. background-color: #1a1a1a;
  1772. border-color: #1a1a1a;
  1773. color: #fff;
  1774. }
  1775. .page-links a:hover,
  1776. .page-links a:focus {
  1777. background-color: #007acc;
  1778. border-color: transparent;
  1779. color: #fff;
  1780. }
  1781. .page-links > .page-links-title {
  1782. border: 0;
  1783. color: #1a1a1a;
  1784. height: auto;
  1785. margin: 0;
  1786. padding-right: 0.6153846154em;
  1787. width: auto;
  1788. }
  1789. .entry-attachment {
  1790. margin-bottom: 1.75em;
  1791. }
  1792. .entry-caption {
  1793. color: #686868;
  1794. font-size: 13px;
  1795. font-size: 0.8125rem;
  1796. font-style: italic;
  1797. line-height: 1.6153846154;
  1798. padding-top: 1.0769230769em;
  1799. }
  1800. .entry-caption > :last-child {
  1801. margin-bottom: 0;
  1802. }
  1803. .content-bottom-widgets {
  1804. margin: 0 7.6923%;
  1805. }
  1806. .content-bottom-widgets .widget-area {
  1807. margin-bottom: 3.5em;
  1808. }
  1809. /**
  1810. * 11.3 - Post Formats
  1811. */
  1812. .format-aside .entry-title,
  1813. .format-image .entry-title,
  1814. .format-video .entry-title,
  1815. .format-quote .entry-title,
  1816. .format-gallery .entry-title,
  1817. .format-status .entry-title,
  1818. .format-link .entry-title,
  1819. .format-audio .entry-title,
  1820. .format-chat .entry-title {
  1821. font-size: 19px;
  1822. font-size: 1.1875rem;
  1823. line-height: 1.473684211;
  1824. margin-bottom: 1.473684211em;
  1825. }
  1826. .blog .format-status .entry-title,
  1827. .archive .format-status .entry-title {
  1828. display: none;
  1829. }
  1830. /**
  1831. * 11.4 - Comments
  1832. */
  1833. .comments-area {
  1834. margin: 0 7.6923% 3.5em;
  1835. }
  1836. .comment-list + .comment-respond,
  1837. .comment-navigation + .comment-respond {
  1838. padding-top: 1.75em;
  1839. }
  1840. .comments-title,
  1841. .comment-reply-title {
  1842. border-top: 4px solid #1a1a1a;
  1843. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1844. font-size: 23px;
  1845. font-size: 1.4375rem;
  1846. font-weight: 700;
  1847. line-height: 1.3125;
  1848. padding-top: 1.217391304em;
  1849. }
  1850. .comments-title {
  1851. margin-bottom: 1.217391304em;
  1852. }
  1853. .comment-list {
  1854. list-style: none;
  1855. margin: 0;
  1856. }
  1857. .comment-list article,
  1858. .comment-list .pingback,
  1859. .comment-list .trackback {
  1860. border-top: 1px solid #d1d1d1;
  1861. padding: 1.75em 0;
  1862. }
  1863. .comment-list .children {
  1864. list-style: none;
  1865. margin: 0;
  1866. }
  1867. .comment-list .children > li {
  1868. padding-left: 0.875em;
  1869. }
  1870. .comment-author {
  1871. color: #1a1a1a;
  1872. margin-bottom: 0.4375em;
  1873. }
  1874. .comment-author .avatar {
  1875. float: left;
  1876. height: 28px;
  1877. margin-right: 0.875em;
  1878. position: relative;
  1879. width: 28px;
  1880. }
  1881. .bypostauthor > article .fn:after {
  1882. content: "\f304";
  1883. left: 3px;
  1884. position: relative;
  1885. top: 5px;
  1886. }
  1887. .comment-metadata,
  1888. .pingback .edit-link {
  1889. color: #686868;
  1890. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1891. font-size: 13px;
  1892. font-size: 0.8125rem;
  1893. line-height: 1.6153846154;
  1894. }
  1895. .comment-metadata {
  1896. margin-bottom: 2.1538461538em;
  1897. }
  1898. .comment-metadata a,
  1899. .pingback .comment-edit-link {
  1900. color: #686868;
  1901. }
  1902. .comment-metadata a:hover,
  1903. .comment-metadata a:focus,
  1904. .pingback .comment-edit-link:hover,
  1905. .pingback .comment-edit-link:focus {
  1906. color: #007acc;
  1907. }
  1908. .comment-metadata .edit-link,
  1909. .pingback .edit-link {
  1910. display: inline-block;
  1911. }
  1912. .comment-metadata .edit-link:before,
  1913. .pingback .edit-link:before {
  1914. content: "\002f";
  1915. display: inline-block;
  1916. opacity: 0.7;
  1917. padding: 0 0.538461538em;
  1918. }
  1919. .comment-content ul,
  1920. .comment-content ol {
  1921. margin: 0 0 1.5em 1.25em;
  1922. }
  1923. .comment-content li > ul,
  1924. .comment-content li > ol {
  1925. margin-bottom: 0;
  1926. }
  1927. .comment-reply-link {
  1928. border: 1px solid #d1d1d1;
  1929. border-radius: 2px;
  1930. color: #007acc;
  1931. display: inline-block;
  1932. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1933. font-size: 13px;
  1934. font-size: 0.8125rem;
  1935. line-height: 1;
  1936. margin-top: 2.1538461538em;
  1937. padding: 0.5384615385em 0.5384615385em 0.4615384615em;
  1938. }
  1939. .comment-reply-link:hover,
  1940. .comment-reply-link:focus {
  1941. border-color: currentColor;
  1942. color: #007acc;
  1943. outline: 0;
  1944. }
  1945. .comment-form {
  1946. padding-top: 1.75em;
  1947. }
  1948. .comment-form label {
  1949. color: #686868;
  1950. display: block;
  1951. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1952. font-size: 13px;
  1953. font-size: 0.8125rem;
  1954. letter-spacing: 0.076923077em;
  1955. line-height: 1.6153846154;
  1956. margin-bottom: 0.5384615385em;
  1957. text-transform: uppercase;
  1958. }
  1959. .comment-list .comment-form {
  1960. padding-bottom: 1.75em;
  1961. }
  1962. .comment-notes,
  1963. .comment-awaiting-moderation,
  1964. .logged-in-as,
  1965. .form-allowed-tags {
  1966. color: #686868;
  1967. font-size: 13px;
  1968. font-size: 0.8125rem;
  1969. line-height: 1.6153846154;
  1970. margin-bottom: 2.1538461538em;
  1971. }
  1972. .no-comments {
  1973. border-top: 1px solid #d1d1d1;
  1974. font-family: Montserrat, "Helvetica Neue", sans-serif;
  1975. font-weight: 700;
  1976. margin: 0;
  1977. padding-top: 1.75em;
  1978. }
  1979. .comment-navigation + .no-comments {
  1980. border-top: 0;
  1981. padding-top: 0;
  1982. }
  1983. .form-allowed-tags code {
  1984. font-family: Inconsolata, monospace;
  1985. }
  1986. .form-submit {
  1987. margin-bottom: 0;
  1988. }
  1989. .required {
  1990. color: #007acc;
  1991. font-family: Merriweather, Georgia, serif;
  1992. }
  1993. .comment-reply-title small {
  1994. font-size: 100%;
  1995. }
  1996. .comment-reply-title small a {
  1997. border: 0;
  1998. float: right;
  1999. height: 32px;
  2000. overflow: hidden;
  2001. width: 26px;
  2002. }
  2003. .comment-reply-title small a:hover,
  2004. .comment-reply-title small a:focus {
  2005. color: #1a1a1a;
  2006. }
  2007. .comment-reply-title small a:before {
  2008. content: "\f405";
  2009. font-size: 32px;
  2010. position: relative;
  2011. top: -5px;
  2012. }
  2013. /**
  2014. * 11.5 - Sidebar
  2015. */
  2016. .sidebar {
  2017. margin-bottom: 3.5em;
  2018. padding: 0 7.6923%;
  2019. }
  2020. /**
  2021. * 11.6 - Footer
  2022. */
  2023. .site-footer {
  2024. padding: 0 7.6923% 1.75em;
  2025. }
  2026. .site-info {
  2027. color: #686868;
  2028. font-size: 13px;
  2029. font-size: 0.8125rem;
  2030. line-height: 1.6153846154;
  2031. }
  2032. .site-info a {
  2033. color: #686868;
  2034. }
  2035. .site-info a:hover,
  2036. .site-info a:focus {
  2037. color: #007acc;
  2038. }
  2039. .site-footer .site-title {
  2040. font-family: inherit;
  2041. font-size: inherit;
  2042. font-weight: 400;
  2043. }
  2044. .site-footer .site-title:after {
  2045. content: "\002f";
  2046. display: inline-block;
  2047. font-family: Montserrat, sans-serif;
  2048. opacity: 0.7;
  2049. padding: 0 0.307692308em 0 0.538461538em;
  2050. }
  2051. /**
  2052. * 12.0 - Media
  2053. */
  2054. .site .avatar {
  2055. border-radius: 50%;
  2056. }
  2057. .entry-content .wp-smiley,
  2058. .entry-summary .wp-smiley,
  2059. .comment-content .wp-smiley,
  2060. .textwidget .wp-smiley {
  2061. border: none;
  2062. margin-top: 0;
  2063. margin-bottom: 0;
  2064. padding: 0;
  2065. }
  2066. .entry-content a img,
  2067. .entry-summary a img,
  2068. .comment-content a img,
  2069. .textwidget a img {
  2070. display: block;
  2071. }
  2072. /* Make sure embeds and iframes fit their containers. */
  2073. embed,
  2074. iframe,
  2075. object,
  2076. video {
  2077. margin-bottom: 1.75em;
  2078. max-width: 100%;
  2079. vertical-align: middle;
  2080. }
  2081. p > embed,
  2082. p > iframe,
  2083. p > object,
  2084. p > video {
  2085. margin-bottom: 0;
  2086. }
  2087. .entry-content .wp-audio-shortcode a,
  2088. .entry-content .wp-playlist a {
  2089. box-shadow: none;
  2090. }
  2091. .wp-audio-shortcode,
  2092. .wp-video,
  2093. .wp-playlist.wp-audio-playlist {
  2094. margin-top: 0;
  2095. margin-bottom: 1.75em;
  2096. }
  2097. .wp-playlist.wp-audio-playlist {
  2098. padding-bottom: 0;
  2099. }
  2100. .wp-playlist .wp-playlist-tracks {
  2101. margin-top: 0;
  2102. }
  2103. .wp-playlist-item .wp-playlist-caption {
  2104. border-bottom: 0;
  2105. padding: 0.7142857143em 0;
  2106. }
  2107. .wp-playlist-item .wp-playlist-item-length {
  2108. top: 0.7142857143em;
  2109. }
  2110. /**
  2111. * 12.1 - Captions
  2112. */
  2113. .wp-caption {
  2114. margin-bottom: 1.75em;
  2115. max-width: 100%;
  2116. }
  2117. .wp-caption img[class*="wp-image-"] {
  2118. display: block;
  2119. margin: 0;
  2120. }
  2121. .wp-caption .wp-caption-text {
  2122. color: #686868;
  2123. font-size: 13px;
  2124. font-size: 0.8125rem;
  2125. font-style: italic;
  2126. line-height: 1.6153846154;
  2127. padding-top: 0.5384615385em;
  2128. }
  2129. /**
  2130. * 12.2 - Galleries
  2131. */
  2132. .gallery {
  2133. margin: 0 -1.1666667% 1.75em;
  2134. }
  2135. .gallery-item {
  2136. display: inline-block;
  2137. max-width: 33.33%;
  2138. padding: 0 1.1400652% 2.2801304%;
  2139. text-align: center;
  2140. vertical-align: top;
  2141. width: 100%;
  2142. }
  2143. .gallery-columns-1 .gallery-item {
  2144. max-width: 100%;
  2145. }
  2146. .gallery-columns-2 .gallery-item {
  2147. max-width: 50%;
  2148. }
  2149. .gallery-columns-4 .gallery-item {
  2150. max-width: 25%;
  2151. }
  2152. .gallery-columns-5 .gallery-item {
  2153. max-width: 20%;
  2154. }
  2155. .gallery-columns-6 .gallery-item {
  2156. max-width: 16.66%;
  2157. }
  2158. .gallery-columns-7 .gallery-item {
  2159. max-width: 14.28%;
  2160. }
  2161. .gallery-columns-8 .gallery-item {
  2162. max-width: 12.5%;
  2163. }
  2164. .gallery-columns-9 .gallery-item {
  2165. max-width: 11.11%;
  2166. }
  2167. .gallery-icon img {
  2168. margin: 0 auto;
  2169. }
  2170. .gallery-caption {
  2171. color: #686868;
  2172. display: block;
  2173. font-size: 13px;
  2174. font-size: 0.8125rem;
  2175. font-style: italic;
  2176. line-height: 1.6153846154;
  2177. padding-top: 0.5384615385em;
  2178. }
  2179. .gallery-columns-6 .gallery-caption,
  2180. .gallery-columns-7 .gallery-caption,
  2181. .gallery-columns-8 .gallery-caption,
  2182. .gallery-columns-9 .gallery-caption {
  2183. display: none;
  2184. }
  2185. /**
  2186. * 13.0 - Multisites
  2187. */
  2188. .widecolumn {
  2189. margin-bottom: 3.5em;
  2190. padding: 0 7.6923%;
  2191. }
  2192. .widecolumn .mu_register {
  2193. width: auto;
  2194. }
  2195. .widecolumn .mu_register .mu_alert {
  2196. background: transparent;
  2197. border-color: #d1d1d1;
  2198. color: inherit;
  2199. margin-bottom: 3.5em;
  2200. padding: 1.75em;
  2201. }
  2202. .widecolumn form,
  2203. .widecolumn .mu_register form {
  2204. margin-top: 0;
  2205. }
  2206. .widecolumn h2 {
  2207. font-size: 23px;
  2208. font-size: 1.4375rem;
  2209. font-weight: 900;
  2210. line-height: 1.2173913043;
  2211. margin-bottom: 1.2173913043em;
  2212. }
  2213. .widecolumn p {
  2214. margin: 1.75em 0;
  2215. }
  2216. .widecolumn p + h2 {
  2217. margin-top: 2.4347826087em;
  2218. }
  2219. .widecolumn label,
  2220. .widecolumn .mu_register label {
  2221. color: #686868;
  2222. font-family: Montserrat, "Helvetica Neue", sans-serif;
  2223. font-size: 13px;
  2224. font-size: 0.8125rem;
  2225. font-weight: 400;
  2226. letter-spacing: 0.076923077em;
  2227. line-height: 1.6153846154;
  2228. text-transform: uppercase;
  2229. }
  2230. .widecolumn .mu_register label {
  2231. margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
  2232. }
  2233. .widecolumn .mu_register label strong {
  2234. font-weight: 400;
  2235. }
  2236. .widecolumn #key,
  2237. .widecolumn .mu_register #blog_title,
  2238. .widecolumn .mu_register #user_email,
  2239. .widecolumn .mu_register #blogname,
  2240. .widecolumn .mu_register #user_name {
  2241. font-size: 16px;
  2242. font-size: 1rem;
  2243. width: 100%;
  2244. }
  2245. .widecolumn .mu_register #blogname {
  2246. margin: 0;
  2247. }
  2248. .widecolumn .mu_register #blog_title,
  2249. .widecolumn .mu_register #user_email,
  2250. .widecolumn .mu_register #user_name {
  2251. margin: 0 0 0.375em;
  2252. }
  2253. .widecolumn #submit,
  2254. .widecolumn .mu_register input[type="submit"] {
  2255. font-size: 16px;
  2256. font-size: 1rem;
  2257. margin: 0;
  2258. width: auto;
  2259. }
  2260. .widecolumn .mu_register .prefix_address,
  2261. .widecolumn .mu_register .suffix_address {
  2262. font-size: inherit;
  2263. }
  2264. .widecolumn .mu_register > :last-child,
  2265. .widecolumn form > :last-child {
  2266. margin-bottom: 0;
  2267. }
  2268. /**
  2269. * 14.0 - Media Queries
  2270. */
  2271. /**
  2272. * Does the same thing as <meta name="viewport" content="width=device-width">,
  2273. * but in the future W3C standard way. -ms- prefix is required for IE10+ to
  2274. * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
  2275. * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
  2276. */
  2277. @-ms-viewport {
  2278. width: device-width;
  2279. }
  2280. @viewport {
  2281. width: device-width;
  2282. }
  2283. /**
  2284. * 14.1 - >= 710px
  2285. */
  2286. @media screen and (min-width: 44.375em) {
  2287. body:not(.custom-background-image):before,
  2288. body:not(.custom-background-image):after {
  2289. background: inherit;
  2290. content: "";
  2291. display: block;
  2292. height: 21px;
  2293. left: 0;
  2294. position: fixed;
  2295. width: 100%;
  2296. z-index: 99;
  2297. }
  2298. body:not(.custom-background-image):before {
  2299. top: 0;
  2300. }
  2301. body:not(.custom-background-image).admin-bar:before {
  2302. top: 46px;
  2303. }
  2304. body:not(.custom-background-image):after {
  2305. bottom: 0;
  2306. }
  2307. .site {
  2308. margin: 21px;
  2309. }
  2310. .site-main {
  2311. margin-bottom: 5.25em;
  2312. }
  2313. .site-header {
  2314. padding: 3.9375em 7.6923%;
  2315. }
  2316. .site-branding {
  2317. margin-top: 1.3125em;
  2318. margin-bottom: 1.3125em;
  2319. }
  2320. .custom-logo {
  2321. max-width: 210px;
  2322. }
  2323. .site-title {
  2324. font-size: 28px;
  2325. font-size: 1.75rem;
  2326. line-height: 1.25;
  2327. }
  2328. .wp-custom-logo .site-title {
  2329. margin-top: 0.5em;
  2330. }
  2331. .site-description {
  2332. display: block;
  2333. }
  2334. .menu-toggle {
  2335. font-size: 16px;
  2336. font-size: 1.0rem;
  2337. margin: 1.3125em 0;
  2338. padding: 0.8125em 0.875em 0.6875em;
  2339. }
  2340. .site-header-menu {
  2341. margin: 1.3125em 0;
  2342. }
  2343. .site-header .main-navigation + .social-navigation {
  2344. margin-top: 2.625em;
  2345. }
  2346. .header-image {
  2347. margin: 1.3125em 0;
  2348. }
  2349. .pagination {
  2350. margin: 0 23.0769% 4.421052632em 7.6923%
  2351. }
  2352. .post-navigation {
  2353. margin-bottom: 5.25em;
  2354. }
  2355. .post-navigation .post-title {
  2356. font-size: 28px;
  2357. font-size: 1.75rem;
  2358. line-height: 1.25;
  2359. }
  2360. /* restore screen-reader-text */
  2361. .pagination .current .screen-reader-text {
  2362. position: absolute !important;
  2363. }
  2364. .pagination .page-numbers {
  2365. display: inline-block;
  2366. }
  2367. .site-main > article {
  2368. margin-bottom: 5.25em;
  2369. }
  2370. .entry-header,
  2371. .post-thumbnail,
  2372. .entry-content,
  2373. .entry-summary,
  2374. .entry-footer,
  2375. .comments-area,
  2376. .image-navigation,
  2377. .post-navigation,
  2378. .page-header,
  2379. .page-content,
  2380. .content-bottom-widgets {
  2381. margin-right: 23.0769%;
  2382. }
  2383. .entry-title {
  2384. font-size: 33px;
  2385. font-size: 2.0625rem;
  2386. line-height: 1.2727272727;
  2387. margin-bottom: 0.8484848485em;
  2388. }
  2389. .entry-content blockquote.alignleft,
  2390. .entry-content blockquote.alignright {
  2391. border-width: 4px 0 0 0;
  2392. padding: 0.9473684211em 0 0;
  2393. width: -webkit-calc(50% - 0.736842105em);
  2394. width: calc(50% - 0.736842105em);
  2395. }
  2396. .entry-content blockquote:not(.alignleft):not(.alignright),
  2397. .entry-summary blockquote,
  2398. .comment-content blockquote {
  2399. margin-left: -1.473684211em;
  2400. }
  2401. .entry-content blockquote blockquote:not(.alignleft):not(.alignright),
  2402. .entry-summary blockquote blockquote,
  2403. .comment-content blockquote blockquote {
  2404. margin-left: 0;
  2405. }
  2406. .entry-content ul,
  2407. .entry-summary ul,
  2408. .comment-content ul,
  2409. .entry-content ol,
  2410. .entry-summary ol,
  2411. .comment-content ol {
  2412. margin-left: 0;
  2413. }
  2414. .entry-content li > ul,
  2415. .entry-summary li > ul,
  2416. .comment-content li > ul,
  2417. .entry-content blockquote > ul,
  2418. .entry-summary blockquote > ul,
  2419. .comment-content blockquote > ul {
  2420. margin-left: 1.25em;
  2421. }
  2422. .entry-content li > ol,
  2423. .entry-summary li > ol,
  2424. .comment-content li > ol,
  2425. .entry-content blockquote > ol,
  2426. .entry-summary blockquote > ol,
  2427. .comment-content blockquote > ol {
  2428. margin-left: 1.5em;
  2429. }
  2430. .comment-author {
  2431. margin-bottom: 0;
  2432. }
  2433. .comment-author .avatar {
  2434. height: 42px;
  2435. position: relative;
  2436. top: 0.25em;
  2437. width: 42px;
  2438. }
  2439. .comment-list .children > li {
  2440. padding-left: 1.75em;
  2441. }
  2442. .comment-list + .comment-respond,
  2443. .comment-navigation + .comment-respond {
  2444. padding-top: 3.5em;
  2445. }
  2446. .comments-area,
  2447. .widget,
  2448. .content-bottom-widgets .widget-area {
  2449. margin-bottom: 5.25em;
  2450. }
  2451. .sidebar,
  2452. .widecolumn {
  2453. margin-bottom: 5.25em;
  2454. padding-right: 23.0769%;
  2455. }
  2456. body:not(.search-results) .entry-summary li > ul,
  2457. body:not(.search-results) .entry-summary blockquote > ul {
  2458. margin-left: 1.157894737em;
  2459. }
  2460. body:not(.search-results) .entry-summary li > ol,
  2461. body:not(.search-results) .entry-summary blockquote > ol {
  2462. margin-left: 1.473684211em;
  2463. }
  2464. }
  2465. /**
  2466. * 14.2 - >= 783px
  2467. */
  2468. @media screen and (min-width: 48.9375em) {
  2469. body:not(.custom-background-image).admin-bar:before {
  2470. top: 32px;
  2471. }
  2472. }
  2473. /**
  2474. * 14.3 - >= 910px
  2475. */
  2476. @media screen and (min-width: 56.875em) {
  2477. .site-header {
  2478. padding-right: 4.5455%;
  2479. padding-left: 4.5455%;
  2480. }
  2481. .site-header-main {
  2482. -webkit-align-items: flex-start;
  2483. -ms-flex-align: start;
  2484. align-items: flex-start;
  2485. }
  2486. .wp-custom-logo .site-header-main {
  2487. -webkit-align-items: center;
  2488. -ms-flex-align: center;
  2489. align-items: center;
  2490. }
  2491. .site-header-menu {
  2492. display: block;
  2493. -webkit-flex: 0 1 auto;
  2494. -ms-flex: 0 1 auto;
  2495. flex: 0 1 auto;
  2496. }
  2497. .main-navigation {
  2498. margin: 0 -0.875em;
  2499. }
  2500. .main-navigation .primary-menu,
  2501. .main-navigation .primary-menu > li {
  2502. border: 0;
  2503. }
  2504. .main-navigation .primary-menu > li {
  2505. float: left;
  2506. }
  2507. .main-navigation a {
  2508. outline-offset: -8px;
  2509. padding: 0.65625em 0.875em;
  2510. white-space: nowrap;
  2511. }
  2512. .main-navigation li:hover > a,
  2513. .main-navigation li.focus > a {
  2514. color: #007acc;
  2515. }
  2516. .main-navigation ul ul {
  2517. border-bottom: 1px solid #d1d1d1;
  2518. display: block;
  2519. left: -999em;
  2520. margin: 0;
  2521. position: absolute;
  2522. z-index: 99999;
  2523. }
  2524. .main-navigation ul ul ul {
  2525. top: -1px;
  2526. }
  2527. .main-navigation ul ul ul:before,
  2528. .main-navigation ul ul ul:after {
  2529. border: 0;
  2530. }
  2531. .main-navigation ul ul li {
  2532. background-color: #fff;
  2533. border: 1px solid #d1d1d1;
  2534. border-bottom-width: 0;
  2535. }
  2536. .main-navigation ul ul a {
  2537. white-space: normal;
  2538. width: 12.6875em;
  2539. }
  2540. .main-navigation ul ul:before,
  2541. .main-navigation ul ul:after {
  2542. border-style: solid;
  2543. content: "";
  2544. position: absolute;
  2545. }
  2546. .main-navigation ul ul:before {
  2547. border-color: #d1d1d1 transparent;
  2548. border-width: 0 10px 10px;
  2549. right: 9px;
  2550. top: -9px;
  2551. }
  2552. .main-navigation ul ul:after {
  2553. border-color: #fff transparent;
  2554. border-width: 0 8px 8px;
  2555. right: 11px;
  2556. top: -7px;
  2557. }
  2558. .main-navigation li:hover > ul,
  2559. .main-navigation li.focus > ul {
  2560. left: auto;
  2561. right: 0;
  2562. }
  2563. .main-navigation ul ul li:hover > ul,
  2564. .main-navigation ul ul li.focus > ul {
  2565. left: auto;
  2566. right: 100%;
  2567. }
  2568. .main-navigation .menu-item-has-children > a {
  2569. margin: 0;
  2570. padding-right: 2.25em;
  2571. }
  2572. .main-navigation .menu-item-has-children > a:after {
  2573. content: "\f431";
  2574. position: absolute;
  2575. right: 0.625em;
  2576. top: 0.8125em;
  2577. }
  2578. .main-navigation ul ul .menu-item-has-children > a {
  2579. padding-right: 2.0625em;
  2580. }
  2581. .main-navigation ul ul .menu-item-has-children > a:after {
  2582. right: 0.5625em;
  2583. top: 0.875em;
  2584. -webkit-transform: rotate(90deg);
  2585. -moz-transform: rotate(90deg);
  2586. -ms-transform: rotate(90deg);
  2587. transform: rotate(90deg);
  2588. }
  2589. .dropdown-toggle,
  2590. .main-navigation ul .dropdown-toggle.toggled-on,
  2591. .menu-toggle,
  2592. .site-header .social-navigation,
  2593. .site-footer .main-navigation {
  2594. display: none;
  2595. }
  2596. .site-content {
  2597. padding: 0 4.5455%;
  2598. }
  2599. .content-area {
  2600. float: left;
  2601. margin-right: -100%;
  2602. width: 70%;
  2603. }
  2604. .entry-header,
  2605. .post-thumbnail,
  2606. .entry-content,
  2607. .entry-summary,
  2608. .entry-footer,
  2609. .comments-area,
  2610. .image-navigation,
  2611. .post-navigation,
  2612. .pagination,
  2613. .page-header,
  2614. .page-content,
  2615. .content-bottom-widgets {
  2616. margin-right: 0;
  2617. margin-left: 0;
  2618. }
  2619. .sidebar {
  2620. float: left;
  2621. margin-left: 75%;
  2622. padding: 0;
  2623. width: 25%;
  2624. }
  2625. .widget {
  2626. font-size: 13px;
  2627. font-size: 0.8125rem;
  2628. line-height: 1.6153846154;
  2629. margin-bottom: 3.230769231em;
  2630. padding-top: 1.615384615em;
  2631. }
  2632. .widget .widget-title {
  2633. margin-bottom: 1.3125em;
  2634. }
  2635. .widget p,
  2636. .widget address,
  2637. .widget hr,
  2638. .widget ul,
  2639. .widget ol,
  2640. .widget dl,
  2641. .widget dd,
  2642. .widget table {
  2643. margin-bottom: 1.6153846154em;
  2644. }
  2645. .widget li > ul,
  2646. .widget li > ol {
  2647. margin-bottom: 0;
  2648. }
  2649. .widget blockquote {
  2650. font-size: 16px;
  2651. font-size: 1rem;
  2652. line-height: 1.3125;
  2653. margin-bottom: 1.3125em;
  2654. padding-left: 1.0625em;
  2655. }
  2656. .widget blockquote cite,
  2657. .widget blockquote small {
  2658. font-size: 13px;
  2659. font-size: 0.8125rem;
  2660. line-height: 1.6153846154;
  2661. }
  2662. .widget th,
  2663. .widget td {
  2664. padding: 0.5384615385em;
  2665. }
  2666. .widget pre {
  2667. font-size: 13px;
  2668. font-size: 0.8125rem;
  2669. line-height: 1.6153846154;
  2670. margin-bottom: 1.6153846154em;
  2671. padding: 0.5384615385em;
  2672. }
  2673. .widget fieldset {
  2674. margin-bottom: 1.6153846154em;
  2675. padding: 0.5384615385em;
  2676. }
  2677. .widget button,
  2678. .widget input,
  2679. .widget select,
  2680. .widget textarea {
  2681. font-size: 13px;
  2682. font-size: 0.8125rem;
  2683. line-height: 1.6153846154;
  2684. }
  2685. .widget button,
  2686. .widget input[type="button"],
  2687. .widget input[type="reset"],
  2688. .widget input[type="submit"] {
  2689. line-height: 1;
  2690. padding: 0.846153846em;
  2691. }
  2692. .widget input[type="date"],
  2693. .widget input[type="time"],
  2694. .widget input[type="datetime-local"],
  2695. .widget input[type="week"],
  2696. .widget input[type="month"],
  2697. .widget input[type="text"],
  2698. .widget input[type="email"],
  2699. .widget input[type="url"],
  2700. .widget input[type="password"],
  2701. .widget input[type="search"],
  2702. .widget input[type="tel"],
  2703. .widget input[type="number"],
  2704. .widget textarea {
  2705. padding: 0.4615384615em 0.5384615385em;
  2706. }
  2707. .widget h1 {
  2708. font-size: 23px;
  2709. font-size: 1.4375rem;
  2710. line-height: 1.2173913043;
  2711. margin-bottom: 0.9130434783em;
  2712. }
  2713. .widget h2 {
  2714. font-size: 19px;
  2715. font-size: 1.1875rem;
  2716. line-height: 1.1052631579;
  2717. margin-bottom: 1.1052631579em;
  2718. }
  2719. .widget h3 {
  2720. font-size: 16px;
  2721. font-size: 1rem;
  2722. line-height: 1.3125;
  2723. margin-bottom: 1.3125em;
  2724. }
  2725. .widget h4,
  2726. .widget h5,
  2727. .widget h6 {
  2728. font-size: 13px;
  2729. font-size: 0.8125rem;
  2730. line-height: 1.6153846154;
  2731. margin-bottom: 0.9130434783em;
  2732. }
  2733. .widget .alignleft {
  2734. margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
  2735. }
  2736. .widget .alignright {
  2737. margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
  2738. }
  2739. .widget .aligncenter {
  2740. margin-bottom: 1.6153846154em;
  2741. }
  2742. .widget_calendar td,
  2743. .widget_calendar th {
  2744. line-height: 2.6923076923;
  2745. padding: 0;
  2746. }
  2747. .widget_rss .rssSummary:last-child {
  2748. margin-bottom: 1.615384615em;
  2749. }
  2750. .widget input[type="search"].search-field {
  2751. width: -webkit-calc(100% - 35px);
  2752. width: calc(100% - 35px);
  2753. }
  2754. .widget .search-submit:before {
  2755. font-size: 16px;
  2756. left: 1px;
  2757. line-height: 35px;
  2758. width: 34px;
  2759. }
  2760. .widget button.search-submit {
  2761. padding: 0;
  2762. width: 35px;
  2763. }
  2764. .tagcloud a {
  2765. margin: 0 0.2307692308em 0.5384615385em 0;
  2766. padding: 0.5384615385em 0.4615384615em 0.4615384615em;
  2767. }
  2768. .textwidget h1 {
  2769. margin-top: 1.8260869565em;
  2770. }
  2771. .textwidget h2 {
  2772. margin-top: 2.2105263158em;
  2773. }
  2774. .textwidget h3 {
  2775. margin-top: 2.625em;
  2776. }
  2777. .textwidget h4 {
  2778. letter-spacing: 0.153846154em;
  2779. }
  2780. .textwidget h4,
  2781. .textwidget h5,
  2782. .textwidget h6 {
  2783. margin-top: 3.2307692308em;
  2784. }
  2785. .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
  2786. .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
  2787. float: left;
  2788. margin-right: 7.1428571%;
  2789. width: 46.42857145%;
  2790. }
  2791. .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
  2792. margin-right: 0;
  2793. }
  2794. .site-footer {
  2795. -webkit-align-items: center;
  2796. -ms-flex-align: center;
  2797. align-items: center;
  2798. display: -webkit-flex;
  2799. display: -ms-flexbox;
  2800. display: flex;
  2801. -webkit-flex-wrap: wrap;
  2802. -ms-flex-wrap: wrap;
  2803. flex-wrap: wrap;
  2804. padding: 0 4.5455% 3.5em;
  2805. }
  2806. .site-footer .social-navigation {
  2807. margin: 0;
  2808. -webkit-order: 2;
  2809. -ms-flex-order: 2;
  2810. order: 2;
  2811. }
  2812. .site-info {
  2813. margin: 0.538461538em auto 0.538461538em 0;
  2814. -webkit-order: 1;
  2815. -ms-flex-order: 1;
  2816. order: 1;
  2817. }
  2818. .no-sidebar .content-area {
  2819. float: none;
  2820. margin: 0;
  2821. width: 100%;
  2822. }
  2823. .no-sidebar .entry-header,
  2824. .no-sidebar .entry-content,
  2825. .no-sidebar .entry-summary,
  2826. .no-sidebar .entry-footer,
  2827. .no-sidebar .comments-area,
  2828. .no-sidebar .image-navigation,
  2829. .no-sidebar .post-navigation,
  2830. .no-sidebar .pagination,
  2831. .no-sidebar .page-header,
  2832. .no-sidebar .page-content,
  2833. .no-sidebar .content-bottom-widgets {
  2834. margin-right: 15%;
  2835. margin-left: 15%;
  2836. }
  2837. .widecolumn {
  2838. padding-right: 15%;
  2839. padding-left: 15%;
  2840. }
  2841. }
  2842. /**
  2843. * 14.4 - >= 985px
  2844. */
  2845. @media screen and (min-width: 61.5625em) {
  2846. .site-main {
  2847. margin-bottom: 7.0em;
  2848. }
  2849. .site-header {
  2850. padding: 5.25em 4.5455%;
  2851. }
  2852. .site-branding,
  2853. .site-header-menu,
  2854. .header-image {
  2855. margin-top: 1.75em;
  2856. margin-bottom: 1.75em;
  2857. }
  2858. .custom-logo {
  2859. max-width: 240px;
  2860. }
  2861. .image-navigation {
  2862. margin-bottom: 3.230769231em;
  2863. }
  2864. .post-navigation {
  2865. margin-bottom: 7.0em;
  2866. }
  2867. .pagination {
  2868. margin-bottom: 5.894736842em;
  2869. }
  2870. .widget {
  2871. margin-bottom: 4.307692308em;
  2872. }
  2873. .site-main > article {
  2874. margin-bottom: 7.0em;
  2875. }
  2876. .entry-title {
  2877. font-size: 40px;
  2878. font-size: 2.5rem;
  2879. line-height: 1.225;
  2880. margin-bottom: 1.05em;
  2881. }
  2882. .format-aside .entry-title,
  2883. .format-image .entry-title,
  2884. .format-video .entry-title,
  2885. .format-quote .entry-title,
  2886. .format-gallery .entry-title,
  2887. .format-status .entry-title,
  2888. .format-link .entry-title,
  2889. .format-audio .entry-title,
  2890. .format-chat .entry-title {
  2891. font-size: 23px;
  2892. font-size: 1.4375em;
  2893. line-height: 1.304347826;
  2894. margin-bottom: 1.826086957em;
  2895. }
  2896. .post-thumbnail {
  2897. margin-bottom: 2.625em;
  2898. }
  2899. .entry-content h1,
  2900. .entry-summary h1,
  2901. .comment-content h1 {
  2902. font-size: 33px;
  2903. font-size: 2.0625rem;
  2904. line-height: 1.2727272727;
  2905. margin-top: 1.696969697em;
  2906. margin-bottom: 0.8484848485em;
  2907. }
  2908. .entry-content h2,
  2909. .entry-summary h2,
  2910. .comment-content h2 {
  2911. font-size: 28px;
  2912. font-size: 1.75rem;
  2913. line-height: 1.25;
  2914. margin-top: 2em;
  2915. margin-bottom: 1em;
  2916. }
  2917. .entry-content h3,
  2918. .entry-summary h3,
  2919. .comment-content h3 {
  2920. font-size: 23px;
  2921. font-size: 1.4375rem;
  2922. line-height: 1.2173913043;
  2923. margin-top: 2.4347826087em;
  2924. margin-bottom: 1.2173913043em;
  2925. }
  2926. .entry-content h4,
  2927. .entry-summary h4,
  2928. .entry-intro h4,
  2929. .comment-content h4 {
  2930. letter-spacing: 0.131578947em;
  2931. }
  2932. .entry-content h4,
  2933. .entry-content h5,
  2934. .entry-content h6,
  2935. .entry-summary h4,
  2936. .entry-summary h5,
  2937. .entry-summary h6,
  2938. .comment-content h4,
  2939. .comment-content h5,
  2940. .comment-content h6 {
  2941. font-size: 19px;
  2942. font-size: 1.1875rem;
  2943. line-height: 1.1052631579;
  2944. margin-top: 2.9473684211em;
  2945. margin-bottom: 1.473684211em;
  2946. }
  2947. .author-info {
  2948. border-bottom-width: 0;
  2949. padding-bottom: 0;
  2950. }
  2951. .comment-list + .comment-respond,
  2952. .comment-navigation + .comment-respond {
  2953. padding-top: 5.25em;
  2954. }
  2955. .comments-area,
  2956. .sidebar,
  2957. .content-bottom-widgets .widget-area,
  2958. .widecolumn {
  2959. margin-bottom: 7.0em;
  2960. }
  2961. body:not(.search-results) .entry-summary {
  2962. margin-bottom: 2.210526316em;
  2963. }
  2964. body:not(.search-results) .entry-header + .entry-summary {
  2965. margin-top: -1.105263158em;
  2966. }
  2967. body:not(.search-results) article:not(.type-page) .entry-content {
  2968. float: right;
  2969. width: 71.42857144%;
  2970. }
  2971. body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
  2972. margin-left: -40%;
  2973. width: -webkit-calc(60% - 1.4736842105em);
  2974. width: calc(60% - 1.4736842105em);
  2975. }
  2976. body:not(.search-results) article:not(.type-page) img.below-entry-meta,
  2977. body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
  2978. clear: both;
  2979. display: block;
  2980. float: none;
  2981. margin-right: 0;
  2982. margin-left: -40%;
  2983. max-width: 140%;
  2984. }
  2985. body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
  2986. body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
  2987. body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
  2988. margin: 0;
  2989. max-width: 100%;
  2990. }
  2991. body:not(.search-results) article:not(.type-page) .entry-footer {
  2992. float: left;
  2993. margin-top: 0.1538461538em;
  2994. width: 21.42857143%;
  2995. }
  2996. body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
  2997. display: none;
  2998. }
  2999. .single .byline,
  3000. .full-size-link,
  3001. body:not(.search-results).group-blog .byline,
  3002. body:not(.search-results) .entry-format,
  3003. body:not(.search-results) .cat-links,
  3004. body:not(.search-results) .tags-links,
  3005. body:not(.search-results) article:not(.sticky) .posted-on,
  3006. body:not(.search-results) article:not(.type-page) .comments-link,
  3007. body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
  3008. display: block;
  3009. margin-bottom: 0.5384615385em;
  3010. }
  3011. body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
  3012. margin-bottom: 0;
  3013. }
  3014. body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
  3015. display: block;
  3016. height: auto;
  3017. margin: 0 0 0.5384615385em;
  3018. width: 49px;
  3019. }
  3020. body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
  3021. float: left;
  3022. margin-right: -100%;
  3023. margin-left: 34.99999999%;
  3024. width: 50.00000001%;
  3025. }
  3026. body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
  3027. margin-right: -100%;
  3028. margin-left: 15%;
  3029. width: 15%;
  3030. }
  3031. }
  3032. /**
  3033. * 14.5 - >= 1200px
  3034. */
  3035. @media screen and (min-width: 75em) {
  3036. body:not(.search-results) .entry-summary {
  3037. font-size: 23px;
  3038. font-size: 1.4375rem;
  3039. line-height: 1.5217391304;
  3040. margin-bottom: 1.826086957em;
  3041. }
  3042. body:not(.search-results) .entry-header + .entry-summary {
  3043. margin-top: -0.913043478em;
  3044. }
  3045. body:not(.search-results) .entry-summary p,
  3046. body:not(.search-results) .entry-summary address,
  3047. body:not(.search-results) .entry-summary hr,
  3048. body:not(.search-results) .entry-summary ul,
  3049. body:not(.search-results) .entry-summary ol,
  3050. body:not(.search-results) .entry-summary dl,
  3051. body:not(.search-results) .entry-summary dd,
  3052. body:not(.search-results) .entry-summary table {
  3053. margin-bottom: 1.5217391304em;
  3054. }
  3055. body:not(.search-results) .entry-summary li > ul,
  3056. body:not(.search-results) .entry-summary blockquote > ul {
  3057. margin-left: 0.956521739em;
  3058. }
  3059. body:not(.search-results) .entry-summary li > ol,
  3060. body:not(.search-results) .entry-summary blockquote > ol {
  3061. margin-left: 1.52173913em;
  3062. }
  3063. body:not(.search-results) .entry-summary blockquote {
  3064. font-size: 23px;
  3065. font-size: 1.4375rem;
  3066. line-height: 1.5217391304;
  3067. margin: 0 0 1.5217391304em;
  3068. padding-left: 1.347826087em;
  3069. }
  3070. body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
  3071. margin-left: -1.52173913em;
  3072. }
  3073. body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
  3074. margin-left: 0;
  3075. }
  3076. body:not(.search-results) .entry-summary blockquote cite,
  3077. body:not(.search-results) .entry-summary blockquote small {
  3078. font-size: 19px;
  3079. font-size: 1.1875rem;
  3080. line-height: 1.8421052632;
  3081. }
  3082. body:not(.search-results) .entry-summary th,
  3083. body:not(.search-results) .entry-summary td {
  3084. padding: 0.3043478261em;
  3085. }
  3086. body:not(.search-results) .entry-summary pre {
  3087. font-size: 16px;
  3088. font-size: 1rem;
  3089. line-height: 1.75;
  3090. margin-bottom: 1.75em;
  3091. padding: 1.75em;
  3092. }
  3093. body:not(.search-results) .entry-summary fieldset {
  3094. margin-bottom: 1.5217391304em;
  3095. padding: 0.3043478261em;
  3096. }
  3097. body:not(.search-results) .entry-summary h1 {
  3098. margin-top: 2.121212121em;
  3099. margin-bottom: 1.060606061em;
  3100. }
  3101. body:not(.search-results) .entry-summary h2 {
  3102. margin-top: 2.5em;
  3103. margin-bottom: 1.25em;
  3104. }
  3105. body:not(.search-results) .entry-summary h3 {
  3106. margin-top: 3.043478261em;
  3107. margin-bottom: 1.52173913em;
  3108. }
  3109. body:not(.search-results) .entry-summary h4,
  3110. body:not(.search-results) .entry-summary h5,
  3111. body:not(.search-results) .entry-summary h6 {
  3112. margin-top: 3.684210526em;
  3113. margin-bottom: 1.842105263em;
  3114. }
  3115. body:not(.search-results) .entry-summary h1:first-child,
  3116. body:not(.search-results) .entry-summary h2:first-child,
  3117. body:not(.search-results) .entry-summary h3:first-child,
  3118. body:not(.search-results) .entry-summary h4:first-child,
  3119. body:not(.search-results) .entry-summary h5:first-child,
  3120. body:not(.search-results) .entry-summary h6:first-child {
  3121. margin-top: 0;
  3122. }
  3123. body:not(.search-results) .entry-summary .alignleft {
  3124. margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
  3125. }
  3126. body:not(.search-results) .entry-summary .alignright {
  3127. margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
  3128. }
  3129. body:not(.search-results) .entry-summary .aligncenter {
  3130. margin-bottom: 1.5217391304em;
  3131. }
  3132. }
  3133. /**
  3134. * 15.0 - Print
  3135. */
  3136. @media print {
  3137. form,
  3138. button,
  3139. input,
  3140. select,
  3141. textarea,
  3142. .navigation,
  3143. .main-navigation,
  3144. .social-navigation,
  3145. .sidebar,
  3146. .content-bottom-widgets,
  3147. .header-image,
  3148. .page-links,
  3149. .edit-link,
  3150. .comment-respond,
  3151. .comment-edit-link,
  3152. .comment-reply-link,
  3153. .comment-metadata .edit-link,
  3154. .pingback .edit-link {
  3155. display: none;
  3156. }
  3157. body,
  3158. blockquote cite,
  3159. blockquote small,
  3160. pre,
  3161. .entry-content h4,
  3162. .entry-content h5,
  3163. .entry-content h6,
  3164. .entry-summary h4,
  3165. .entry-summary h5,
  3166. .entry-summary h6,
  3167. .comment-content h4,
  3168. .comment-content h5,
  3169. .comment-content h6,
  3170. .entry-content .author-title {
  3171. font-size: 12pt;
  3172. }
  3173. blockquote {
  3174. font-size: 14.25pt;
  3175. }
  3176. .site-title,
  3177. .page-title,
  3178. .comments-title,
  3179. .entry-content h2,
  3180. .entry-summary h2,
  3181. .comment-content h2,
  3182. .widecolumn h2 {
  3183. font-size: 17.25pt;
  3184. }
  3185. .site-description {
  3186. display: block;
  3187. }
  3188. .entry-title {
  3189. font-size: 24.75pt;
  3190. line-height: 1.2727272727;
  3191. margin-bottom: 1.696969697em;
  3192. }
  3193. .format-aside .entry-title,
  3194. .format-image .entry-title,
  3195. .format-video .entry-title,
  3196. .format-quote .entry-title,
  3197. .format-gallery .entry-title,
  3198. .format-status .entry-title,
  3199. .format-link .entry-title,
  3200. .format-audio .entry-title,
  3201. .format-chat .entry-title {
  3202. font-size: 17.25pt;
  3203. line-height: 1.304347826;
  3204. margin-bottom: 1.826086957em;
  3205. }
  3206. .entry-content h1,
  3207. .entry-summary h1,
  3208. .comment-content h1 {
  3209. font-size: 21pt;
  3210. }
  3211. .entry-content h3,
  3212. .entry-summary h3,
  3213. .comment-content h3,
  3214. body:not(.search-results) .entry-summary {
  3215. font-size: 14.25pt;
  3216. }
  3217. .site-description,
  3218. .author-bio,
  3219. .entry-footer,
  3220. .sticky-post,
  3221. .taxonomy-description,
  3222. .entry-caption,
  3223. .comment-metadata,
  3224. .comment-notes,
  3225. .comment-awaiting-moderation,
  3226. .site-info,
  3227. .wp-caption .wp-caption-text,
  3228. .gallery-caption {
  3229. font-size: 9.75pt;
  3230. }
  3231. body,
  3232. .site {
  3233. background: none !important; /* Brute force since user agents all print differently. */
  3234. }
  3235. body,
  3236. blockquote cite,
  3237. blockquote small,
  3238. .site-branding .site-title a,
  3239. .entry-title a,
  3240. .comment-author {
  3241. color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
  3242. }
  3243. blockquote,
  3244. .page-header,
  3245. .comments-title {
  3246. border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
  3247. }
  3248. blockquote,
  3249. .site-description,
  3250. body:not(.search-results) .entry-summary,
  3251. body:not(.search-results) .entry-summary blockquote,
  3252. .author-bio,
  3253. .entry-footer,
  3254. .entry-footer a,
  3255. .sticky-post,
  3256. .taxonomy-description,
  3257. .entry-caption,
  3258. .comment-author,
  3259. .comment-metadata a,
  3260. .comment-notes,
  3261. .comment-awaiting-moderation,
  3262. .site-info,
  3263. .site-info a,
  3264. .wp-caption .wp-caption-text,
  3265. .gallery-caption {
  3266. color: #686868 !important; /* Make sure color schemes don't affect to print */
  3267. }
  3268. code,
  3269. hr {
  3270. background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
  3271. }
  3272. pre,
  3273. abbr,
  3274. acronym,
  3275. table,
  3276. th,
  3277. td,
  3278. .author-info,
  3279. .comment-list article,
  3280. .comment-list .pingback,
  3281. .comment-list .trackback,
  3282. .no-comments {
  3283. border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
  3284. }
  3285. a {
  3286. color: #007acc !important; /* Make sure color schemes don't affect to print */
  3287. }
  3288. .entry-content a,
  3289. .entry-summary a,
  3290. .taxonomy-description a,
  3291. .comment-content a,
  3292. .pingback .comment-body > a {
  3293. box-shadow: none;
  3294. border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
  3295. }
  3296. .site {
  3297. margin: 5%;
  3298. }
  3299. .site-inner {
  3300. max-width: none;
  3301. }
  3302. .site-header {
  3303. padding: 0 0 1.75em;
  3304. }
  3305. .site-branding {
  3306. margin-top: 0;
  3307. margin-bottom: 1.75em;
  3308. }
  3309. .site-main {
  3310. margin-bottom: 3.5em;
  3311. }
  3312. .entry-header,
  3313. .entry-footer,
  3314. .page-header,
  3315. .page-content,
  3316. .entry-content,
  3317. .entry-summary,
  3318. .post-thumbnail,
  3319. .comments-area {
  3320. margin-right: 0;
  3321. margin-left: 0;
  3322. }
  3323. .post-thumbnail,
  3324. .site-main > article {
  3325. margin-bottom: 3.5em;
  3326. }
  3327. .entry-content blockquote.alignleft,
  3328. .entry-content blockquote.alignright {
  3329. border-width: 4px 0 0 0;
  3330. padding: 0.9473684211em 0 0;
  3331. width: -webkit-calc(50% - 0.736842105em);
  3332. width: calc(50% - 0.736842105em);
  3333. }
  3334. body:not(.search-results) .entry-header + .entry-summary {
  3335. margin-top: -1.473684211em;
  3336. }
  3337. .site-footer,
  3338. .widecolumn {
  3339. padding: 0;
  3340. }
  3341. }