

/* Structure Styles */





div#page-wrapper {
    min-height: 600px;
}

div#archive-wrapper {
    min-height: 600px;
}

.event-archive2 {
  border: 2px solid #000;
}



.clear { display: inline-block; } /* positions button horizontally in line with input */


@media (max-width: 768px) { /* positions input field and button underneath each other with 100% width for tablet and mobile */
  

.clear { display: block; width: 100% }

  
}

 /* Homepage Styles */

.home-event .media-object {
    width: 110px;
}


.home-event {
    float: left;
    width: 100%;
    border-bottom: 2px solid #000;
}




.cd-oo img:last-child{display:none}
.cd-oo:hover img:first-child{display:none}
.cd-oo:hover img:last-child{display:inline-block}


/* Header Styles */


.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 1.5rem;
    letter-spacing: 1px;
        margin-bottom: 4px;
}


.v1nav li {
    padding-right: 45px;
}

a.navbar-brand {
    width: 140px;
    top: 0px;
    padding-top: 10px;
    float: left;
    z-index: 9;
}

.navbar-brand {
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 1.25rem;
    margin-top: -10px;
}

.v1nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: relative;
    width: 77%;
    /* left: 250px; */
    float: left;
    padding-top: 28px;
}





a.nav-link {
    margin-left: 0px!important;
    padding-bottom: 0px!important;
    line-height: 22px;
}

.v1nav li {
    /* padding-right: 45px; */
    border-bottom: 2px solid black;
    margin-right: 0px;
    padding-left: 0px;
    width: 260px;
    margin-bottom: 20px;
    margin-left: 20px!important;
}



.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 13, 39)!important;
}


.current-menu-item a {
    color: rgb(255, 13, 39)!important;
}

  @media (max-width: 1199px) {

.v1nav li {

    /* padding-right: 45px; */
    width: 200px;
  
}


  }

    @media (max-width: 991px) {

.v1nav {
  
    width: 75%;


  }

      .v1nav li {
    width: 130px;

}
}

@media (max-width: 767px) {

   .navbar {
    position: relative;
    padding: 0.5rem 1rem 0rem;
}


.v1nav {
  
    width: 75%;


  }

  a.navbar-brand {
    width: 110px;

    }

    .v1nav li {
    width: 110px;

}

.navbar-light .navbar-nav .nav-link {

    font-size: 1.15rem;
  
}

}


@media (max-width: 585px) {

.v1nav {
  
    width: 70%;


  }

   a.navbar-brand {
    width: 100px;
        margin-left: -1.2rem;

    }

    .v1nav li {
    width: 90px;

}


    }




 /* Footer Styles */

.mc-field-group.form-group, input#mce-EMAIL {
    width: 100%
}


ul.social-footer {
    width: 100%;
}


 /* TEXT Styles */


p a {
    border-bottom:solid 2px;
}

p a:hover {
    border-bottom:dotted 2px;
}

.colorlink a:hover {
    color: rgb(255, 13, 39)!important;
}


.hsf-front p {
    font-weight: 500;
letter-spacing: 0.3px;
    }

    a.external:hover {
    cursor: alias;
}

 /* Event Archive Styles */

.btn {
    min-width: 110px;
    margin-right: 10px;
}

@media (max-width: 553px) { /* positions input field and button underneath each other with 100% width for tablet and mobile */
.date-number h2 {
    font-size: 1.5rem;
    /* font-weight: bolder; */
    /* overflow: visible; */
    letter-spacing: 0px;
}
.date-number h4 {
    font-size: 0.7rem;
}

.event-archive-info h2 {
    font-size: 1.5rem;
    margin-bottom: 10px!important;
}

.event-archive-info p {
    font-size: 1rem;
}


}

 /* Mobile Menu Styles */


.button_container {
  position: absolute;
    top: 20px;
    right: 1.4375rem;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 10000;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: black;
}
.button_container.active .middle {
  opacity: 0;
  background: purple;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: black;
}
.button_container span {
  background: black;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  float: none;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 999;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: black;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 20px;
}

.overlay .menu-item {
    float: none;
}


.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: black;
  -webkit-transition: .15s;
  transition: .15s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


 /* Vertical Alignment Style */

 .vertical-align {
    display: flex;
    align-items: center;
}



 /* Filter Styles */


.sf-input-select {
  display: inline-block;
  max-width: 100%;
  padding: .675rem 1.75rem .375rem 1.25rem;
  padding-right: .75rem \9;
  color: #000;
  margin-right: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 2px solid #000;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .sf-input-select:focus {
    border-color: #000;
    outline: none; }
  .sf-input-select::-ms-expand {
    opacity: 0; }

.sf-input-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px; }
  .sf-input-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px; }

  .searchandfilter ul {
    padding: 0;
    margin:0;
  }
    .searchandfilter li {
      width: 33%;

      float: left;
    }

    .searchandfilter label {
    padding-right: 20px;
    width: 100%;
}

.searchandfilter select.sf-input-select {
    min-width: 170px;
    width: 100%;
}

@media (max-width: 899px) { 
  .searchandfilter li {
      width: 100%;

      float: left;
    }


  }



   

   /* Lightbox */
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */

.ekko-lightbox-container {
  position: relative;
}

.ekko-lightbox-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ekko-lightbox-nav-overlay a {
  z-index: 100;
  display: block;
  width: 49%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
  opacity: 0;
}

.ekko-lightbox-nav-overlay a:empty {
  width: 49%;
}

.ekko-lightbox a:hover {
  text-decoration: none;
  opacity: 1;
}

.ekko-lightbox .glyphicon-chevron-left {
  left: 0;
  float: left;
  padding-left: 15px;
  text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
  right: 0;
  float: right;
  padding-right: 15px;
  text-align: right;
}

.ekko-lightbox .modal-footer {
  text-align: left;
}


.modal {
  background:#eaeaea;
}

.close {
    float: right;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 1;

  }

  .modal-content {
    background: none;
    border:none;
  }

.modal-header {
  
    border-bottom: none;
}

a.glyphicon {
    font-size: 3rem;
}

.modal-loading {
  font-size: 5rem;
  letter-spacing: 2px;
  opacity: 0.5;
  font-weight: 500;
  color:#14DD00;
}

/*Gallery Downloads */

.downimg img {
    padding: 10px;
    border: 2px #000 dotted;
}

/*Anchor Links*/

h2:before { 
  display: block; 
  content: " "; 
  margin-top: -25px; 
  height: 25px; 
  visibility: hidden; 
}


/* Calendar Dropdowns */


.uib-dropdown-menu li a {
    display: block!important;
    width: 100%!important;
    clear: both;
    padding: 0px;
    line-height: 1rem;
    margin-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.uib-dropdown-menu li a:hover {
    /* background: red; */
    border-bottom: 2px dotted #000;
}

a.dropdown-item:hover {
    border-bottom: 2px dotted #000;
}

a.dropdown-item {
    border-bottom: 2px solid #fff;
}

.pressitem a, .pressitem a:hover {
  border-bottom: none;
}

.cart-contents {
  position: fixed;
  top: 20px;
  right:20px;
  z-index: 1999999;
}

.cart-contents:before {
    font-family:'themify';
    content: "\e60d";
    font-size:28px;
    margin-top:10px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: bottom;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    background-color: #f00;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
  font-family:  "franklin-gothic-urw" , Helvetica, Arial, sans-serif;
    vertical-align: top;
}
