/*
 Theme Name:   The Meteor
 Theme URI:    http://themeteor.co.nz
 Description:  A custom Wordpress theme.
 Author:       Caroline Elisa Haggerty
 Author URI:   http://carolineelisa.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  themeteor
*/

@charset "UTF-8";

/* Eric Meyer's Reset */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, b, i, hr, u, center, menu, layer, s, strike, font, xmp {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  font-size: 100%;
  background: transparent;
  border: none;
  text-decoration: none;
  font-weight: normal;
  font-weight: normal;
  font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/*The basics*/
body {
  overflow-y: scroll;
}
span {
  font-weight:inherit;
}
del {
  text-decoration: line-through;
}
img {
  max-width:100%;
  height:auto;
}
img.aligncenter {
  display: block;
  margin: auto;
}
img.alignleft {
  float: left;
  margin: 0 3% 1% 0;
}
img.alignright {
  float: right;
  margin: 0 0 1% 3%;
}
hr {
  border: 0;
  height: 2px;
  background: #000;
  margin:3em 0;
}
:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
:disabled {
  opacity:0.3;
  pointer-events:none;
}
p:empty {
  display:none;
}
ul, ol {
  padding-left: 1.2em;
}
li {
  margin-bottom:1em;
}
p {
  margin-bottom:1.6em;
}
a {
    color: inherit;
}
table {
  width:100%;
  border-spacing: 0;
}
th, td {
  padding: 1%;
  text-align: left;
}

/* Fonts and spacing */

html, body, select, input, textarea, button {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size:0.95em;
    line-height:1.8em;
    color:#8795a1;
}
strong, b {
  font-weight:700;
}
em {
  font-style: italic;
}
select, input, textarea, button {
  font-size:1em;
}
select, input, textarea, button, a.button, .tribe-events-cal-links a, .button-container a {
  transition: all 0.5s ease;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance:none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  min-height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  vertical-align:middle;
  border:none;

}
select, input, textarea {
  width:90%;
}
input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  width: auto;
  background-color: transparent;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
 }
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
 }
input[type="button"], input[type="submit"], button, a.button, .tribe-events-cal-links a, .button-container a {
    cursor:pointer;
    background:#8795a1;
    color:#fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
a.button.red, .button-container a {
    background: #f04035;
    background: -webkit-gradient(linear, center top, center bottom, from(#f04035), to(#ed362d));
    background: -webkit-linear-gradient(#f04035, #ed362d);
}
.bigbutton {
  font-size:2em;
  text-align:center;
  display:block;
}
.bigbutton a {
  height: inherit;
  line-height: 1.8em;
  padding: 0 20px;
}
a.button:hover {
  background:#26333f;
}
a.button.red:hover, .button-container a:hover {
  background: #e50907;
  background: -webkit-gradient(linear, center top, center bottom, from(#ed362d), to(#e50907));
  background: -webkit-linear-gradient(#ed362d, #e50907);
}
input:focus, button:focus, select:focus {
    outline: none !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    inherit;
    opacity:  1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    inherit;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    inherit;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    inherit;
   opacity:  1;
}
::selection { /* WebKit/Blink Browsers */
  background: #f04035;
  color:#fff;
}
::-moz-selection { /* Gecko Browsers */
  background: #f04035;
  color:#fff;
}
h1 {
    color:#fff;
    font-weight: 700;
    font-size: 3.6em;
    line-height:1.2em;
    padding:1em 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
h2 {
    font-weight: 700;
    font-size: 2.4em;
    line-height:1.4em;
    margin:1em 0;
    color:#fff;
}
h3 {
    font-weight: 700;
    font-size: 1.6em;
    line-height:1.4em;
    margin:1em 0;
    color:#fff;
}
h4 {
    font-weight: 700;
    text-transform:uppercase;
    letter-spacing: 0.05em;
    margin-bottom:0.5em;
}
a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: inherit;
  border-bottom: 2px solid #e7eaec;
  border-bottom-color: rgba(135, 149, 161, .4);
  font-style: inherit;
  font-weight: inherit;
}
a:hover {
  border-bottom-color: rgba(135, 149, 161, .8);
}
hr {
  height: 2px;
  background: #fff;
  margin:3em 0;
}
p:empty, li:empty {
    display:none!important;
}
.hidden {
  opacity:0;
}
.no-js .hidden {
  opacity:1;
}

/* Layout */
body {
  margin:0;
  background-color: #1d2023;
  background-image:url(images/Honeycomb.png);
  background-repeat:no-repeat;
  background-position:top right;
  background-size: 900px;
}
html, body {
  height: 100%;
}
#main {
  min-height: 100%;
  margin-bottom: -193px;
}
#main:after {
  content: "";
  display: block;
  height: 193px;
}
#header {
  border-top: 20px solid #fff;
  text-transform:uppercase;
  letter-spacing:0.05em;
  position:relative;
  z-index:3;
}
.meteor-logo, #main-menu {
  display:inline-block;
  vertical-align: middle;
  margin:0 -2px;
}
.meteor-logo {
  width:20%;
}
.meteor-logo a {
  font-size:0;
  display:block;
  width:155px;
  height:83px;
  background-image:url('images/The_Meteor-white@2x.png');
  background-size:cover;
  background-position:center center;
  border:none;
  margin: 40px;
}
#footer .meteor-logo a  {
    background-image:url('images/The_Meteor@2x.png');
}
#main-menu {
    width:80%;
    text-align:right;
    list-style:none;
    padding:0;
}
#main-menu li {
    display:inline-block;
    margin:0;
}
#main-menu a {
    color: #8c96a1;
    padding:10px 0;
    margin-right:35px;
    border-width: 2px;
    border-color:transparent;
    font-weight:bold;
}
#main-menu a:hover {
    border-color:#8c96a1;
}
#main-menu .current-menu-item a, #main-menu .current-page-ancestor a {
    color: #f04035;
    border-color: transparent;
}
#main {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
}
.col {
    display:inline-block;
    vertical-align:top;
    margin-left:-1px;
    margin-right:-2px;
    padding-right:1%;
}
.col-one-fifth {
    width:19%;
}
.col-one-fourth {
   width:24%;
}
.col-one-third {
   width:32.3%;
}
.col-two-thirds {
   width:65.6%;
}
.col-one-half {
   width:49%;
}
.col-three-fourths {
   width:74%;
}
#footer {
    color:#1d2023;
    background: #fff;
    padding: 50px 20px 60px;267
    border: 20px solid #fff;
    position:relative;
    z-index: 2;
}
#footer h4 {
    letter-spacing:0;
}
#footer p {
    color:#8c96a1;
    margin:0;
}
#footer a {
    border-color:transparent;
}
#footer a:hover {
    color:#1d2023;
}
#footer .meteor-logo a {
    margin: 0 0 0 20px;
}
#footer .col {
    vertical-align:top;
}
#footer input {

  width:90%;
}
#footer input[type="text"], #footer input[type="email"] {
  background-color: #e7eaec;
}
#pb_signup_form h3, #pb_signup_form form p:nth-child(3) {
  display:none;
}
#mc_embed_signup label, #mc_embed_signup br, #mc_embed_signup p:empty {
    display:none;
}
#mc_embed_signup p {
    display:inline-block;
}
#mc_embed_signup input {
    padding:5px;
    height: 30px;
}
#footer #mce-EMAIL {
    width:80%;
    color:#8c96a1;
    background-color: #e7eaec;
}
#mc-embedded-subscribe {
    margin-left:-4px;
        line-height: 0;
}
.content {
    padding: 20px 40px 100px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.content:empty {
  display:none;
}
.events-list .content, .events-archive .content, .events-single .content {
    padding: 0;
    max-width: inherit;
}
.events-list .content.above-accordion, .events-archive .content.above-accordion, .events-single .content.above-accordion {
  padding-bottom:0!important;
}
/*Homepage*/
.home #main {
  margin-bottom:-20px;
}
.home #main:after {
  height: 20px;
}
.home #main-menu a {
  color:#fff;
}
.home #main-menu a:hover {
  border-color: #fff;
}
.home .content {
  max-width: 55%;
  margin:0;
  padding-bottom:40px;
  position:relative;
  z-index: 2;
}
.home .content a {
  border-color:transparent;
}
.home h1 {
  max-width: none;
  padding:0 0 0.8em;
}
#slideshow {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  overflow: hidden;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  margin: 0;
}
#slideshow img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  min-height: 100%;
  min-width: 100%;
  max-width: 200%;
  height: auto;
  z-index: -1;
}
#slideshow:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTExMTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMTExMTExIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjMTExMTExIiBzdG9wLW9wYWNpdHk9IjAuMjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg,  rgba(17,17,17,1) 0%, rgba(17,17,17,0.25) 75%, rgba(17,17,17,0.24) 76%, rgba(17,17,17,0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(17,17,17,1)), color-stop(75%,rgba(17,17,17,0.25)), color-stop(76%,rgba(17,17,17,0.24)), color-stop(100%,rgba(17,17,17,0)));
  background: -webkit-linear-gradient(-45deg,  rgba(17,17,17,1) 0%,rgba(17,17,17,0.25) 75%,rgba(17,17,17,0.24) 76%,rgba(17,17,17,0) 100%);
  background: -o-linear-gradient(-45deg,  rgba(17,17,17,1) 0%,rgba(17,17,17,0.25) 75%,rgba(17,17,17,0.24) 76%,rgba(17,17,17,0) 100%);
  background: -ms-linear-gradient(-45deg,  rgba(17,17,17,1) 0%,rgba(17,17,17,0.25) 75%,rgba(17,17,17,0.24) 76%,rgba(17,17,17,0) 100%);
  background: linear-gradient(135deg,  rgba(17,17,17,1) 0%,rgba(17,17,17,0.25) 75%,rgba(17,17,17,0.24) 76%,rgba(17,17,17,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#00111111',GradientType=1 );
  bottom:0;
  content:'';
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:-1;

}

#slideshow .slide:after {
  background-image:url(images/Honeycomb.png);
  background-position:top right;
  background-repeat:no-repeat;
  background-size:900px;
  bottom:0;
  content:'';
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:-1;
}

.tribe-events-adv-list-widget h2.widgettitle {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  color: inherit;
}
.tribe-events-adv-list-widget h2.tribe-events-title {
  font-size: 1.6em;
  margin: 0;
}
.tribe-mini-calendar-event .location {
  display:none;
}
.home h2.entry-title {
  font-weight: 400;
  font-size: 1.4em;
    padding:0;
    margin:0em 0 0.2em;
}
.home a.button {
  margin-right:0.5em;
}
.home .duration {
  font-size: 1.4em;
}
.list-info {
  margin-bottom:2em;
}
.list-date {
  display:none;
}

/*Events stuff*/
#tribe-events-pg-template {
    max-width: inherit;
}
#tribe-events-content {
    padding:0!important;
    margin-bottom: 0!important;
}

/*Custom bar*/
#tribe-events-bar  {
    display:none;
}
#events-bar {
    text-transform:uppercase;
    letter-spacing:0.05em;
     background:#26333f;
    padding:5px 20px;
    text-align:center;
    color:#8c96a1;
    padding-left: 120px;
    /*border-top:2px solid #fff;*/
}
.events-single #events-bar {
   border:none;
}
#events-bar form, #events-bar a {
    display:inline-block;
    vertical-align: middle;
    margin:0 10px;

}
#events-bar a, #events-bar input {
    font-weight: 700;
    text-transform:uppercase;
    letter-spacing:0.05em;
    background:none;
    padding:5px;
    border:0;
    color:inherit;
    width:auto;
}
#events-bar a:hover, #events-bar a.current, #events-bar input:focus {
    color:#fff;
}
#search-events input[type='submit'] {
    opacity:0;
}
#search-events input[type='text']:focus + input[type='submit'] {
    opacity:1;
}
#events-bar {
    display:none;
}
.events-single #events-bar, .events-archive #events-bar {
    display:block;
}

/*Events pages*/

.tribe-events-page-title {
    color: #fff;
    color:rgba(255,255,255,0.6);
    background: #f04035;
    padding: 15px;
    font-size: 1.8em;
    line-height:1.2em;
    text-transform: uppercase;
    text-align:center;
    letter-spacing: 0.05em;
    border: 4px solid #1d2023;
    border-bottom:none;
    max-width: inherit;
    margin:0;
}
#tribe-events-header, #tribe-events-footer {
    clear:both;
    text-transform:uppercase;
    letter-spacing:0.05em;
    background: #26333f;
    margin:0!important;
}
.events-list #tribe-events-footer {
    border-top: 2px solid #fff;
}
#tribe-events-header li, #tribe-events-footer li {
    width: 50%!important;
    margin:0 -2px!important;
    padding:0!important;
    padding: 20px 15px!important;
    margin:0 -2px!important;
    box-sizing: border-box;
}
.events-gridview #tribe-events-header li {
    padding: 24px 15px!important;
}
#tribe-events-header a, #tribe-events-footer a {
    font-weight: 700;
    border-bottom-color: transparent;
}
#tribe-events-header a:hover, #tribe-events-footer a:hover {
    color:#fff;
}
#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav {
    text-align:left!important;
}
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left {
    text-align: left;
    float: left;
}
#tribe-events-footer .tribe-events-nav-right,
#tribe-events-header .tribe-events-nav-right,
.tribe-events-nav-next {
    text-align: right;
    float: right;
}
.tribe-events-loop {
  overflow: hidden;
  margin-bottom: 0;
    margin-right: -2px;
}
.tribe-theme-themeteor #tribe-events-content.tribe-events-list {
  padding: 0!important;
  margin: 0!important;
}
.tribe-events-notices {
  background: #d9edf7;
  border: none!important;
  color: #1d2023!important;
  margin: 5px!important;
  padding: 15px 20px!important;
  text-shadow: none!important;
  -webkit-border-radius: 0!important;
  border-radius: 0!important;
  text-align:center;
}

/*List view*/
.events-list .tribe-events-page-title, .events-list #tribe-events-header, .single-tribe_events #tribe-events-header, .tribe-events-back {
    display:none;
}
.tribe-events-list-separator-month,
.tribe-events-list .type-tribe_events {
    display:block;
    float:left;
    width: 50%;
    color:#fff;
}
.tribe-events-list-separator-month,
.tribe-events-list .type-tribe_events > a {
    display:block;
    border:2px solid #fff;
    border-left-width:0;
   /* margin-top:-2px;*/
    box-sizing: border-box;
    height: 0;
    /*padding-bottom: 18%!important;*/
    padding-bottom: 27%!important;
    position: relative;
    line-height: 0;
    text-align:center;
    color:#fff;
    margin-bottom: -2px;
    margin-top: 0;
}
.tribe-events-list .type-tribe_events > a {
    /*padding-bottom: 36%!important;*/
    padding-bottom: 54%!important;
    background-color:#1d2023;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.tribe-events-list .type-tribe_events > a:before,
.tribe-events-list .type-tribe_events > a:after {
    content:'';
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-image:url(images/Tiles-horizontal.png);
    background-size: 100%;
    background-position: center center;
}
.type-tribe_events > a:after {
    background-image:none;
    background:rgba(0,0,0,.2);
}
.tribe-events-list .recurringinfo {
  display:none;
}
.tribe-events-list-separator-month {
    background:#f04035;
    color:#f69e9a;
    font-weight: 700;
    font-size:2em;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.inner, .tribe-events-list-separator-month span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 90%;
  line-height: 1.4em;
  z-index: 2;
}
.tribe-events-list .type-tribe_events h2 {
    text-transform:uppercase;
    letter-spacing:0.05em;
  font-size:1.4em;
  margin: 0 0 1em;
}
.tribe-events-list .type-tribe_events .date,
.tribe-events-schedule h3 {
    color:rgba(255,255,255,0.8);
}
.date-start, .date-end {
    white-space: nowrap;
 }
.tribe-events-list .type-tribe_events > a:before,
.tribe-events-list .type-tribe_events > a:after,
.tribe-events-list .type-tribe_events .inner {
    opacity:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.tribe-events-list .type-tribe_events:hover a:before,
.tribe-events-list .type-tribe_events:hover a:after,
.tribe-events-list .type-tribe_events:hover .inner {
    opacity:1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*Facebook box*/
.tribe-events-list-block  {
    display:block;
    float:left;
    width: 50%;
    border:2px solid #fff;
    border-left-width:0;
    box-sizing: border-box;
    height: 0;
    padding-bottom: 18%!important;
    position: relative;
    line-height: 0;
    text-align:center;
    margin-bottom: -2px;
}
.tribe-events-list-facebook {
    background:#3b55a0;
    color:#fff;
    color:rgba(255,255,255,0.5);
    clear:both;
}
.tribe-events-list-block span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  line-height: 1.2em;
  z-index: 2;
}
.tribe-events-list-facebook h3 {
    font-size:1.8em;
    text-transform:uppercase;
    letter-spacing:0.05em;
    margin: 0 0 .5em;
}
.tribe-events-list-facebook p {

}
.tribe-events-list-facebook div {
    display:inline-block;
}
/*calendar view*/
.tribe-events-calendar, .tribe-events-calendar th, .tribe-events-calendar td {
    border: 4px solid #1d2023!important;
    margin: 0!important;
}
.tribe-events-calendar th {
    padding:12px 5px!important;
    background:#475764;
    color:#8c96a1;
    text-align:center;
    font-weight:bold;
}
.tribe-events-calendar td {
    background:#1d2023;
}
.tribe-events-calendar div[id*=tribe-events-event-] h3.entry-title a {
  color: #1d2023;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
    color:#26333f;
}
.tribe-events-month-event-title {
  margin:0.5em 0;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  border-color:transparent !important;
}
.events-gridview #tribe-events-header,
.events-gridview #tribe-events-footer {
    background: transparent;
    font-size:1.2em;
}
.events-gridview #tribe-events-footer {
   background: #26333f;
}
.events-gridview #tribe-events-header {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top: 0;
}
.events-gridview #tribe-events-header a {
    color:#fff;
    color:rgba(255,255,255,0.6);
}
.events-gridview #tribe-events-header a:hover,
.events-gridview #tribe-events-footer a:hover {
    border-color: transparent;
    color: #fff;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
  background: #26333f;
  color:#8c96a1;
}
.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-past a {
    color:#8c96a1;
}
.tribe-events-calendar a:hover {
    color:#f04035;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  margin: 0!important;
}
/*.tribe-events-calendar td.tribe-events-present {
  border: 4px solid #f04035!important;
}*/
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
  background-color:#f04035;
  color:#fff;
}
.tribe-events-ical {
    display:none;
}
/*body .recurringinfo {
  display:none;
}*/

/*Single event*/

.single-tribe_events h1, .single-tribe_events h2, .single-tribe_events .tribe-events-schedule, .single-tribe_events .container, .single-tribe_events .tribe_events {
    text-align: left;
    max-width:720px;
    margin-left:auto;
    margin-right:auto;
}
.single-tribe_events h1 {
    padding:1em 0 .2em;
}
.single-tribe_events .tribe-events-event-image img {
  width:100%;
}
.tribe-events-schedule h3 {
    font-size:1.6em;
    font-weight:normal;
    margin:0;
}
.single-tribe_events .tribe_events {
    margin-bottom:6em!important;
}
.single-tribe_events .tribe-events-event-meta {
    background: #111;
  padding: 10px 20px;
  display:none;
}
.tribe-events-cal-links {
  /*display:none!important;*/
}
.tribe-events-cal-links a {
  margin-right:1em;
}
.tribe-events-meta-group {
    width:31%;
    margin-right:1%;
    display:inline-block;
    vertical-align: top;
}
.tribe-events-sub-nav {
    padding:0;
}
.tribe-events-sub-nav li {

}
.tribe-events-schedule h3 {
  display:inline;
  margin-right:.5em;
}
.tribe-events-schedule .tribe-events-divider {
  margin-right:1em;
}

.single-tribe_events .recurring-info-tooltip.tribe-events-tooltip {
  bottom:100%!important;
}
body .recurring-info-tooltip.tribe-events-tooltip {
  /*background: #1d2023;
  color:#fff;
  border-color: #1d2023;*/
}
/*.single-tribe_events .event-is-recurring {
  display:none;
}*/
/*.event-is-recurring {
  font-size:0;
}
.event-is-recurring > * {
  display:none;
  font-size:0;
}
body .recurring-info-tooltip.tribe-events-tooltip {
  font-size:12px;
  position: relative;
  left: 0;
  right:0;
  display: block !important;
  background: transparent;
  color: inherit;
  border: none;
  padding: 0;
  width:100%;
  max-width: none;
}
body .tribe-events-tooltip .tribe-events-event-body {
  font-size: inherit;
  padding: 0;
  font-weight: inherit;

}*/
.social {
    margin-bottom: 3em;
    margin-top: 1em;
    overflow:hidden;
}
/*Facebook button duplicate */
.social .button {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 0 7px;
    margin-right:4px;
    font-size: 11px;
    background: #4c69ba;
    background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));
    background: -webkit-linear-gradient(#4c69ba, #3b55a0);
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    height: 20px;
    min-height: 20px;
    line-height: 20px;
    text-shadow: 0 -1px 0 #354c8c;
    white-space: nowrap;
    display: inline-block;
}
.social .button:hover {
  background: #5b7bd5;
  background: -webkit-gradient(linear, center top, center bottom, from(#5b7bd5), to(#4864b1));
  background: -webkit-linear-gradient(#5b7bd5, #4864b1);
  border-color: #5874c3 #4961a8 #41599f;
  -webkit-box-shadow: inset 0 0 1px #607fd6;
}
.social .fb-like {
    margin-right:4px;
    border: none;
    line-height: 15px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
/*.social .fb-like > span, .social .fb-like iframe {
  height:20px!important;
  width:150px!important;
}*/
.social .button.red {
  text-shadow: 0 -1px 0 #ed362d;
}

[id^="wufoo"] {
    background: #8c96a1;
  padding: 10px;
  box-sizing: border-box;
}



.accordion {
  padding:5px;
}
.accordion:after {
  content:'';
  display:block;
  clear:both;
  height: 1px;
}
.accordion > dt h2 {
  margin:0 auto;
  padding:0.5em 35px;
  max-width:1200px;
  color: rgba(255,255,255,.5);
  text-transform:uppercase;
  letter-spacing:0.05em;
  font-size: 1.6em;
}
.accordion > dt > a {
  display:block;
  border:none;
  background-color:#26333f;
  margin-bottom:5px;
}
.accordion > dt h2:before {
  content:'+ ';
  color:#fff;
}
.accordion > dt > a:hover, .accordion > dt > a.active {
  background: #f04035;
}
.accordion > dt > a.active h2:before {
  content:'- ';
}
.accordion > dd {
  padding:35px;
  margin:0 auto 5px;
  max-width:1200px;
}
.accordion > dd > h1:first-child,
.accordion > dd > h2:first-child,
.accordion > dd > h3:first-child {
  margin-top:0;
}
.content.above-accordion {
  padding-bottom:20px;
}
.acf-map {
  width: 100%;
  height: 400px;
}
.acf-map * {
  color:#8795a1;
  margin:0;
}

.gallery {
  margin-bottom:2em!important;
}
.gallery a img, .gallery a { border: 0 !important; }

.gallery dt {
  position:relative;
}
.gallery-item {
  margin-top: 0!important;
  line-height: 0;
}
.gallery a:after {
  font: normal normal normal 60px/1 FontAwesome;
  padding:70px 0;
  content: "\f00e";
  color:#fff;
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background-color: #000;
  background-color: rgba(0,0,0,.5);
  opacity:0;
  -webkit-transition: opacity 0.5s; /* Safari */
  transition: opacity 0.5s;
}
.gallery dt:hover a:after {
  opacity:1;
}
.gallery-columns-6 .gallery-item {
  width:16.66%!important;
}

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
  background:none!important;
}
.royalSlider {
  margin-bottom: 2em;
}
.new-royalslider-2, .new-royalslider-3 {
  margin-bottom:0;
}
#new-royalslider-3 {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto!important;
  width: auto!important;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
}
#new-royalslider-3:after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTExMTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjMTExMTExIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjMTExMTExIiBzdG9wLW9wYWNpdHk9IjAuMjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg,  rgba(17,17,17,1) 0%, rgba(17,17,17,0.25) 75%, rgba(17,17,17,0.24) 76%, rgba(17,17,17,0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(17,17,17,1)), color-stop(75%,rgba(17,17,17,0.25)), color-stop(76%,rgba(17,17,17,0.24)), color-stop(100%,rgba(17,17,17,0)));
  background: -webkit-linear-gradient(-45deg,  rgba(17,17,17,1) 0%,rgba(17,17,17,0.25) 75%,rgba(17,17,17,0.24) 76%,rgba(17,17,17,0) 100%);
  background: -o-linear-gradient(-45deg,  rgba(17,17,17,1) 0%,rgba(17,17,17,0.25) 75%,rgba(17,17,17,0.24) 76%,rgba(17,17,17,0) 100%);
  background: -ms-linear-gradient(-45deg,  rgba(17,17,17,1) 0%,rgba(17,17,17,0.25) 75%,rgba(17,17,17,0.24) 76%,rgba(17,17,17,0) 100%);
  background: linear-gradient(135deg,  rgba(17,17,17,1) 0%,rgba(17,17,17,0.25) 75%,rgba(17,17,17,0.24) 76%,rgba(17,17,17,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#00111111',GradientType=1 );
  bottom:0;
  content:'';
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:99;

}

#new-royalslider-3 .rsSlide:after {
  background-image:url(images/Honeycomb.png);
  background-position:top right;
  background-repeat:no-repeat;
  background-size:900px;
  bottom:0;
  content:'';
  left:0;
  position:absolute;
  right:0;
  top:0;
  z-index:99;
}
.rsContent {
  background-color:#1d2023;
}

/* This removes image in IE */
@media all and (orientation:landscape) {
  body img.rsImg {
    position: absolute;
    z-index: 1;
    width:110%;
    max-width: 110%;
    margin-top: 0 !important;
    margin-left: 0 !important;
    -webkit-transform: translate(-50%,-50%)!important;/* Fix for safari */
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    left: 55%;
    /* min-height:100%; */
  }
}
@media all and (orientation:portrait) {
  body img.rsImg {
    max-width: none;
    height:100%;
    max-height: 100%;
    margin-top: 0 !important;
    margin-left: -50% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .home .content {
    max-width: 65%;
  }
}
@media only screen and (max-width: 960px) {
  .meteor-logo {
    width: 30%;
  }
  #main-menu {
    width: 70%;
  }
  .home .content {
    max-width: 85%;
  }
  .col-one-fifth, .col-one-fourth {
      width:49%;
      margin-bottom:20px;
    }
  #footer .meteor-logo {
    display: block;
    margin: 0 0 50px 0;
  }
  #footer .meteor-logo a {
    margin:0;
  }
  #footer {
    padding: 50px 0 60px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .meteor-logo {
      width: auto;
  }
  #main-menu {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
  }
  #main-menu a {
      margin: 0 15px 20px;
  }
  #events-bar {
      padding-left:0;
  }
  .tribe-events-list-separator-month {
      padding-bottom: 30%!important;
  }
  .tribe-events-list .type-tribe_events > a, .tribe-events-list-block {
      padding-bottom: 60%!important;
  }
  .single-tribe_events h1 {
      text-align:left;
  }
    .rsBullets {
    display:none;
  }
}
@media only screen and (max-width: 569px) {

  .tribe-events-list-separator-month, .tribe-events-list .type-tribe_events, .tribe-events-list-block {
      width:100%;
  }
  .tribe-events-list-separator-month {
      padding-bottom: 25%!important;
  }
  #main-menu li {
    line-height: 50px;
  }
  h1 {
    font-size:3em;
  }

}
@media only screen and (max-width: 479px) {

  #footer .col {
      width: 100%;
      margin-bottom: 20px;
  }
  .col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }
  #navigation {
    text-align: center;
  }
  h1 {
    text-align: center;
    padding: 1em 20px;
  }
  .accordion > dt h2 {
    padding: 0.5em 15px;
  }
  .accordion > dd {
    padding: 30px 15px;
  }
  .home .content {
    max-width: inherit;
    padding:20px 20px 40px;
  }
  .date-start, .date-end {
    white-space: initial;
  }

}
