html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

select {
    text-transform: none
}

button {
    overflow: visible
}

button,
input,
select,
textarea {
    max-width: 100%
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: .4375em;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 2px solid;
    margin: 0 0 24px;
    padding: 24px
}

fieldset>:last-child {
    margin-bottom: 0
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

body,
button,
input,
select,
textarea {
    color: #black;
    font-family: Karla, sans-serif;
    font-size: 16px;
    line-height: 1.5
}

select {
    color: #000
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
    clear: both;
    font-family: Karla, sans-serif;
    font-weight: 700;
    margin: 0 0 24px
}

h1,
.entry-title,
.page-title {
    font-size: 40px;
    line-height: 1.2
}

h2 {
    font-size: 32px;
    line-height: 1.125
}

h3,
.site-title {
    font-size: 25px;
    line-height: 1.2
}

h4,
.comment-reply-title,
.comments-title,
.no-comments,
.widgettitle,
.widget-title {
    font-size: 20px;
    line-height: 1.5
}

h5,
.comment-reply-title small {
    font-size: 16px;
    line-height: 1.5
}

h6 {
    font-size: 13px;
    line-height: 1.3847
}

.site-title {
    margin-bottom: 0
}

.site-description {
    color: #a0a0a0;
    display: none;
    font-size: 13px;
    line-height: 1.3847;
    margin-bottom: 0;
    margin-top: 6px
}

.site-footer {
    font-size: 13px;
    line-height: 1.3847
}

p {
    margin: 0 0 24px
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    border-left: 4px solid #202020;
    color: #a0a0a0;
    font-size: 20px;
    font-style: italic;
    line-height: 1.5;
    margin: 0 0 24px;
    padding-left: 24px
}

blockquote p {
    margin-bottom: 12px
}

blockquote cite,
blockquote small {
    color: #fff;
    display: block;
    font-size: inherit;
    font-style: normal
}

address {
    margin: 0 0 24px
}

code,
pre,
kbd,
tt,
var {
    background: #202020;
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    padding: 0 .25em
}

pre {
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 24px
}

abbr,
abbr[title],
acronym {
    border-bottom: 2px dotted;
    cursor: help
}

mark,
ins {
    background: #a0a0a0;
    color: #303030;
    padding: 0 .25em;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    background: #303030
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: """"
}

hr {
    background: #fff;
    border: 0;
    height: 2px;
    margin-bottom: 24px
}

ul,
ol {
    margin: 0 0 24px 1.25em;
    padding: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 24px
}

dt {
    font-weight: 700
}

dd {
    margin: 0 24px 24px
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

table,
th,
td {
    border: 2px solid
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 2px 0 0 2px;
    margin: 0 0 24px;
    table-layout: fixed;
    width: 100%
}

th {
    border-width: 0 2px 2px 0
}

td {
    border-width: 0 2px 2px 0
}

th,
td {
    padding: .25em
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    background: 0 0;
    border: 2px solid;
    border-radius: 0;
    color: #fff;
    padding: 4px 10px
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    border-color: #a0a0a0;
    color: #a0a0a0
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
    outline: 0
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    color: #303030;
    padding: 4px 10px;
    width: 100%
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
    background: 0 0;
    color: #fff;
    outline: 0
}

::input-placeholder {
    color: #a0a0a0
}

::-webkit-input-placeholder {
    color: #a0a0a0
}

:-moz-placeholder {
    color: #a0a0a0;
    opacity: 1
}

::-moz-placeholder {
    color: #a0a0a0;
    opacity: 1
}

:-ms-input-placeholder {
    color: #a0a0a0
}

.search-field,
.search-submit {
    margin-bottom: 24px
}

.post-password-form input[type=submit] {
    margin-top: 24px
}

#page {
    margin: 0 auto;
    width: 90%;
    width: calc(100% - 48px)
}

.site-header {
    margin: 0 0 24px
}

.main-navigation,
.site-branding {
    margin-top: 24px
}

.site-header-wrapper {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.site-branding {
    margin-left: 0;
    margin-right: auto;
    padding-right: 24px
}

.site-footer {
    color: #a0a0a0;
    padding: 0 0 24px
}

.site-footer:before {
    background: #202020;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 24px;
    width: 24px
}

.site-info .sep:before {
    background: currentcolor;
    content: "";
    display: inline-block;
    height: 2px;
    margin: 0 .125em;
    vertical-align: middle;
    width: 12px
}

.header-image {
    display: block;
    margin-top: 24px
}

a {
    color: #black;
    text-decoration: none
}

a:visited {
    color: inherit
}

a:active,
a:focus,
a:hover {
    color: #a0a0a0;
    outline: 0
}

.comment-content a,
.comment-reply-title a,
.entry-content a,
.logged-in-as a,
.page-content a,
.pingback a,
.trackback a,
.widget-area a {
    box-shadow: 0 2px 0 0
}

.comment-content a:focus,
.comment-content a:hover,
.comment-reply-title a:focus,
.comment-reply-title a:hover,
.entry-content a:focus,
.entry-content a:hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
.page-content a:focus,
.page-content a:hover,
.pingback a:focus,
.pingback a:hover,
.trackback a:focus,
.trackback a:hover,
.widget-area a:focus,
.widget-area a:hover {
    box-shadow: none
}

.comment-metadata a,
.entry-footer a,
.entry-meta a,
.portfolio-entry-meta a,
.site-footer a {
    color: #a0a0a0
}

.comment-metadata a:focus,
.comment-metadata a:hover,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.fn a:focus,
.fn a:hover,
.jp-relatedposts-post-a:focus,
.jp-relatedposts-post-a:hover,
.portfolio-entry-meta a:focus,
.portfolio-entry-meta a:hover,
.site-footer a:focus,
.site-footer a:hover {
    box-shadow: 0 2px 0 0
}

.entry-title a:focus,
.entry-title a:hover,
.portfolio-entry-title a:focus,
.portfolio-entry-title a:hover,
.site-title a:focus,
.site-title a:hover {
    color: #fff;
    box-shadow: 0 2px 0 0
}

.PDS_Poll a,
.portfolio-entry-meta a,
.portfolio-entry-title a,
.svg a,
.widget_archive a,
.widget_categories a,
.widget_goodreads a,
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_rss a,
.widget_rss_links a,
.widget_tag_cloud a {
    box-shadow: none
}

.widget_archive a:focus,
.widget_archive a:hover,
.widget_categories a:focus,
.widget_categories a:hover,
.widget_goodreads a:focus,
.widget_goodreads a:hover,
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 a:focus,
.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 a:hover,
.widget_links a:focus,
.widget_links a:hover,
.widget_meta a:focus,
.widget_meta a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover,
.widget_pages a:focus,
.widget_pages a:hover,
.widget_recent_comments a:focus,
.widget_recent_comments a:hover,
.widget_recent_entries a:focus,
.widget_recent_entries a:hover,
.widget_rss a:focus,
.widget_rss a:hover,
.widget_rss_links a:focus,
.widget_rss_links a:hover,
.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover {
    box-shadow: 0 2px 0 0
}

a img {
    vertical-align: middle
}

.site-menu {
    display: none;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.site-menu.toggled-on {
    display: block
}

.main-navigation .primary-menu {
    border-bottom: 2px solid
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0
}

.main-navigation.toggled-on ul,
.main-navigation.toggled-on ul.toggled-on {
    display: block
}

.main-navigation.toggled-on ul ul {
    display: none
}

.main-navigation .menu-item-has-children>a {
    margin-right: 62px
}

.main-navigation li {
    border-top: 2px solid;
    position: relative
}

.main-navigation a {
    display: block;
    padding: 11px 0
}

.main-navigation ul ul {
    background: #303030;
    margin-left: 24px
}

.menu-toggle {
    font-weight: 700;
    margin-top: 24px;
    text-transform: uppercase
}

.menu-toggle:active,
.menu-toggle:focus {
    background: #fff;
    border-color: #fff;
    color: #303030
}

.menu-toggle:active:hover,
.menu-toggle:focus:hover {
    background: #a0a0a0;
    border-color: #a0a0a0
}

.dropdown-toggle {
    background: 0 0;
    border: 2px solid;
    color: currentcolor;
    height: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: -2px;
    width: 50px
}

.dropdown-toggle:focus,
.dropdown-toggle:hover {
    background: #fff;
    border-color: #fff;
    color: #303030
}

.dropdown-toggle:before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 8px;
    margin-top: -4px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
    width: 8px
}

.dropdown-toggle.toggled-on:before {
    margin-bottom: -4px;
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    clear: both;
    margin: 0;
    padding: 0
}

.site-main .posts-navigation:before,
.site-main .post-navigation:before {
    background: #202020;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 24px;
    width: 24px
}

.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
    border: 2px solid;
    display: inline-block;
    padding: 4px 10px
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    margin-bottom: 24px;
    width: 49%;
    width: calc(50% - 12px)
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    margin-bottom: 24px;
    text-align: right;
    width: 49%;
    width: calc(50% - 12px)
}

.post-navigation .nav-links {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    margin-bottom: 24px
}

.post-navigation .nav-previous {
    margin-left: 0;
    margin-right: auto
}

.post-navigation .nav-next {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
    margin-right: 0;
    text-align: right
}

.post-navigation .meta-nav,
.post-navigation .post-title {
    display: block
}

.post-navigation .meta-nav {
    color: #a0a0a0;
    font-size: 13px;
    line-height: 1.3847;
    padding: 3px 0
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    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: 24px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 24px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear:before,
.clear:after,
.comment-content:before,
.comment-content:after,
.comment-meta:before,
.comment-meta:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.hentry:before,
.hentry:after,
.nav-links:before,
.nav-links:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table
}

.clear:after,
.comment-content:after,
.comment-meta:after,
.entry-content:after,
.entry-summary:after,
.hentry:after,
.nav-links:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}

.widget {
    margin: 0
}

.widget-area:before,
.widget:not(:first-of-type):not(.widget_eu_cookie_law_widget):before,
.page-content .widget:not(.widget_eu_cookie_law_widget):before {
    background: #202020;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 24px;
    width: 24px
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.35;
    padding: 0;
    text-align: center
}

.widget_calendar caption {
    font-weight: 700;
    margin-bottom: 24px
}

.widget_calendar tbody a {
    background-color: #202020;
    display: block;
    font-weight: 700
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: transparent;
    color: #fff
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
    border-bottom: 2px solid;
    list-style: none;
    margin: 0 0 24px
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li {
    border-top: 2px solid;
    padding: 11px 0
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
    border-bottom: 0;
    margin-bottom: -11px;
    margin-top: 11px;
    padding-left: 24px
}

.widget_recent_entries .post-date {
    color: #a0a0a0;
    display: block;
    font-size: 13px;
    line-height: 1.3847;
    padding: 3px 0
}

.widget_rss .widget-title img {
    display: none
}

.widget_rss cite,
.widget_rss .rssSummary,
.widget_rss .rss-date {
    color: #a0a0a0;
    display: block;
    font-size: 13px;
    line-height: 1.3847;
    padding: 3px 0
}

.widget_search .search-submit {
    display: none
}

.widget_tag_cloud .tagcloud {
    padding-bottom: 24px
}

.custom-logo-link {
    display: block
}

.custom-logo {
    max-height: 96px;
    width: auto
}

.wp-custom-logo .site-title {
    margin-top: 12px
}

.sticky {
    display: block
}

.hentry {
    margin: 0
}

.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: block
}

.page-header:after {
    background: #202020;
    content: "";
    display: block;
    height: 4px;
    margin: 24px 0;
    width: 24px
}

.page-header span {
    font-style: italic
}

.taxonomy-description {
    color: #a0a0a0;
    margin-top: -18px
}

.entry-header {
    clear: both;
    padding-bottom: 24px
}

.entry-footer,
.entry-meta {
    color: #a0a0a0
}

.entry-footer {
    font-size: 13px;
    line-height: 1.3847;
    margin-bottom: 24px
}

.entry-footer>span {
    padding: 3px 0
}

.entry-footer>span:last-of-type {
    margin-bottom: 24px
}

.comments-link,
.edit-link,
.posted-on,
.tags-links {
    display: block
}

.entry-title {
    margin-bottom: 0
}

.entry-title+.entry-meta {
    margin-top: 6px
}

.post-thumbnail {
    background: 0 0;
    border: 0;
    clear: both;
    display: block;
    margin-bottom: 24px;
    position: relative
}

.post-thumbnail img {
    display: block;
    margin: 0
}

.archive:not([class*=jetpack-portfolio]) .hentry+.hentry:before,
.blog .hentry+.hentry:before,
.search .hentry+.hentry:before,
.infinite-wrap .hentry:before {
    background: #202020;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 24px;
    width: 24px
}

.more-link .meta-nav {
    display: none
}

.page-links {
    margin: 0 0 24px
}

.page-links a,
.page-links>span {
    background: #202020;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 1.8461538462;
    height: 1.8461538462em;
    margin: 0;
    text-align: center;
    width: 1.8461538462em
}

.page-links a {
    box-shadow: none;
    color: #a0a0a0
}

.page-links a:hover,
.page-links a:focus {
    background-color: transparent;
    color: #fff
}

.page-links>.page-links-title {
    background: 0 0;
    color: #a0a0a0;
    font-weight: 700;
    height: auto;
    padding-right: .5em;
    width: auto
}

.comment-list {
    border-bottom: 2px solid;
    list-style: none;
    margin: 0 0 24px
}

.comment-list .children {
    border-left: 2px solid;
    list-style: none;
    margin: 0;
    margin-left: 24px
}

.comment-list .children>.comment {
    padding-left: 24px
}

.comment-list .comment,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 2px solid;
    padding-top: 24px
}

.comment-list .pingback,
.comment-list .trackback {
    padding-bottom: 24px
}

.no-comments {
    font-weight: 700
}

.comment-respond:before,
.comments-title:before,
.no-comments:before {
    background: #202020;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 24px;
    width: 24px
}

.comment .comment-respond:before {
    display: none
}

.comment .comment-respond {
    margin-top: 26px
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comment-meta {
    margin-bottom: 24px
}

.comment-author .avatar {
    border-radius: 50%;
    float: left;
    margin-right: 6px;
    vertical-align: middle
}

.comment-metadata {
    color: #a0a0a0;
    font-size: 13px;
    line-height: 1.3847;
    padding: 3px 0
}

.comment-metadata .edit-link {
    padding-top: 6px
}

.fn {
    font-weight: 400
}

.reply {
    margin-bottom: -2px;
    text-align: right
}

.reply a {
    border: 2px solid;
    display: inline-block;
    padding: 4px 10px
}

.comment-reply-title small {
    float: right;
    font-weight: 400;
    padding: 3px 0
}

.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,
video,
.fb_iframe_widget,
.wp-audio-shortcode {
    margin-bottom: 24px;
    max-width: 100%
}

.wp-caption {
    margin-bottom: 24px;
    max-width: auto
}

.wp-caption:not(.large-element) {
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 12px 0 0
}

.wp-caption-text {
    color: #a0a0a0;
    font-size: 13px;
    line-height: 1.3847;
    padding: 3px 0 0
}

.gallery {
    margin: -12px 0 12px
}

.gallery-item {
    display: inline-block;
    margin: 0;
    padding: 12px;
    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
}

.site-content .contact-form>div {
    margin-bottom: 24px
}

.site-content .contact-form label {
    font-weight: 400
}

.site-content .contact-form input[type=text],
.site-content .contact-form input[type=email],
.site-content .contact-form input[type=url],
.site-content .contact-form textarea {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%
}

.site-content .contact-form label span {
    color: #a0a0a0
}

.site .slideshow-window {
    background: 0 0;
    border: 24px solid transparent;
    border-radius: 0;
    margin-bottom: 24px
}

.site .slideshow-window.slideshow-black,
.site .slideshow-window.slideshow-white {
    border-color: transparent
}

.site .slideshow-window.slideshow-black {
    background: rgba(0, 0, 0, .33)
}

.site .slideshow-window.slideshow-white {
    background: rgba(255, 255, 255, .5)
}

.site .slideshow-controls a,
.tiled-gallery-item>a {
    box-shadow: none
}

.site .tiled-gallery {
    margin-bottom: 24px
}

.site .tiled-gallery-caption {
    background: #303030;
    color: #a0a0a0;
    font-size: 13px;
    line-height: 1.3847;
    padding: 3px 0;
    text-indent: 3px
}

.instagram-media {
    margin: 0 0 24px !important;
    width: 100% !important
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

#infinite-footer {
    background: #303030;
    border-top: 2px solid;
    z-index: 9999
}

#infinite-footer .container {
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.3847;
    padding: 7px 0
}

#infinite-footer .blog-info,
#infinite-footer .blog-credits {
    line-height: inherit;
    overflow: visible
}

#infinite-footer .blog-credits,
#infinite-footer .blog-credits a,
#infinite-footer .blog-info a {
    color: #a0a0a0;
    display: inline-block;
    font-size: inherit;
    text-decoration: none
}

#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
    color: #a0a0a0;
    box-shadow: 0 2px 0 0;
    text-decoration: none
}

#infinite-handle {
    padding-bottom: 24px
}

#infinite-handle:before {
    background: #202020;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 24px;
    width: 24px
}

#infinite-handle span {
    background: 0 0;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0
}

#infinite-handle span button,
#infinite-handle span button:focus,
#infinite-handle span button:hover {
    border: 2px solid;
    padding: 4px 10px
}

#infinite-handle span button:focus,
#infinite-handle span button:hover {
    color: #a0a0a0
}

.post-type-archive-jetpack-portfolio #infinite-handle,
.tax-jetpack-portfolio-tag #infinite-handle,
.tax-jetpack-portfolio-type #infinite-handle {
    clear: both
}

.infinite-loader {
    height: 64px;
    margin-bottom: 24px
}

.infinite-loader:before {
    background: #202020;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 24px;
    width: 24px
}

.infinite-loader .spinner {
    left: 12px !important;
    top: 18px !important;
    z-index: 9998 !important
}

.infinite-loader .spinner div {
    background: currentcolor !important;
    color: #fff
}

.post-type-archive-jetpack-portfolio .infinite-loader,
.tax-jetpack-portfolio-tag .infinite-loader,
.tax-jetpack-portfolio-type .infinite-loader {
    clear: both
}

.PDS_Poll {
    margin-bottom: 24px
}

.custom-archive-jetpack-portfolio .content-area,
.page-template-portfolio-page .content-area,
.single-jetpack-portfolio .content-area {
    float: none;
    width: 100%
}

.portfolio-archive-content {
    margin-bottom: 24px
}

.portfolio-wrapper {
    clear: both
}

.jetpack-portfolio {
    margin-bottom: 24px;
    max-width: 100%
}

.single .jetpack-portfolio {
    margin-bottom: 0
}

.jetpack-portfolio .image-link {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 100%
}

.jetpack-portfolio.hover .image-link,
.jetpack-portfolio.hover .image-link:hover {
    background: rgba(0, 0, 0, .6);
    opacity: 1
}

.project-thumbnail img {
    display: block
}

.project-info {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 12px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 100%
}

.jetpack-portfolio.hover .project-info {
    opacity: 1
}

.project-info .entry-title {
    font-size: 20px;
    line-height: 1.5;
    margin: 0
}

.project-info .entry-header {
    padding: 0
}

.project-info .entry-header,
.project-info .entry-meta {
    position: relative
}

.project-info .entry-header+.entry-meta {
    margin-top: 6px
}

.project-info .entry-meta {
    font-size: 13px;
    line-height: 1.3847
}

.jetpack-portfolio:not(.has-post-thumbnail) .image-link {
    border: 0
}

.jetpack-portfolio.hover:not(.has-post-thumbnail) .image-link,
.jetpack-portfolio.hover:not(.has-post-thumbnail) .image-link:hover {
    background: 0 0
}

.jetpack-portfolio:not(.has-post-thumbnail) .project-info {
    border: 2px solid;
    opacity: 1;
    position: relative
}

.jetpack-portfolio.hover:not(.has-post-thumbnail) .project-info {
    border-color: #a0a0a0
}

.jetpack-portfolio:not(.has-post-thumbnail) .project-info .entry-title a,
.jetpack-portfolio:not(.has-post-thumbnail) .project-info .entry-title a:focus,
.jetpack-portfolio:not(.has-post-thumbnail) .project-info .entry-title a:hover {
    color: inherit
}

.site .portfolio-entry-title+.portfolio-entry-meta {
    margin-top: 6px
}

.site .portfolio-featured-image+.portfolio-entry-title {
    margin-top: 24px
}

.site .portfolio-entry-content {
    margin: 24px 0 0
}

.site .portfolio-entry {
    margin: 0 0 24px
}

.site .portfolio-entry-meta span,
.site .portfolio-entry-meta a {
    font-size: 13px;
    line-height: 1.3847
}

.portfolio-entry-meta {
    color: #a0a0a0
}

.site-content .jetpack-recipe {
    margin: 0 0 24px;
    padding: 24px 24px 0
}

.site-content .jetpack-recipe blockquote {
    margin-left: 0
}

.site-content .jetpack-recipe ol,
.site-content .jetpack-recipe ul {
    list-style-position: inside
}

.site-content .jetpack-recipe-title {
    padding: 0;
    margin: 0 auto 24px;
    border-bottom: 0
}

.site-content .jetpack-recipe-content br {
    display: none
}

.site-content .jetpack-recipe .jetpack-recipe-meta {
    color: #a0a0a0;
    font-size: inherit;
    line-height: inherit;
    overflow: inherit
}

.site-content .jetpack-recipe-meta:before,
.site-content .jetpack-recipe-meta:after {
    content: "";
    display: table
}

.site-content .jetpack-recipe-meta:after {
    clear: both
}

.jetpack-video-wrapper {
    margin: 0 0 24px
}

.jetpack-video-wrapper:empty {
    display: none
}

.jetpack-video-wrapper video {
    margin-bottom: 0
}

.hentry #jp-post-flair {
    padding: 0
}

.sd-like.jetpack-likes-widget-wrapper,
.sd-rating,
.sd-sharing-enabled:not(#jp-post-flair) {
    margin: 0
}

.sd-rating+.sd-sharing-enabled:not(#jp-post-flair) {
    margin-top: -24px
}

.sharedaddy:not(#jp-post-flair):last-of-type {
    margin-bottom: 24px
}

.sd-like.jetpack-likes-widget-wrapper iframe {
    margin-bottom: 0
}

.hentry div.sd-rating h3.sd-title,
.hentry div.sharedaddy h3.sd-title {
    color: #a0a0a0;
    font-family: Karla, sans-serif;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    margin: 0
}

.hentry div.sharedaddy h3.sd-title {
    font-size: 13px;
    line-height: 1.3847;
    padding: 6px 0
}

.hentry div.sharedaddy .sd-content ul {
    margin-bottom: 6px !important
}

.hentry div.sharedaddy .sd-content .inner ul {
    margin-bottom: 0 !important
}

div#jp-relatedposts {
    clear: both;
    margin: 0;
    padding: 0 0 24px;
    position: relative;
    width: 100%
}

div#jp-relatedposts:before {
    background: #202020;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 24px;
    width: 24px
}

div#jp-relatedposts a:focus {
    background: 0 0
}

.hentry div#jp-relatedposts h3.jp-relatedposts-headline {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 24px
}

.hentry div#jp-relatedposts h3.jp-relatedposts-headline em {
    font-weight: inherit
}

.pd-rating {
    color: #a0a0a0;
    padding: 4px 0
}

.comment .pd-rating,
.hentry .pd-rating,
.hentry .sd-sharing .share-count {
    line-height: 1 !important
}

.comment .pd-rating,
.hentry .pd-rating {
    margin-bottom: 24px
}

.hentry .post-likes-widget {
    margin-bottom: 24px;
    position: inherit !important;
    top: auto !important
}

.comments-area .comment-likes {
    height: 1.5em
}

.comments-area .comment-likes .comment-like-link {
    box-shadow: none;
    line-height: 1.5
}

.comments-area .comment-like-link:before,
.comments-area .comment-likes-overlay span.icon {
    line-height: 1.2
}

.comments-area .comment-likes .comment-like-feedback {
    color: #a0a0a0;
    font-size: 13px;
    line-height: 1.3847;
    opacity: 1;
    margin-left: .5em;
    padding: 6px 0
}

.hentry .pd-rating+br,
.hentry div.sharedaddy h3.sd-title:before,
.hentry div#jp-relatedposts h3.jp-relatedposts-headline em:before {
    display: none
}

.hentry div#jp-relatedposts div.jp-relatedposts-items {
    width: 100%
}

.hentry div#jp-relatedposts div.jp-relatedposts-items p {
    font-size: 16px;
    line-height: 1.5
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post,
.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-context {
    opacity: 1
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
    padding: 0;
    margin-bottom: 24px;
    width: 100%
}

.hentry div#jp-relatedposts div.jp-relatedposts-items.jp-relatedposts-items-minimal .jp-relatedposts-post {
    margin: 0 0 24px;
    padding: 0;
    width: 100%
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:last-of-type,
.hentry div#jp-relatedposts div.jp-relatedposts-items.jp-relatedposts-items-minimal .jp-relatedposts-post:last-of-type {
    margin-bottom: 0
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-context {
    color: #a0a0a0;
    font-size: 13px;
    line-height: 1.3847;
    padding: 6px 0
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-context:empty {
    display: none
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5
}

.hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post-title a {
    border-bottom: 0;
    font-weight: inherit;
    text-decoration: none !important
}

.hentry div#jp-relatedposts div.jp-relatedposts-items span.jp-relatedposts-post-title {
    font-size: inherit;
    line-height: inherit
}

.hentry div#jp-relatedposts div.jp-relatedposts-post-thumbs .jp-relatedposts-post-title {
    padding: 12px 0 0
}

.hentry div#jp-relatedposts .jp-relatedposts-post-a {
    border-bottom: 0
}

.hentry .pd-rating {
    line-height: 1
}

.site .jetpack-social-navigation ul {
    margin: 0 0 12px
}

.site .jetpack-social-navigation li {
    font-size: 16px;
    height: 32px;
    margin: 0 3px;
    text-align: center;
    width: 32px
}

.site .jetpack-social-navigation li:first-child {
    margin-left: 0
}

.site .jetpack-social-navigation li:last-child {
    margin-right: 0
}

.site .jetpack-social-navigation a {
    background: #202020;
    border-radius: 50%;
    display: block;
    height: 32px;
    line-height: 1;
    padding: 7px;
    width: 32px
}

.site .jetpack-social-navigation a:hover,
.site .jetpack-social-navigation a:focus {
    background: 0 0;
    box-shadow: none;
    color: #fff
}

.widget_contact_info .contact-map {
    border: 2px solid;
    margin-bottom: 12px;
    padding: 6px
}

.widget_contact_info>div:last-of-type {
    margin-bottom: 24px
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts {
    margin: 0
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 24px;
    padding: 0
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 a {
    font-weight: 400
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts img {
    margin-bottom: 24px;
    margin-top: -18px
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
    color: #a0a0a0;
    font-size: 13px;
    line-height: 1.3847 !important;
    margin: 0 0 24px !important;
    padding: 3px 0
}

.widget_jetpack_display_posts_widget .jetpack-display-remote-posts p {
    margin-top: -18px !important
}

.widget_goodreads br,
.widget_goodreads center {
    display: none
}

.widget_goodreads h2[class^=gr_custom_header] {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 24px
}

.widget_goodreads div[class^=gr_custom_title] a {
    color: inherit;
    font-weight: 400
}

.widget_goodreads div[class^=gr_custom_title] a:focus,
.widget_goodreads div[class^=gr_custom_title] a:hover {
    color: #a0a0a0
}

.widget_goodreads div[class^=gr_custom_container] {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    margin-bottom: 24px;
    padding: 0
}

.widget_goodreads div[class^=gr_custom_each_container] {
    border-bottom: 0;
    border-top: 2px solid;
    padding: 11px 0;
    margin: 0
}

.widget_goodreads div[class^=gr_custom_each_container]:last-of-type {
    border-bottom: 2px solid
}

.widget_goodreads div[class^=gr_custom_title] {
    font-weight: 700
}

.widget_goodreads div[class^=gr_custom_author] {
    color: #a0a0a0;
    font-size: 13px;
    line-height: 1.3847;
    padding: 3px 0
}

.widget_goodreads div[class^=gr_custom_container] div[class^=gr_custom_author] a {
    border-bottom: 0;
    color: inherit
}

.widget_goodreads center a {
    border-bottom: 0
}

.widget_googleplus_badge iframe {
    margin-bottom: 24px !important
}

.widget-grofile .grofile-thumbnail {
    border: 2px solid;
    margin-bottom: 24px;
    padding: 6px
}

.widget-grofile h4 {
    margin: 0 0 24px !important
}

.widget-grofile .grofile-full-link {
    display: inline-block
}

.widget_image .jetpack-image-container {
    margin-bottom: 24px
}

.widget_image .jetpack-image-container img {
    vertical-align: middle
}

.widget_image .jetpack-image-container .wp-caption {
    margin-bottom: 0
}

.widget_image .jetpack-image-container .wp-caption-text {
    padding-bottom: 3px
}

.widget_rss_links ul {
    border-bottom: 2px solid;
    list-style: none;
    margin-left: 0
}

.widget_rss_links li {
    border-top: 2px solid;
    padding-bottom: 11px;
    padding-top: 11px
}

.widget_rss_links a {
    border-bottom: 0
}

.widget_rss_links p {
    border-top: 2px solid;
    margin-bottom: 11px;
    padding-top: 11px
}

.widget_rss_links p:last-of-type {
    border-bottom: 2px solid;
    margin-bottom: 24px;
    padding-bottom: 11px
}

.widget_rss_links p a+a {
    margin-left: 11px
}

.widget_rss_links img {
    vertical-align: middle
}

.widget_wpcom_social_media_icons_widget ul {
    margin-bottom: 18px
}

.site .widget_wpcom_social_media_icons_widget li {
    display: inline-block;
    margin: 0 6px 6px 0
}

.widget_wpcom_social_media_icons_widget a {
    background: #202020;
    border-radius: 50%;
    box-shadow: none;
    padding: 8px
}

.widget_wpcom_social_media_icons_widget a:focus,
.widget_wpcom_social_media_icons_widget a:hover {
    color: inherit;
    background: 0 0
}

.widget_twitter_timeline iframe {
    margin-bottom: 24px !important
}

.eventbrite-event .entry-header span {
    padding-right: 12px
}

.eventbrite-event .entry-header span:last-of-type {
    padding-right: 0
}

@media screen and (min-width:600px) {
    #page {
        width: 80%;
        width: calc(100% - 96px)
    }

    .site-header {
        margin-bottom: 48px
    }

    .site-branding {
        margin-top: 48px
    }

    .site-footer {
        padding-bottom: 48px
    }

    .site-footer:before {
        margin-bottom: 48px
    }

    .header-image {
        margin-top: 48px
    }

    .menu-toggle {
        margin-top: 48px
    }

    .site-main .comment-list+.comment-navigation,
    .site-main .posts-navigation,
    .site-main .post-navigation {
        margin-bottom: 24px
    }

    .site-main .comment-list+.comment-navigation {
        margin-top: -24px
    }

    .site-main .posts-navigation:before,
    .site-main .post-navigation:before {
        margin-bottom: 48px
    }

    .custom-logo {
        max-height: 112px
    }

    .hentry,
    .page-content {
        margin-bottom: 24px
    }

    .archive:not([class*=jetpack-portfolio]) .hentry+.hentry:before,
    .blog .hentry+.hentry:before,
    .search .hentry+.hentry:before,
    .infinite-wrap .hentry:before {
        margin-bottom: 48px
    }

    .page-header:after {
        margin: 48px 0
    }

    .comment-respond:before,
    .comments-title:before,
    .no-comments:before {
        margin-bottom: 48px
    }

    .comments-area {
        clear: both;
        padding-bottom: 24px
    }

    .comment-list {
        margin-bottom: 48px
    }

    .widget {
        padding-bottom: 24px
    }

    .page-content .widget:last-of-type {
        padding-bottom: 0
    }

    .page-content .widget:first-of-type {
        padding-top: 24px
    }

    .widget-area:before,
    .widget:not(:first-of-type):before,
    .page-content .widget:before {
        margin-bottom: 48px
    }

    #infinite-handle {
        padding-bottom: 48px
    }

    #infinite-handle:before {
        margin-bottom: 48px
    }

    .infinite-loader {
        height: 88px;
        margin-bottom: 48px
    }

    .infinite-loader:before {
        margin-bottom: 48px
    }

    .portfolio-media,
    .portfolio-wrapper {
        padding-bottom: 24px
    }

    .site .jetpack-portfolio-shortcode {
        margin-bottom: -24px
    }

    .site .portfolio-entry {
        margin-bottom: 48px
    }

    div#jp-relatedposts {
        padding-top: 24px
    }

    div#jp-relatedposts:before {
        margin-bottom: 48px
    }
}

@media screen and (min-width:768px) {
    #page {
        margin: 0 auto;
        width: 672px
    }

    body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio.hentry {
        width: 324px
    }

    .custom-logo {
        max-height: 128px
    }
}

@media screen and (min-width:896px) {
    #page {
        width: 800px
    }

    .content-area,
    .portfolio-media,
    .portfolio-projects {
        width: 516px
    }

    body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio.hentry {
        width: 246px
    }

    .portfolio-content,
    .widget-area {
        width: 236px
    }

    .portfolio-media,
    .portfolio-projects,
    .widget-area {
        float: right
    }

    body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio.hentry,
    .content-area,
    .portfolio-content {
        float: left
    }

    .site-description {
        display: block
    }

    .site-header-wrapper {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .site-footer-wrapper {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .site-info {
        margin: 0 auto 0 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .jetpack-social-navigation {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .menu-toggle {
        display: none
    }

    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle {
        display: none
    }

    .site-menu {
        display: block;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .main-navigation .primary-menu {
        border-bottom: 0
    }

    .main-navigation ul {
        display: block
    }

    .main-navigation li {
        border: 0;
        float: left;
        margin: .1875em 12px;
        position: relative
    }

    .main-navigation .primary-menu>li:first-child {
        margin-left: 0
    }

    .main-navigation .primary-menu>li:last-child {
        margin-right: 0
    }

    .main-navigation .menu-item-has-children>a:after {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: "";
        display: inline-block;
        height: 6px;
        margin-left: .5em;
        margin-top: -3px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        vertical-align: middle;
        width: 6px
    }

    .main-navigation ul ul .menu-item-has-children>a:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .main-navigation a {
        display: block
    }

    .main-navigation .menu-item-has-children>a {
        margin-right: 0
    }

    .main-navigation ul ul {
        border-style: solid;
        border-width: 2px 2px 0;
        float: left;
        margin: 0;
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999
    }

    .main-navigation ul ul ul {
        left: -999em;
        top: -2px
    }

    .main-navigation ul ul a {
        padding-left: 12px;
        padding-right: 12px;
        width: 200px
    }

    .main-navigation ul ul li {
        border-bottom: 2px solid;
        margin: 0
    }

    .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>a,
    .main-navigation .current-menu-item>a,
    .main-navigation .current_page_ancestor>a {
        font-weight: 700
    }

    .widget-area:before {
        display: none
    }

    .custom-logo {
        max-height: 144px
    }

    .portfolio-content {
        margin-bottom: 24px
    }

    .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
        float: left;
        margin-bottom: 0;
        width: 156px
    }

    .hentry div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:nth-of-type(2) {
        margin-left: 24px;
        margin-right: 24px
    }

    .site .jetpack-social-navigation ul {
        margin: 0
    }
}

@media screen and (min-width:1020px) {
    #page {
        width: 924px
    }

    .content-area,
    .portfolio-media,
    .portfolio-projects {
        width: 600px
    }

    body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio.hentry {
        width: 288px
    }

    .portfolio-content,
    .widget-area {
        width: 276px
    }

    .custom-logo {
        max-height: 160px
    }

    .hentry div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
        width: 184px
    }
}

@media screen and (min-width:1344px) {
    #page {
        width: 1248px
    }

    .content-area,
    .large-element,
    .portfolio-media,
    .portfolio-projects,
    .post-thumbnail {
        width: 924px
    }

    body:not(.page) .hentry:not(.jetpack-portfolio) .entry-content,
    .hentry .entry-summary {
        float: right;
        width: 600px
    }

    body:not(.page) .hentry:not(.jetpack-portfolio) .entry-footer,
    .search .hentry .entry-footer {
        float: left;
        text-align: right;
        width: 276px
    }

    body:not(.single-jetpack-portfolio):not(.search) .jetpack-portfolio.hentry {
        width: 292px
    }

    .portfolio-content,
    .widget-area {
        width: 276px
    }

    .large-element {
        display: block;
        margin-left: -324px;
        max-width: 924px
    }

    .archive:not([class*=jetpack-portfolio]) .hentry+.hentry:before,
    .blog .hentry+.hentry:before,
    .search .hentry+.hentry:before,
    .infinite-wrap .hentry:before,
    body:not(.page) .hentry:not(.jetpack-portfolio) .entry-meta,
    body:not(.page) .hentry:not(.jetpack-portfolio) .entry-title,
    .search .hentry .entry-meta,
    .search .hentry .entry-title,
    body:not(.page) .comments-area {
        margin-left: 324px
    }

    div#jp-relatedposts {
        padding-left: 324px
    }

    .custom-logo {
        max-height: 176px
    }

    .entry-footer {
        margin-bottom: 0
    }
}

#comments #respond {
    font-family: inherit;
    font-weight: inherit;
    margin: 0 0 24px;
    padding: 0
}

#comments .comment #respond {
    padding-left: 0;
    padding-right: 0
}

#comments #respond h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 auto 24px;
    padding: 4px 0
}

#comments #respond form {
    background: 0 0
}

#comments #respond #comment-form-comment,
#comments #comment-form-share-text-padder,
#comments #respond .comment-form-fields div.comment-form-input {
    background: currentcolor !important;
    border: 2px solid;
    border-radius: 0;
    box-shadow: none !important;
    color: #fff;
    transition-duration: 0ms
}

#comments #respond #comment-form-comment {
    padding: 4px !important
}

#comments #respond #comment-form-comment.active,
#comments #respond .comment-form-fields div.comment-form-input.active {
    background: 0 0 !important;
    box-shadow: none !important
}

#comments #respond .comment-form-fields div.comment-form-input {
    margin-bottom: 12px
}

#comments #respond .comment-form-field:last-of-type div.comment-form-input {
    margin-bottom: 0
}

#comments .comment #respond #comment-form-comment,
#comments .comment #comment-form-share-text-padder,
#comments .comment #respond .comment-form-fields div.comment-form-input {
    background: #fff
}

#comments #respond #comment-form-subscribe {
    float: none;
    line-height: 1.5 !important;
    margin-bottom: 24px;
    margin-top: 0;
    padding: 0
}

#comments #respond .comment-form-fields p.comment-form-posting-as,
#comments #respond .comment-form-fields p.comment-form-log-out,
#comments #respond #comment-form-identity #comment-form-nascar p,
#comments #respond #comment-form-load-service p,
#comments #respond #comment-form-comment textarea,
#comments #comment-form-share-text-padder textarea,
#comments #respond .comment-form-fields div.comment-form-input input {
    color: #fff;
    text-shadow: none
}

#comments #respond .comment-form-fields label,
#comments #respond .comment-form-fields label span.required,
#comments #respond .comment-form-fields label span.nopublish {
    color: #a0a0a0;
    text-shadow: none
}

#comments #respond .comment-form-fields p.comment-form-posting-as,
#comments #respond .comment-form-fields p.comment-form-log-out {
    padding-top: 0
}

#comments #respond form *,
#comments #respond #comment-form-comment textarea,
#comments #comment-form-share-text-padder textarea,
#comments #respond p.comment-subscription-form label {
    color: #a0a0a0;
    font-family: inherit;
    font-size: inherit !important;
    line-height: inherit !important
}

#comments #respond #comment-form-load-service {
    height: auto
}

#comments #respond #comment-form-load-service p {
    background: 0 0;
    margin: 12px 0 0;
    padding-top: 0
}

#comments #respond .comment-form-service {
    background: 0 0;
    border-bottom: 0;
    padding: 0 0 24px
}

#comments #respond .comment-form-service a {
    box-shadow: 0 2px 0 0;
    color: inherit;
    text-decoration: none
}

#comments #respond .comment-form-service a:focus,
#comments #respond .comment-form-service a:hover {
    color: #a0a0a0
}

#comments #respond .comment-form-posting-as-cancel {
    margin: 0
}

#comments #respond .comment-form-padder {
    padding: 24px 0 0
}

#comments #respond .form-submit {
    clear: both !important;
    color: #fff;
    float: none;
    font-size: inherit !important;
    line-height: 1.5 !important;
    margin-bottom: 0;
    padding: 0
}

#comments #respond p.form-submit input#comment-submit {
    background: 0 0 !important;
    border: 2px solid !important;
    border-radius: 0 !important;
    color: inherit !important;
    font-family: inherit;
    font-size: inherit !important;
    line-height: inherit !important;
    padding: 4px 10px !important;
    text-shadow: none !important
}

#comments #respond .form-submit input#comment-submit:focus,
#comments #respond .form-submit input#comment-submit:hover {
    color: #a0a0a0 !important
}

#comments #respond .comment-form-fields div.comment-form-field {
    margin: 0
}

#comments #respond #comment-form-identity {
    background: 0 0;
    border-top: 0
}

#comments #respond #comment-form-identity #comment-form-nascar {
    background: 0 0;
    margin-top: 24px
}

#comments #respond #comment-form-identity #comment-form-nascar a,
#comments #respond .comment-form-avatar a {
    box-shadow: none
}

#comments #respond #comment-form-identity #comment-form-nascar p {
    margin: 0;
    padding: 0
}

#comments #respond #comment-form-identity #comment-form-nascar ul {
    margin: 0 0 0 12px
}

#comments #respond #comment-form-identity #comment-form-nascar ul li {
    padding: 0
}

.rtl #comments #respond #comment-form-identity #comment-form-nascar ul {
    margin-left: 0;
    margin-right: auto
}

#comments #respond.js .comment-form-fields label {
    line-height: inherit;
    padding: 0 !important;
    letter-spacing: 0;
    top: 0
}

#comments #respond .comment-form-fields {
    margin-left: 36px
}

.rtl #comments #respond .comment-form-fields {
    margin-left: auto;
    margin-right: 36px
}

#comments #respond .comment-form-avatar img {
    border: 0;
    border-radius: 50%;
    padding: 0;
    width: 24px
}

.hentry .wpcom-reblog-snapshot .reblog-post {
    box-shadow: none;
    padding: 0
}

.hentry .wpcom-reblog-snapshot .reblogger-note {
    border-bottom: 2px solid;
    margin-bottom: 24px
}

.hentry .wpcom-reblog-snapshot p.reblogger-headline {
    line-height: inherit;
    margin-bottom: 24px
}

.hentry .wpcom-reblog-snapshot .reblogged-content {
    margin-bottom: 24px
}

.hentry .wpcom-reblog-snapshot .reblog-source {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 24px
}

.reblog-from img,
.reblogger-headline img {
    border-radius: 50%;
    height: 24px;
    width: 24px
}

body .hentry .wpcom-reblog-snapshot .reblogger-note-content blockquote {
    border-left: 4px solid #202020;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 24px;
    padding-left: 24px
}

.rtl .hentry .wpcom-reblog-snapshot .reblogger-note-content blockquote {
    border-left: 0;
    border-right: 4px solid #202020;
    padding-left: 0;
    padding-right: 24px
}

img#wpstats {
    position: absolute;
    top: -999em
}

.aboutme_widget #am_thumbnail {
    margin-bottom: 24px
}

.aboutme_widget #am_thumbnail a,
.aboutme_widget #am_thumbnail img {
    display: block
}

.aboutme_widget #am_thumbnail a {
    box-shadow: none
}

.aboutme_widget #am_thumbnail img {
    border: 0;
    max-width: 100%
}

.aboutme_widget #am_name {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 24px
}

.aboutme_widget #am_name a {
    font-size: inherit !important
}

.aboutme_widget #am_headline {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 6px
}

.aboutme_widget #am_bio {
    margin-bottom: 24px
}

.aboutme_widget #am_bio p {
    margin-bottom: 0
}

.aboutme_widget #am_services {
    margin-bottom: 20px
}

.aboutme_widget #am_services a {
    box-shadow: none
}

.aboutme_widget #am_services a.am_service_icon {
    display: inline-block;
    line-height: 0;
    margin-bottom: 4px
}

.aboutme_widget #am_services a.am_service_icon img {
    margin-bottom: 0
}

.widget_akismet_widget .a-stats {
    margin-bottom: 24px;
    width: 100%
}

.widget_akismet_widget .a-stats a,
.widget_akismet_widget .a-stats .count {
    font-size: inherit;
    font-weight: 700;
    line-height: inherit
}

.widget_akismet_widget .a-stats a {
    background: 0 0;
    border: 2px solid;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: block;
    padding: 4px 10px
}

.widget_akismet_widget .a-stats a:focus,
.widget_akismet_widget .a-stats a:hover {
    background: 0 0;
    color: #a0a0a0
}

.widget_akismet_widget .a-stats .count {
    color: inherit;
    padding: 0
}

.widget_author_grid a,
.widget_author_grid img {
    vertical-align: middle
}

.widget_author_grid ul {
    list-style: none;
    margin: 0 0 24px
}

.widget.widget_author_grid ul li {
    margin: 0 !important;
    max-width: 50%;
    padding: 0 !important
}

.widget_blog-stats ul {
    list-style: none;
    margin-left: 0;
    margin-right: 0
}

.widget_flickr #flickr_badge_uber_wrapper,
.widget_flickr #flickr_badge_wrapper {
    background: 0 0;
    border: 0
}

.widget_flickr #flickr_badge_wrapper {
    margin: 0
}

.widget_flickr br {
    display: none
}

.widget_flickr br:last-of-type {
    clear: both;
    display: inline
}

.widget_flickr td {
    border: 0;
    padding: 0;
    text-align: left
}

.rtl .widget_flickr td {
    text-align: right
}

.widget_flickr a,
.widget_flickr img {
    display: block
}

.widget_flickr a {
    box-shadow: none;
    float: left;
    height: 64px;
    overflow: hidden
}

.rtl .widget_flickr a {
    float: right
}

.widget_flickr .flickr-size-small a {
    height: 96px
}

.widget_flickr a img {
    height: 100%
}

.widget_flickr #flickr_badge_uber_wrapper td a:last-child {
    background: 0 0 !important;
    border: 2px solid;
    clear: both;
    color: #fff;
    display: inline-block;
    float: none;
    height: auto;
    margin-top: 24px;
    padding: 4px 10px;
    width: auto
}

.widget_flickr #flickr_badge_uber_wrapper td a:last-child:focus,
.widget_flickr #flickr_badge_uber_wrapper td a:last-child:hover {
    color: #a0a0a0
}

.widget_blog_subscription>div {
    background: 0 0 !important;
    border: 0 !important;
    color: inherit !important;
    margin: 0 0 24px !important;
    padding: 0 !important
}

.widget_blog_subscription input[type=text] {
    padding: 4px !important;
    width: 100% !important
}

.widget_gravatar img {
    vertical-align: middle
}

.widgets-grid-layout,
.widgets-multi-column-grid {
    margin-bottom: 24px
}

.widget-grid-view-image a {
    margin: 0 !important
}

.widgets-grid-layout img,
.widgets-multi-column-grid img {
    vertical-align: middle
}

.widgets-multi-column-grid ul {
    margin-bottom: 24px
}

.widgets-multi-column-grid ul li {
    margin: 0 !important;
    max-width: 20%;
    padding: 0 !important
}

.widget_i_voted img {
    margin-bottom: 24px
}

.widget_wpcom_instagram_widget a,
.widget_wpcom_instagram_widget img {
    display: block
}

.widget_wpcom_instagram_widget a {
    border-bottom: 0;
    box-shadow: none
}

.widget_wpcom_instagram_widget a:focus,
.widget_wpcom_instagram_widget a:hover {
    opacity: .75
}

.widget_wpcom_instagram_widget>div {
    margin-bottom: 24px
}

.widget_wpcom_instagram_widget .wpcom-instagram-columns-1 img,
.widget_wpcom_instagram_widget .wpcom-instagram-columns-2 img,
.widget_wpcom_instagram_widget .wpcom-instagram-columns-3 img {
    margin: 0;
    max-width: 100%
}

.widget_authors ul,
.widget_jp_blogs_i_follow ol,
.widget_top-clicks ul,
.widget_top-posts ul,
.widget_upcoming_events_widget ul {
    border-bottom: 2px solid;
    list-style: none;
    margin: 0 0 24px
}

.widget_authors li,
.widget_jp_blogs_i_follow li,
.widget_top-clicks li,
.widget_top-posts li,
.widget_upcoming_events_widget li {
    border-top: 2px solid;
    padding: 11px 0
}

.widget_authors ul ul {
    border-bottom: 0;
    margin-bottom: -11px;
    margin-top: 11px
}

.widget_authors a,
.widget_authors>ul>li>a:focus,
.widget_authors>ul>li>a:hover,
.widget_jp_blogs_i_follow a,
.widget_top-clicks a,
.widget_top-posts a,
.widget_upcoming_events_widget a {
    box-shadow: none
}

.widget_authors a:focus,
.widget_authors a:hover,
.widget_jp_blogs_i_follow a:focus,
.widget_jp_blogs_i_follow a:hover,
.widget_top-clicks a:focus,
.widget_top-clicks a:hover,
.widget_top-posts a:focus,
.widget_top-posts a:hover,
.widget_upcoming_events_widget a:focus,
.widget_upcoming_events_widget a:hover {
    box-shadow: 0 2px 0 0
}

.widget .widgets-list-layout {
    margin-bottom: 24px
}

.widget .widgets-list-layout li {
    margin-bottom: 0
}

.widget .widgets-list-layout span {
    display: block;
    opacity: 1
}

.widget.milestone-widget {
    margin-bottom: 0
}

.milestone-widget .milestone-content {
    line-height: inherit;
    margin: 0 0 24px
}

.milestone-widget .milestone-header {
    line-height: inherit;
    padding: 12px
}

.milestone-widget .milestone-header .event {
    font-size: inherit;
    line-height: inherit
}

.milestone-widget .milestone-countdown,
.milestone-widget .milestone-message {
    border-width: 2px
}

.widget_jetpack_my_community img {
    max-height: 100% !important;
    max-width: 100% !important
}

.widget_recent_comments table {
    background: 0 0;
    border: 0;
    border-top: 2px solid
}

.widget_recent_comments tr,
.widget_recent_comments td {
    border: 0;
    box-shadow: 0 2px 0 0
}

.widget_recent_comments tr:last-of-type,
.widget_recent_comments tr:last-of-type td {
    border-bottom: 0
}

.widget_recent_comments tr:nth-of-type(even) {
    background: 0 0
}

.widget_recent_comments td.recentcommentsavatarend,
.widget_recent_comments td.recentcommentsavatartop,
.widget_recent_comments td.recentcommentstextend {
    padding: 11px 0;
    vertical-align: middle
}

.widget_recent_comments td.recentcommentstextend {
    padding-left: 12px
}

.rtl .widget_recent_comments td.recentcommentstextend {
    padding-left: 0;
    padding-right: 12px
}

.widget_recent_comments td.recentcommentstexttop {
    padding: 12px 0 12px 12px
}

.rtl .widget_recent_comments td.recentcommentstexttop {
    padding: 12px 12px 12px 0
}

.widget_recent_comments img {
    vertical-align: middle
}

.widget_recent_images .recent_images {
    margin-bottom: 20px
}

.widget_recent_images .recent_images a,
.widget_recent_images .recent_images img {
    display: inline-block;
    line-height: 0
}

.wp_widget_tag_cloud>div {
    padding-bottom: 24px
}

.wp_widget_tag_cloud a {
    box-shadow: none
}

.wp_widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover {
    box-shadow: 0 2px 0 0
}

.widget.top_rated .pd_top_rated_holder_posts {
    margin-bottom: 24px
}

.widget.top_rated .pd_top_rated_holder_posts>p {
    border: 2px solid;
    margin-bottom: -2px;
    padding: 12px;
    text-align: center
}

.widget.top_rated small {
    font-size: inherit
}

.widget.top_rated ul {
    border: 2px solid #fff;
    border-top: 0;
    list-style: none;
    margin: 0;
    padding: 12px 12px 0
}

.widget.top_rated li:first-child {
    border-top: 0;
    padding-top: 0
}

.widget.top_rated li:last-child {
    padding-bottom: 0
}

.widget.top_rated #top_posts {
    color: #a0a0a0
}

.widget.top_rated #top_posts li {
    margin-bottom: 12px
}

.widget_upcoming_events_widget .upcoming-events li {
    margin-bottom: 0
}

.widget_upcoming_events_widget .event-summary:empty {
    display: none
}

.widget_upcoming_events_widget .event-when {
    color: #a0a0a0;
    font-size: 13px;
    line-height: 1.3847;
    padding: 6px 0
}

@media screen and (min-width:450px) {
    #comments #respond.js .comment-form-fields label {
        top: 6px
    }
}

@media screen and (min-width:600px) {
    #comments #respond {
        margin-bottom: 24px
    }
}

.widget_facebook_likebox {
    overflow: hidden
}

.wpcom-instagram-images {
    display: grid;
    grid-gap: .5rem;
    grid-auto-columns: 1fr
}

.wpcom-instagram-images:before,
.wpcom-instagram-images:after {
    content: none
}

.wpcom-instagram-images a {
    display: block;
    margin: 4px 2px
}

.wpcom-instagram-columns-2 a,
.wpcom-instagram-columns-3 a {
    display: inline-block;
    vertical-align: top
}

.wpcom-instagram-columns-2 a {
    width: calc(50% - 8px)
}

.wpcom-instagram-columns-3 a {
    width: calc(33.3333% - 8px)
}

.wpcom-instagram-images .sq-bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%
}

.wpcom-instagram-columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

.wpcom-instagram-columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

@supports (display:grid) {
    .wpcom-instagram-images a {
        display: block;
        margin: 0
    }

    .wpcom-instagram-columns-2 a,
    .wpcom-instagram-columns-3 a {
        width: auto
    }
}

.geolocation-chip .noticon {
    display: inline-block;
    vertical-align: middle
}

.geolocation-chip {
    margin-bottom: 1em
}

.reblogger-note img.avatar {
    float: left;
    padding: 0;
    border: 0
}

.reblogger-note-content {
    margin: 0 0 20px
}

.wpcom-reblog-snapshot .reblog-from img {
    margin: 0 .75em 0 0;
    padding: 0;
    border: 0
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
    float: left;
    padding: 0;
    border: 0;
    margin: 0 .5em 0 0
}

.wpcom-reblog-snapshot {
    margin-bottom: 1em
}

.wpcom-reblog-snapshot p.reblog-from {
    margin: 0 0 1em
}

.wpcom-reblog-snapshot p.reblogger-headline {
    line-height: 32px;
    margin: 0 0 1em
}

.wpcom-reblog-snapshot .reblogged-content {
    margin: 0 0 1em
}

.reblog-post .wpcom-enhanced-excerpt-content {
    border-left: 3px solid #eee;
    padding-left: 15px
}

.reblog-post ul.thumb-list {
    display: block;
    list-style: none;
    margin: 2px 0;
    padding: 0;
    clear: both
}

.reblog-post ul.thumb-list li {
    display: inline;
    margin: 0;
    padding: 0 1px;
    border: 0
}

.reblog-post ul.thumb-list li a {
    margin: 0;
    padding: 0;
    border: 0
}

.reblog-post ul.thumb-list li img {
    margin: 0;
    padding: 0;
    border: 0
}

.reblog-post .wpcom-enhanced-excerpt {
    clear: both
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
    font-size: 100% !important
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
    font-size: 98% !important
}

.reblog-from img {
    margin: 0 10px 0 0;
    vertical-align: middle;
    padding: 0;
    border: 0
}

.reblog-source {
    margin-bottom: 0;
    font-size: .8em;
    line-height: 1
}

.reblog-source .more-words {
    color: #668eaa
}

.wpcom-reblog-snapshot .reblog-post {
    box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
    border-radius: 4px;
    padding: 24px
}

.wpcom-reblog-snapshot .reblogger-note {
    margin: 0 0 1em;
    overflow: hidden
}

.wpcom-reblog-snapshot p.reblogger-headline {
    line-height: 32px;
    margin: 0 0 1em
}

.wpcom-reblog-snapshot .reblogger-note-content {
    margin: 0;
    padding: 0
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    padding: 0;
    position: relative;
    border: none
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
    margin-bottom: 0
}