/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: 100%; font: inherit; vertical-align: baseline; box-sizing: border-box; }


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {	border-collapse: collapse; border-spacing: 0; }
img { max-width: 100%; height: auto;  }
html { box-sizing: border-box; -webkit-text-size-adjust: 100%; }


/* GENERAL */
body { max-width: 1600px; font-family: "Open sans", Arial, Helvetica, sans-serif; font-size: 100%; color: #F0F0F0; line-height: 1.5; background: #000; margin: 0 auto; }
h1, h2, h3  { font-family: "Josefin Sans", "Open sans", Arial, Helvetica, sans-serif; font-weight: 600; margin: 0; }
h1 { font-size: 2.4em; margin: 0 0 0.5em 0;}
h2 { font-size: 1.8em; margin: 0 0 0.5em 0; }
h3 { font-size: 1.25em; margin: 0 0 0.5em 0; }
table {width: 100%; border-collapse: collapse; margin: 0 0 1.5em 0; }
th { color: #FFF; text-align: left; padding: 0.5em 1em; background: #000; }	
td { vertical-align: top; padding: 1em; border-bottom: 1px dashed #000; }
p { margin: 0 0 1em 0; }
ul { margin: 0 0 1em 1.5em; }
ul { margin: 0 0 1em 1.5em; }
dl { margin: 0 0 1.5em 0; }
blockquote { font-style: italic; color: #757575; padding: 0; margin: 0 0 1em 0; }
hr { display: none; width: 33.3%; background: 0; border: 0; border-bottom: 7px dotted #FFFF00; margin: 5% auto; clear: both; }
em, i { font-style: italic; }
b, strong { font-weight: bold; }
a { color: #007980; }

.nobullet { list-style: none; margin: 0 0 1.5em 0; }
.inline li { display: inline; }
.center { text-align: center; }


/* LAYOUT */
.top { padding: 10px 1em; background: #000; border-bottom: 0px solid #FFF; overflow: hidden; clear: both;  }
	.nav { max-width: 1400px; margin: 0 auto;  }
.content { max-width: 1400px; padding: 1em; margin: 0 auto; }
    .main { width: 800px; margin: 0 auto; }
.bottom { max-width: 1400px; text-align: center; padding: 10px 1em; margin: 0 auto; overflow: hidden; clear: both;}

/* masonry */
.grid { }
.grid-sizer { width: 25%; }
.grid-width { width: 25%; }
.grid-item { float: left; width: 23%; margin: 1%; }
.grid-tonight { text-align: center; text-transform: uppercase; padding: 0 0 5px 0; background: orange; }
.grid-inner { border: 1px solid #222; }
    .gigs .grid-inner { color: #FFF; background: #222; border: 5px solid orange; }
    .twitter { color: #FFF; background: #00ACED }
    .facebook { color: #FFF; background: #3B579D; }
    .instagram { color: #FFF; background: #00538B; }
    .flickr { color: #FFF; background: #151517; }
.grid-link { display: block; width: 100%; height: 100%; text-decoration: none; }
.grid a { color: #F0F0F0; }
.grid-image img { display: block; width: 100%; margin: 0; }
.grid-source { display: none; padding: 10px 5% 0 5%; }
.grid-date { display: block; font-size: 0.8em; color: #FFF; padding: 10px 5% 0 5%; }
.grid-title { font-size: 1.125em; font-weight: 600; padding: 10px 5% 0 5%; margin: 0; }
.grid-detail { padding: 10px 5% 15px 5%; }
.grid-icon { float: left; display: block; color: #FFF; margin: 12px 7px 0 5%; }
.grid-booknow { padding: 0 5% 15px 5%; }
.grid-booknow .btn { display: block; }

/* 2col grid */
.columns { overflow: hidden; clear: both; margin-left: -5%; }
.col2 { float: left; width: 45%; margin-left: 5%; }
.celebrate { max-width: 750px; text-align: center; margin: 0 auto; overflow: hidden; clear: both; }


/* FORMS - TAGS */
.form-tags { max-width: 960px; text-align: center; padding: 1%; margin: 0 auto 1em auto; }
.form-tags legend { width: 100%; font-size: 1.2em; text-align: center; margin: 0 auto 0.5em auto; }
.tags { list-style: none; margin: 0 0 0.5em 0; }
.tags li { display: inline-block; margin-bottom: 0.25em; }
.tags--label { cursor: pointer; }
.tags--label span { display: inline-block; font-size: 12px; padding: 5px 10px; }
input.tags--checkbox { position: absolute; left: -999em; }
input.tags--checkbox[type=checkbox] + span { color: #555; background: #CCC; } 
input.tags--checkbox[type=checkbox] + span:before { content: "+ "; }
input.tags--checkbox[type=checkbox]:checked + span { color: #FFF; background: #1970FF; }
input.tags--checkbox[type=checkbox]:checked + span:before { content: "// "; }	


/* PRIMARY NAV */	
.logo { float: left; padding: 5px 0; margin-right: 1em; }
.logo img { display: block; width: 200px; height: 30px; }
.minicart { float: right; font-size: 0.9em; list-style: none; color: #757575; line-height: 40px; text-transform: uppercase; margin: 0; }
.minicart li { display: inline-block; margin: 0; }
.minicart li a { display: block; color: #00FF00; font-weight: 600; text-decoration: none; padding: 0 0.5em; }
.minicart li.minicart-empty { padding-left: 1em; }
.menutoggle { display: none; }
.menu { font-size: 0.9em; list-style: none; line-height: 40px; text-transform: uppercase; margin: 0; }
.menu li { display: inline-block; height: 40px; margin: 0; }
.menu li a { display: inline-block; color: #D9DBDA; text-decoration: none; padding: 0 0.5em; }
.menu li a:before { content: "// "; }
.menu li.menu-social { font-size: 20px; }
.menu li.menu-social a:before { content: ""; }
.menu li a.menu-link-facebook { color: #3B579D; }
.menu li a.menu-link-twitter { color: #00ACED; }
.menu li a.menu-link-instagram { color: #FFF; }
.menu-search {}
.ohcrumbs { display: none; font-size: 0.8em; }

/* HERO */	
.hero { position: relative; min-height: 300px; padding: 40% 2% 0 2%; background: #000 url(../../../assets/images/bg-hero.jpg) no-repeat center; background-size: cover; }
.hero-content { position: absolute; right: 0; bottom: 0; left: 0; text-align: center; padding: 1em; background: rgba(0,0,0,0.8); margin: 0 auto; }
.hero h1 { font-family: "Passion One", Arial, Helvetica, sans-serif; font-size: 2.8em; font-weight: 400; color: #FFF; margin: 0; }
.hero p { font-size: 1em; font-weight: 400; color: #FFF; margin: 0; }

/* RECENTLY ADDED */
.recent-list { text-align: center; }
.recent-list dt { display: inline-block; }
.recent-list dt:before { content: "// "; }
.recent-list dd { display: inline-block; margin-left: 1em; }


/* ENTRIES */
.entries {}
.entries-image { float: left; width: 25%; margin: 0 2% 0 0; }
.entries-description { padding-left: 2%; border-left: 5px solid #E5007C; margin-left: 27%; }

/* PAGINATION */
.pagination { list-style: none; margin: 0 0 1.5em 0; overflow: hidden; clear: both; }
.pagination li { float: left; margin: 0 4px 0 0; }
.pagination li a { display: block; width: 36px; height: 36px; line-height: 36px; font-weight: bold; color: #FFF; text-align: center; background: #7CB934; }
.pagination li a.active, .pagination li a:hover, .pagination li a:focus { background: #68804D; }


/* CALENDAR */
.cal { width: 100%; margin-bottom: 2em; }

.calendar-table { width: 100%; max-width: 100%; font-size: 14px; background: #000; border: 0; border-bottom: 1px solid #757575; margin: 0; }
.calendar-table caption { font-weight: bold; color: #757575; text-transform: uppercase; padding: 2px 0; }
.calendar-table th { color: #FFF; line-height: 20px; text-align: center; background: #757575; }
.calendar-table td { line-height: 36px; color: #757575; text-align: center; padding: 0; border-top: 1px solid #757575; }
.calendat-table td span { display: block; padding: 4px 0; line-height: 36px; }
.calendar-table td a { display: block; font-weight: bold; text-decoration: underline; padding: 0; }
.calendar-table td.highlight a { color: #FFF; }
.calendar-table td a.cal-event-link { color: #006600; }

/* FOOTER */
.footer-links { font-size: 0.9em; list-style: none; margin: 0 0 1em 0; }
.footer-links li { display: inline-block; margin-right: 1em; }
.copyright { font-size: 0.8em; }

/* BUTTONS */
.btn { display: inline-block; font-size: 16px; color: #FFF; text-align: center; text-decoration: none; text-transform: uppercase; background: #000; border: 0; cursor: pointer; transition: 0.5s; }
.btn-pri { background: rgb(255,0,0); }
.btn-pri:hover { background: rgb(255,140,0); }
.btn-sec { background: #757575; }
.btn-l { font-size: 17px; padding: 0.75em 1em; border-radius: 4px; }
.btn-m { font-size: 15px; padding: 0.5em 1em; }
.btn-s { font-size: 13px; padding: 0.5em 1em; }
a.btn { color: #FFF; }
.btn-block { display: block; padding: 0.75em 0; width: 100%;  }


/* MISC BITS */
.video { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin: 0 0 1.5em 0; border: 10px solid rgba(0,0,0,0.5); }
.map { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin: 0 0 1.5em 0; }
.video iframe, .video object, .video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }
.map iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

		
/* FORMS */



fieldset {max-width: 100%; }
legend { "Open sans", Arial, Helvetica, sans-serif; font-size: 1.5em; font-weight: 300; margin: 0 0 0.5em 0; }
.form-fields { margin: 0 0 1em 0; }
.form-fields dd { margin: 0 0 1em 0; }
label { display: block; margin: 0 0 0.15em 0; }
textarea {width: 100%; height: 160px; border: 0; }
button { border: 0; cursor: pointer; }
input[type=text], input[type=password], input[type=url], input[type=tel], input[type=email] 
{ width: 100%; height: 38px; font-size: 16px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 0; }
input[type=checkbox] { width: 1em; }
input[type=search] { font-size: 16px; border: 0; -moz-appearance: none; -webkit-appearance: none; appearance: none; outline: none; }
input.input-m { max-width: 400px; }
input.input-nl-email { height: 30px; width: 280px; margin: 0 5px 5px 0; }
select { height: 30px; font-size: 16px; border: 0;  }

.form-newsletter {  }
.form-newsletter label { position: absolute; left: -999em; }
.btn-nl-submit { height: 30px; padding: 0 1em; }

  form.search-form { height: 24px; padding: 0 0; margin: 0; }
  input.search-keywords { width: 180px; height: 24px; border: 0; }
  button.search-btn { width: 24px; height: 24px; font-size: 16px; color: #FFF; background: #000; border: 0; }

.error-text { display: block; color: orange; }
.cart-products-detail {}
.cart-products-detail dt { float: left; width: 140px; }

.cart-totals {}
.cart-totals dt { float: left; width: 140px; }

.cart-links { list-style: none; margin: 0 0 1.5em 0; }
.cart-links li { display: inline-block; margin-right: 1em; }


/* DA QUERIES */

@media screen and (max-width: 1024px) {
.top { padding: 0 1em 10px 1em; }
.logo { padding: 0; }
.minicart { float: none; width: 100%; text-align: right; clear: both; }
.menutoggle { display: block; float: right; color: #FFF; line-height: 28px; text-decoration: none; text-transform: uppercase; padding: 0 1em; border: 1px solid #FFF; }
.menu { display: none; float: none; width: 100%; list-style: none; line-height: 40px; text-align: left; text-transform: uppercase; padding-top: 10px; margin: 0; clear: both; }
.menu li { display: block; margin: 0 0 0.25em 0;; }
.menu li a { display: block; color: #FFF; text-decoration: none; padding: 0 1em; background: #262425; border-radius: 7px; }
.menu li.menu-social a { display: inline-block; }
.social-label { display: block; margin-bottom: 0.5em; }
}

@media screen and (max-width: 840px) {
.main { width: 100%; }
}


@media screen and (max-width: 800px) {
.hero h1 { font-size: 1.8em; }
.grid-item { width: 48%; }
.grid-item-large { width: 48%; }
.grid-item-tweet { width: 48%; height: 0; padding-bottom: 48%; }
.col2 { float: none; width: 95%; overflow: hidden; clear: both; margin-bottom: 1em; }
}



@media screen and (max-width: 480px) {
body { font-size: 90%; }
.hero h1 { font-size: 1.5em; }
.grid-item { width: 98%; }
.grid-item-large { width: 98%; }
.grid-item-tweet { width: 98%; height: 0; padding-bottom: 98%; }
}





