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

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

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

[hidden] {
    display: none;
}

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

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

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

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

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

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

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

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

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

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

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;
    *margin-left: -7px;
}

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

button,
input {
    line-height: normal;
}

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

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

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

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

input[type="search"]::-webkit-search-cancel-button,
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-collapse: collapse;
    border-spacing: 0;
}

p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

b,
strong,
.strong {
    font-weight: bold;
}

dfn,
em,
.em {
    font-style: italic;
}

small,
.small {
    font-size: 75%;
}

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

dd {
    margin: 0;
}

.sidebar ul,
.sidebar ol,
.commentlist {
    list-style: none;
}

.clearfix {
    zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

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

.image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
    font-style: italic;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.alert {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
}

.alert-help {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
    border-color: #e8dc59;
    background: #ebe16f;
}

.alert-info {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
    border-color: #bfe4f4;
    background: #d5edf8;
}

.alert-error {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
    border-color: #f8cdce;
    background: #fbe3e4;
}

.alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
    border-color: #deeaae;
    background: #e6efc2;
}

.button,
.button:visited {
    border: 1px solid #bb14d4;
    border-top-color: #cf1cea;
    border-left-color: #cf1cea;
    padding: 4px 12px;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 21px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #d126eb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d63ded), to(#d126eb));
    background-image: -webkit-linear-gradient(top, #d63ded, #d126eb);
    background-image: -moz-linear-gradient(top, #d63ded, #d126eb);
    background-image: -o-linear-gradient(top, #d63ded, #d126eb);
    background-image: linear-gradient(to bottom, #d63ded, #d126eb);
}

.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
    color: #ffffff;
    border: 1px solid #bb14d4;
    border-top-color: #9e11b3;
    border-left-color: #9e11b3;
    background-color: #c715e2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d126eb), to(#c715e2));
    background-image: -webkit-linear-gradient(top, #d126eb, #c715e2);
    background-image: -moz-linear-gradient(top, #d126eb, #c715e2);
    background-image: -o-linear-gradient(top, #d126eb, #c715e2);
    background-image: linear-gradient(to bottom, #d126eb, #c715e2);
}

.button:active,
.button:visited:active {
    background-color: #d63ded;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d126eb), to(#d63ded));
    background-image: -webkit-linear-gradient(top, #d126eb, #d63ded);
    background-image: -moz-linear-gradient(top, #d126eb, #d63ded);
    background-image: -o-linear-gradient(top, #d126eb, #d63ded);
    background-image: linear-gradient(to bottom, #d126eb, #d63ded);
}

.blue-button,
.blue-button:visited {
    border-color: #1472ad;
    text-shadow: 0 1px 1px #1472ad;
    background-color: #1681c4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
    background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
    background-image: -moz-linear-gradient(top, #1990db, #1681c4);
    background-image: -o-linear-gradient(top, #1990db, #1681c4);
    background-image: linear-gradient(to bottom, #1990db, #1681c4);
    -webkit-box-shadow: inset 0 0 3px #59b3ec;
    -moz-box-shadow: inset 0 0 3px #59b3ec;
    box-shadow: inset 0 0 3px #59b3ec;
}

.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
    border-color: #116396;
    background-color: #1472ad;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
    background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
    background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
    background-image: -o-linear-gradient(top, #1784c9, #1472ad);
    background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}

.blue-button:active,
.blue-button:visited:active {
    background-color: #1990db;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
    background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
    background-image: -moz-linear-gradient(top, #1681c4, #1990db);
    background-image: -o-linear-gradient(top, #1681c4, #1990db);
    background-image: linear-gradient(to bottom, #1681c4, #1990db);
}

html,
body {}

body {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 100%;
    line-height: 1.5;
    color: #fff;
    background-color: #000;
}

.header {
    background: url('../images/hdr-bg.jpg') no-repeat;
    min-height: 180px;
}

#left-sidebar {
    float: left;
    width: 140px !important;
}

#left-sidebar h2 {
    font-size: 16px;
}

#left-sidebar ul li a,
.sidebar ul li a {
    font-size: 14px;
}

.widget ul li {
    line-height: 16px;
}

.textwidget li {
    line-height: 15px;
    margin: 8px 0;
}

#main {
    width: 650px;
}

.sidebar {
    width: 180px !important;
    background-color: #191919;
    margin-top: 0 !important;
    padding: 10px;
    margin-left: 0 !important;
}

#main article {
    background-color: #191919;
    margin-left: 10px;
    padding: 10px;
}

.page #main {
    background-color: #191919;
    padding: 10px;
    margin-left: 10px;
    width: 600px !important;
}

.page form div {
    padding: 10px;
}

.page-form div input {
    padding: 5px;
    font-size: 16px;
    border: none;
    outline: none;
    width: 100%;
}

.page-form div textarea {
    padding: 5px;
    font-size: 16px;
    border: none;
    outline: none;
    width: 100%;
    resize: none;
}

#venue-info {
    float: left;
    width: 48%;
}

#venue-info ul li span {
    font-weight: 300;
}

#venue-images {
    float: right;
    width: 48%;
}

.single-title {
    color: #d63ded;
    margin: 0;
}

#menu-main {
    background: url('../images/menu-bg.jpg') repeat-x;
    display: none;
}

#hdr-home-link {
    width: 100%;
    height: 180px;
    display: inline-block;
}

#menu-main {
    margin: 0px !important;
}

/* Set below to:
.current-menu-parent,
.current-menu-item
if widget cache is off
*/
#menu-main .current-menu-parent,
.current-menu-item-cached,
#menu-main .current-menu-item {
    background: #d63ded;
    background: -moz-linear-gradient(top, #d63ded 0%, #52165b 97%, #d63ded 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d63ded), color-stop(97%, #52165b), color-stop(100%, #d63ded));
    background: -webkit-linear-gradient(top, #d63ded 0%, #52165b 97%, #d63ded 100%);
    background: -o-linear-gradient(top, #d63ded 0%, #52165b 97%, #d63ded 100%);
    background: -ms-linear-gradient(top, #d63ded 0%, #52165b 97%, #d63ded 100%);
    background: linear-gradient(to bottom, #d63ded 0%, #52165b 97%, #d63ded 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d63ded', endColorstr='#d63ded', GradientType=0);
    background-attachment: none;
}

ul.sub-menu .menu-item a {
    color: #ffffff !important;
    font-size: 11px;
}

/* Set below to:
.current-menu-parent a,
.current-menu-item a,
if widget cache is off
*/
#menu-main .current-menu-parent a,
#menu-main .current-menu-item a,
.current-menu-item-cached a {
    color: #fff !important;
    text-shadow: 0px 2px 2px #18071b !important;
    -text-shadow: 0px 2px 2px #18071b !important;
}

ul.sub-menu,
.nav li ul.sub-menu li a,
.nav li ul.children li a {
    border-color: #5d5d5d !important;
}

.sub-menu {
    background-color: #292929;
}

.nav li a:hover {
    background-color: none !important;
}

footer {
    margin-top: 30px;
}

.copyright {
    margin: 0px !important;
    color: #333;
}

.article-header h3.h2 {
    text-transform: uppercase;
}

body.tax-custom_cat #main,
body.page-id-136 #main {
    background-color: #191919;
    margin-left: 10px;
    width: 600px;
}

body.tax-custom_cat article,
body.page-id-136 article {
    width: 47.5%;
}

body.tax-custom_cat .entry-content img,
body.page-id-136 .entry-content img {
    margin: 0 0 0.5em 0 !important;
}

body.tax-custom_cat .entry-content img:hover,
body.page-id-136 .entry-content img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.sidebar ul li a {
    text-decoration: none !important;
}

.spacer {
    width: 1px;
    height: 1px;
    clear: both;
}

.tweets li {
    font-size: 12px;
}

#twitter-btn {
    height: 38px;
    overflow: hidden;
    display: inline-block;
}

#twitter-btn img:hover {
    margin-top: -38px;
}

#twitter-btn img:active {
    margin-top: -76px;
}

#flyer-image-ind {
    max-width: 540px;
    margin: auto;
}

#weekly-events li {
    list-style: none;
    margin: 5px 0;
}

#weekly-events li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#weekly-events li a img {
    width: 160px;
}

body.single-venue .entry-content {
    clear: both;
}

#venue-special-events {
    margin: 10px 0 30px 0;
    background-color: #000000;
    padding: 5px;
}

.special-events .slides {
    height: 350px;
    overflow: hidden;
}

.special-events .flex-control-thumbs li {
    max-height: 100px;
}

#venue-special-events ul li a img {
    width: 540px;
    margin-top: -50px;
}

#featured-special-events {
    margin: 0 0 20px 10px;
}

#featured-special-events ul li a img {
    width: 600px;
    margin-top: -50px;
}

#venue-info h4 {
    margin: 0 0 10px 0;
}

#inner-footer {
    margin: auto;
    width: auto;
}

#inner-footer nav {
    width: 100%;
    text-align: center;
}

.footer-nav li {
    float: none !important;
    display: inline-block;
}

.copyright {
    text-align: center;
}

.type-venue header h1 {
    margin-bottom: 20px;
}

input.error {
    background-color: #c7374c;
}

#ftr-sub-nav li {
    display: inline-block;
    margin: 0 5px;
}

#ftr-sub-nav li a {
    text-decoration: none;
    font-size: 13px;
}

.readmore-js-toggle {
    margin-top: 10px;
}

#map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
}

#venue-info ul {
    margin-top: 0px;
}

#venue-info ul li {
    color: #a2a2a2;
}

#venue-info ul li span {
    color: #fff;
}

#venue-directions {
    width: 200px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
}

#venue-directions img:hover {
    margin-top: -40px;
}

#venue-directions img:active {
    margin-top: -80px;
}

#arnold-says {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 22px;
    background-color: #000;
    padding: 19px;
    border-radius: 15px;
}

#arnold-says img {
    margin-bottom: 0px !important;
}

h4 {
    color: #d63ded;
}

#venue-info h4 {
    color: #d7d7d7;
}

.respond-form {
    padding-bottom: 0px !important;
}

.cat-grade {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #d63ded !important;
}

.post-type-archive-event #main {
    margin-left: 10px;
    width: 600px;
    background-color: #191919;
}

.post-type-archive-event #main .h2 {
    margin: 3px 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

#gridOptions {
    text-align: center;
}

#gridOptions li {
    display: inline-block;
    background-color: #272727;
    padding: 5px;
    font-weight: normal !important;
    font-size: 14px;
    cursor: pointer;
}

.active {
    color: #d63ded;
}

#Grid .mix {
    opacity: 0;
    display: none;
    text-align: center;
    padding: 5px;
    margin: 2px;
    width: 100%;
}

.mix a {
    text-decoration: none;
}

.widgettitle {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

#other-adult-ent {
    font-size: 13px;
}

.screen-reader-text {
    display: none;
}

input#s {
    width: 150px;
    background-color: #2c2c2c;
    border: none;
    padding: 7px;
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    -text-shadow: 1px 1px 1px #000;
}

#searchsubmit {
    margin: auto;
    margin-top: 5px;
    background-color: #d63ded;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding: 6px;
}

#tags ul li {
    display: inline-block;
    color: #666;
}

.archive-title {
    text-align: center;
}

.commentlist .even,
.commentlist .odd {
    background-color: #333 !important;
}

.alert-info {
    background-color: #802b2b !important;
    border-color: #9b3434 !important;
}

.commentlist .comment-reply-link {
    background-color: #d63ded !important;
}

.cat-grade a {
    text-decoration: none;
}

#respond .alert {
    background-color: #333 !important;
    border: none !important;
}

.commentlist .vcard img.avatar {
    display: none;
}

.commentlist .comment_content {
    margin-left: 0px !important;
}

.commentlist .vcard {
    margin-left: 0px !important;
}

#venue-info ul li a {
    text-decoration: none;
}

.recentcomments {
    font-size: 13px;
    border-bottom: 1px solid #222 !important;
}

#recent-posts-3 ul li {
    font-size: 14px;
    border-bottom: 1px solid #222 !important;
}

.textwidget ul li {
    margin-bottom: 0px !important;
}

.PI_SimpleTwitterTweets .tweets li {
    padding: 8px 0;
}

#map-legend li {
    display: inline-block;
    width: 48%;
    margin: 5px 0;
    text-align: center;
}

#map-legend li img {
    vertical-align: middle;
}

#searchsubmit {
    width: 150px;
}

#searchsubmit:hover {
    background-color: #bb233e;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    -text-shadow: 1px 1px 1px #000;
}

#news-link {
    width: 160px;
    height: 100px;
    overflow: hidden;
    display: inline-block;
}

#news-link img:hover {
    margin-top: -100px;
}

#left-sidebar #text-2 {
    margin-top: 0px !important;
}

#left-sidebar #text-2 .widgettitle {
    margin-top: 0px !important;
}

#wpgmza_filter_select {
    margin-left: 5px;
}

#text-6 {
    margin-top: 5px;
}

.widgettitle {
    border-bottom-color: #9f9715 !important;
}

body.login {
    background-color: #000;
}

body.login div#login h1 a {
    background-image: url('../images/login-logo.png') !important;
    background-size: 550px 63px;
    padding-bottom: 30px;
    width: 550px;
    height: 63px;
    margin-left: -115px;
}

.login form {
    background-color: #2c2c2c;
}

.wp-core-ui .button-primary {
    background-color: #d63ded;
    border-color: #9f2cb0;
}

.wp-core-ui .button-primary:hover {
    background-color: #9f2cb0;
    border-color: #6b1d77;
}

.login #login_error,
.login .message {
    background-color: #2c2c2c !important;
}

.login #nav a:hover,
.login #backtoblog a:hover {
    color: white;
}

.a2a_target a {
    height: 40px !important;
}

.touchy-wrapper {
    display: table;
}

.wrap {
    margin: 0 auto;
}

#container {
    width: 980px;
    margin: auto;
}

a,
a:visited {
    color: #d63ded;
}

a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
    color: #cb15e7;
}

a:link,
a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: "Oswald", sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 400;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none;
}

h1,
.h1 {
    font-size: 2.5em;
    line-height: 1.333em;
}

h2 {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000;
    -text-shadow: 2px 2px 2px #000;
}

h3,
.h3 {
    font-size: 1.125em;
}

h4,
.h4 {
    font-size: 1.1em;
    font-weight: 700;
}

h5,
.h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

nav {
    display: inline-block;
    width: auto;
}

.nav {
    border: 1px solid #ccc;
    border-bottom: 0;
    width: auto;
}

.nav li {}

.nav li a {
    display: block;
    text-decoration: none;
    padding: 7px 12px;
    min-height: 38px;
    border-right: 1px solid #000;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 2px 2px #000;
    font-size: 14px;
    font-weight: 700;
}

.nav li a:hover,
.nav li a:focus {
    color: #d63ded;
}

.nav li ul.sub-menu li a,
.nav li ul.children li a {
    padding-left: 30px;
}

#content {
    margin-top: 0.5em;
}

.byline {
    color: #999;
}

.entry-content {}

.entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
}

.entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto;
}

.entry-content video,
.entry-content object {
    max-width: 100%;
    height: auto;
}

.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
}

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
}

.page-navigation,
.wp-prev-next {
    margin: 1.1em 0 2.2em;
}

.bones_page_navi li {
    float: left;
    margin-left: 10px;
}

.bones_page_navi li a {
    padding: 3px 6px;
    display: block;
    text-decoration: none;
    position: relative;
}

.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
    color: #f01d4f;
    text-decoration: underline;
}

.bones_page_navi li.bpn-current {
    padding: 3px 6px;
    border-bottom: 2px solid #f01d4f;
    position: relative;
}

.bones_page_navi li.bpn-current a {}

.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
    font-weight: 700;
}

.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
    padding: 0;
}

.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
    background: none;
}

.wp-prev-next .prev-link {
    float: left;
}

.wp-prev-next .next-link {
    float: right;
}

#comments {}

.commentlist {}

.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
}

.commentlist li:last-child {
    margin-bottom: 0;
}

.commentlist li ul.children {
    margin: 0;
}

.commentlist li[class*=depth-] {
    margin-top: 1.1em;
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0;
}

.commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0;
}

.commentlist .odd {
    background: #eee;
}

.commentlist .even {
    background: #fefefe;
}

.commentlist .vcard {
    margin-left: 50px;
}

.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal;
}

.commentlist .vcard time {
    float: right;
}

.commentlist .vcard time a {
    color: #999;
    text-decoration: none;
}

.commentlist .vcard time a:hover {
    text-decoration: underline;
}

.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff;
}

.commentlist .comment_content {
    margin-left: 50px;
}

.commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em;
}

.commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em;
}

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
    opacity: 1;
}

.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em;
}

.respond-form form {
    margin: 0.75em 0;
}

.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
    display: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em;
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
    background: #fff;
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px;
}

.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px;
}

#comment-form-title {
    margin: 0 0 1.1em;
}

#allowed_tags {
    margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
    margin: 0 20px 1.1em;
}


.footer {
    clear: both;
}

@media only screen and (min-width:481px) {
    .touchy-wrapper {
        display: none;
    }
    #menu-main {
        display: block;
    }
    .menu {}
    .menu ul {}
    .menu ul li {}
    .menu ul li a {}
    .entry-content {}
    .entry-content .alignleft,
    .entry-content img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left;
    }
    .entry-content .alignright,
    .entry-content img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right;
    }
    .entry-content .aligncenter,
    .entry-content img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both;
    }
}

@media only screen and (min-width:768px) {
    .onecol {
        width: 5.801104972%;
    }
    .twocol {
        width: 14.364640883%;
    }
    .threecol {
        width: 22.928176794%;
    }
    .fourcol {
        width: 31.491712705%;
    }
    .fivecol {
        width: 40.055248616%;
    }
    .sixcol {
        width: 48.618784527%;
    }
    .sevencol {
        width: 57.182320438000005%;
    }
    .eightcol {
        width: 65.74585634900001%;
    }
    .ninecol {
        width: 74.30939226%;
    }
    .tencol {
        width: 82.87292817100001%;
    }
    .elevencol {
        width: 91.436464082%;
    }
    .twelvecol {
        width: 99.999999993%;
    }
    .onecol,
    .twocol,
    .threecol,
    .fourcol,
    .fivecol,
    .sixcol,
    .sevencol,
    .eightcol,
    .ninecol,
    .tencol,
    .elevencol,
    .twelvecol {
        position: relative;
        float: left;
        margin-left: 2.762430939%;
    }
    .first {
        margin-left: 0;
    }
    .last {
        float: right;
    }
    .wrap {
        max-width: 980px;
    }
    .nav {
        border: 0;
    }
    .nav li {
        float: left;
        position: relative;
    }
    .nav li a {
        border-bottom: 0;
    }
    .nav li ul.sub-menu,
    .nav li ul.children {
        margin-top: 0;
        border-top: 0;
        position: absolute;
        display: none;
        z-index: 8999;
    }
    .nav li ul.sub-menu li,
    .nav li ul.children li {
        border: 1px solid #5d5d5d;
        width: 100%;
    }
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
        padding-left: 10px;
        border-right: 0;
        display: block;
        width: auto;
    }
    .nav li ul.sub-menu li:last-child a,
    .nav li ul.children li:last-child a {
        border-bottom: 0;
    }
    .nav li:hover ul {
        top: auto;
        display: block;
    }
    .sidebar {
        margin-top: 2.2em;
    }
    .widgettitle {
        border-bottom: 2px solid #444;
        margin-bottom: 0.75em;
    }
    .widget {
        padding: 0 0;
        margin: 2.2em 0;
    }
    .widget ul li {
        margin-bottom: 0.75em;
    }
    .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em;
    }
}


@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }
    a:after,
    a:visited:after {
        content: " (" attr(href) ")";
    }
    a abbr[title]:after,
    a:visited abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none;
    }
}

body {
    line-height: 25px;
    font-size: 16px;
}

p,
pre {
    margin: 1.4em 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 10px 0 10px 10px;
}

.alignleft {
    display: inline;
    float: right;
    margin: 10px 10px 10px 0;
}

body.tax-custom_cat #main {
    width: 638px;
}

.page #main {
    width: 638px !important;
}

#lightbox-container-image-box {
    width: inherit !important;
    height: inherit !important;
    background-color: #000000 !important;
}

#lightbox-image {
    width: inherit !important;
    height: inherit !important;
}

.sticky h1,
.h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 2px 2px 2px #000;
    text-rendering: optimizelegibility;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sticky {
    border: 1px solid #D4AF37 !important;
    margin: 0;
}

.wp-caption {
    font-weight: 700;
    text-rendering: optimizelegibility;
    background-color: #191919;
    margin: 20px 0 0;
    padding: 0;
}

.home #comments {
    display: none;
}
