/* temp styles */

/* OVERWRITE STYLES IN MAIN CSS */
h1.brewery {
  color: #F1EFEC;
  padding-left: 20px;
}
/* END OVERWRITE STYLES IN MAIN CSS */


/* fade transitions on all top sliders */
/*
.carousel .item {
   opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel .active.left, .carousel .active.right {
    opacity:0;
} 

.carousel .next, .carousel .prev {
    opacity:1;
}
*/
/*
.carousel .active {
  opacity: 1;
}

.carousel .active.left,
.carousel .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel .next.left,
.carousel .prev.right {
  opacity: 1;
}


h1.in-carousel-title{
	opacity: 1 !important;
	z-index: 999 !important;
}
*/  
/* end fade transitions on all top sliders */


/* quick transitions on founders slider */
.page-id-72 .carousel .item {
    -webkit-transition: opacity .1s;
    -moz-transition: opacity .1s;
    -ms-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
}

/*.page-id-72 .carousel .active.left, .carousel .active.right {
    opacity:0;
}*/
.page-id-72 .carousel .next, .carousel .prev {
    opacity:1;
}
/* end quick transitions on founders slider */

.tasting-room-info a {
  text-decoration: underline;
}






