/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

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: #000;
}

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;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    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"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background-color: #fff;
    color: #333;
    font-family: "Vollkorn", sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Unica One", serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.1;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

h1 {
    font-size: 31px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

a {
    color: #cc3311;
    text-decoration: none;
    -webkit-transition: color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

    a:hover {
        color: #333;
        text-decoration: none;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

p {
    margin: 0 0 20px;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

blockquote {
    border-left: 3px solid #cc3311;
    color: #b2b2b2;
    font-size: 18px;
    font-style: italic;
    margin: 30px 0;
    padding: 10px 0 10px 30px;
}

    blockquote > *:last-child {
        margin-bottom: 0;
    }

figure {
    margin: 0;
}

iframe,
embed {
    border: 0;
    display: block;
    overflow: hidden;
    width: 100%;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

table {
    line-height: 1.5;
    margin: 30px 0;
    word-break: normal;
}

th,
td {
    border: 2px solid #e8e8e8;
    font-weight: 400;
    padding: 8px 12px 6px;
}

hr {
    background-color: #e8e8e8;
    border: 0;
    margin: 40px auto;
    width: 100px;
    height: 2px;
}

dl,
ul,
ol {
    margin: 20px 0;
    padding-left: 40px;
}

    dl dl,
    ul dl,
    ol dl,
    dl ul,
    ul ul,
    ol ul,
    dl ol,
    ul ol,
    ol ol {
        margin: 0;
    }

dl {
    padding-left: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 20px 0;
}

code,
pre {
    background-color: #f5f5f5;
    font-size: 13px;
}

code {
    padding: 2px;
}

pre {
    padding: 15px 20px;
}

[role="button"] {
    cursor: pointer;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.button,
input[type="submit"],
button[type="submit"] {
    background-color: #333;
    border: 0;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-family: "Unica One", serif;
    font-size: 14px;
    padding: 7px 15px 5px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

    .button:hover,
    input[type="submit"]:hover,
    button[type="submit"]:hover {
        background-color: #cc3311;
    }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea {
    background-color: #fff;
    border: 2px solid #e8e8e8;
    display: block;
    font-family: "Vollkorn", sans-serif;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px;
    padding: 8px 15px 5px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    textarea:focus {
        background-color: #f5f5f5;
        outline: none;
    }

input[type="number"] {
    line-height: 1;
    padding: 0 5px;
}

textarea {
    height: 100%;
    resize: vertical;
}

select {
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
    background-position: center right;
    background-repeat: no-repeat;
    border: 2px solid #e8e8e8;
    border-radius: 0;
    font-style: italic;
    outline: none;
    padding: 8px 15px 5px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

label {
    font-size: 14px;
}

button:focus,
input[type="submit"]:focus {
    outline: none;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.compact-form {
    position: relative;
}

    .compact-form .compact-submit {
        border: 0;
        border-radius: 0;
        color: #fff;
        letter-spacing: 0;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: 45px;
    }

        .compact-form .compact-submit > .fa {
            line-height: 45px;
        }

.box {
    background-position: center;
    background-size: cover;
    height: 100px;
    position: relative;
}

    .box:before {
        background-color: rgba(0, 0, 0, 0.4);
        content: "";
        display: block;
        height: 100%;
        -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }

    .box:hover:before {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .box .entry-title {
        color: #fff;
        font-size: 16px;
        margin-right: 15px;
        margin-bottom: 0;
        position: absolute;
        bottom: 12px;
        left: 15px;
        text-align: left;
    }

    .box .permalink {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.slick-slider {
    display: block;
    opacity: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .slick-slider.slick-initialized {
        opacity: 1 !important;
        position: relative !important;
    }

.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

    .slick-track:before,
    .slick-track:after {
        content: " ";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    margin-top: -15px;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 30px;
    z-index: 10;
    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

    .slick-prev:before,
    .slick-next:before {
        color: #fff;
        content: "\f177";
        font-family: FontAwesome;
        font-size: 22px;
        line-height: 30px;
    }

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        outline: none;
    }

.slick-prev {
    left: 30px;
}

.slick-next {
    right: 30px;
}

    .slick-next:before {
        content: "\f178";
    }

[dir='rtl'] .slick-prev {
    right: 30px;
    left: auto;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 30px;
}

.menu-opened {
    overflow-y: hidden;
}

#content {
    padding-bottom: 30px;
}

#main {
    margin: 0 auto;
    max-width: 460px;
}

#masthead .menu-toggle {
    cursor: pointer;
    display: inline-block;
    position: fixed;
    top: 15px;
    left: 20px;
    width: 40px;
    height: 40px;
    z-index: 80;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

#masthead .burger {
    margin: -5px auto 0;
    position: relative;
    top: 50%;
    width: 20px;
    height: 10px;
}

#masthead .bar {
    background-color: #333;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

    #masthead .bar.top {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
    }

    #masthead .bar.bottom {
        -webkit-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg);
    }

#masthead .brand-logo {
    display: inline-block;
    /*margin: 60px 0;*/
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

    #masthead .brand-logo.text {
        color: #333;
        font-family: "Unica One", serif;
        font-size: 16px;
        text-transform: uppercase;
    }

    #masthead .brand-logo:not(.text):before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

#masthead.up .menu-toggle,
#masthead.up .search-toggle {
    opacity: 0;
    pointer-events: none;
}

#side-menu {
    background-color: #e8e8e8;
    overflow-y: scroll;
    padding: 90px 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100vh;
    z-index: 70;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    transform: translateX(-320px);
}

    #side-menu .description {
        font-style: italic;
        text-align: center;
    }

        #side-menu .description + hr {
            background-color: #cc3311;
            margin: 10px auto 60px;
        }

.menu-opened #page .menu-toggle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu-opened #page .bar {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

    .menu-opened #page .bar.top {
        -webkit-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg);
    }

    .menu-opened #page .bar.bottom {
        -webkit-transform: translateY(3px) rotate(-45deg);
        transform: translateY(3px) rotate(-45deg);
    }

.menu-opened #page #side-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#featured-posts {
    margin-bottom: 120px;
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

    #featured-posts .featured-post {
        background-position: center;
        background-size: cover;
        position: relative;
    }

        #featured-posts .featured-post:before {
            background-color: rgba(0, 0, 0, 0.4);
            content: "";
            display: block;
            padding-bottom: 60%;
            -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        }

        #featured-posts .featured-post:hover:before {
            background-color: rgba(0, 0, 0, 0.6);
        }

    #featured-posts .entry-title {
        background-color: #fff;
        font-size: 18px;
        margin-right: 20px;
        margin-bottom: 0;
        padding: 6px 10px 4px;
        position: absolute;
        bottom: 20px;
        left: 20px;
        text-align: left;
    }

    #featured-posts .permalink {
        outline: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.post {
    margin-bottom: 100px;
    word-break: break-word;
}

    .post .entry-media {
        margin-bottom: 60px;
    }

        .post .entry-media img {
            margin: 0 auto;
        }

    .post .entry-header {
        margin-bottom: 30px;
    }

    .post .entry-meta {
        color: #bfbfbf;
        font-style: italic;
        text-align: center;
    }

        .post .entry-meta a {
            color: #bfbfbf;
        }

            .post .entry-meta a:hover {
                color: #333;
            }

    .post .entry-title {
        color: #cc3311;
        font-size: 26px;
        text-align: center;
    }

    .post .entry-content {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 30px;
    }

        .post .entry-content > *:first-child,
        .post .entry-content > *:first-child > *:first-child {
            margin-top: 0;
        }

        .post .entry-content > *:last-child,
        .post .entry-content > *:last-child > *:last-child {
            margin-bottom: 0;
        }

        .post .entry-content h1,
        .post .entry-content h2,
        .post .entry-content h3,
        .post .entry-content h4,
        .post .entry-content h5,
        .post .entry-content h6 {
            margin-top: 40px;
            text-align: left;
        }

        .post .entry-content .fluid-width-video-wrapper {
            margin: 30px 0 !important;
        }

    .post .entry-footer {
        margin-top: 10px;
    }

    .post .entry-share {
        float: left;
    }

        .post .entry-share .popup {
            color: #bfbfbf;
            float: left;
            margin-right: 8px;
        }

            .post .entry-share .popup:hover {
                color: #333;
            }

    .post .entry-date {
        color: #bfbfbf;
        float: right;
    }

.archive-bar {
    margin-bottom: 90px;
}

.nav-links {
    font-style: italic;
}

    .nav-links:before,
    .nav-links:after {
        content: " ";
        display: table;
    }

    .nav-links:after {
        clear: both;
    }

    .nav-links .nav-previous,
    .nav-links .nav-next {
        float: right;
    }

        .nav-links .nav-previous > a,
        .nav-links .nav-next > a {
            color: #333;
        }

            .nav-links .nav-previous > a:hover,
            .nav-links .nav-next > a:hover {
                color: #cc3311;
            }

            .nav-links .nav-previous > a:before,
            .nav-links .nav-next > a:before,
            .nav-links .nav-previous > a:after,
            .nav-links .nav-next > a:after {
                font-family: FontAwesome;
                font-style: normal;
                position: relative;
                top: 1px;
            }

            .nav-links .nav-previous > a:after {
                content: "\f178";
                margin-left: 5px;
            }

    .nav-links .nav-next {
        float: left;
    }

        .nav-links .nav-next > a:before {
            content: "\f177";
            margin-right: 5px;
        }

#post-navigation {
    margin-top: 60px;
}

    #post-navigation .previous-post,
    #post-navigation .next-post {
        line-height: 1.5;
        width: 50%;
    }

    #post-navigation .previous-post {
        float: left;
    }

        #post-navigation .previous-post a:before {
            content: "\f104";
            margin-right: 8px;
        }

    #post-navigation .next-post {
        float: right;
        text-align: right;
    }

        #post-navigation .next-post a:after {
            content: "\f105";
            margin-left: 8px;
        }

    #post-navigation a {
        color: #333;
    }

        #post-navigation a:hover {
            color: #cc3311;
        }

        #post-navigation a:before,
        #post-navigation a:after {
            font-family: FontAwesome;
        }

#about-author {
    background-color: #f5f5f5;
    margin-top: 100px;
    padding: 70px 40px 40px;
    position: relative;
    text-align: center;
}

    #about-author .author-image {
        background-color: #fff;
        border: 2px solid #fff;
        border-radius: 50%;
        margin-left: -40px;
        padding: 4px;
        position: absolute;
        top: -45px;
        left: 50%;
        width: 80px;
        height: 80px;
    }

        #about-author .author-image > img {
            border-radius: 50%;
        }

    #about-author .author-name {
        font-size: 23px;
        margin-bottom: 0;
    }

        #about-author .author-name > a {
            color: #333;
        }

    #about-author .author-bio {
        margin: 10px 0 0;
    }

    #about-author .author-meta {
        color: #bfbfbf;
    }

        #about-author .author-meta span {
            display: inline-block;
            margin-top: 15px;
            padding: 0 3px;
        }

        #about-author .author-meta div {
            font-style: italic;
        }

        #about-author .author-meta a {
            color: #bfbfbf;
        }

            #about-author .author-meta a:hover {
                color: #333;
            }

#related-posts {
    margin-top: 90px;
}

    #related-posts > h3 {
        margin-bottom: 30px;
    }

    #related-posts .related-post {
        margin: 10px 0;
    }

#disqus_thread {
    margin-top: 90px;
}

.widget {
    border-top: 1px solid #bfbfbf;
    margin-top: 50px;
    padding-top: 50px;
    word-break: break-word;
}

    .widget .widget-title {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: left;
    }

    .widget ul,
    #side-menu .nav-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .widget ul li > a,
        #side-menu .nav-list li > a {
            color: #333;
            display: block;
            line-height: 1;
            padding: 10px 0;
            position: relative;
        }

            .widget ul li > a:hover,
            #side-menu .nav-list li > a:hover {
                color: #cc3311;
            }

            .widget ul li > a:before,
            .widget ul li > a:after,
            #side-menu .nav-list li > a:before,
            #side-menu .nav-list li > a:after {
                color: #bfbfbf;
                content: "\f105";
                font-family: FontAwesome;
                position: absolute;
                top: 4px;
                right: 0;
                -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
                -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
                transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
            }

            .widget ul li > a:before,
            #side-menu .nav-list li > a:before {
                opacity: 0;
                right: 10px;
            }

            .widget ul li > a:hover:before,
            .widget ul li > a:hover:after,
            #side-menu .nav-list li > a:hover:before,
            #side-menu .nav-list li > a:hover:after {
                opacity: 0;
                -webkit-transform: translateX(10px);
                -ms-transform: translateX(10px);
                -o-transform: translateX(10px);
                transform: translateX(10px);
            }

            .widget ul li > a:hover:before,
            #side-menu .nav-list li > a:hover:before {
                opacity: 1;
            }

.widget-social .widget-title {
    margin-bottom: 30px;
}

.widget-social .social-links {
    text-align: center;
}

.widget-social .link {
    background-color: #333;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin: 0 1px;
    text-align: center;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

    .widget-social .link:hover {
        background-color: #cc3311;
    }

.widget-social .fa {
    line-height: 32px;
}

.widget-tags .widget-title {
    margin-bottom: 30px;
}

.widget-tags .tagcloud {
    text-align: center;
}

    .widget-tags .tagcloud > a {
        background-color: #bfbfbf;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        font-family: "Unica One", serif;
        font-size: 11px;
        letter-spacing: 0.5px;
        margin: 1px 1px 3px;
        padding: 5px 10px 4px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }

        .widget-tags .tagcloud > a:hover {
            background-color: #333;
        }

.widget-picked-stories .widget-title {
    margin-bottom: 32px;
}

.widget-picked-stories .posts > li {
    margin-bottom: 20px;
}

    .widget-picked-stories .posts > li:last-child {
        margin-bottom: 0;
    }

.widget-picked-stories .thumbnail-link {
    background-color: #bfbfbf;
    color: #fff;
    display: block;
    float: left;
    font-family: "Unica One", serif;
    font-size: 30px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    width: 60px;
    height: 60px;
    -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: background-color 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

    .widget-picked-stories .thumbnail-link:before,
    .widget-picked-stories .thumbnail-link:after {
        display: none;
    }

    .widget-picked-stories .thumbnail-link:hover {
        background-color: #333;
        color: #fff;
    }

.widget-picked-stories .entry-content {
    margin-left: 75px;
}

.widget-picked-stories .entry-title {
    font-family: "Vollkorn", sans-serif;
    font-size: 14px;
    margin-bottom: 2px;
    text-align: left;
    text-transform: none;
}

    .widget-picked-stories .entry-title > a {
        color: #333;
    }

        .widget-picked-stories .entry-title > a:hover {
            color: #cc3311;
        }

.widget-picked-stories .entry-date {
    color: #bfbfbf;
    font-size: 14px;
    font-style: italic;
}

#social-bar {
    background-color: #f5f5f5;
    margin-top: 60px;
    padding: 30px 10px 26px;
    text-align: center;
}

    #social-bar .link {
        color: #333;
        display: inline-block;
        font-family: "Unica One", serif;
        letter-spacing: 0.5px;
        margin: 0 10px;
        text-transform: uppercase;
        vertical-align: middle;
    }

        #social-bar .link:hover {
            color: #cc3311;
        }

#media-feed {
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

    #media-feed.initialized {
        opacity: 1;
    }

    #media-feed .feed-items {
        margin: -5px 5px;
    }

    #media-feed .feed-item {
        float: left;
        padding: 5px;
        position: relative;
        width: 12.5%;
    }

        #media-feed .feed-item:hover .mask {
            opacity: 1;
        }

    #media-feed .mask {
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0;
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -o-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }

        #media-feed .mask .fa {
            color: #fff;
            font-size: 25px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

#colophon .site-info {
    padding: 30px 0;
    text-align: center;
}

#masthead .search-toggle {
    cursor: pointer;
    line-height: 40px;
    position: fixed;
    top: 18px;
    right: 18px;
    text-align: center;
    width: 40px;
    height: 40px;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#masthead > .search-form {
    display: none;
    position: fixed;
    top: 18px;
    right: 70px;
}

#masthead .search-field {
    background-color: #f5f5f5;
    border: 0;
    font-size: 16px;
    margin-bottom: 0;
    min-width: 170px;
}

#side-menu .search-field {
    max-width: none;
}

@media (max-width: 767px) {
    .slick-prev {
        left: 15px;
    }

    .slick-next {
        right: 15px;
    }

    #featured-posts {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    #media-feed .feed-item {
        width: 25%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

*[align="left"] {
    float: left;
    margin: 6px 30px 30px 0;
    max-width: 40%;
}

*[align="right"] {
    float: right;
    margin: 6px 0 30px 30px;
    max-width: 40%;
}

*[align="clear"] {
    clear: both;
    margin-bottom: 0;
}

.shadow {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}



.footer-wrap-2 h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #323232;
}
