/*

Theme Name: Jeff Mach Event Base Theme

Description: Event theme base. Taken from TwentyEleven.

Author: Cidney Hamilton
Author URI: http://cidneyhamilton.com

Version: 2.0

*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
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; }

:focus {
  /* remember to define focus styles! */
  outline: 0; }

body {
  background: #fff;
  line-height: 1; }

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: normal;
  text-align: left; }

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

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

a img {
  border: 0; }

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

body, input, textarea {
  color: #373737;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.625em; }

h1 {
  font-size: 1.75em; }

.page-header,
.entry-header {
  padding: 0.25em 3em .25em 0.625em; }

.page-header h1 {
  font-size: 2em; }

.page-header .description {
  padding: 0 1em; }

.page-title,
.entry-title {
  clear: both;
  color: #222;
  font-weight: bold;
  line-height: 1.5em; }
  .page-title a,
  .entry-title a {
    color: #222;
    text-decoration: none; }
    .page-title a:hover, .page-title a:focus, .page-title a:active,
    .entry-title a:hover,
    .entry-title a:focus,
    .entry-title a:active {
      color: #1982d1; }

.entry-content h2 {
  font-weight: bold;
  font-size: 1.625em;
  line-height: 2em; }

.entry-content h3 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.75em; }

.entry-content h4 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5em; }

.copyright {
  font-size: 13px;
  padding: 0.5em 1em;
  text-align: center; }

.error404 li {
  list-style-type: none; }

body {
  padding: 0 2em; }

#page {
  -webkit-box-shadow: 0 6px 6px black;
  -moz-box-shadow: 0 6px 6px black;
  box-shadow: 0 6px 6px black;
  display: table;
  margin: 0 auto;
  max-width: 1000px;
  width: 80%; }

#branding hgroup {
  margin: 0 7.6%; }

#primary {
  display: table-cell;
  margin: 0;
  vertical-align: top; }

#content {
  padding-right: 3.25em; }

.secondary {
  display: table-cell;
  margin: 0;
  max-width: 200px;
  vertical-align: top;
  width: 20%; }

/* error404 */
.error404 #primary {
  float: none;
  margin: 0; }

.error404 #primary #content {
  margin: 0 7.6%;
  width: auto; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em; }

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

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

/* =Global
----------------------------------------------- */
body {
  background: #e2e2e2; }

#page {
  background: transparent;
  overflow-x: hidden; }

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

hr {
  background-color: black;
  border: 0;
  height: 2px;
  margin-bottom: 1.625em; }

/* Text elements */
p {
  margin-bottom: 1.625em; }

ul, ol {
  margin: 0 0 1.625em 2.5em; }

ul {
  list-style: square; }

ol {
  list-style-type: decimal; }

ol ol {
  list-style: upper-alpha; }

ol ol ol {
  list-style: lower-roman; }

ol ol ol ol {
  list-style: lower-alpha; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0; }

dl {
  margin: 0 1.625em; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 1.625em; }

b, strong {
  font-weight: bold; }

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

blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em; }

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

blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em; }

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

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

address {
  display: block;
  margin: 0 0 1.625em; }

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

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: smaller; }

/* Links */
a {
  color: #1982d1;
  text-decoration: none; }

a:focus,
a:active,
a:hover {
  text-decoration: underline; }

header#branding {
  padding-bottom: 10px; }
  header#branding img {
    height: auto;
    display: block;
    width: 100%; }
  header#branding h1, header#branding h2 {
    position: absolute;
    z-index: 1;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }

.ribbon-wrapper {
  position: relative;
  z-index: 90; }

.corner-ribbon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20em;
  background: #e43;
  position: absolute;
  top: 5em;
  left: -5em;
  text-align: center;
  line-height: 3.25em;
  letter-spacing: 1px;
  color: #f0f0f0; }
  .corner-ribbon.top-right {
    top: 4em;
    right: -6em;
    left: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .corner-ribbon a {
    color: white; }

.corner-ribbon.shadow {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); }

.corner-ribbon.white {
  background: #f0f0f0;
  color: #555; }

.corner-ribbon.black {
  background: #333; }

.corner-ribbon.grey {
  background: #999; }

.corner-ribbon.blue {
  background: #39d; }

.corner-ribbon.green {
  background: #2c7; }

.corner-ribbon.turquoise {
  background: #1b9; }

.corner-ribbon.purple {
  background: #95b; }

.corner-ribbon.red {
  background: #e43; }

.corner-ribbon.orange {
  background: #e82; }

.corner-ribbon.yellow {
  background: #ec0; }

/* =Content
----------------------------------------------- */
#main {
  background: white;
  clear: both;
  display: table;
  padding: 1.625em;
  table-layout: fixed; }

.hentry,
.page-header,
.no-results {
  margin: 0 0 1.625em;
  position: relative; }

.hentry:last-child,
.no-results {
  border-bottom: none; }

.blog .sticky .entry-header .entry-meta {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.entry-meta {
  color: #666;
  clear: both;
  font-size: 12px;
  line-height: 18px;
  padding: 0.25em 1.625em; }

.entry-meta a {
  font-weight: bold; }

.single-author .entry-meta .by-author {
  display: none; }

.entry-content,
.entry-summary {
  padding: 1em 1.625em; }

.entry-content a {
  font-weight: bold; }

.entry-content table {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  width: 100%; }

.entry-content th {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  text-transform: uppercase; }

.entry-content td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0; }

.entry-content #s {
  width: 75%; }

dl.gallery-item {
  margin: 0; }

.page-link {
  clear: both;
  display: block;
  margin: 0 0 1.625em; }

.page-link a {
  background: #eee;
  color: #373737;
  margin: 0;
  padding: 2px 3px;
  text-decoration: none; }

.page-link a:hover {
  background: #888;
  color: #fff;
  font-weight: bold; }

.page-link span {
  margin-right: 6px; }

.entry-meta .edit-link {
  display: block;
  padding: 0 0 1em 0; }

.entry-meta .edit-link a {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none;
  padding: 0 8px; }

.entry-meta .edit-link a:hover {
  background: #888;
  color: #fff; }

.entry-content .edit-link {
  clear: both;
  display: block; }

ul.presenter-list {
  display: inline-block;
  margin: 0;
  list-style-type: none; }
  ul.presenter-list li {
    font-weight: bold;
    display: inline-block; }
    ul.presenter-list li:after {
      content: ',';
      padding-right: 0.75em; }
    ul.presenter-list li:last-child:after {
      content: ""; }

.bio {
  border-top: 2px solid #999;
  padding-top: 1em;
  margin-top: 1em; }
  .bio h1, .bio dt {
    font-size: 1.5em; }
  .bio p, .bio dd {
    padding: 1em; }
  .bio .social {
    padding: 1em 1em 0 1em; }

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

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

img.size-full,
img.size-large {
  max-width: 97.5%;
  width: auto;
  /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em; }

p img,
.wp-caption {
  margin-top: 0.4em; }

.wp-caption img {
  display: block;
  margin: -2px 0 0 -2px;
  max-width: 98%; }

.wp-caption .wp-caption-text,
.gallery-caption {
  color: #666;
  font-size: 12px; }

#content .gallery {
  margin: 0 auto 1.625em; }

#content .gallery a img {
  border: none; }

img#wpstats {
  display: block;
  margin: 0 auto 1.625em; }

#content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%; }

#content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto; }

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

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */ }

/* =Media
-------------------------------------------------------------- */
audio,
video {
  display: inline-block;
  max-width: 100%; }

.attachment .entry-content .mejs-container {
  margin-bottom: 24px; }

/* =Navigation
-------------------------------------------------------------- */
#content nav {
  clear: both;
  overflow: hidden;
  padding: 0 0 1.625em; }

#content nav a {
  font-size: 12px;
  font-weight: bold;
  line-height: 2.2em; }

#nav-above {
  padding: 0 0 1.625em; }

#nav-above {
  display: none; }

.paged #nav-above {
  display: block; }

.nav-previous {
  float: left;
  width: 50%; }

.nav-next {
  float: right;
  text-align: right;
  width: 50%; }

#content nav .meta-nav {
  font-weight: normal; }

/* =Menu
-------------------------------------------------------------- */
.main-menu {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background: #252525;
  background: -webkit-gradient(linear, left top, left bottom, from(#252525), to(#0a0a0a));
  background: -moz-linear-gradient(top, #252525, #0a0a0a);
  background: -o-linear-gradient(#252525, #0a0a0a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525', endColorstr='#0a0a0a');
  clear: both;
  display: block;
  float: left;
  margin: 0 auto;
  font-weight: bold;
  width: 100%; }

.main-menu ul,
.show-menu {
  font-size: 13px;
  list-style: none;
  padding-left: 0; }

.main-menu ul {
  margin: 0;
  padding-left: 1em; }

.main-menu .sub-menu {
  padding-left: 0; }

.main-menu ul li,
.show-menu {
  float: left;
  position: relative; }

.main-menu a {
  color: #eee;
  display: block;
  line-height: 3em;
  padding: 0 1.2125em;
  text-decoration: none; }

.show-menu {
  color: #eee;
  line-height: 3em;
  padding: 0 1.2125em; }

.main-menu .current-menu-item > a,
.main-menu .current-menu-ancestor > a,
.main-menu .current_page_item > a,
.main-menu .current_page_ancestor > a {
  font-weight: bold; }

/* Customization for responsive nav menu */
.show-menu {
  display: none;
  margin-bottom: 0; }

/*Hide checkbox*/
#show-menu {
  display: none; }

/*Show menu when invisible checkbox is checked*/
#show-menu:checked + #access {
  display: block; }

/* Pagination */
.pagination-nav {
  font-size: 1.25em;
  font-weight: bold; }
  .pagination-nav .page-numbers {
    display: inline-block;
    padding: 0.25em 0.5em;
    text-align: center;
    width: 10%; }
    .pagination-nav .page-numbers.current {
      padding-bottom: 0.25em;
      color: white;
      background-color: #1982d1; }

/* =Widgets
----------------------------------------------- */
.widget-area {
  font-size: 12px; }

.widget {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  clear: both;
  margin: 0 0 2.2em; }

.widget ul {
  font-size: 15px;
  list-style-type: none;
  margin: 0; }

.widget ul ul {
  margin-left: 1.5em; }

.widget ul li {
  color: #777;
  font-size: 13px; }

.widget a {
  font-weight: bold;
  text-decoration: none; }

.widget a:hover,
.widget a:focus,
.widget a:active {
  text-decoration: underline; }

/* Search Widget */
.widget_search form {
  margin: 0 0 1.625em; }

.widget_search #s {
  width: 77%; }

.widget_search #searchsubmit {
  background: #ddd;
  border: 1px solid #ccc;
  @box-shadow (0px, -1px, 1px, rgba(0, 0, 0, 0.09), true);
  color: #888;
  font-size: 13px;
  line-height: 25px;
  position: relative;
  top: -2px; }

.widget_search #searchsubmit:active {
  background: #1982d1;
  border-color: #0861a5;
  @box-shadow (0px, 1px, 1px, rgba(0, 0, 0, 0.1), true);
  color: #bfddf3; }

/* Twitter */
.widget_twitter li {
  list-style-type: none;
  margin-bottom: 14px; }

.widget_twitter .timesince {
  display: block;
  font-size: 11px;
  margin-right: -10px;
  text-align: right; }

/* Widget Image */
.widget_image img {
  border: 0;
  padding: 0;
  height: auto;
  max-width: 100%; }

/* JME Customization */
footer .widget {
  padding: 0 1em; }

#primary .tagcloud {
  display: none; }

.secondary .widget-title,
.error404 .widget-title {
  display: none; }

/* =Footer
----------------------------------------------- */
#colophon {
  background-color: black;
  clear: both; }

#supplementary {
  border-top: 1px solid #ddd;
  padding: 1.625em 7.6%;
  overflow: hidden; }

#supplementary.three .widget-area + .widget-area + .widget-area {
  margin-right: 0; }

/* Site Generator Line */
#site-generator {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  line-height: 2.2em;
  padding: 2.2em 0.5em;
  text-align: center; }

#site-generator a {
  color: #555;
  font-weight: bold; }

/* JME Customization */
footer .widget ul li {
  line-height: 1.5em; }

footer .widget-title {
  font-size: 1.25em;
  line-height: 1.5em;
  text-transform: none;
  text-align: center; }

footer .widget a,
footer .copyright a {
  color: #6abdc4;
  font-weight: normal; }

footer .widget-title {
  border-bottom: 1px solid #c7e0d3;
  color: #c7e0d3; }

.copyright {
  color: #c7e0d3; }

#comments {
  max-width: 480px; }

.comment-reply-title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 150%; }

.comment-form label {
  font-weight: bold;
  display: block; }

.comment-form input[type="text"],
.comment-form textarea {
  width: 100%; }

.commentlist {
  list-style: none; }
  .commentlist .fn {
    font-size: 1.5em;
    font-weight: bold;
    display: block; }
  .commentlist .says {
    display: none; }
  .commentlist .comment-content {
    padding: 1em 0 0 1em;
    margin: 1em;
    border: 1px solid #eee; }

.attraction .links {
  clear: both;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  list-style: none;
  margin: 0; }

.attraction ul.social li {
  display: inline-block;
  padding: 0 0.25em 0 0; }

.attraction img {
  max-width: 300px; }

.attraction iframe {
  width: 100%;
  height: 315px; }

.category-archive-meta {
  padding: 1em 1.625em; }

.category-listing {
  list-style-type: none;
  margin: 0;
  text-align: center;
  width: 100%; }

.attraction-thumbnail {
  @box-shadow (3px, 3px, 3px, #222);
  border-radius: 6px;
  background: #666;
  background-size: 100% 100%;
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
  height: 10em;
  margin: 0 1% 1% 0;
  opacity: 0.7;
  overflow: hidden;
  position: relative;
  width: 10em; }

.attraction-thumbnail {
  @box-shadow (3px, 3px, 3px, #222);
  border-radius: 6px;
  background: #666;
  background-size: 100% 100%;
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
  height: 10em;
  margin: 0 1% 1% 0;
  opacity: 0.7;
  overflow: hidden;
  position: relative;
  width: 10em; }
  .attraction-thumbnail:hover {
    opacity: 1; }

.attraction-thumbnail:nth-child(3n+3) {
  margin-right: 0; }

.attraction-title,
.attraction-subhead {
  color: white;
  text-align: center;
  text-shadow: 1px 2px 2px black;
  text-transform: uppercase; }

.attraction-title {
  padding: 1em 0.5em 0 0.5em;
  font-size: 1.125em;
  line-height: 125%; }

.attraction-subhead {
  font-size: 0.9em; }

/* Attraction Filters. */
.attraction-filters {
  padding: 1em; }

.attraction-filters label {
  display: block;
  font-weight: bold; }
  .attraction-filters label select {
    display: block;
    width: 100%; }

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #fafafa;
  border: 1px solid #ddd;
  color: #888; }

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
  color: #373737; }

textarea {
  padding-left: 3px;
  width: 98%; }

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

input#s {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: white;
  background-image: url(images/search.png);
  background-repeat: no-repeat;
  background-position: 5px 6px;
  font-size: 14px;
  height: 22px;
  line-height: 1.2em;
  padding: 4px 10px 4px 28px; }

input#searchsubmit {
  display: none; }

div.ss-form-container {
  font-family: inherit; }

div.ss-required-asterisk {
  display: none; }

div.ss-form-entry {
  padding-bottom: 1.5em; }

div.ss-form-desc {
  font-style: oblique;
  padding-bottom: 1em; }

div.ss-form-entry input[type="text"],
div.ss-form-entry textarea {
  background-color: white;
  border: #ddd;
  width: 100%; }

.ss-q-title {
  font-weight: bold; }

#ss-form ol {
  margin-left: 0; }

.ss-form .entry-content table,
.ss-form .entry-content td {
  border-top-width: 0;
  border-bottom-width: 0; }

.btn,
.submit {
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  background: #3498db;
  background: -webkit-gradient(linear, left top, left bottom, from(#3498db), to(#2980b9));
  background: -moz-linear-gradient(top, #3498db, #2980b9);
  background: -o-linear-gradient(#3498db, #2980b9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#2980b9');
  border: none;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none; }

.btn:hover,
.submit:hover {
  background: #3cb0fd;
  background: -webkit-gradient(linear, left top, left bottom, from(#3cb0fd), to(#3498db));
  background: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background: -o-linear-gradient(#3cb0fd, #3498db);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb0fd', endColorstr='#3498db');
  text-decoration: none; }

.social {
  margin: 0; }

.social li {
  border-bottom: none !important;
  list-style-type: none !important;
  padding-right: 0.5em; }

aside .social li,
footer .social li {
  float: left; }

.social li a {
  background: url("images/social/social-icons.png");
  display: inline-block;
  height: 23px;
  text-indent: -9999px;
  overflow: hidden;
  width: 23px; }

.social .web {
  background: #777;
  color: white;
  font-weight: bold;
  padding: 0 1em;
  text-indent: 0;
  text-transform: uppercase;
  width: auto; }

.social .web:hover {
  background: #333; }
  .social .web:hover a:hover {
    text-decoration: none; }

.social .tw {
  background-position: 0 0; }

.social .tw:hover {
  background-position: 0 -23px; }

.social .fb {
  background-position: -23px 0; }

.social .fb:hover {
  background-position: -23px -23px; }

.social .rss {
  background-position: -46px 0; }

.social .rss:hover {
  background-position: -46px -23px; }

.social .plus {
  background-position: -69px 0; }

.social .plus:hover {
  background-position: -69px -69px; }

.social .reverb {
  background-position: -91px 0; }

.social .reverb:hover {
  background-position: -91px -23px; }

.social .pinterest {
  background-position: -114px 0; }

.social .pinterest:hover {
  background-position: -114px -23px; }

.social .tumblr {
  background-position: 0 -46px; }

.social .tumblr:hover {
  background-position: 0 -69px; }

.social .etsy {
  background-position: -23px -46px; }

.social .etsy:hover {
  background-position: -23px -69px; }

.social .bandcamp {
  background-position: -46px -46px; }

.social .bandcamp:hover {
  background-position: -46px -69px; }

.social .deviantart {
  background-position: -69px -46px; }

.social .deviantart:hover {
  background-position: -69px -69px; }

.social .instagram {
  background-position: -91px -46px; }

.social .instagram:hover {
  background-position: -91px -69px; }

.social .soundcloud {
  background-position: -114px -46px; }

.social .soundcloud:hover {
  background-position: -114px -69px; }

.social .fetlife {
  background-position: -137px -0px; }

.social .fetlife:hover {
  background-position: -137px -23px; }

.attraction .social li {
  padding-right: 0.5em; }

footer .social {
  display: inline-block;
  text-align: center; }

.attraction .social li:after {
  content: ''; }

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/* Drop the background and make the page take up the whole width of the browser */
@media (max-width: 970px) {
  body {
    padding: 0; }

  #page {
    max-width: 100%;
    width: 100%;
    overflow: hidden; } }
@media (max-width: 650px) {
  /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
  body, input, textarea {
    font-size: 13px; }

  #site-title a {
    font-size: 24px; }

  #site-description {
    font-size: 12px; }

  #access ul {
    font-size: 12px; }

  article.intro .entry-content {
    font-size: 12px; }

  .entry-title {
    font-size: 21px; }

  .featured-post .entry-title {
    font-size: 14px; }

  .singular .entry-title {
    font-size: 28px; }

  .entry-meta {
    font-size: 12px; }

  blockquote {
    margin: 0; }

  blockquote.pull {
    font-size: 17px; }

  /* Reposition the site title and description slightly */
  #site-title {
    padding: 5.30625em 0 0; }

  #site-title,
  #site-description {
    margin-right: 0; }

  /* Make sure the logo and search form don't collide */
  #branding #searchform {
    top: 1.625em !important; }

  /* Floated content doesn't work well at this size */
  .alignleft,
  .alignright {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body {
    padding: 0; }

  #page {
    margin-top: 0; }

  #branding {
    border-top: none; }

  .hidden-phone {
    display: none; } }
@media screen and (min-width: 761px) {
  .main-menu ul ul {
    @box-shadow (0, 3px, 3px, rgba(0, 0, 0, 0.2));
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    width: 188px;
    z-index: 99999; }

  .main-menu ul ul ul {
    left: 100%;
    top: 0; }

  .main-menu ul ul a {
    background: #f9f9f9;
    border-bottom: 1px dotted #ddd;
    color: #444;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 1.4em;
    padding: 10px 10px;
    width: 168px; }

  .main-menu li:hover > a,
  .main-menu ul ul :hover > a,
  .main-menu a:focus {
    background: #efefef; }

  .main-menu li:hover > a,
  .main-menu a:focus {
    @gradient (#f9f9f9, #e5e5e5);
    color: #373737; }

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

  /* Two Footer Widget Areas */
  #supplementary.two .widget-area {
    float: left;
    margin-right: 3.7%;
    width: 48.1%; }

  #supplementary.two .widget-area + .widget-area {
    margin-right: 0; }

  /* Three Footer Widget Areas */
  #supplementary.three .widget-area {
    float: left;
    margin-right: 3.7%;
    width: 30.85%; } }
@media screen and (max-width: 760px) {
  #page, #main, #primary {
    display: block;
    padding: 0; }

  .secondary {
    display: none; }

  #content {
    padding: 0.5em 0 0.5em 1em; }

  #access {
    display: none; }

  #access ul li {
    width: 100%; }

  .show-menu {
    display: block; }

  .main-menu ul ul {
    display: none; }

  .main-menu ul {
    padding-left: 0; }

  .main-menu ul a {
    background: #f9f9f9;
    border-bottom: 1px dotted #ddd;
    color: #444;
    font-size: 13px;
    font-weight: normal;
    height: auto; }

  #content .page-header,
  #content .hentry {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 1em 0;
    margin: 1em 0; }

  #content .page-header,
  #content .entry-header {
    background: transparent;
    padding-top: 1em; }

  .attraction-thumbnail {
    background-image: none !important;
    display: block;
    height: 3em;
    margin: 0.5em auto;
    padding: 0;
    width: 90%; }

  .attraction-thumbnail .background {
    display: none; }

  .attraction-title {
    padding: 0.25em; }

  #content .page-header {
    padding: 1em 1.5em; }

  #content .hentry {
    padding: 0 1em; }

  .attraction-filters {
    padding: 0 1em 0 0; }

  .page-header select {
    display: block;
    margin-bottom: 1em; }

  .content-footer .pagination-nav {
    padding: 1em 2em; } }

/*# sourceMappingURL=style.css.map */
