123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453 |
- /*--------------------------------------------------------------
- # Normalize
- --------------------------------------------------------------*/
- a {
- background-color: transparent;
- }
- a:active,
- a:hover {
- outline: 0;
- }
- abbr[title] {
- border-bottom: 1px dotted;
- }
- b,
- strong {
- font-weight: bold;
- }
- dfn {
- font-style: italic;
- }
- h1 {
- font-size: 2em;
- margin: 0.67em 0;
- }
- mark {
- background: #ff0;
- color: #404040;
- }
- small {
- font-size: 13px;
- }
- sub,
- sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
- }
- sup {
- top: -0.5em;
- }
- sub {
- bottom: -0.25em;
- }
- img {
- border: 0;
- }
- svg:not(:root) {
- overflow: hidden;
- }
- figure {
- margin: 1em 0;
- }
- hr {
- box-sizing: content-box;
- height: 0;
- }
- pre {
- overflow: auto;
- }
- code,
- kbd,
- pre,
- samp {
- font-family: monospace, monospace;
- font-size: 1em;
- }
- button,
- input,
- optgroup,
- select,
- textarea {
- color: inherit;
- font: inherit;
- margin: 0;
- }
- optgroup {
- font-weight: bold;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- td,
- th {
- padding: 0;
- }
- /*--------------------------------------------------------------
- # Typography
- --------------------------------------------------------------*/
- html .mceContentBody {
- max-width: 739px;
- }
- body.mceContentBody {
- color: #404040;
- font-family: "Libre Baskerville", Libre 2, Georgia, Times, serif;
- font-size: 18px;
- font-size: 1rem;
- line-height: 1.75;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- clear: both;
- font-family: "Libre Baskerville", Libre 2, Georgia, Times, serif;
- font-weight: bold;
- margin: 0 0 .875em;
- }
- h1 {
- font-size: 29px;
- font-size: 1.8125rem;
- line-height: 1.3;
- }
- h2 {
- font-size: 23px;
- font-size: 1.4375rem;
- }
- h3 {
- font-size: 18px;
- font-size: 1rem;
- }
- h4 {
- font-size: 14px;
- font-size: .875rem;
- }
- h5 {
- font-size: 13px;
- font-size: .8125rem;
- }
- h6 {
- font-size: 12px;
- font-size: .75rem;
- }
- p {
- margin-top: 0;
- margin-bottom: 1.75em;
- }
- dfn,
- cite,
- em,
- i {
- font-style: italic;
- }
- blockquote {
- margin: 0 1.75em 1.75em 2.25em;
- font-size: 18px;
- }
- address {
- margin: 0 0 1.75em;
- }
- pre {
- font-family: "Libre Baskerville", Libre 2, Georgia, Times, serif;
- margin-bottom: 1.75em;
- max-width: 100%;
- overflow: auto;
- }
- code,
- kbd,
- tt,
- var {
- font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
- font-size: 16px;
- }
- abbr,
- acronym {
- border-bottom: 1px dotted #666;
- cursor: help;
- }
- mark,
- ins {
- background: #fff9c0;
- text-decoration: none;
- }
- big {
- font-size: 125%;
- }
- /*--------------------------------------------------------------
- # Elements
- --------------------------------------------------------------*/
- html {
- box-sizing: border-box;
- }
- body {
- background: #fff; /* Fallback for when there is no custom background color defined. */
- }
- blockquote:before,
- blockquote:after,
- q:before,
- q:after {
- content: "";
- }
- blockquote,
- q {
- quotes: "" "";
- }
- blockquote {
- position: relative;
- }
- blockquote:before {
- content: "\201c";
- display: block;
- font-size: 72px;
- line-height: 1;
- position: absolute;
- top: 0;
- left: -.6em;
- }
- blockquote blockquote {
- margin-right: 0;
- }
- blockquote.alignleft,
- blockquote.alignright {
- max-width: 47%;
- }
- blockquote.alignleft,
- blockquote.aligncenter {
- margin-left: 2em;
- }
- blockquote.alignright {
- margin-left: 3.5em;
- }
- .comments-area blockquote {
- font-size: 18px;
- }
- .intro {
- font-style: italic;
- font-size: 23px;
- }
- hr {
- background-color: #404040;
- border: 0;
- height: 1px;
- margin-bottom: 1.75em;
- }
- ul,
- ol {
- margin: 0 0 1.75em 0;
- padding-left: 1.75em;
- }
- ul {
- list-style: disc;
- }
- ol {
- list-style: decimal;
- }
- li > ul,
- li > ol {
- margin-bottom: 0;
- margin-left: .4375em;
- }
- dt {
- font-weight: bold;
- }
- dd {
- margin: 0 1.75em 1.75em;
- }
- img {
- height: auto; /* Make sure images are scaled correctly. */
- max-width: 100%; /* Adhere to container width. */
- }
- table {
- margin: 0 0 1.75em;
- width: 100%;
- }
- td {
- padding: 3px;
- }
- caption {
- font-weight: bold;
- padding: .4375em 0;
- }
- /*--------------------------------------------------------------
- ## Captions
- --------------------------------------------------------------*/
- .wp-caption {
- max-width: 100%;
- padding: 0;
- margin-bottom: 1.75em;
- }
- .wp-caption img[class*="wp-image-"] {
- display: block;
- margin: 0 auto;
- }
- .wp-caption-dd {
- font-size: 14px;
- font-style: italic;
- position: relative;
- }
- .wp-caption-dd:before {
- content: "\2014";
- font-style: normal;
- position: absolute;
- top: 0;
- left: -1.75em;
- }
- .wp-caption .wp-caption-dd {
- margin: 0.8075em 0;
- }
- /*--------------------------------------------------------------
- # Alignments
- --------------------------------------------------------------*/
- .alignleft {
- display: inline;
- float: left;
- margin: .875em 1.75em .875em 0 !important;
- }
- .alignright {
- display: inline;
- float: right;
- margin: .875em 0 .875em 1.75em !important;
- }
- .aligncenter {
- clear: both;
- display: block;
- margin: .875em auto !important;
- }
- /*--------------------------------------------------------------
- ## Galleries
- --------------------------------------------------------------*/
- .gallery {
- margin-bottom: 1.75em;
- }
- .gallery-item {
- display: inline-block;
- padding: 0.4375em;
- margin: 0;
- text-align: center;
- vertical-align: top;
- width: 100%;
- }
- .gallery-columns-2 .gallery-item {
- max-width: 50%;
- }
- .gallery-columns-3 .gallery-item {
- max-width: 33.33%;
- }
- .gallery-columns-4 .gallery-item {
- max-width: 25%;
- }
- .gallery-columns-5 .gallery-item {
- max-width: 20%;
- }
- .gallery-columns-6 .gallery-item {
- max-width: 16.66%;
- }
- .gallery-columns-7 .gallery-item {
- max-width: 14.28%;
- }
- .gallery-columns-8 .gallery-item {
- max-width: 12.5%;
- }
- .gallery-columns-9 .gallery-item {
- max-width: 11.11%;
- }
- .gallery-caption {
- display: block;
- }
- @media screen and ( min-width: ) {
- h1,
- .singular .entry-title {
- font-size: 47px;
- font-size: 2.9375rem;
- margin: 0 0 0.4375em;
- }
- h2 {
- font-size: 29px;
- font-size: 1.8125rem;
- margin: 0 0 0.4375em;
- }
- h3 {
- font-size: 23px;
- font-size: 1.4375rem;
- }
- h4 {
- font-size: 18px;
- font-size: 1rem;
- }
- h5 {
- font-size: 14px;
- font-size: .875rem;
- }
- h6 {
- font-size: 13px;
- font-size: .8125rem;
- }
- }
|