html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
box-sizing: border-box;
margin: 0;
padding: 0;
height: 100%;
}
body {
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
-webkit-font-kerning: normal;
font-kerning: normal;
-webkit-font-variant-ligatures: common-ligatures, contextual;
font-variant-ligatures: common-ligatures, contextual;
-ms-font-feature-settings: "kern", "liga", "clig", "alt";
-webkit-font-feature-settings: "kern", "liga", "clig", "calt";
font-feature-settings: "kern", "liga", "clig", "calt";
margin: 0;
padding: 0;
height: 100%;
word-wrap: break-word;
background: #fff; color: #330000;
font-size: 18px;
font-size: 1.125rem;
line-height: 1.5;
}
*,
*:before,
*:after { box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
p,
cite {
margin-bottom: 1.5em;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
abbr[title] {
border-bottom: 1px dotted;
}
abbr,
acronym {
border-bottom: 1px dotted #300;
cursor: help;
}
blockquote:before,
blockquote:after {
content: "";
}
blockquote {
quotes: "" "";
margin: 0 1.5em;
font-style: italic;
clear: both;
}
blockquote p {
padding: 1.5em;
border-top: 1px solid #300;
border-bottom: 1px solid #300;
}
q {
quotes: "“" "”" "‘" "’";
}
q:before {
content: open-quote;
}
q:after {
content: close-quote;
}
blockquote cite {
display: block;
float: right;
}
address {
margin: 0 0 1.5em;
}
b,
strong {
font-weight: bold;
}
dfn,
cite,
em,
i {
font-style: italic;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.75em;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.3em;
}
h5 {
font-size: 1.15em;
}
h6 {
font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0.67em 0;
clear: both;
line-height: 1.25;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
hr {
box-sizing: content-box;
background-color: #330000;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
pre {
font-family: Consolas, 'Lucida Console', 'Lucida Sans Typewriter', monaco, 'Bitstream Vera Sans Mono', monospace;
background: #fffff2;
font-size: 0.9375em;
line-height: 1.5;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
samp,
tt,
var {
font-family: Consolas, 'Lucida Console', 'Lucida Sans Typewriter', monaco, 'Bitstream Vera Sans Mono', monospace;
font-size: 0.9375em;
} button,
input,
select,
textarea {
font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 1em;
line-height: 1.5;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
width: auto;
padding: 0.1em 0.5em 0;
background: #fffff2;
background-image: -webkit-linear-gradient(top, #fffff2, #f4ead2);
background-image: -moz-linear-gradient(top, #fffff2, #f4ead2);
background-image: -ms-linear-gradient(top, #fffff2, #f4ead2);
background-image: -o-linear-gradient(top, #fffff2, #f4ead2);
background-image: linear-gradient(to bottom, #fffff2, #f4ead2);
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
color: #330000;
border: solid #E2D5BF 1px;
text-decoration: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #f4ead2;
background-image: -webkit-linear-gradient(top, #f4ead2, #fffff2);
background-image: -moz-linear-gradient(top, #f4ead2, #fffff2);
background-image: -ms-linear-gradient(top, #f4ead2, #fffff2);
background-image: -o-linear-gradient(top, #f4ead2, #fffff2);
background-image: linear-gradient(to bottom, #f4ead2, #fffff2);
text-decoration: none;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #100 #200 #300;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(51, 0, 0, 0.15);
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #200;
border: 1px solid #300;
border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #300;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
padding-left: 3px;
width: 100%;
}
optgroup {
font-weight: bold;
font: inherit;
margin: 0;
color: #330000;
} table {
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 1.5em;
width: 100%;
display: block;
}
td,
th {
padding: 0;
padding-right: 1.5em;
}
td:last-child,
th:last-child {
padding-right: 0;
}
ul,
ol {
margin: 0 0 1.5em 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
.checkered-table tr:nth-child(2n) td:nth-child(2n), .checkered-table tr:nth-child(2n+1) td:nth-child(2n+1) {
background: #fffff2;
}
.checkered-table tr:nth-child(2n+1) td:nth-child(2n), .checkered-table tr:nth-child(2n) td:nth-child(2n+1) {
background: #f0f0f7; }
.checkered-table th, .checkered-table td {
padding: 4px 10px;
} img {
border: 0;
height: auto; max-width: 100%; }
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
a {
background-color: transparent;
color: royalblue;
}
a:visited {
color: purple;
}
a:hover,
a:focus,
a:active {
color: midnightblue;
}
a:focus {
outline: 3px double;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
margin-top: 1em;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
position: absolute;
background: white;
}
.main-navigation li {
float: left;
position: relative;
padding: 0.5em 0;
border-top: 1px solid #300;
border-bottom: 1px solid #300;
margin-top: -1px;
}
.main-navigation a {
display: block;
padding: 0 1em;
text-decoration: none;
color: #300;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
color: #800;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(51, 0, 0, 0.2);
float: left;
position: absolute;
background: white;
top: 2.5em;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul ul li {}
.main-navigation li:hover > a,
.main-navigation li.focus > a {}
.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item,
.main-navigation .current-menu-item,
.main-navigation .current_page_parent,
.main-navigation .current_page_ancestor {
background: #fffff2;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_parent > a,
.main-navigation .current_page_ancestor > a {
font-weight: bold;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.menu-toggle {
float: right;
margin-top: -3.5em;
border-top: 2px solid #300;
border-bottom: 2px solid #300;
border-left: 0;
border-right: 0;
text-transform: uppercase;
border-radius: 0;
color: #300;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
position: relative;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #fffff2;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(51, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 1em;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
margin-bottom: 1em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
margin-bottom: 1em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1em;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
font-size: .89em;
} .widget select {
max-width: 100%;
}
.widget_search {
overflow: hidden;
}
.widget_search .search-field {
margin-bottom: 0.5em;
}
.widget_search .search-submit {
float: right;
}
.widget ul,
.widget ol {
margin: 0 0 1.5em;
}
.masonry-wrapper { background: #330000;
padding: 1em;
-moz-columns: 3 200px;
-webkit-columns: 3 200px;
columns: 3 200px;
-moz-column-gap: 1em;
-webkit-column-gap: 1em;
column-fill: balance;
column-gap: 1em;
margin-top: 1em;
margin-bottom: 0;
}
.masonry-item { background-color: #fffff2; position: relative;
margin: 0 0 1em;
width: 100%;
padding: 24px;
border: 1px solid #666;
border-radius: 1em;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
} .site {
max-width: 800px;
margin: 0 auto;
}
.site-branding {
vertical-align: baseline;
}
.site-title {
display: inline-block;
margin-bottom: 0;
}
.site-title a,
.entry-title a {
color: #330000;
text-decoration: none;
}
.site-description {
float: right;
margin-top: 1.25em;
}
.site-footer {
font-size: 0.89em;
margin-top: 0.5em;
} .hentry, .error-404 {
margin: 0 0 2em;
padding-bottom: 1em;
border-bottom: 3px solid #300;
overflow: hidden;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.entry-meta,
.entry-footer {
font-size: 0.89em;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1em 2em 0;
}
.page-content h1,
.entry-content h1,
.page-content h2,
.entry-content h2 {
margin-left: -2.25rem;
}
.entry-content a:first-child + p {
margin-top: 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.comments-link {
float: right;
}
.comment-edit-link {
padding-left: 1em;
}
.sticky {
display: block;
border: 3px solid #300;
padding: 0 1.5em 1.5em;
margin-top: 1.5em;
}
.more-link {
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
width: auto;
float: right;
padding: 0.05em 0.5em 0;
background: #fffff2;
background-image: -webkit-linear-gradient(top, #fffff2, #f4ead2);
background-image: -moz-linear-gradient(top, #fffff2, #f4ead2);
background-image: -ms-linear-gradient(top, #fffff2, #f4ead2);
background-image: -o-linear-gradient(top, #fffff2, #f4ead2);
background-image: linear-gradient(to bottom, #fffff2, #f4ead2);
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
color: #330000;
border: solid #E2D5BF 1px;
text-decoration: none;
margin-bottom: 1em;
}
.more-link:hover {
background: #f4ead2;
background-image: -webkit-linear-gradient(top, #f4ead2, #fffff2);
background-image: -moz-linear-gradient(top, #f4ead2, #fffff2);
background-image: -ms-linear-gradient(top, #f4ead2, #fffff2);
background-image: -o-linear-gradient(top, #f4ead2, #fffff2);
background-image: linear-gradient(to bottom, #f4ead2, #fffff2);
text-decoration: none;
}
.more-link a {
color: #300;
text-decoration: none;
}
.more-link:visited {
color: #300;
}
@media screen and (max-width: 850px) {
.site {
margin-left: 1em;
margin-right: 1em;
}
}
@media screen and (max-width: 750px) {
.site-description {
float: none;
margin-top: 0;
}
.site-title {
margin-bottom: 0.67em;
}
main-navigation {
margin-top: 0;
}
.page-content,
.entry-content,
.entry-summary {
margin-left: 0;
margin-right: 0;
}
.page-content h1,
.entry-content h1,
.page-content h2,
.entry-content h2 {
margin-left: 0;
}
} .taxonomy-description {
border-top: 1px solid #300;
border-bottom: 1px solid #300;
margin-top: 1em;
margin-bottom: 1em;
}
.taxonomy-description p {
margin: 1em;
} .front-page {
min-height: 100%;
position: relative;
}
.front-page-panel-wrapper {
padding-bottom: 1em;
}
.front-footer {
width: 100%;
height: 3em;
padding: 3em 0 0;
position: absolute;
bottom: 0;
left: 0;
}
.front-page-panel {
border: 3px solid #330000;
margin: 0 0 2em;
padding: 0 2em;
border-radius: 1em;
}
.front-page-panel-wrapper {
margin-top: 2em;
}
.supertitle {
text-align: center;
border-bottom: 1px solid #300;
}
.front-page .hentry {
border: none;
}
.front-page .entry-summary {
margin-left: 0;
margin-right: 0;
}
.front-page .more-link {
margin-bottom: 0;
}
@media screen and (min-width: 701px) {
.front-page-panel-wrapper {
display: table;
border-spacing: 2em;
margin: -2em;
}
.front-page-pair {
display: table-row;
}
.front-page-panel {
display: table-cell;
width: 50%;
}
} .comment-list,
.children {
list-style-type: none;
}
.children {
margin-top: 1em;
}
.comment {
margin-bottom: 1em;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor > article {
display: block;
background: #fffff2;
border-left: 1px solid #300;
padding-left: 1em;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
font-variant: small-caps;
}
.wp-caption-text {
text-align: center;
}
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
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 (max-width: 700px) {
body {
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.5;
}
.front-page-panel-wrapper {
margin-top: 0;
}
.supertitle {
margin-top: 1em;
}
.widget {
font-size: 1em;
}
.menu-toggle {
padding: 0.6em 0.5em 0.5em;
font-size: 15px;
font-size: 0.9375rem;
}
.site-description {
max-width: 83%;
}
li {
padding-bottom: 0.5em;
}
}
@media screen and (max-width: 600px) {
.main-navigation {
margin-top: 0;
}
}
@media screen and (max-width: 400px) {
.alignleft,
.alignright {
margin-left: 0;
margin-right: 0;
float: none;
display: block;
}
.site-description {
max-width: 80%;
}
}