/*
Theme Name: Lazaretto
Theme URI: http://jackwhiteiii.com
Author: TMR
Author URI: http://thirdmanrecords.com
Description: Lazaretto

*/

/**
 * Table of Contents:
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - My Styles
 * 9.0 - Media Queries
 * 10.0 - Print

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

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

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

audio,
canvas,
video {
    display: inline-block;
}

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

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: 'Arial', Helvetica, sans-serif;
}

a {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Arial Black', Helvetica, Sans-serif;
    font-weight: 900;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #007eb8;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

ul {
    list-style-type: square;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

li > ul,
li > ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

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

figure {
    margin: 0;
}

form {
    margin: 0;
}

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

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

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

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    padding-right: 2px; /* Don't cut off the webkit search cancel button */
    width: 270px;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background: url(images/dotted-line.png) repeat center top;
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}

/* Assistive text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
    border: 2px solid #007eb8;
    font-family: inherit;
    padding: 5px;
}

input,
textarea {
    color: #141412;
}

input:focus,
textarea:focus {
    border: 2px solid #042094 !important;
    outline: 0;
}

.post-password-required input[type="submit"] {
    padding: 7px 24px 4px;
    vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
    padding: 5px 24px 6px;
}

.wp-paypal-buy-print input[type="submit"] {
    background-color: white;
    color: #0c10f8;
    font-family: 'Arial Black', Helvetica, sans-serif;
    text-transform:uppercase;
    margin: 10px 0 0 10px;
    padding: 10px 20px;
}

.wp-paypal-buy-print input[type="submit"]:hover {
    background-color: #0c10f8;
    color: white;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #7d7b6d;
}

:-moz-placeholder {
    color: #7d7b6d;
}

::-moz-placeholder {
    color: #7d7b6d;
}

:-ms-input-placeholder {
    color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

.tbbl iframe,
.home iframe {
    max-width: inherit
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}

/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
body {
    background: black;
    color: #fff;
}

body.home #menu-main-nav-1 {
    display: none !important;
}

body.home #navbar-sm {
    display: none !important;
}

body.home #banner {
    display: none !important;
}

body.home video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999999;
}

body.home button {
    border: none;
    background-color: black;
    color: #fff;
    font-family: 'Arial Black', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    padding: 1rem;
}

body.home button a {
    text-decoration: none;
}

body.home button:hover {
    background-color: #fff;
    color: #0c10f8;
}

body.home button:hover a {
    color: #0c10f8;
}


body.tbbl {
    background: #000 url('images/bg_newsplash.jpg');
    background-repeat: no-repeat;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}

.bg {
    background: #000 url('images/no-name-album-cover-1200px.jpg');
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: fixed;
}

.splash-bg {
    background: #000 !important;
}

.site {
    background-color: #fff;
    margin: 0 auto;
    max-width: 65rem;
    padding: 1rem;
}

.home .site {
    margin: 0 auto;
}

.site-main {
    position: relative;
}

.site-main .sidebar-container {
    height: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1;
}

.site-main .sidebar-inner {
    margin: 0 auto;
    max-width: 1040px;
}

.img-footer {
    position: fixed;
    z-index: 100;
    bottom: 0;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
    position: relative;
    margin-bottom: 1.5rem;
}

.site-header .home-link {
    color: #000;
    display: block;
    margin: 40px 0;
    text-decoration: none;
}

.site-header img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.site-header .site-title:hover {
    text-decoration: underline;
}

.site-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 58px 0 10px;
}

.site-description {
    font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
    clear: both;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 45px;
    position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
    display: flex;
    justify-content: space-between;
    background: #000;
    /*padding: 0 40px 0 0;*/
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    position: relative;
    font-family: 'Arial Black', Helvetica, sans-serif;
    font-weight: 900;
}

.nav-menu li a {
    color: #fff;
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0 0 5px 0;
    margin: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}


li.current_page_item > a:hover {
    -webkit-animation: none !important;
    animation: none !important;
}

.nav-menu .current_page_item a {
    color: #808080;
}

.textshadow .nav-menu li a:hover {
    color: #0c10f8;
}

.textshadow .nav-menu li.current_page_item > a:hover,
.textshadow .nav-menu li.current_page_ancestor > a:hover {
    color: #fff;
    text-shadow: none;
    -webkit-animation: none !important;
    animation: none !important;
}

.nav-menu .sub-menu,
.nav-menu .children {
    background-color: transparent;
    border-top: 0;
    display: none;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 300px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
    background-color: transparent;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
    display: block;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
    border-bottom: 1px #fff solid;
    color: #fff;
}

.menu-toggle {
    display: none;
}

.toggled-on .current-menu-item a:hover {
    color: white !important;
}

/* Navbar */
.navbar {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}

#offcanvasNavbar {
    background-color: #000 !important;
    background-position: -50% -36%;
}

#offcanvasNavbar .menu-item {
    font-family: 'Arial Black', Helvetica, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 2.3rem;
}

#navbar-sm .navbar-toggler {
    background-color: #000 !important;
}

.site-header .search-form {
    position: absolute;
    right: 20px;
    top: 1px;
}

.site-header .search-field {
    background-color: transparent;
    background-image: url(images/search-icon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
}

.site-header .search-field:focus {
    background-color: #fff;
    border: 2px solid #007eb8;
    cursor: text;
    outline: 0;
    width: 230px;
}

#main {
    position: relative;
    z-index: 100;
}

/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
    margin: 0 auto;
    width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
    max-width: 1040px;
    padding: 0 376px 0 60px;
}

/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
    padding: 0;
}

.entry-thumbnail img {
    display: block;
    margin: 0 auto 10px;
}

.entry-header {
    margin-bottom: 4px;
    padding-bottom: 4px;
    position: relative;
}

.entry-title {
    font-weight: normal;
    margin: 0 0 5px;
}

.entry-title a {
    color: #141412;
}

.entry-title a:hover {
    color: #ea9629;
}

/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
    clear: both;
    font-size: 14px;
}

.entry-meta a {
    color: #bc360a;
}

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

.entry-meta > span {
    margin-right: 20px;
}

.entry-meta > span:last-child {
    margin-right: 0;
}

.featured-post:before {
    content: "\f308";
    margin-right: 2px;
}

.entry-meta .date a:before {
    content: "\f303";
}

.edit-link a:before {
    content: "\f411";
    position: relative;
    top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}

h1.entry-title {
    clear: none;
    text-align: center;
}

#content h1.entry-title {
    float: none;
    margin-top: .5rem;
    font-family: 'Arial Black', Helvetica, sans-serif;
    font-weight: 900;

}

.entry-meta {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -2.5rem;
}

.entry-meta ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.entry-meta ul li {
    display: inline-block;
    font-family: 'Arial Black', Helvetica, sans-serif;
    font-weight: 900;
    font-size: 1rem;
    text-align: center;
    padding: .25rem;
}

.entry-meta ul li#m {
    background: #fff;
    color: #000
}

.entry-meta ul li#d {
    background: #fff;
    color: #000
}

.entry-meta ul li.last {
    margin-right: 0
}

.entry-title {
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0
}

.entry-title, .entry-title a {
    color: #fff
}

.entry-title a:hover {
    color: #fff;
    text-decoration: none
}

/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    text-align: justify;
}

.entry-content iframe {
    background: #fff;
    display: block;
    margin: 0 auto;
}

.entry-summary,
.entry-content {
    padding-top: 20px;
}

.entry-content a,
.comment-content a {
    text-decoration: underline;
}

.entry-content a:hover {
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

.entry-content blockquote {
    font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin-right: -60px;
}

footer.entry-meta {
    margin-top: 24px;
}

.format-standard footer.entry-meta {
    margin-top: 0;
}

/* Page links */
.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}

.page-links a,
.page-links > span {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #e63f2a;
    border: 1px solid #e63f2a;
    color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #fff;
    color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
    background: none;
}

.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}

/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
    margin-left: -4px;
}

.tmr-gallery-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tmr-gallery-item {
    width: 25%;
    float: left;
    cursor: pointer;
}

.tmr-gallery-item img {
    padding: 6px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}

.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.image-attachment .entry-content a:hover {
    background-color: transparent;
}

.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}

.attachment-meta:before {
    content: "\f307";
}

.full-size-link a:before {
    content: "\f402";
}

.full-size-link:before {
    content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}

.attachment .entry-content {
    max-width: 100%;
    padding: 40px 0;
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}

.image-navigation a:hover {
    text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}

.image-navigation .nav-previous {
    left: 0;
}

.image-navigation .nav-next {
    right: 0;
}

.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}

.attachment .entry-attachment .attachment {
    display: inline-block;
}

.attachment .entry-caption {
    text-align: left;
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}

.attachment .site-main .sidebar-container {
    display: none;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
    float: left;
}

.navigation .nav-next {
    float: right;
}

.paging-navigation {
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 40px 0;
}

.paging-navigation a {
    color: #0c10f8;
    padding: .7rem;
    background-color: #fff;
}

.paging-navigation a:hover {
    text-decoration: underline;
}

.paging-navigation .nav-links {
    width: 100%;
}

.sidebar .paging-navigation .nav-links {
    max-width: 1040px;
    padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
    padding: 0 0 0 1rem;
}

.paging-navigation a {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.paging-navigation .meta-nav {
    color: #042094;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    width: 50px;
    vertical-align: middle;
}

.paging-navigation .nav-previous .meta-nav {
    vertical-align: middle;
}

.paging-navigation .nav-next .meta-nav {
    margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
    text-decoration: none;
}

.post-navigation {
    background-color: transparent;
    font-size: 1rem;
    font-weight: 300;
    padding: 20px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.post-navigation .nav-links {
    margin: 0 auto;
}

.post-navigation .nav-links a {
    color: #0c10f8;
}

.post-navigation .nav-links a:hover {
    text-decoration: underline;
}

.sidebar .post-navigation .nav-links {
    padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
    background: #fff;
    float: right;
    text-align: right;
    margin-top: 1rem;
    padding: .5rem;
}

.post-navigation a[rel="prev"] {
    background: #fff;
    padding: .5rem;
}

/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
    background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}

.archive-meta {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: -15px;
    padding: 0 0 11px;
}

.sidebar .archive-meta {
    padding-right: 316px;
}

/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-title {
    font: 300 italic 30px "Univers", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}

.page-content {
    width: 100%;
}

.sidebar .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding: 40px 376px 40px 60px;
}

/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-title {
    line-height: 0.6;
    margin: 0;
    padding: 40px 0;
    position: relative;
    width: auto;
}

.error404 .page-title:before {
    color: #fff;
    content: "\f423";
    font-size: 8em;
    line-height: 0.6;
    overflow: hidden;
}

/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
    float: right;
    width: 300px;
}

/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
    background-color: rgba(247, 245, 231, 0.7);
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 0 24px;
    padding: 20px;
    word-wrap: break-word;
}

.widget .widget-title {
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 0 10px;
}

.widget ul,
.widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget li {
    padding: 5px 0;
}

.widget .children li:last-child {
    padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
    margin-left: 20px;
}

.widget a {
    color: #bc360a;
}

.widget a:hover {
    color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
    display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
    display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
    color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}

.widget_calendar caption {
    font-size: 14px;
    margin: 0;
}

.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center;
}

.widget_calendar a {
    display: block;
}

.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    background: #000;
    padding: 1rem;
    margin-bottom: 2rem;
}

.logo-icon {
    max-height: 2rem;
}

.site-footer .widget-area,
.sidebar .site-footer {
    text-align: left;
}

.site-footer .sidebar-container {
    padding: 20px 0;
}

.site-footer .widget-area {
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
}

.sidebar .site-footer .widget-area {
    max-width: 724px;
    position: relative;
    left: -158px;
}

.site-footer .widget {
    background: transparent;
    color: #fff;
    float: left;
    margin-right: 20px;
    width: 245px;
}

.sidebar .site-footer .widget {
    width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
    margin-right: 0;
}

.site-footer .widget a {
    color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
    color: #fff;
}

.site-info {
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}

#wpstats {
    display: block;
    margin: -10px auto 0;
}

/**
 * 8.0 My Styles
 * ----------------------------------------------------------------------------
 */

.home-container {
    margin: 0 auto;
    max-width: 70rem;
}

.home-container > img {
    display: block;
    margin: 0 auto;
}

.btn-underline {
    border-bottom: 4px solid white;
}

.entry-content {
    font-family: Arial, Helvetica, sans-serif;
}

.home-iframe {
    width: 100%;
}

.aspect-ratio {
    height: 0;
    margin-top: 1rem;
    padding-bottom: 51%;
    position: relative;
    width: 100%;
}

.aspect-ratio iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.transparent::before {
    background: #000;
    z-index: 1;
    content: '';
    position: absolute;
    opacity: .5;
}

.post {
    background: #0c10f8;
    font-size: 15px;
    line-height: 1.4;
}

.post p {
    margin: 1rem;
}

.featured-img {
    text-align: center;
    margin: 1rem 0;
    width: 100%;
}

.featured-img img {
    width: 100%;
}

.contact-wrapper {
    display: flex;
}

.contact-column {
    flex-basis: calc(50% - 2rem);
    margin: 1rem;
}

.contact-one {
    background: #042094;
    padding: 1rem;
}

.contact-two {
    background: #042094;
    padding: 1rem;
    margin-top: 1rem;
}

.contact-three {
    background: #042094;
    padding: 1rem;
}

.contact-column h3 {
    margin-top: 0;
}

/* Custom styles applied to the Media page */

.media-container .media-item.media-link {
    background: #042094;
    padding: 1rem;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.media-item.media-link a {
    color: #fff;
}

.media-item.media-link a:hover {
    background: none;
    color: #808080;
}

/* Custom styles applied to the BandsInTown Widget */
.bit-widget .bit-event {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.bit-venue {
    color: #fff !important;
}

.bit-event:hover .bit-venue {
    color: #000 !important;
}

.bit-widget.bit-layout-row .bit-event:hover {
    color: #fff;
}

.bit-widget.bit-layout-row .bit-event:hover {
    background-color: rgba(81, 81, 81, 0.4) !important;
}

.bit-widget.bit-layout-ipad .bit-event-list-title, .bit-widget .bit-event-list-title {
    color: white !important;
    font-size: 1.1rem;
    font-family: 'Arial Black', Helvetica, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.bit-widget .bit-top-track-button {
    font-size: .8rem !important;
    font-weight: normal !important;
    margin-bottom: 15px !important;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img {
    max-width: 100%
}

a:hover {
    text-decoration: underline
}

/* ==|==  splash ====================================================== */
#header-splash {
    text-align: center;
    margin: 0px auto 0 auto
}

.lz-title {
    width: 100%;
    text-align: center
}

.columns {
    float: left
}

.col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
}

p.enter {
    text-align: center;
    margin-top: 24px;
}

p.enter a {
    background-color: #469bb7;
    padding: 24px 36px;
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    display: inline-block;
}

p.enter a:hover {
    text-decoration: none;
    background-color: white;
    color: #469bb7
}

/*post/page-specific*/
#page.site {
    position: relative;
    z-index: 1000;
    background: transparent
}

/*footer*/
#social {
    list-style-type: none;
    width: 261px;
    padding-left: 0;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

#social li {
    color: #fff;
    float: left;
    /*margin-right: 15px;*/
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-self: center;
}

#social li.last {
    margin-right: 0
}

.soc-icon:hover {
    color: #042094;
}

/*#social li a { display: block; width: 54px; height: 53px; background: url(images/icon_social_lazaretto.png); }*/
/*#social li#fb a { background-position: 0 0 }*/
/*#social li#fb a:hover { background-position: 0 -53px }*/
/*#social li#tw a { background-position: -54px 0 }*/
/*#social li#tw a:hover { background-position: -54px -53px;}*/
/*#social li#yt a { background-position: -108px 0 }*/
/*#social li#yt a:hover { background-position: -108px -53px;}*/
/*#social li#tmr a { background-position: -162px 0 }*/
/*#social li#tmr a:hover { background-position: -162px -53px }*/

/*gigpress*/
.page-id-2 .paper-wrapper {
    background: none;
    margin-top: 0
}

.page-id-2 .vevent {
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 1.5;
    padding: 0 0 10px 0
}

/*signup*/
#maillist {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    width: 226px;
    border-radius: 0 0 4px 4px;
    color: #fff;
    z-index: 100
}

#response {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px
}

#response a {
    color: #007eb8
}

#maillist p {
    margin-bottom: 6px;
}

#maillist form {
    text-align: center;
    position: relative;
    height: 28px;
    margin-top: 6px
}

#maillist #subscribe, #maillist-sidebar #unsubscribe {
    display: none
}

#maillist form input {
    width: 100%;
    border: 2px solid #fff;
    text-align: left;
    padding: 4px 12px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
    height: 28px
}

#maillist form input#submit {
    font-size: 12px;
    border: 2px solid #042094;
    border-radius: 0;
    color: #fff;
    background: #042094;
    width: auto;
    line-height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 0 3px
}

#maillist form input#submit:hover {
    background-color: #808080;
    border: 2px solid #808080;
    border-radius: 0;
    color: #fff;
}

#maillist form input::placeholder {
    color: #000;
}

/*tbbl banner*/
#tbbl-banner {
    width: 226px;
    position: fixed;
    top: 75px;
    right: 10px;
}

/* ==|== MEDIA - photos section styles ===================================================== */
.section-media {
    margin-bottom: 24px
}

.section-media h3 {
    border-bottom: 3px solid #85b8dd;
    margin-bottom: 0px;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: normal
}

#media-photos ul, #media-photos ul li {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0
}

#media-photos ul, #media-music-content {
    width: 100%;
    margin: 0;
    padding-top: 8px
}

#media-photos ul li {
    float: left;
    margin: 0 12px 12px 0;
    border: 1px solid #85b8dd;
    padding: 2px;
    width: 150px;
    line-height: 0
}

/* ==|== shows styles ===================================================== */
body.single-shows {
    background: #000
}

#tour-photos {
    display: block;
    width: 570px;
    height: 39px;
    margin-bottom: 24px
}

#gallery-list {
    margin-top: 24px;
    list-style: none;
    margin: 0;
    padding: 0
}

.entry-content #gallery-list a:hover {
    background-color: transparent
}

h5.show-venue {
    margin-top: 4px
}

.show-item {
    float: left;
    margin: 0 14px 40px 0;
    text-align: center;
    width: 158px;
    height: 210px
}

.show-item h5 {
    text-transform: uppercase;
    margin-bottom: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px
}

.show-item h3 {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 4px
}

.show-item img {
    border: 2px solid #6487a1;
    padding: 2px
}

/*.page p {
    margin-bottom: 10px;
    font-size: 11px
}*/

.mfp-iframe-holder .mfp-content {
    height: 618px
}

/* ==|== non-semantic helper classes ======================================== */
.ir {
    display: block;
    border: 0;
    text-align: left;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


/* 2022 Live Photos Page Template */

body.page-template-live-photos {
    font-family: Arial, Helvetica, sans-serif !important;
}

.page-template-live-photos .hentry {
    margin-bottom: 0;
    padding: 0;
}

.page-template-live-photos button,
.page-template-live-photos input,
.page-template-live-photos textarea {
    border: none;
}

.page-template-live-photos .show-thumbnail {
    box-sizing: border-box;
    border: 3px solid black;
    padding: 0;
}

.page-template-live-photos .show-thumbnail:hover {
    cursor: pointer;
    border: 3px solid #fff;
    transition: .2s;
}

.page-template-live-photos .show-info {
    width: 100%;
    background-color: black;
}

.page-template-live-photos .show-info:hover {
    background-color: #fff;
    color: #0c10f8;
}

.page-template-live-photos .show-title {
    font-family: 'Arial Black', Helvetica, sans-serif;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 0;
    padding-top: 2px;
}

.page-template-live-photos .show-venue {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.page-template-live-photos .show-date {
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 2px;
}

/*.page-template-live-photos .carousel-item {
   height: 50vh;
   width: 50vw;
}

.page-template-live-photos .carousel-item > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 800px;
    width: auto;
 }*/

/**
 * 9.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@media (max-width: 480px) {
    .lz-info p a {
        font-size: 18px
    }
}

@media (max-width: 464px) {
    .paging-navigation .nav-next {
        margin-top: 1rem;
    }
}

@media (max-width: 1599px) {
    .site {
        border: 0;
    }
}

@media (max-width: 1069px) {
    .sidebar img.alignleft,
    .sidebar .wp-caption.alignleft {
        margin-left: 0;
    }

    .sidebar img.alignright,
    .sidebar .wp-caption.alignright {
        margin-right: 0;
    }

    .error404 .page-header {
        margin-left: auto;
        max-width: 604px;
        width: 100%;
    }

    .archive-header,
    .search .page-header,
    .archive .page-header,
    .blog .page-header,
    .error404 .page-content,
    .search .page-content,
    .archive .page-content,
    .attachment .entry-header,
    .attachment .entry-content,
    .post-navigation .nav-links,
    .sidebar .site-info,
    .site-footer .widget-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .error404 .page-title {
        font-size: 24px;
        padding: 180px;
    }

    .error404 .page-title:before {
        font-size: 554px;
    }

    .attachment .image-navigation {
        max-width: 724px;
    }

    .image-navigation .nav-previous,
    .image-navigation .nav-next {
        position: static;
    }

    .site-main .widget-area {
        margin-right: 60px;
    }

@media screen and ( max-width: 1024px ) {

    #maillist {
        position: static;
        float: right;
        background-color: transparent;
    }

    #tbbl-banner {
        position: static;
        top: 0;
        width: 100%;
        background-color: #007eb8;
        text-align: center;

    }

    .nav-menu li a:hover {
        -webkit-animation: none !important;
        animation: none !important;
    }
}

@media (max-width: 900px) {
    .nav-menu li a {
        margin: .8rem;
    }
}

@media (max-width: 999px) {

    #page.site {
        padding: 1rem;
    }

    .sidebar .entry-header,
    .sidebar .entry-content,
    .sidebar .entry-summary,
    .sidebar .entry-meta,
    .sidebar .comment-list,
    .sidebar .comment-reply-title,
    .sidebar .comment-navigation,
    .sidebar .comment-respond .comment-form,
    .sidebar .featured-gallery,
    .sidebar .post-navigation .nav-links,
    .author.sidebar .author-info {
        max-width: 604px;
        padding-left: 0;
        padding-right: 0;
    }

    .sidebar .site-info,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .attachment .entry-header,
    .sidebar .comments-title {
        max-width: 604px;
    }

    .sidebar .archive-meta,
    .attachment .entry-header,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .site-info,
    .sidebar .comments-title,
    .sidebar .no-comments {
        padding-left: 0;
        padding-right: 0;
    }

    .attachment .entry-meta {
        float: left;
        text-align: left;
        width: 100%;
    }

    .attachment .entry-content {
        max-width: 100%;
        padding: 40px 0;
    }

    .format-status .entry-content {
        padding-top: 40px;
    }

    .format-status .entry-meta {
        padding-bottom: 40px;
    }

    .sidebar .format-status .entry-content,
    .sidebar .format-status .entry-meta {
        padding-left: 35px;
    }

    .sidebar .format-status .entry-content:before,
    .sidebar .format-status .entry-meta:before {
        left: 10px;
    }

    .sidebar .format-status .entry-content p:first-child:before {
        left: 4px;
    }

    .sidebar .paging-navigation .nav-links {
        padding: 0 60px;
    }

    .site-main .sidebar-container {
        height: auto;
        margin: 0 auto;
        max-width: 604px;
        position: relative;
        top: 20px;
    }

    .site-main .widget-area {
        float: none;
        margin: 0;
        width: 100%;
    }

    .sidebar .site-footer .widget-area {
        max-width: 100%;
        left: 0;
    }
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }

    .contact-wrapper {
        flex-direction: column;
    }

    .contact-three {
        margin-top: -26px;
    }

    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }

    .attachment .image-navigation,
    .attachment .entry-attachment .attachment {
        max-width: 604px;
        padding: 0;
        width: 100%;
    }

    .gallery-caption {
        display: none;
    }
}

@media (max-width: 728px) {

    h1.entry-title {
        width: 100%;
        float: none;
    }

    span.genericon-link {
        float: left;
        padding-top: 8px;
    }

    .nav-menu .current_page_item > a,
    .nav-menu .current_page_ancestor > a,
    .nav-menu .current-menu-item > a,
    .nav-menu .current-menu-ancestor > a {
        border-bottom: 0;
        color: #808080;
    }

    .entry-meta {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-bottom: 8px;
    }

    ul.nav-menu,
    div.nav-menu > ul {
        display: none;
    }

    .nav-menu li a {
        padding: 15px 20px;
    }

    .nav-menu li a:hover,
    .nav-menu li a:active {
        text-shadow: none;
    }
}

@media (max-width: 643px) {

    body.home button {
        font-size: 1.2rem;
    }

    .columns {
        float: none;
    }

    .contact-wrapper {
        flex-direction: column;
    }

    .contact-column {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .site-footer {
        flex-direction: column;
    }

    #social {
        align-self: center;
    }

    .col {
        width: 100%;
    }

    .site {
        width: 100%;
        padding: 0 10px;
        margin-left: 0px;
    }

    .site-title {
        font-size: 30px;
    }

    #maillist {
        display: block;
        float: none;
        width: 100%;
        margin-top: .5rem;
    }

    #content footer.entry-meta,
    #content .featured-gallery,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .post-navigation .nav-links,
    .paging-navigation .nav-links,
    .sidebar .site-info,
    .sidebar .paging-navigation .nav-links {
        padding-left: 20px;
        padding-right: 20px;
    }

    #content .format-status .entry-content,
    #content .format-status .entry-met {
        padding-left: 35px;
    }

    #content .featured-gallery {
        padding-left: 24px;
    }

    .gallery-columns-1 .gallery-item {
        margin-right: 0;
        width: 100%;
    }

    .entry-title,
    .format-chat .entry-title,
    .format-image .entry-title,
    .format-gallery .entry-title,
    .format-video .entry-title {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .format-quote blockquote,
    .format-status .entry-content {
        font-size: 18px;
    }

    .error404 .page-title {
        padding: 40px 0 0;
    }

    .error404 .page-title:before {
        content: normal;
    }

    .mfp-iframe-holder .mfp-content {
        height: 450px
    }
}

/* Mobile devices */
@media (max-width: 359px) {
    .gallery {
        margin-left: 0;
    }

    .gallery .gallery-item,
    .gallery-columns-2.gallery-size-thumbnail .gallery-item {
        max-width: none;
        width: 49%;
        width: -webkit-calc(50% - 4px);
        width: calc(50% - 4px);
    }

    .gallery-columns-1.gallery-size-medium,
    .gallery-columns-1.gallery-size-thumbnail,
    .gallery-columns-2.gallery-size-thumbnail,
    .gallery-columns-3.gallery-size-thumbnail {
        display: block;
    }

    .gallery-columns-1 .gallery-item,
    .gallery-columns-1.gallery-size-medium .gallery-item,
    .gallery-columns-1.gallery-size-thumbnail .gallery-item {
        text-align: center;
        width: 98%;
        width: -webkit-calc(100% - 4px);
        width: calc(100% - 4px);
    }

    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 4px;
    }

    .gallery br {
        display: none;
    }

    .gallery .gallery-item:nth-of-type(even) {
        margin-right: 0;
    }

    /* Comments */
    .comment-author {
        margin: 0 0 5px;
        max-width: 100%;
    }

    .comment-author .avatar {
        display: inline;
        margin: 0 5px 0 0;
        max-width: 20px;
    }

    .comment-metadata,
    .comment-content,
    .comment-list .reply {
        width: 100%;
    }
}

/**
 * 10.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

    .site-header .search-field {
        background-image: url(images/search-icon-2x.png);
    }

    .format-audio .audio-content,
    .format-status .entry-content:before,
    .format-status .entry-meta:before,
    .comment-list > li:after,
    .comment-list .children > li:before {
        background-image: url(images/dotted-line-2x.png);
    }
}

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }

    footer a[rel="bookmark"]:link:after,
    footer a[rel="bookmark"]:visited:after {
        content: " [" attr(href) "] "; /* Show URLs */
    }

    .site {
        max-width: 98%;
    }

    .site-header {
        background-image: none !important;
    }

    .site-header .home-link {
        max-width: none;
        min-height: 0;
    }

    .site-title {
        color: #000;
        font-size: 21pt;
    }

    .site-description {
        font-size: 10pt;
    }

    .author-avatar,
    .site-footer,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .main-navigation,
    .navbar,
    .more-link {
        display: none;
    }

    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        margin: 0;
        width: 100%;
    }

    .page-title,
    .entry-title {
        font-size: 21pt;
    }

    .entry-meta,
    .entry-meta a {
        color: #444;
        font-size: 10pt;
    }

    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }

    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }

    .format-image .entry-content .size-full {
        margin: 0;
    }

    /* Remove colors from post formats */
    .hentry {
        background-color: #fff;
    }

    /* Comments */
    .comments-area > li.comment {
        background: none;
        position: relative;
        width: auto;
    }

    .comment-metadata {
        float: none;
    }

    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333;
    }
    } 
}