/*
Theme Name: Classic Listing Theme
Author: Eventbrite
Description: Ticketly's master theme for Classic sites based on _s and utilizing WP Core Customizer
Version: 2.6
Domain Path: /languages/

classic_s is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/

Other styles towards the bottom have been pulled from "html5 shell by mimoYmima.com: a Framework for rapidly developing HTML5 based WordPress Themes".
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
  10.4 - Custom Styles for Classic Theme
  10.5 - Gallery Post Format
11.0 - Infinite scroll
12.0 - Media
13.0 - mimoYmima
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

/* apply a natural box layout model to all elements, but allowing components to change - see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

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

ol, ul {
    list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

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

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

blockquote, q {
    quotes: "" "";
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #333;
    font-family: "Benton Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

b, strong {
    font-weight: 700;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: scroll;
    padding: 1.6em;
}

code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

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

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 600;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

th {
    font-weight: 600;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.498039);*/
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    outline: none;
    display: inline-block;
    -webkit-transition: background-color .15s ease-in-out;
    color: rgba(0, 0, 0, .8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    line-height: 1;
    padding: .6em 1em .6em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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: 600;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

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

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}

.hentry {
    margin: 0 0 0em;
}

.byline,
.updated {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
}

/*--------------------------------------------------------------
10.4 Custom Styles for classic_s Theme
--------------------------------------------------------------*/
html, body {
    height: 100%;
    min-width: 1024px;
}

body {
    padding-top: 30px;
}

/* Links */
a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a:link, a:visited {
    color: #4e7b97;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

a:hover img {
    border: 0;
}

img {
    border-radius: 2px;
}

/* STRUCTURE */
#page {
    width: 952px;
    padding: 0px;
    background-color: transparent;
    margin: 0 auto;
    border: 0;
}

#masthead {
    padding: 0;
    min-height: 60px;
    border: 0;
    width: 952px;
    height: auto;
    position: relative;
}

div.site-branding {
    width: 952px;
    margin-bottom: 10px;
}

#content {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    height: 100%;
    padding-top: 22px;
    border-top: 4px double #ddd;
}

#main {
    margin: 0 20px 15px 0;
    min-height: 600px;
    width: 639px;
    float: left;
    border: 1px solid #ddd;
    background-color: #fff;
}

#page div.list-view {
    border: 0;
    background: transparent;
}

#primary {
    width: 639px;
    float: left;
}

div#primary.calendar {
    width: 100%;
}

#secondary {
    width: 290px;
    min-height: 50px;
    border: 0;
    margin: 0 0 15px;
    float: right;
}

#page div.entry-content {
    clear: left;
    margin: 0 0 0px 0;
}

/* Venue Name and Address */
#venue-info {
    width: 952px;
    margin: 0 0 10px 0px;
    height: 29px;
}

#venue-info p.venue-address {
    float: left;
    font-size: 14px;
    padding-left: 6px;
    font-weight: 400;
    line-height: 17px;
    margin: 8px 0 0;
}

img.custom-header {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

footer.entry-footer {
    display: none;
}

/* Header Widgets */
#venue-info li {
    list-style: none;
}

ul.topnav {
    width: 400px;
}

ul.topnav {
    height: 29px;
    margin-left: 0;
}

ul.topnav li a {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    float: left;
    margin: 0 6px 0 0;
    background-color: #bbb;
    letter-spacing: 0.02em;
}

ul.topnav li a:hover {
    background-color: #dfab02;
    text-decoration: none;
}

div.social-icons {
    height: 29px;
    margin-bottom: 10px;
    float: right;
}

div.social-icons ul {
    display: inline-block;
    width: auto;
    height: 25px;
    list-style: none;
    background: transparent;
}

div.social-icons ul li {
    float: left;
}

div.social-icons ul li a {
    color: #bbb;
    /*display:inline-block;*/
    font-size: 10px;
    line-height: 1;
}

div.social-icons ul li a:hover {
    color: #dfab02;
    text-decoration: none;
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em;
}

#venue-info .fa-lg {
    font-size: 1.55em !important;
}

#venue-info .fa-fw {
    text-align: center;
    width: 2.25em;
}

i.fab {
    position: relative;
}

i.fab.fa-list-ul {
    margin-top: 1px;
}

i.fab.fa-facebook-f {
    font-size: 20px;
    top: -24px; /* margin-top: 1.45px;*/
}

i.fab.fa-twitter {
    font-size: 19px;
    left: 0.5px;
    top: -24px;
}

i.fab.fa-instagram {
    font-size: 18px;
    left: 0.5px;
    top: -25px;
}

i.fas.fa-square {
    color: #fff;
}

i.fab.fa-youtube-square {
    font-size: 32px;
    top: -32px;
    color: #bbb;
}

i.fab.fa-youtube-square:hover {
    color: #dfab02;
}

i.fab.fa-tumblr {
    font-size: 19px;
    top: -25px;
}

i.fab.fa-soundcloud {
    font-size: 19px;
    top: -25px;
}

i.fas.fa-circle.pin {
    color: #fff;
}

i.fab.fa-pinterest {
    font-size: 32px;
    top: -32px;
    color: #bbb;
}

i.fab.fa-pinterest:hover {
    color: #dfab02;
}

/* Main Sidebar */
div.header-double-line {
    clear: both;
    width: 260px;
    margin: 0;
    text-align: center;
    border-top: 2px solid #bbb;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    position: relative;
}

#secondary h3.widgettitle {
    background: #eae9e6;
    display: inline-block;
    padding: 0 10px 10px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    top: -11px;
    position: relative;
}

#secondary aside.widget {
    margin: 0 0 23px 0;
    padding: 30px 15px 20px;
    background: #eae9e6;
    font-size: 12px;
}

#twitter-2.widget {
    position: relative;
}

#page .sidebar-list {
    padding: 0;
    margin: 0;
}

div.fb-page {
    margin: 0 0 23px 0;
}

/* Just Announced and More Upcoming */
#secondary .just-announced ul,
#secondary .upcoming ul {
    padding: 0;
}

#secondary .just-announced ul li,
#secondary .upcoming ul li {
    margin: 0 0 10px 0;
    line-height: 17px;
    list-style: none;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
}

#secondary .just-announced ul li a,
#secondary .upcoming ul li a {
    color: black;
}

#secondary .just-announced ul li a:hover,
#secondary .upcoming ul li a:hover {
    text-decoration: underline;
}

.sidebar-list .date {
    font-weight: 600;
    color: #333;
}

/* Information Menu */
ul#menu-links {
    list-style: none;
    margin-left: 6px;
}

li.menu-item-type-custom, li.menu-item-object-page {
    padding: 4px 6px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

li.menu-item-type-custom a,
li.menu-item-object-page a {
    color: #000000;
    text-decoration: none;
    width: auto;
}

li.menu-item-type-custom a:hover,
li.menu-item-object-page a:hover {
    text-decoration: none;
    opacity: 0.8;
}

li.menu-item-type-custom a:after,
li.menu-item-object-page a:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: rgba(0, 0, 0, 0.1);
    font-size: 12px;
    position: absolute;
    top: 11px;
    line-height: 1;
    padding-left: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

li.menu-item-type-custom a:hover:after,
li.menu-item-object-page a:hover:after {
    padding-left: 20px;
}

/* YouTube Playlist */
#page div.youtube-playlist-sidebar {
    background: transparent;
    padding: 15px 5px 5px 5px;
    max-height: 220px;
}

.youtube-playlist-sidebar ul {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

#page div.youtube-playlist-sidebar li {
    display: block;
    padding: 0 0 4px 20px;
    background: transparent;
    border-bottom: 1px solid #c5c5c5;
    font-size: 10px;
    margin: 0 0 4px 0;
    position: relative;
}

.youtube-playlist-sidebar .fa-angle-right {
    color: #bbb;
    position: absolute;
    left: 3px;
    top: 6px;
    font-size: 14px;
}

/*#page div.youtube-playlist-sidebar li:after {*/
/*content: "\f138";*/
/*font-family: FontAwesome;*/
/*font-style: normal;*/
/*font-weight: 400;*/
/*text-decoration: inherit;*/
/*!*--adjust as necessary--*!*/
/*color: #bbb;*/
/*font-size: 14px;*/
/*position: absolute;*/
/*top: 2px;*/
/*left: 2px;*/
/*}*/
#page div.youtube-playlist-sidebar li a:link {
    color: black;
}

/* Twitter Widget Pro */
aside.widget_twitter .twitter-follow-button {
    text-align: center;
    margin: 0 auto;
    display: block;
}

aside.widget_twitter ul {
    margin: -20px 0 0;
}

aside.widget_twitter ul li {
    margin: 0 0 10px 0;
    line-height: 17px;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 20px;
    color: #000000;
}

aside.widget_twitter ul li .entry-content {
    display: block;
    margin: 10px 0 0;
}

aside.widget_twitter ul li .entry-meta, aside.widget_twitter ul li .entry-meta-intents {
    display: block;
}

aside.widget_twitter ul li .time-meta a {
    position: absolute;
    bottom: 4px;
    right: 0;
}

aside.widget_twitter ul li .time-meta:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.intent-meta {
    display: block;
    height: 20px;
}

.intent-meta a:after {
    content: "|";
    margin: 0 5px 0px 5px;
}

.intent-meta a:hover:after {
    text-decoration: none !important;
}

.intent-meta a:last-of-type:after {
    content: "";
}

/* SEARCH & EMAIL FORM */
#searchform, .tfly-email-subscribe {margin: 0px 0 10px 0;}
#page .eb-email-address {
    width: 100%;
    clear: both;
    margin: 0px 0 10px 0;
    padding: 0px;
    display:block;
}
#searchform .textform, input.tfly-email-subscribe-text {
    padding: 5px 10px;
    width: 190px;
}
input.eb-email-address-text {width: 100%;}
form.signup-form {width: 260px;}

.long input.eb-email-address-text, .long input.eb-email-lastname-text, .long input.eb-email-firstname-text {
    width: 100%;
    margin-bottom: 8px;
}

.short input.eb-email-address-text, .mobile input.eb-email-address-text {
    width: 190px;
    float: left;
}

.eb-email-result, .eb-email-subscribe p.error {
    clear: left;
    padding-top: 10px;
}

#searchform .textform:focus, input:focus {
}

#searchform #searchsubmit, input.tfly-email-subscribe-submit, button.eb-email-subscribe-submit {
    margin-top: 0px;
    float: right;
    display: block;
    border-radius: 3px;
    text-align: center;
    border: 0;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    background-color: #999;
    height: 30px;
    }
button.eb-email-subscribe-submit {float:none;}

#page .long input.eb-email-subscribe-submit {
    float: left;
}

#searchform #searchsubmit:hover, input.tfly-email-subscribe-submit:hover, button.eb-email-subscribe-submit:hover {
    cursor: pointer;
    background-color: #666;
}

#post-6 div.list-view-heading {
    display: none;
}

div.search-results-message {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin: 20px;
}

div.search-results-message:after {
}

/* google map */
div.address {
    margin: 10px 0 0;
}

div.address p {
    font-size: 1.1em;
    margin-bottom: 1em;
}

span.phone {
    font-size: 0.8em;
    font-weight: 600;
}

aside.edp-address .venue-info {
    border-top: 0;
    margin: 20px 0 0;
}

article.js-map {
    height: 260px;
    width: 260px;
    margin: 0;
    padding: 0;
}

.js-map .gm-style-iw > div {
    font-size: 1.2em;
    overflow: hidden;
    height: auto;
    line-height: 1.6;
}

.js-map .gmnoscreen,
.js-map .gm-style-cc {
    display: none !important;
}

/* LIST VIEW */
#page .list-view-heading {
}

#page .list-view-title {
}

#page .calendar-link {
    position: relative;
}

/*#page .calendar-link:after {*/
/*content: "\f073"; */
/*font-family: FontAwesome;*/
/*font-style: normal;*/
/*font-weight: 700;*/
/*text-decoration: inherit;*/
/*!*--adjust as necessary--*!*/
/*color: #000;*/
/*font-size: 18px;*/
/*position: absolute;*/
/*top: 0;*/
/*right: 0;*/
/*}*/
#page .calendar-link a {
    padding-right: 24px;
}

#page .calendar-link a:hover {
}

#page .list-view-item {
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    margin: 0px 0 0 0;
    padding: 10px 0;
    min-height: 106px;
    position: relative;
}

#page .list-view-item:before {
    content: "";
    display: table;
}

#page .list-view-item:after {
    clear: both;
}

#page .list-view-item:last-child {
    border-bottom: 0 !important;
}

#page .list-view .list-view-details {
    float: left;
    width: 290px;
    max-width: 290px;
    margin-left: 210px;
}

#page .list-view-item img {
    float: left;
    position: absolute;
    left: 64px;
    width: 130px;
    margin: 0 20px 0 0;
    height: auto;
}

#page div.event-group-times {
    width: 290px;
    max-width: 290px;
    margin: 8px 0 0 210px;
}

#page h3.date-time {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

#page h3.date-time a:first-child {
    margin-left: 8px;
}

#page h3.date-time a {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}

#page h3.event-status-message {
    font-style: italic;
}

#page .topline-info {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    font-style: italic;
    color: #555;
    letter-spacing: 0.02em;
    margin-bottom: 4px;
}

#page .performers-label {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    color: #555;
    letter-spacing: 0.02em;
    margin: 22px 0 4px;
}

#page .ticket-link.primary-link {
    margin: 0 0 5px 0;
}

#page .list-view .ticket-price {
    text-align: left;
    border-left: none;
    width: 106px;
    float: right;
    margin: 0 10px 0 0px;
    padding: 0 0 0 0px;
}

#page .price-range {
    width: 100%;
    word-wrap: break-word;
    margin: 5px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #333333;
    line-height: 1;
}

#page .list-view .dates {
    min-height: 80px;
    width: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    left: 13px;
    top: 16px;
    display: block;
    line-height: 1.3;
}

#page .dates span.value-title {
    clear: both;
    border-bottom: 1px solid #ccc;
    height: 1px;
    width: 20px;
    display: block;
    margin: 0 auto;
}

#page .attraction-detail .dates span.value-title {
    border-bottom: 0;
}

#page .times {
    margin: 8px 0 10px 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    display: block;
    }
    #page .calendar-view .times {display:none;}

#page .list-view .location {
    border-top: 1px solid #bbb;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    display: inline-block;
    margin-top: 8px;
    float: left;
    padding-top: 3px;
}

#page .list-view .venue {
    font-size: 11px;
    color: #333333;
}

#page .list-view .venue:before {
    content: "@";
}

#page .list-view .city-state {
    font-size: 11px;
    color: #333333;
    border: 0;
    margin-bottom: 0px;
}

#page .age-restriction {
    font-style: italic;
    font-size: 11px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px;
    line-height: 1;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    color: #8a6d3b;
    display: block;
    float: left;
    }
    #page .card .age-restriction {display: inline-block;float: none;}

h2.additional-event-info, article.event-summary {
    font-style: italic;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    margin-top: 16px;
    color: #666;
    clear: both;
    float: left;
}

article.event-summary {
    padding: 0px 8px 4px 0;
    margin-top: 0;
}

/* EVENT DETAIL */
#page .event-detail img {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    border-radius: 0;
}

#page .event-detail .event-info,
#page .event-description {
    padding: 0 0px 0 0px;
    margin: 20px;
}

#page .event-detail .dates {
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 0;
    text-transform: uppercase;
}

#page .event-detail .dates span.value-title {
    clear: none;
    display: inline;
    border-bottom-width: 0;
    height: 1px;
    width: 20px;
    margin: 0;
    padding-left: 5px;
}

#page .event-detail .dates span.value-title:before {
    content: ' - '
}

#page .event-detail .times {
    margin: 0 0 20px;
}

#page .event-detail span.start, #page .event-detail span.doors {
    font-size: 16px;
    line-height: 16px;
}

#page .event-detail .venue {
    width: 245px;
    font-weight: 600;
    margin: 0px 0 0;
    line-height: 1;
    border-top: 1px solid #bbb;
    padding-top: 8px;
    text-indent: 3px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    display: block;
}

#page .city-state {
    width: 245px;
    margin: 0 0 20px;
    line-height: 1.4;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #bbb;
    border-left: 0;
    padding-bottom: 5px;
    text-indent: 3px;
}

#page .event-detail .price-range {
    margin: 5px 0 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    display: block;
}

#page .event-detail .event-description /* EB */
{
    margin-top: 40px;
}

#page .event-detail .artist-boxes {
    margin: 20px;
}

#page .attraction-header {
    background: #eae9e6;
}

#page .attraction-detail .artist-boxes {
    padding: 20px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #ddd;
}

#page .event-detail .artist-boxes .artist-name, #page .attraction-detail span.artist-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

#page .event-detail .artist-boxes ul.links, #page .attraction-detail .artist-boxes ul.links {
    margin-left: 0;
    height: 1.5em;
}

#page .event-detail .artist-boxes ul.links li, #page .attraction-detail .artist-boxes ul.links li {
    position: relative;
}

#page .event-detail .artist-boxes ul.links li a, #page .attraction-detail .artist-boxes ul.links li a {
    background-image: none;
    color: #4e7b97;
    padding: 0px 28px 1px 3px;
    text-indent: 0px;
}

#page ul.links .fa-arrow-right {
    color: #4e7b97;
    font-size: 12px;
    position: relative;
    left: 5px;
}

#page .event-detail .artist-boxes img.bio-image-right,
#page .event-detail .artist-boxes img.bio-image-no-float {
    position: relative;
    float: left;
    margin: 4px 15px 15px 0;
    width: 100px;
    height: auto;
    border-radius: 2px;
}

#page .event-detail .sponsor-info {
    margin: 10px;
}

#page .event-detail .sponsor-info img {
    width: auto !important;
}

#toolbox {
    margin: 30px 30px 0 0;
    float: left;
    clear: left;
    width: auto;
    min-width: 140px;
    text-align: center;
    position: relative;
    padding-top: 40px;
}

.attraction-detail #toolbox {
    margin: 30px 0 0;
}

h4.share-text, h4.cal-text {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    top: -60px;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #bbb;
    border-left: 0;
    padding-bottom: 4px;
    color: #333;
    text-align: left;
}

h4.cal-text {
    top: -40px;
}

div.calendar-sync,
.cal-sync /* EB */
{
    position: relative;
    width: 82px;
    text-align: left;
    padding-top: 40px;
}

div.calendar-sync {
    float: left;
    margin: 30px;
}

div.calendar-sync a,
.cal-sync a, /* EB */
#toolbox a {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#page .event-detail div.calendar-sync a {
    margin: 0;
    padding: 3px;
    display: inline-block;
}

#page .event-detail .ical-sync, #page .event-detail .gcal-sync {
    position: relative;
    top: -25px;
    margin: 0px;
}

#page .event-detail .calendar-sync .ical-sync a, #page .event-detail .calendar-sync .gcal-sync a {
    float: left;
    margin: 0 2px;
}

#fbComments {
    margin: 20px !important;
}

#page #fb-rsvp {
    text-shadow: none;
    background: transparent;
    border: 0;
    margin: 0;
    padding-top: 0;
}

#page .fb-rsvp-list-item .profile-name {
    color: #111;
}

#page .fb-rsvp-attending, .fb-rsvp-modal-attending {
    font-weight: bold;
    margin-bottom: 10px;
}

.venue-info {
    border-top: 1px solid #bbb;
    padding-top: 8px;
    margin: 20px;
}

/* CALENDAR */
#page .calendar-view .cal-share /* EB */
{
    position: absolute;
    padding-top: 0;
    min-width: 60px;
    height: 24px;
    float: right;
    margin: 0px;
    text-align: center;
    top: 22px;
    z-index: 5;
    right: -25px;
}

#page .tfly-calendar .calendar-sync {
    position: absolute;
    padding-top: 0;
    min-width: 60px;
    height: 24px;
    float: right;
    margin: 0px;
    text-align: center;
    top: 24px;
    z-index: 5;
    right: 0;
}

#page .calendar-view .calendar-header .calendar_prev {
    margin: 10px 0 0 180px;
}

#page .calendar-view .calendar-header .calendar_next {
    margin: 10px 180px 0 0;
}

#page .calendar-view .calendar-header .calendar_prev:before {
    content: '< ';
}

#page .calendar-view .calendar-header .calendar_next:after {
    content: ' >';
}

#page .cal-share {
    clear: left;
    float: left;
}

#page .cal-share button /* EB */
{
    width: auto;
    border: 0;
    border-color: transparent;
    border-radius: 0;
    background: none;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, .5);
    outline: none;
    display: inline-block;
    float: left;
    -webkit-transition: background-color .15s ease-in-out;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
    -webkit-appearance: normal;
    font-size: 16px;
    line-height: 1;
    padding: 0 0 0;
}

#page .event-detail .share-button /* EB */
{
    margin-right: 1.5em;
}

.calendar-view .ical-sync,
.calendar-view .gcal-sync
.tfly-calendar .ical-sync,
.tfly-calendar .gcal-sync {
    position: relative;
    top: 0px;
    margin: 0;
}

#page .calendar-view .calendar-grid .data {font-size:inherit;}
#page .calendar-view, /* EB */
#page div.tfly-calendar {
    position: relative;
}

#page .calendar-view table,
#page .calendar-view .calendar-content, /* EB */
#page .tfly-calendar table {
    margin-bottom: 40px;
    border: 0;
    border-collapse: separate;
    border-spacing: 3px 10px;
    background-color: #eae9e6;
    padding: 10px;
}

#page .calendar-view .one-event, /* EB */
#page .tfly-calendar .one-event {
    width: 115px;
    margin: 0 auto 20px;
    padding: 0 0 10px 0;
    overflow-wrap: break-word;
}

img.calendar-image {
    margin-bottom: 6px;
    width: 115px;
}

#page .calendar-view td, /* EB */
#page .tfly-calendar td {
    padding: 0px;
}

#page .calendar-view tr td, /* EB */
#page .tfly-calendar tr td {
    border: 0;
}

#page .calendar-view .data.vevent, /* EB */
#page .tfly-calendar td.data.has-event {
    border: 1px solid #bbb;
    background-color: #fff;
}

#page .calendar-view tr, /* EB */
#page .tfly-calendar tr {
    border: solid 1px #151515;
}

#page .calendar-view .month,
#page .calendar-view .year, /* EB */
#page .tfly-calendar table tr .month {
    font-size: 40px;
    line-height: 1;
}

#page .calendar-view .date, /* EB */
#page .tfly-calendar .date {
    background: transparent;
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 8px 3px 4px;
    margin: 0 6px 3px;
}

#page .calendar-view .venue, /* EB */
#page .tfly-calendar .venue {
    font-size: 11px;
    margin: 12px 0 0px;
    border-top: 1px solid #bbb;
    border-right: 0;
    border-bottom: 1px solid #bbb;
    border-left: 0;
    padding: 3px 0 5px;
}

.page .bt-wrapper .bt-content .richcal-calendar-sync .richcal-ical-sync a,
.page .bt-wrapper .bt-content .richcal-calendar-sync .richcal-gcal-sync a,
.page .bt-wrapper .bt-content .richcal-fb-rsvp a {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#page .calendar-view .age-restriction, /* EB */
#page .tfly-calendar .age-restriction,
#page .tfly-calendar h2.additional-event-info {
    margin-top: 10px;
}

/* Headliner and Support */
#page .event-name,
#page .event-name a,
#page .headliners,
#page .headliners a {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    }

#page .supports, #page .supports a {
    font-weight: 400;
    color: #666;
    line-height: 1.2;
}

#page .headliners a:hover {
    text-decoration: underline;
}

#page .supports a:hover {
    text-decoration: underline;
}

#page .list-view .headliners {
    font-size: 16px;
    margin-bottom: 0;
    overflow-wrap: break-word;
}

#page .event-detail .headliners {
    font-size: 28px;
    margin: 8px 0 0;
    overflow-wrap: break-word;
    color: #333;
}

#page .list-view .supports {
    font-size: 16px;
    margin-top: 4px;
}

#page .event-detail .supports {
    font-size: 22px;
    margin-top: 4px;
}

#page .calendar-view .event-name, /* EB */
#page .calendar-view .headliners, /* EB */
#page .tfly-calendar .headliners {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 0;
    word-wrap: break-word;
}
#page .calendar-view .image-url {
    margin-bottom: 6px;
    display:block;
}
#page .calendar-view .supports, /* EB */
#page .tfly-calendar .supports {
    font-size: 12px;
    line-height: 1.4;
}

/* Ticket Status For All Sections */
#page article.free {
    border: 0;
    padding: 0;
}

#page .tickets-at-the-door,
#page h3.free {
    background-color: #ccc;
    color: #000;
    border: 0;
    text-transform: uppercase;
    margin: 0 auto;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 6px;
    line-height: 1;
    width: 100%;
}

#page .tickets-at-the-door {
    font-weight: 400;
}

#page .free {
    font-weight: 600;
}

#page .ticket-link a,
#page button.ticket-link {
    color: #fff;
    background-color: #7da900;
    border-width: 1px;
    border-color: #7da900;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 3px;
    position: relative;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    outline: none;
    display: inline-block;
    -webkit-transition: background-color .15s ease-in-out;
    font-size: inherit;
    line-height: inherit;
}

#page .ticket-link a:hover,
#page .ticket-link a:active,
    /* EB */
button.ticket-link:hover,
button.ticket-link:focus,
button.ticket-link:active {
    background: #7da900;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    border-color: inherit;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0)
}

#page .list-view button.ticket-link /* EB */
{
    font-size: 12px;
}

#page .list-view button.ticket-link:before, #page .list-view a.eb:before /* EB */
{
    content: 'Get ';
}

#page .list-view button.ticket-link.attraction-link:before, /* EB */
#page .list-view button.free:before, #page .list-view .free a.eb:before, #page .list-view .future-sale a.eb:before /* EB */
{
    content: '';
}

#page .list-view button.lyte-link:before {
    content: '';
}

#page .event-detail .ticket-link a,
#page .event-detail button.ticket-link /* EB */
{
    width: 245px;
    font-size: 24px;
    padding: 9px 48px 13px;
}

#page .tfly-calendar .ticket-link a,
#page .calendar-view .ticket-link a, /* EB */
#page .calendar-view button.ticket-link /* EB */
{
    font-size: 14px;
    padding: 6px 10px;
    margin: 16px auto 0;
    width: 80px;
}

#page .sales-ended, /* EB */
#page .unavailable, /* EB */
#page .cancelled,
#page .sold-out,
#page .postponed,
#page .rescheduled,
#page .off-sale {
    background-color: transparent;
    color: #666;
    border: 0;
    text-transform: uppercase;
    margin: 0 auto;
    border-radius: 0px;
    display: inline-block;
    padding: 6px 6px;
    line-height: 1;
    width: 100%;
    font-size: 1em;
    font-weight: 400;
}

#page .future-sale a,
#page .on-sale-soon,
#page .custom {
    background: #fff;
    font-weight: 400;
    color: #4e7b97;
    margin: 0 auto;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
}

#page .future-sale a:hover,
#page .on-sale-soon:hover,
#page .custom:hover {
    text-decoration: underline;
}

#page .custom.inactive:hover {
    text-decoration: none;
}

/* EB */
#page .sold-out {
    font-size: 1.2em;
    font-weight: 600;
}

#page h3.free {
    font-size: 1.2em;
}

#page .free {
    font-weight: 600;
    text-transform: uppercase;
}

#page .event-detail .ticket-link a,
#page .list-view .ticket-link a,
#page .list-view .free {
    margin: 0px 0 0;
    text-align: center;
}

#page .event-detail .free /* EB */
{
    width: 245px;
    font-size: 18px;
    padding: 9px 0px 13px;
}

#page .calendar-view .cancelled, /* EB */
#page .calendar-view .sold-out, /* EB */
#page .calendar-view .sales-ended, /* EB */
#page .calendar-view .unavailable, /* EB */
#page .calendar-view .postponed, /* EB */
#page .tfly-calendar .cancelled,
#page .tfly-calendar .sold-out,
#page .tfly-calendar .postponed,
#page .tfly-calendar .rescheduled,
#page .tfly-calendar .off-sale {
    margin: 16px auto 0;
    width: 90px;
    padding: 5px 0;
    text-align: left;
    font-size: 12px;
}

#page .calendar-view .future-sale a, /* EB */
#page .calendar-view .tickets-at-the-door, /* EB */
#page .calendar-view .custom, /* EB */
#page .tfly-calendar .free,
#page .tfly-calendar .tickets-at-the-door,
#page .tfly-calendar .future-sale a,
#page .tfly-calendar .on-sale-soon,
#page .tfly-calendar .custom {
    margin: 16px auto 0;
    width: 90px;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
}

#page .event-detail .sales-ended, /* EB */
#page .event-detail .unavailable, /* EB */
#page .event-detail .cancelled,
#page .event-detail .sold-out,
#page .event-detail .postponed,
#page .event-detail .rescheduled,
#page .event-detail .off-sale {
    margin: 12px 0 0;
    text-align: left;
    width: 245px;
    font-size: 18px;
    padding: 9px 0px 13px;
}

#page .event-detail .sold-out {
    font-size: 21px;
}

#page .event-detail .future-sale a,
#page .event-detail .on-sale-soon,
#page .event-detail .custom,
#page .event-detail .tickets-at-the-door {
    width: 120px;
    margin: 12px 0 0;
    text-align: center;
}

#page .list-view .sales-ended, /* EB */
#page .list-view .unavailable, /* EB */
#page .list-view .cancelled,
#page .list-view .sold-out,
#page .list-view .postponed,
#page .list-view .rescheduled,
#page .list-view .off-sale {
    margin: 0px 0 5px;
    text-align: left;
    padding-left: 0;
}

#page .list-view .future-sale,
#page .list-view .on-sale-soon {
    margin: 0px 0 5px;
    text-align: center;
}

#page .list-view .custom,
#page .list-view .tickets-at-the-door {
    margin: 0px 0 5px;
    text-align: center;
    font-size: 11px;
}

#page .event-info h3.free {
    display: none;
}

/* footer */
#footer {
    width: 100%;
    min-height: 100px;
    border: 0;
    clear: both;
    background: #444444;
}

div.footer-custom-image {
    width: 952px;
    margin: 30px auto;
    text-align: center;
}

div.footer-content {
    width: 952px;
    margin: 0 auto;
    text-align: center;
}

.tfly-powered,
figure.eb-powered {
    float: none;
    margin: 0px auto 0;
    padding: 30px 0;
    border: 0;
}

div.footer-venue-address {
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    padding-top: 20px;
    width: 800px;
    text-align: center;
}

div.footer-menu {
    margin: 0 auto;
    width: 300px;
    padding-top: 28px;
}

div.footer-menu ul {
    margin: 0;
}

div.footer-menu ul li {
    color: #fff;
    list-style: none;
    display: inline;
    letter-spacing: 0.05em;
}

div.footer-menu ul li a {
    color: #fff;
    text-transform: uppercase;
    margin: 0 5px;
}

div.spacer {
    clear: both;
    height: 20px;
}

/* styles for related events */
#page .event-detail .related-events {
    margin: 20px 20px 40px;
}

#page .related-events-title {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #ccc;
    display: block;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 5px 0px;
}

#page .event-detail .related-events-item {
    display: inline;
    float: left;
    margin: 20px;
    width: 250px;
    border: 0px;
}

#page .item-details,
#page .item-details span.venue-name,
#page .item-details span.start-date,
#page .item-details span.start-time {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 0 5px;
    border: 0px;
}

#page .item-details span.venue-name {
    font-style: italic;
}

#page .item-details span.venue-name:before {
    content: '@ '
}

#page .item-details span.headliners {
    font-size: 16px !important;
    line-height: 1.4;
}

#page .item-details span.supports {
    font-size: 15px !important;
    line-height: 1.4;
}

.event-detail .related-events-item img {
    float: left;
    margin: 0 4px 0 0;
    display: none !important;
}

/* styles for grouped events */
#grouped-events .list-view-item {
    margin-bottom: 10px;
}

#grouped-events .list-view .list-view-details {
    margin-left: 0px;
    width: 450px;
    max-width: 450px;
}

#grouped-events .list-view-item img {
    position: relative;
    left: inherit;
    margin: 0 20px 20px;
}

#grouped-events div.event-group-times {
    margin: 8px 0 0 0px;
    clear: none;
    float: left;
}

#grouped-events .list-view h2.dates {
    min-height: 10px;
    width: auto;
    text-align: left;
    position: relative;
    left: inherit;
    top: inherit;
    margin-top: 8px;
}

#grouped-events .list-view div.ticket-price {
    display: none;
}

/* BLOG POSTS */
div.hentry {
    margin: 0 0 20px 0;
}

div.entry-content {
    clear: left;
    margin: 0 0 30px 0;
}

div.entry-excerpt {
    clear: left;
    margin: 0 0 30px 0;
    overflow: auto;
}

h2.entry-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
    overflow-wrap: break-word;
    font-weight: 600;
    letter-spacing: 1px;
}

h2.entry-title a:link {
    text-decoration: none;
    border-bottom: 1px dotted #000;
}

h2.entry-title a:hover {
    text-decoration: none;
    border-bottom: 1px solid #000;
}

div.entry-meta {
    padding-top: 10px;
}

div.entry-meta-single {
    padding: 0px 0 6px;
    font-style: italic;
}

p.upper-meta {
    font-size: 13px;
}

p.lower-meta {
    font-size: 11px;
    margin-bottom: 0;
}

div.nav-previous {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    margin-top: 20px;
}

span.meta-nav {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}

#page div.excerpt-thumb img {
    float: left;
    margin: 5px 16px 10px 0;
    border: 5px #000 solid;
}

#page #nav-above {
    display: none;
}

/*--------------------------------------------------------------
10.5 Gallery Post Format
--------------------------------------------------------------*/
div.format-gallery {
    margin: 10px 1% 30px;
    overflow: auto;
}

p.gallery {
    font-size: 13px;
    color: #666;
}

div.gallery-thumb-wrap {
    width: 128px;
    float: left;
    padding: 5px;
    margin: 0px 0px 10px;
    display: block;
}

h4.gallery-title {
    font-size: 15px;
    line-height: 22px;
    margin: 8px 0 0 4px;
    font-weight: 600;
}

a.gallery-thumb img {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    width: 110px;
    height: 85px;
    display: block;
    margin: 4px;
    padding: 4px;
    position: relative;
    border-radius: 3px;
}

a:hover.gallery-thumb img {
    background-color: #ccc;
}

p.gallery-text {
    font-style: italic;
    font-size: 0.8em;
    margin: 0px 8px;
}

div.gallery {
    margin: 10px auto 0;
}

dt.gallery-icon {
}

dt.gallery-icon img {
    padding: 3%;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #a9a9a9 !important;
    display: block;
    margin: 10px auto;
}

.gallery-caption {
    font-size: 0.9em;
    line-height: 1.4;
}

dd.wp-caption-text {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {
}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-main .gallery dd, .site-main .gallery figcaption {
    margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}

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

/*--------------------------------------------------------------
13.0 mimoYmima
--------------------------------------------------------------*/
/* mobile table scroll fix */
table {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    font-size: 80%;
}

@media (min-width: 40.625em) {
    table {
        font-size: 90%;
        display: table;
    }
}

th {
    font-weight: 400;
    white-space: nowrap;
    padding: .5em;
}

td {
    padding: .5em;
}

/* Fixes a bug in webkit with fonts being animated */
html {
    -webkit-font-smoothing: antialiased;
}

/* Prevent font scaling in landscape mode on phones */
@media all and (orientation: landscape) {
    html {
        -webkit-text-size-adjust: none;
    }
}

/* Removes inner padding and border in Firefox 4+ to make heights consistant across webkit and FF */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* More image alignment rules */
img.aligncenter.size-full {
    max-width: 100%;
    display: block;
    margin: 5px auto;
}

img.alignright.size-full {
    padding: 4px;
    margin: 0 0 2px 15px;
    display: inline;
    max-width: 100%;
}

@media (min-width: 40.625em) {
    img.alignright.size-full {
        max-width: 40%;
    }
}

img.alignleft.size-full {
    padding: 4px;
    margin: 0 15px 2px 0;
    display: inline;
    max-width: 100%;
}

@media (min-width: 40.625em) {
    img.alignleft.size-full {
        max-width: 40%;
    }
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

.flush-margin {
    margin: 0 !important
}