/* Welcome and glad you are using Reverie.
 * This is the main stylesheet loaded by default.
 * Edit the file and have fun.
 * http://themefortress.com/reverie */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

meta.foundation-version {
  font-family: "/5.2.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,body { font-size: 100%; }

body {
  background: white;
  color: #444444;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover { cursor: pointer; }

img {
  max-width: 100%;
  height: auto;
}

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

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  border-radius: 0px;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
ul.pagination li.current a {
  background: #51789a;
  color: white;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #51789a;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Start to customize Reverie */
a, a:visited, a:hover, a:visited:hover {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

figure {
  margin: 0 auto 1.25rem;
}

figure img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

img.aligncenter {
  display: block;
  margin: 18px auto;
}

.gallery dt, .gallery dl {
  display: inline-block;
}
.gallery dl {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
}

figure.figure {
  margin: 0 auto;
  display: table;
}
figure.figure figcaption {
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: italic;
  padding: 8px 10px;
  color: #999;
  margin-bottom: 1.25rem;
  display: table-caption;
  caption-side: bottom;
}

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px;
}

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0;
}

.footer-widget {
  background-color: #eee;
}

body > header.contain-to-grid {
  margin-bottom: 2rem;
  max-width: 100%;
  padding-bottom: 0;
}

#content {
  background-color: #fff;
  border: 1px solid #ddd;
}

.index-card {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

span.author,
time {
  font-size: 0.9375rem;
  color: #999;
}
span.author a,
time a {
  color: #999;
  font-weight: bold;
}
span.author a:hover, span.author a:focus,
time a:hover,
time a:focus {
  color: #444444;
}

.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.125rem 5rem;
  margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
}
.entry-author h4 a {
  color: #999;
}
.entry-author h4 a:hover, .entry-author h4 a:focus {
  color: #444444;
}
.entry-author p {
  color: #bbb;
}

.post header,
.page header,
.label-post_type header,
.mailorder-post_type header {
  margin-bottom: 1.25rem;
}

.entry-tags {
  color: #999;
  font-size: 0.9375rem;
}
.entry-tags a {
  color: #999;
}
.entry-tags a:hover, .entry-tags a:focus {
  color: #444444;
}

.page-numbers {
  color: #999;
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}
.page-numbers li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
.page-numbers li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  border-radius: 0px;
}
.page-numbers li:hover a,
.page-numbers li a:focus {
  background: #e6e6e6;
}
.page-numbers li.unavailable a {
  cursor: default;
  color: #999999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
  background: transparent;
}
.page-numbers li.current a {
  background: #51789a;
  color: white;
  font-weight: bold;
  cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current a:focus {
  background: #51789a;
}
.page-numbers li {
  float: left;
  display: block;
}

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block;
}

.page-numbers li span.current {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-numbers li {
  margin-left: 0.5rem;
}

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #e6e6e6;
}
.page-numbers li span.current {
  background: #51789a;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: white;
  font-weight: bold;
  cursor: default;
}

.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

ol.commentlist {
  margin-left: 0;
  margin-top: 2em;
}
ol.commentlist p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
ol.commentlist ul.children {
  margin-left: 4rem;
}
ol.commentlist li {
  list-style: none;
  margin-bottom: 2em;
}
ol.commentlist li .comment-author img {
  float: left;
  margin: 0 1em 0 0;
}
ol.commentlist li .author-meta {
  display: inline-block;
}
ol.commentlist li .author-meta cite.fn {
  font-style: normal;
  font-weight: 600;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta time a {
  color: #ccc;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta .comment-edit-link {
  color: #bbb;
  font-size: 0.875rem;
}
ol.commentlist li section.comment {
  margin-left: 4rem;
  margin-bottom: 2rem;
}
ol.commentlist li section.comment a.comment-reply-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #bbb;
}
ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus {
  color: #444444;
}

#sidebar {
  margin-top: 1.25rem;
}

#sidebar .panel, .footer-widget .panel {
	border: none;
	background-color: #eee;
	color:#fff !important;
	padding: 1.2rem;
}

table tr th, table tr td { color:#fff !important; }  

#sidebar .panel a, .footer-widget .panel a {
  color: #f5f502;
  font-size: 0.9375rem;
}
#sidebar .panel a:hover, #sidebar .panel a:focus, .footer-widget .panel a:hover, .footer-widget .panel a:focus {
  color: #d7d800;
}
#sidebar ul, .footer-widget ul {
  list-style-type: none;
  margin-left: 0;
}
#sidebar .widget h4, .footer-widget .widget h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  color: #888;
  font-weight: 600;
}

footer.full-width {
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding-top: 3rem;
}
footer.full-width p {
  font-size: 0.875rem;
}
footer.full-width a {
  color: #666;
  font-size: 0.9375rem;
}
footer.full-width a:hover, footer.full-width a:focus {
  color: #444444;
}
footer.full-width .love-reverie {
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
}

.admin-bar > .fixed {
  margin-top: 2rem;
}

.f-topbar-fixed > .container {
  margin-top: 2rem;
}

@media only screen {
  .entry-author .avatar {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 40.063em) {
  #content {
    padding: 3.125rem;
  }

  .entry-author {
    margin: 3.125rem -3.125rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #sidebar {
    padding-left: 1.875rem;
    padding-right: 0;
    margin-top: 0;
  }

  .footer-widget {
    margin-top: 3rem;
    padding-top: 2rem;
  }
}

/* CSS */
@font-face {
    font-family: 'traveling__typewriterregular';
    src: url('../fonts/travelingtypewriter-webfont.eot');
    src: url('../fonts/travelingtypewriter-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/travelingtypewriter-webfont.woff2') format('woff2'),
         url('../fonts/travelingtypewriter-webfont.woff') format('woff'),
         url('../fonts/travelingtypewriter-webfont.ttf') format('truetype'),
         url('../fonts/travelingtypewriter-webfont.svg#traveling__typewriterregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body 
{ 
	background: #404040;
	overflow-x: hidden;
	color:#fff;
	font-family: 'traveling__typewriterregular';
	line-height: 1.5rem;
}

a { color:#f5f502; }
a:hover, a:focus { color:#d7d800; }

h1,h2,h3,h4,h5,h6 { font-family: 'traveling__typewriterregular'; color:#fff; text-transform:uppercase;}
h1{ margin: 0 0 0.67em; }

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{ color:#fff; text-transform:uppercase;}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{ color:#f5f502; }

.print-grid h1, .print-grid h2, .print-grid h3,
.print-list h1, .print-list h2, .print-list h3
{ text-transform: none; } 

p, .textwidget { font-size:1rem; }

blockquote, blockquote p 
{
	line-height: 1.6rem;
	color: #ccc;
}

input { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; }

.clear { clear:both; }

#page-load 
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #404040 url(../img/logo-agi-punk.png) no-repeat center center;
	background-size:100px 100px;
	z-index: 9999;
	opacity: 1;
}

#content { margin-bottom:3rem; }

span.sold-out { color:#ff0000; font-weight: bold; padding-top: 10px; display: inline-block; font-size: 1.4rem; text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45); }

/* header */
.contain-to-grid 
{
	background: transparent  url(../img/header-bg.png) repeat-x top center;
	height: 103px;
	margin-bottom: 25px;
	border-bottom: 2px solid rgba(255,255,255,0.2);
}
.contain-to-grid .top-bar { background:none; height: auto;}

#logo { float:left; margin-top:12px; }
#logo img { width:78px; height:auto; }

ul.top-menu-desktop { text-align:right; }

ul.top-menu-desktop li
{
	display:inline-block;
	position: relative;
	padding-right:30px;
	line-height: 98px;
}
ul.top-menu-desktop li:last-child { padding-right:0; }
ul.top-menu-desktop li.active a {color:#f5f502;}
ul.top-menu-desktop li.active a:hover {color:#fff;}
ul.top-menu-desktop li.active.has-dropdown a { color:#fff; }
ul.top-menu-desktop li.active.has-dropdown a:hover {color:#f5f502;}
  
body.tax-label_cat li.menu-item-label.has-dropdown a, 
body.single-label-post_type  li.menu-item-label.has-dropdown a { color:#f5f502; }

body.tax-mailorder_cat li.menu-item-mailorder.has-dropdown a, 
body.single-mailorder-post_type  li.menu-item-mailorder.has-dropdown a { color:#f5f502; }

body.tax-sublabel_cat li.menu-item-sub-labels.has-dropdown a, 
body.post-type-archive-sublabel-post_type  li.menu-item-sub-labels.has-dropdown a,
body.single-sublabel-post_type  li.menu-item-sub-labels.has-dropdown a { color:#f5f502; }

ul.dropdown li a { color:#fff !important; }
ul.dropdown li a:hover { color:#f5f502 !important; }

body.single h1, .category-tour-dates h2 { color:#f5f502; }

ul.top-menu-desktop li a
{
	font-size:28px;
	color:#fff;
	text-transform:uppercase;
}

ul.top-menu-desktop li a:hover
{
	font-size:28px;
	color:#f5f502; 
}

ul.dropdown
{
	position: absolute;
	top: 101px;
	left: 0;
	display: none;
	opacity: 0;
	z-index: 10;
	padding: 0;
	margin: 0;
	text-align: left;
	background: transparent  url(../img/content-bg.png) repeat 0 0 !important;
	border: 2px solid rgba(255,255,255,0.2);
	border-top:none;
}

ul.dropdown li
{
	display:block;
	float:none;
	padding: 0 20px;
	line-height: 50px;
}
ul.dropdown li a, ul.dropdown li a:hover, ul.dropdown li a:focus { display:block; font-size: 1.5rem; }

li.menu-item-booking ul.dropdown { width:180px; }
li.menu-item-mailorder ul.dropdown { width:185px; }
li.menu-item-sub-labels ul.dropdown { width:285px; }

ul.dropdown li.back { display:none; }

.menu-icon 
{
	width:50px;
	height:50px;
	margin-top:9px;
	background: transparent url(../img/mobile-menu.png) no-repeat top center !important;
	background-size:50px 50px !important;
	opacity:0.85;
}

/* content */
#content { padding: 0; background: none !important; border:none !important; }
#content article
{
	background: transparent  url(../img/content-bg.png) repeat 0 0 !important;
	border: 2px solid rgba(255,255,255,0.2);
	padding:20px;
	min-height: initial;
}
.cds {  }
/*.cds.last:after  { content:''; display:block; clear: both; height:50px; width: 100%; margin-top: 40px; } */

.events article { margin-bottom:2rem; }
/* sidebar */
.panel 
{
	border: 2px solid rgba(255,255,255,0.2) !important;
	padding: 1.25rem;
	background: transparent url(../img/content-bg.png) repeat 0 0 !important;
	margin-bottom:3rem;
}

.panel li { color: #fff; margin-bottom: 0.5rem; padding-bottom: 0.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.panel li ul li { margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
li.all-events-link { padding-top:0.5rem; margin-bottom: 0; padding-bottom: 0; border-bottom: none; }

#sidebar .widget h4, .footer-widget .widget h4 
{
	text-transform: uppercase;
	font-size: 1.6rem;
	padding-bottom: 0rem;
	border-bottom: none;
	color: #fff;
	font-weight: normal;
}

/* home */
.index-card 
{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

body.home article.category-news
{
	margin-bottom:3rem;
}

body.home article.category-news h2, 
body.home article.category-news .entry-content
{
	padding-left:1.5rem;
	padding-right:1.5rem;
}

body.home article.category-news img.featured-img
{
	border: 2px solid rgba(255, 255, 255, 0.2);
	margin:0.5rem 0 1.5rem; 
}

body.home article.category-news .entry-content p { margin-bottom:0; }
body.home article.category-news .entry-content { margin-bottom:1rem; }

.news-img 
{
	border: 2px solid rgba(255, 255, 255, 0.2);
	margin:0.5rem 0 1.5rem; 
	
	width:30%;
	float:left;
	margin: 0 30px 30px 0;
}

.read-more 
{
	background: transparent url(../img/content-bg.png) repeat;
	padding:10px 15px;
	color:#fff;
	font-size: 0.9rem;
	display: inline-block;
	margin-top: 10px;
}

.read-more span { color:#F5F502; }
.read-more:hover span { color:#fff; }

/* Lista */
.print-list img
{
	width: 200px;
	height:auto;
	float: left;
	margin: 0 20px 20px 0;
	border: 2px solid rgba(255, 255, 255, 0.2);
}

.print-list { margin-bottom: 3rem; width:100%; }
.print-list h2 { font-size:1.5rem; margin:0; }
.print-list h2 a { color: #f5f502; }
.print-list h2 a:hover { color: #fff; }
.print-list h3 { font-size:1.2rem; margin:1px 0 5px; }
.print-list h5 { font-size:1.0rem; }
.print-list .product-image { float:left; }

/* Grid */
.filter-no-show { display: none !important; }
.filter-by-letter, .no-filter-results
{
	border: 2px solid rgba(255,255,255,0.2) !important;
	padding: 0.8rem;
	background: transparent url(../img/content-bg.png) repeat 0 0 !important;
	margin-bottom: 1rem;
	text-align: center;
}
.filter-by-letter span { display: block;  }
.filter-by-letter a { display: inline-block; padding: 2px 4px; text-transform: uppercase; }
.filter-by-letter a.selected { background: rgba(0, 0, 0, 0.3); padding: 2px 8px; }

.clear-grid:after { clear: both !important; }
 
.large-block-grid-3 > li:nth-of-type(3n+1), .small-block-grid-2 > li:nth-of-type(2n+1) { clear:none !important; }
 
ul.ul-cd { margin-bottom: 1rem !important;  }
ul.ul-cd li { margin-bottom: 1rem; min-height: 520px; }
.width-list { width:100% !important; margin-bottom:-1rem !important;}
.print-grid { text-align: center; padding:12px !important; margin-bottom: 1rem; }
.print-grid img
{
	width: 100%;
	height:auto;
	float: none;
	margin: 0;
	border: 2px solid rgba(255, 255, 255, 0.2);
}

.print-grid h2 { font-size:1.2rem; margin: 15px 0 0; }
.print-grid h2 a { color: #f5f502; }
.print-grid h2 a:hover { color: #fff; }
.print-grid h3 { font-size:1.1rem; margin: 5px 0; } 
.print-grid h5 { font-size:0.9rem; margin: 5px 0; }

.print-grid .read-more { width:100%; }

.print-grid .entry-content { display:none; }

body.single-mailorder-post_type h1, body.single-label-post_type h1 { margin: 0; }

/* breadcrumbs */
.bread
{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 0.9rem;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 5px;
}
.view-switch .bread
{
	display:inline;
	width:auto;
	border-bottom: 0;
	padding-bottom: 0;
}
.view-switch .bread a { color:#F5F503; padding:0; margin:0; }
.view-switch .bread a:hover { color:#d7d800; }

.view-switch .bread { float:left; }
.view-switch .change-view { float:right; display:none !important;}


/* Switch views */
.view-switch { margin-bottom: 10px;  }
.view-switch a { display: inline-block;padding-right: 30px; margin-left: 10px;line-height: 27px;position: relative; color:#fff;}
.view-switch a:hover { color:#ccc;}
.view-switch a.selected-view, .view-switch a.selected-view:hover { color:#F5F502; }

#switch-list:after, #switch-grid:after { font-family: FontAwesome;margin-left: 5px;font-size: 20px;position: absolute;top: 1px;right: 0; }
#switch-list:after { content: '\f039'; }
#switch-grid:after { content: '\f00a'; }

/* slider */
.item-container { margin:0 !important; }
.item-slider 
{
	padding: 0 !important;
	border: 2px solid rgba(255, 255, 255, 0.2); 
	overflow: hidden;
	background: #2b2b2b;	
}
.item-slider img { width:100%; height:auto; }

.fancybox-skin { -webkit-border-radius: 0; -moz-border-radius: 0;border-radius: 0; }

.owl-pagination { display: none; }
.owl-prev:after, .owl-next:after 
{
	font-family: FontAwesome;
	font-size: 3.125rem;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	text-shadow: 0px 0px 5px #000;
	visibility: visible;
	z-index: 99;
}
.owl-theme .owl-controls { height: 0; margin: 0; }
.owl-theme .owl-controls .owl-buttons div 
{
	margin: 0;
	padding: 0;
	filter: Alpha(Opacity=100);
	opacity: 1.0;
}
.owl-theme .owl-controls .owl-buttons div:hover { filter: Alpha(Opacity=70); opacity: 0.7; }
.owl-prev:after { content: "\f104"; left: 10px; }
.owl-next:after { content: "\f105"; right: 10px; }
.owl-prev.disabled, .owl-next.disabled { display: none !important; }
.owl-wrapper { overflow:hidden; }  

img 
{
	display: block;
	width: 100%;
	height: auto;
}
span.gallery-title 
{
	font-weight: bold;
	padding-top: 15px;
	display: block;
	font-size: 0.75rem;
	line-height: 1rem;
}

/* footer */
footer.full-width 
{
	background: transparent url(../img/footer-bg.png) no-repeat top center !important;
	border-top: none;
	padding-top: 5rem;
	padding-bottom: 2rem;
}

footer .latest-news {}
footer .latest-news a { color:#F5F502 !important;  display:block;  }
footer .latest-news a.read-more { color:#fff !important; display:inline-block; border:2px solid rgba(255, 255, 255, 0.2); }
footer .latest-news a.read-more span { color:#F5F502 !important; }
footer .latest-news a.read-more:hover { color:#F5F502 !important; }
footer .latest-news a.read-more:hover span { color:#fff !important; }
footer .latest-news a:hover { color:#fff !important; }

footer .socials a
{
	display: inline-block;
	font-size: 2.4rem !important;
	margin: 5px 7px 0 7px;
	color:#F5F502 !important;
}
footer .socials a:hover { color:#fff !important; }

footer .newsletter  { }

footer .contacts-footer a { color:#F5F502 !important; font-size:0.8rem !important;}
footer .contacts-footer a:hover { color:#fff !important;}
footer .contacts-footer ul { margin:none; }
footer .contacts-footer ul li { list-style:none; }

/* button */ 
.button, .button[disabled] { font-family:'traveling__typewriterregular'; background-color:#f5f502; color: #333;font-weight: bold;}
.button:hover, .button:focus, .button[disabled]:hover { background-color:#d7d800; color: #333;font-weight: bold;}

.right-off-canvas-menu { background: rgba(51,51,51,0.8) !important; }
input#s { -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; }

.lista-articoli img { opacity:0; }

.footer-noScrollbar { position:fixed !important; left:0 !important; bottom: 0 !important; width: 100% !important; }
.container-noScrollbar { margin-bottom:100px !important; }

#text-3 .textwidget, #text-4 .textwidget { padding-top: 5px; }
#text-3 .textwidget a, #text-4 .textwidget a { color:#fff; position: relative; padding-left: 40px; }
#text-3 .textwidget a:hover, #text-4 .textwidget a:hover { color:#F5F502; }
#text-3 .textwidget a:before, #text-4 .textwidget a:before { font-family: FontAwesome; padding-right:10px; content: "\f019"; color:#F5F502; font-size: 28px;position: absolute; top: 0;left: 0;}
#text-3 .textwidget a:hover:before, #text-4 .textwidget a:hover:before { color:#fff; }

.scroll-top 
{
	position: fixed;
	bottom: 20px;
	padding: 0;
	opacity: 0.6;
	right: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 2.5rem;
	color: #fff !important;
	text-align: center;
	background: #333333;
	z-index: 9;
}
.scroll-top:hover {
  opacity: 1;
}

/* home slider */
#home-slider { padding-left:0; padding-right:0; margin-bottom:20px; 	overflow: hidden;  }
#home-slider .owl-wrapper-outer{ border: 2px solid rgba(255, 255, 255, 0.2);background: #2b2b2b; }

/* Tour Dates */
.em-events-search { display:none; }
.em-location-map-container { width:100% !important; margin-bottom:30px; }

.events-table { width:100%; background:none; border:none; }
.events-table thead,.events-table tr,  .events-table td { background:none !important; }

.events-head {margin-bottom: 0.5rem !important;padding-bottom: 0.85rem !important;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.events-list {margin-bottom: 0.5rem !important;padding-bottom: 0.5rem;border-bottom: 1px solid rgba(255, 255, 255, 0.1);}

.move-left .exit-off-canvas 
{
	-webkit-backface-visibility: hidden;
	transition: background 300ms ease;
	cursor: pointer;
	box-shadow: none !important; 
	display: block;
	position: absolute;
	background: rgba(255, 252, 0, 0.90) !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1002;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 40.063em) 
{
	.move-left .exit-off-canvas:hover 
	{
		background: rgba(0, 0, 0, 0.5);
	}
}

#pagination { display:none; }
#infscr-loading { height: 0; }

table 
{
	width:100%;
	background: none;
	margin-bottom: 1.25rem;
	border: none;
	background: rgba(0,0,0,0.2);
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
background: rgba(0,0,0,0.2);
}

/* ------ */
/* mobile */
/* ------ */

/* ipad */
@media only screen and (min-width: 64.063em)
{
	#sidebar { display: block; }
}

/* mobile generico */
@media only screen and (min-width: 0em) and (max-width: 64.063em)
{
	#home-slider { padding-left: 0.9375rem; padding-right: 0.9375rem; }	
	
	#content, .contain-to-grid .top-bar { padding-left: 0.9375rem; padding-right: 0.9375rem; }

	.right-off-canvas-menu #sidebar { display:block; width: 100% !important; padding-top:0; }
	.right-off-canvas-menu #sidebar .panel { padding:20px !important; }
	#searchsubmit, #mc-embedded-subscribe { margin-top:-16px !important; }
	#searchform .columns { width: 100% !important; }

	ul.dropdown li a, ul.dropdown li a:hover, ul.dropdown li a:focus { font-size: 0.9rem; line-height: 1.8rem; }

	.off-canvas-list { margin-bottom: 30px !important; }
	.off-canvas-list ul.dropdown
	{
		/* display: block !important; */
		position: relative !important;
		top: 0;
		opacity: 1;
		background: none !important;
		border: none;
		padding-bottom: 30px;
		width: 100% !important;
		margin:0;
	}
	
	.off-canvas-list li.menu-item-booking ul.dropdown { width:auto !important; }
	
	.off-canvas-list li a { border-bottom: 2px solid rgba(255,255,255,0.2) !important; text-transform: uppercase; }
	.off-canvas-list li a:hover { background: none; }
		
	.off-canvas-list ul.dropdown li { display: block !important; float: none !important; padding: 0 10px !important; line-height: 40px !important; }
	
	.off-canvas-list ul.dropdown li a { border-bottom: 1px solid rgba(255,255,255,0.2) !important; text-transform:none; }
	.off-canvas-list ul.dropdown li a:hover { background: none; }
	
	#sidebar .widget h4, .footer-widget .widget h4 { font-size: 1.4rem; }
	
	footer.full-width 
	{
		background-size: 1500px auto !important;
		padding-top: 2.5rem;
	}	
	
	footer.full-width .columns { margin-bottom:1rem; }
}

/* ipad */
@media only screen and (min-width: 40.063em) and (max-width: 64.063em)
{
	.menu-icon { margin-top: 23px; margin-left: 30px; }
	
	footer.full-width { padding-top: 3.5rem;}
}

/* portrait */
@media only screen and (orientation: portrait) and (max-width: 64.063em)
{
	ul.top-menu-desktop li a,ul.top-menu-desktop li a:hover { font-size: 24px; }
}

/* landscape */
@media only screen and (orientation: landscape) and (max-width: 64.063em)
{
	
}


/* landscape iPhone */
@media only screen and (orientation: landscape) and (max-width: 40em)
{
	.backstretch img { width: 100% !important; height: auto !important;top: 0 !important;}
}

/* iphone */
@media only screen and (min-width: 0em) and (max-width: 40em)
{
	p { font-size:0.9rem; }
	.contain-to-grid, .top-bar { height: 70px; }
	.backstretch img { height:100% !important; }
	
	.filter-by-letter span { display: block; }

	.news-img { float:none; width:100%; margin: 0 0 2rem 0; }
	
	/* header */
	#logo { margin-top: 9px; }
	#logo img { width: 50px; }
	
	.view-switch .bread, .view-switch .change-view { float:none; display:block; text-align:center; }
	.view-switch .change-view { margin:10px 0 5px; }
	
	#content article { min-height: initial;	}
	
	/* home */
	body.home article.category-news h2, 
	body.home article.category-news .entry-content
	{
		padding-left:0;
		padding-right:0;
	}

	/* articoli */
	.print-list img { width:100%; height:auto; margin:0 0 20px; }
	.print-grid .read-more { display:none; }

	.item-slider { width:100%; float: none ;margin: 0 0 20px 0; }
	.item-container .entry-content { padding:0 !important; }

	.cds { margin-bottom:0; }
	.cds.last:after  { display:none; }
	
	footer.full-width input#mc-embedded-subscribe { margin-top: -32px !important; }
}