/* Main style file. Override general styles here. Specific module or page type
styles, often have their on css files, which are called only if necessary. */

/* When making changes, check if they need to be made on the Shopify site as well */

html, body {

}
a {
  color: #e48025;
}
a:hover, a:focus {
  text-decoration: underline;
}
.blog-title a {
    color: #fff;
}
.blog-title a:hover, .blog-title a:focus {
  text-decoration: underline;
  color: #e48025;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', Trebuchet, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #e48025;

}
.h1, h1 {
    text-transform: uppercase;
    font-size: 28px;
    color: black;
    margin: 10px auto 20px auto;
    display: table;
    align-content: center;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.one-long-page h1 {
    margin: 20px auto 20px auto;
}
.h2, h2 {
    text-transform: uppercase;
    font-size: 18px;
}
.ft h2 {
    margin-top: 0;
}
.h3, h3 {
  font-size: 16px;
}
.content img {
  max-width: 100%;
  height: auto;
}

.brewery-hours {
    background-color: #eee;
    padding: 10px;
    border: 1px solid #888;
  margin-bottom: 25px;
}


.feature.map {
  height:100%;
  iframe {
    height:100%;
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
}
.grayscale-map {
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}
/************************* Navbar *************************/


.navbar-default {
  background-color: #0e0a0b;
  border-color: #000;
  height: 100px; 
}


.navbar-default .navbar-nav>li>a, .navbar-default a.navbar-brand {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald', Trebuchet, sans-serif;

}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #e48025;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #e48025;
    background-color: transparent;
}

 
.navbar-brand > img {
    display: block;
    height: 70px;
}
.navbar-default .social-links > li > a {
  color: #000;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #777;
}
navbar-toggle {
    margin-top: 57px;
  }
.social-links > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.circle-icon {
  background: #fff;
  padding: 5px 7px;
  border-radius: 50%;
  width: 26px;
  text-align: center;
}
.sm-icon {
    height: 26px;
}
body.page-about .navbar-default, body.page-events .navbar-default, body.page-contact .navbar-default, body.page-visit .navbar-default, body.page-visit-test .navbar-default {
  background-color: rgba(14,10,11,.8);
}
body.page-about .hd {
  height: 276px;
  background: url("/images/Working-in-Wellington-Brewery-xs.jpg") no-repeat center top fixed;
}

body.page-events .hd {
  height: 276px;
  background: url("/images/Wellington-Brewery-Events-xs.jpg") no-repeat center top fixed;
}

body.page-contact .hd {
  height: 276px;
  background: url("/images/Wellington-Brewery-contact-xs.jpg") no-repeat center top fixed;
}
body.page-visit .hd, body.page-visit-test .hd {
  height: 276px;
  background: url("/images/Visit-Wellington-Brewery-xs.jpg") no-repeat center top fixed;
}
/************************* FOOTER *************************/
footer.ft {
  padding: 25px 0;
  height: 350px;
  color: white;
  background: black url('/images/wellington-brewery-footer.png') repeat-x center top;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Oswald', Trebuchet, sans-serif;
}
.colour {
  color: #e48025;
}
.footer-col {
padding-bottom: 30px;
}
.ft .social-links > li > a {
    color: #000;
}
img.nv {
  width: 200px;
}
.ft ul.nav li {
  float: right;
}
.ft ul.nav > li > a  {
  padding: 0 5px;
}
.ft ul.nav > li > a:hover, .ft ul.nav > li > a:focus {
  background-color: transparent;
  text-decoration: underline;
}
.ft-share {
  background-color: #eee;
  padding: 15px 0;
}
.fa.fa-google-plus-square {
  color: #d34836;
}
.fa.fa-google-plus-square:hover, .fa.fa-google-plus-square:focus {
  opacity: 0.7;
}
.fa.fa-linkedin-square {
  color: #0077B5;
}
.fa.fa-linkedin-square:hover, .fa.fa-linkedin-square:focus {
  opacity: 0.7;
}
.fa.fa-facebook-official {
  color: #3b5998;
}
.fa.fa-facebook-official:hover, .fa.fa-facebook-official:focus {
  opacity: 0.7;
}
.fa.fa-twitter-square {
  color: #00aced;
}
.fa.fa-twitter-square:hover, .fa.fa-twitter-square:focus {
  opacity: 0.7;
}
.fa.fa-envelope-square {
  color: black;
}
.fa.fa-envelope-square:hover, .fa.fa-envelope-square:focus {
  opacity: 0.7;
}
.footer-bottom {
  padding-top: 170px;
}
.footer-bottom a {
    color: #767676;
}
.nv-link {
    width: 170px;
    margin-top: 35px;
}
/************************* Home Page *************************/
.btn-home-blog {
    background-color: black;
    width: 97%;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 1%;
}

.blog-title {
  text-align: center;
  background-color: black;
  text-align: center;
  height: 40px;
  padding-top: 10px;
}
.growler-bk img {
    width: 100%;
    background-color: black;
    margin-bottom: 30px;
}

.growler-list {
  text-align: center;
  background-color: #e9e5e9;
  padding-bottom: 30px;
}
.growler-list h3, .event-title {
  text-transform: uppercase;
}
.home-untappd-menu {

}
.home-untappd-menu .ut-menu .menu-nav {
  color: inherit;
    padding-bottom: .75em;
    width: 100%;
    display: none !important;
}

.home-untappd-menu #menu-21195, .home-untappd-menu #menu-21223 {
  display: none;
}
.home-untappd-menu .ut-menu-standard .tab-content:nth-child(n+2) {
  display: block;
}
.home-untappd-menu .ut-menu .menu-info {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  text-align: center;
  display:none;
}
.home-untappd-menu .ut-menu .pagination-container {
    text-align: center;
    font-size: 1.1em;
    display: none;
}
/************************* One Long Page *************************/
.one-long-page {
  margin-top: -22px;
}
.bg-dark {
  background-color: #ffffff;
}
.bg-light {
  color: black;
  background-color: rgb(255,255,255);
}
@media (min-width: 768px) {
  .bg-light.column-hover:hover {
    background-color: rgba(238,238,238,0.5); /* Set same RGB values as bg-light background-color  */
  }
  .bg-dark.column-hover:hover {
    background-color: rgba(97,97,97,0.5); /* Set same RGB values as bg-dark background-color  */
  }
  .admin-edit {
    margin: 20px 30px;
  }
}
/********************** Beer Pages **************************/
.navbar-beer {
  margin: 0px 0 35px 0;
}
.navbar-beer > li {
    width: 60%;
    text-align: center;

    margin: 10px 20%;
}
/*.navbar-beer li:first {
  margin-left: 10%;
}*/

.navbar-beer > li > a:focus, .navbar-beer > li > a:hover {
    text-decoration: none;
    background-color: #e48025;
  color: black;
}
.btn-beer {
    background-color: #b7b7b7;
    color: black;
    font-weight: 500;
  width: 100%;
}
li.active .btn-beer {
  background-color: #e48025;
  color: #000;
}

.beer-column {
  padding-bottom: 25px;
}
.beer-container {
  width: 100%;
  text-align: center;
  padding-top: 15px;
}
.beer-container p {
    line-height: 25px;
}
.beer-title {
  text-align: center;
  text-transform: uppercase; 
  font-family: 'Oswald', Trebuchet, sans-serif;
}
.beer-qualities {
  list-style: none;
  width: 100%;
}
.find-beer-buttons {
    clear: both;
    text-align: center;
    padding: 20px 0;
}
.btn-find-beer {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #000;
}
a.btn-find-beer:hover {
  color: #d28755;
}

.bronze-award {
  background: transparent no-repeat url('/images/award-bronze.png');
  padding-left: 60px;
  height: 60px;
  display: block;
  margin: 20px 0 20px 20%;
}
.silver-award {
  background: transparent no-repeat url('/images/award-silver.png');
  padding-left: 60px;
  height: 60px;
  display: block;
  margin: 20px 0 20px 20%;
}
.gold-award, .peoples-award {
  background: transparent no-repeat url('/images/award-gold.png');
  padding-left: 60px;
  height: 60px;
  display: block;
  margin: 20px 0 20px 20%;
}

.available-containers {
  text-align: center;
}
.available-containers div {
  height: 250px;
  display: inline-block;
}
.bottle-355ml {
  width: 70px;
  background: transparent no-repeat url('/images/355mL-bottle.png');
}
.bottle-500ml {
  width: 77px;
  background: transparent no-repeat url('/images/500mL-bottle.png');
}
.bottle-750ml {
  width: 83px;
  background: transparent no-repeat url('/images/750mL-bottle.png');
}

.can-355ml {
  width: 70px;
  background: transparent no-repeat url('/images/355mL-can.png');
}
.can-473ml {
  width: 70px;
  background: transparent no-repeat url('/images/473mL-can.png');
}
.keg {
  width: 135px;
  background: transparent no-repeat url('/images/keg.png');
}
.cask {
  width: 137px;
  background: transparent no-repeat url('/images/cask.png');
}


#growlers-container .ut-menu .menu-nav {
  color: inherit;
    padding-bottom: .75em;
    width: 100%;
    display: none !important;
}
#growlers-container #menu-21195, #growlers-container #menu-44636, #growlers-container #menu-52866 {
  display: none;
}
#growlers-container .ut-menu-standard .tab-content:nth-child(n+2) {
  display: block;
}
#growlers-container .ut-menu .menu-info {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  text-align: center;
  display:none;
}
#growlers-container .ut-menu .pagination-container {
    text-align: center;
    font-size: 1.1em;
    display: none;
}
#growlers-container .powered-ut {
    display: none;
}


#taps-container .ut-menu .menu-nav {
  color: inherit;
    padding-bottom: .75em;
    width: 100%;
    display: none !important;
}
#taps-container #menu-21223, #taps-container #menu-44636, #taps-container #menu-52866 {
  display: none;
}
#taps-container .ut-menu-standard .tab-content:nth-child(n+2) {
  display: block;
}
#taps-container .ut-menu .menu-info {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  text-align: center;
  display:none;
}
#taps-container .ut-menu .pagination-container {
    text-align: center;
    font-size: 1.1em;
    display: block;
}


#in-the-fridge-container .ut-menu .menu-nav {
  color: inherit;
    padding-bottom: .75em;
    width: 100%;
    display: none !important;
}

#in-the-fridge-container #menu-21223, #in-the-fridge-container #menu-21195, #in-the-fridge-container #menu-52866 {
  display: none;
}
#in-the-fridge-container .ut-menu-standard .tab-content:nth-child(n+2) {
  display: block;
}
#in-the-fridge-container .ut-menu .menu-info {
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  text-align: center;
  display:none;
}
#in-the-fridge-container .ut-menu .pagination-container {
    text-align: center;
    font-size: 1.1em;
    display: block;
}
/************************* Events *************************/
.date-container {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 80px;
}
.home-date {
  margin-right: 15px;
}
.event-dash, .event-date, .event-date-single {
  text-align: center;
  width: 60px;
  height: 70px;
  color: white;
  background-color: black;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  display: block;
}
.event-date-single {
  margin: 0 auto;
  width: 80px;
}
.event-dash {
  width: 10px;
  padding-top: 20px;
  float: left;
}
.event-date {
  float:left;
}
.date-number {
    font-size: 32px;
}

.posts {
    padding-bottom: 30px;
}
.post {
  padding-top: 40px; 
}
body.page-home .post {
  padding-top: 10px;
}
.post h2 {
  margin-top: 0;
}
/************************* Portfolio *************************/
.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}
.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}
@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

/************************* Gallery *************************/
.gallery .thumbnail {
  display: block;
  padding-bottom: 100%;
  position: relative;
}
.gallery .thumbnail > .img-responsive {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
a.previous {
  float: left;
}
a.next {
  float: right;
}
/ Formatting for photo images in gallery /
div#photo {
text-align: center;
}
a.previous {
float: left;
}
a.next {
float: right;
}
.navigation {
width: 80%;
margin-left: 10%;
}
.image {
clear: both;
padding-top: 20px;
text-align: center;
}
@media (min-width: 1200px) {
  .navigation {
    width: 70%;
    margin-left: 15%;
  }
}

/************************* FAQ *************************/
.faq-index { 
  margin-bottom: 40px;
}
.faq-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.faq-item h2 {
  margin-top: 0;
}
.faq-item-links a,
.faq-item-links{
  color: #bbb;
}
.faq-item-links{
  color: #bbb;
  margin-bottom: 20px;
}
/************************ Blog *****************************/
  .blog-thumb {
    text-align: center;
  }

/************************* Carousel *************************/
.carousel {
  /* remove top margin, so carousel sits right under the header */
  margin-top: -21px;
}
body.pull-subpages .carousel{
  /* do not remove margin if carousel is part of pull-subpages */
  margin-top: 0;
}
.carousel-indicators #pause {
  text-indent: 0;
  border: 0;
  line-height: 0px;
  font-size: 15px;
  border-radius: 0;
  color: #888;
}

.carousel-indicators .active {
  background-color: #eee;
  }
.carousel-indicators li {
  border: 1px solid #888;
  }
.carousel-indicators #pause.pause .glyphicon-play {
  display: none;
}
.carousel-indicators #pause.play .glyphicon-pause {
  display: none;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  /* ensure image is centred in carousel, if not wide enough */
  margin: 0 auto;  
}
div#carousel-example-generic img {

}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none; }

.carousel-control.left {
    right: 0;
    left: auto;
    background-image: none; }

/************************* Calendar *************************/
#full-clndr {
  font-weight: 700;
}
#full-clndr .clndr-controls {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #414141;
  color: white;
}
#full-clndr .clndr-controls .clndr-button {
  width: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
#full-clndr .clndr-controls .clndr-button:hover {
  opacity: 0.5;
}
#full-clndr .clndr-grid .days-of-the-week {
  background-color: #387e9c;
}
#full-clndr .clndr-grid .days-of-the-week .header-day {
  float: left;
  width: 14.2857%;
  padding: 15px;
  text-align: center;
  color: white;
}
#full-clndr .clndr-grid .days .day,
#full-clndr .clndr-grid .days .empty {
  float: left;
  width: 14.2857%;
  height: 66px;
  padding: 24px 0;
  text-align: center;
  color: #4f4f4f;
  background-color: #ebebeb;
  border-bottom: 2px solid white;
}
#full-clndr .clndr-grid .days .day.event .day-number,
#full-clndr .clndr-grid .days .empty.event .day-number {
  padding-bottom: 4px;
  border-bottom: 2px solid #3883a3;
  cursor: help;
}
#full-clndr .clndr-grid .days .day.adjacent-month .day-number,
#full-clndr .clndr-grid .days .empty.adjacent-month .day-number {
  opacity: 0.3;
}
#full-clndr .clndr-grid .days .today {
  background-color: white;
}
#full-clndr .event-listing .event-listing-title {
  padding: 15px;
  background-color: #71bbd2;
  text-align: center;
  color: black;
}
#full-clndr .event-listing .event-item {
  padding: 14px;
  color: #4f4f4f;
}
#full-clndr .event-listing .event-item-date {
  
  font-weight: 400;
}
/* Remove margins on devices 768px (col-sm-*) and up */
@media (min-width: 768px) {
  #full-clndr .clndr-grid {
    padding-right: 0;
  }
  #full-clndr .event-listing {
    padding-left: 0;
  }
}

/************************ Slick Carousel ************************/
@charset 'UTF-8';
@media (max-width: 768px) {  
  .slick-slider {
    margin-left: 25px;
    margin-right: 25px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide:focus {
  outline: none; 
}
.slick-slide {
  display: none;
  float: left;
  padding: 20px;
  height: 100%;
  min-height: 1px;
}
@media (max-width: 480px) {  
  .slick-slide {
    padding: 0;
  }
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slick theme customizations */
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #2c3e50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "\f053";
}
[dir='rtl'] .slick-prev:before {
  content: "\f054";
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "\f054";
}
[dir='rtl'] .slick-next:before {
  content: "\f053";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/* Card styles */
.slick-card {
  border: 1px solid #ccc;
}
.slick-card .slick-card-image {
  text-align: center;
  padding: 10px;
}
.slick-card .slick-card-image img {
  width: 100%;
}
.slick-card .slick-card-body {
  border-top: 1px solid #ccc;
  padding: 10px;
  min-height: 90px;
}
.slick-card .slick-card-body h3 {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}
/* Tablet */
@media (min-width: 768px) {  
  .slick-card .slick-card-body { min-height: 110px }
  .slick-card .slick-card-body h3 { font-size: 16px; }
}
/* Large Desktop */
@media (min-width: 1200px) {
 .slick-card .slick-card-body { min-height: 50px }
}

/************************ Video Background ************************/
.container-fluid{margin: 0 15px; padding: 0; height: 100%;}
.embed-responsive{}
.embed-responsive .video-description {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  min-height: 50px;
  padding: 20px 0;
  z-index: 0;
  margin-top: 25px;
}
.video-background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100%;
}
@media (min-width: 768px) {
  .embed-responsive .video-description {
    margin-top: 150px;
  }
}

/************************ Shopify SDK ************************/
.modal-dialog {
  width: 80%;
  margin: 30px auto;
}
/*styling code for the product list */
.products {
  margin-left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
/*styling code for the modal*/
img.product__image {
  max-width: 100%;
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  }
img.variant-image {
  max-width: 90%;
  float: left;
  }
.modal-body-image {
  border-right: #cdcdcd 1px solid;
}
.modal-body-content {
}
.modal-body-content h2 {
  color: #767676;
  font-size: 20px;
}
.modal-footer {
  border-top: 0px;
  }
.product {
  float: left;
  max-width: 250px;
  height: 450px;
}
.product:hover{
  opacity: 0.4;
  transition: opacity .25s ease-in-out;
 -moz-transition: opacity .25s ease-in-out;
 -webkit-transition: opacity .25s ease-in-out;
  }
.product__title {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.compare_at_price {
  text-decoration: line-through;
  text-align: center;
  font-size: 12px;
  color: #a2a2a3;
  line-height: 12px;
  }
.price {
  text-align: center;
}
.sale_price {
  text-align: center;
  color: #fc3e07;
  font-size: 16px;
}
.variant-price {
  padding: 10px 0;
  color: #767676;
}
.variant-header {
  padding-top: 10px;
}
.variant-selectors {
  padding-bottom: 10px;
}
.variant-selector{
  background: #fff;
  display: block;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  font-size: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 34px;
  width: 100%;
  padding: 4px 5px;
  color: #000;
  padding-right: 25px;
  text-overflow: ellipsis;
}
/*styling code for the shopping cart*/
.cart {
  position: fixed;
  width: 100%;
  max-width: 350px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1000;
  background: white;
  border-radius: 1px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  padding-left: 20px;
}
.cart.js-active {
  transform: translateX(0);
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
}
.btn--close {
  position: absolute;
  right: 9px;
  top: 8px;
  font-size: 35px;
  color: $color-title;
  border: none;
  background: transparent;
  transition: transform 100ms ease;
  cursor: pointer;
}
.btn--close:hover {
  transform: scale(1.2);
  color: darken($color-title, 5%);
}
.visuallyhidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-section {
  position: relative;
  padding: 20px;
}
.cart-section--top {
  z-index: 5;
}
.cart-title {
  color: $color-title;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
}
.cart-form {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  padding: 70px 0 140px 0;
}
.cart-item-container {
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  perspective: 400px;
  perspective-origin: 50% 0px;
  margin-right: 20px;
}
.cart-item {
  margin-bottom: 20px;
  overflow: hidden;
  backface-visibility: visible;
  min-height: 65px;
  position: relative;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.cart-item.js-hidden {
  opacity: 0;
}
.cart-item.js-working:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  z-index: 2;
}
.cart-item__img {
  width: 65px;
  height: 65px;
  border-radius: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #e5e5e5;
  position: absolute;
}
.cart-item__content {
  width: 100%;
  padding-left: 75px;
  // padding-top: 5px;
}
.cart-item__content-row {
  margin-bottom: 5px;
}
.cart-item__variant-title {
  float: right;
  font-weight: bold;
  font-size: 11px;
  line-height: 17px;
  color: #767676;
}
.cart-item__quantity-container {
  border: 1px solid #767676;
  float: left;
  border-radius: 3px;
}
.quantity-decrement, .quantity-increment {
  color: #767676;
  display: block;
  float: left;
  height: 21px;
  line-height: 16px;
  font-family: monospace;
  width: 25px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
}
.cart-item__quantity {
  color: black;
  width: 38px;
  height: 21px;
  font-size: inherit;
  border: none;
  text-align: center;
  -moz-appearance: textfield;
  background: transparent;
  border-left: 1px solid #767676;
  border-right: 1px solid #767676;
  display: block;
  float: left;
  padding: 0;
  border-radius: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-item__price {
  line-height: 23px;
  float: right;
  font-weight: bold;
}
.cart-bottom {
  border-top: 1px solid #cdcdcd;
  margin-right: 20px;
}
.cart-info {
  padding: 15px 20px 10px;
}
.cart-info__total {
  float: left;
  text-transform: uppercase;
}
.cart-info__small {
  font-size: 11px;
}
.cart-info__pricing {
  float: right;
}
.cart-discount-notice {
  color: $color-title;
  margin-bottom: 10px;
}
.cart-actions-container {
  padding-top: 5px;
}
.pricing {
  margin-left: 5px;
  font-size: 16px;
  color: black;
}
.btn--cart-tab {
  padding: 5px 11px;
  border-radius: 3px 0 0 3px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  opacity: 0;
  min-width: inherit;
  width: auto;
  height: auto;
  z-index: 2;
}
.btn--cart-tab.js-active {
  transform: translateY(-50%);
  opacity: 1;
  background-color: #7fb466;
  color: #ffffff;
  border-color: #79ab61;
}
.btn__counter {
  display: block;
  margin: 0 auto 10px auto;
  font-size: 18px;
}
.icon-cart--side {
  height: 20px;
  width: 20px;
}

/************************* SYSTEM FILES ***************************/
/* Jquery Fancybox */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(/images/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/images/blank.gif); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/images/fancybox_sprite_2x.png);
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(/images/fancybox_loading_2x.gif);
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}

/**** Side Nav Menu Customization****/

.side-nav {
    margin-top: 125px;
    background-color: black;
    padding: 10px 0;
}
.side-nav > h3:first-child  {
  margin-top: 0;
}
.side-nav .nav .nav {
  margin: 5px 0 10px 12px;
}
.side-nav .nav li a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald', Trebuchet, sans-serif;
}
.side-nav .nav li.active > a {
  color: #e48025 !important;
  background-color: #201e1f;
}
.side-nav .nav .nav .nav {
  font-size: 12px !important;
}
.side-nav .nav li a:hover, .side-nav .nav li a:focus {
  color: #e48025 !important;
  background: none !important;
}
.cheers-glass {
    text-align: center;
    padding: 150px 0 40px 0;
}
.cheers-glass img {
    height: 80px;
}
/* WCAG-2 COMPLIANT */
.sr-only{
  color:black;
  background:white;
}
.breadcrumb>.active {
    color: #707070;
}
.text-muted{
  color: #767676;
}
#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* PAGE UTILITY */
.section-bk {
  width: 100%;
  background-color: rgba(255,255,255,.9);
  padding: 20px 0;
  margin: 0;
}
.column-admin-edit {
  float: right;
}
.visible-xs.btn-group {
    margin-bottom: 10px;
}
ol.breadcrumb {
    margin-top: 20px;
}
.side-nav {
    margin-top: 25px;
}
div#banner_collapse {     
  width: 100%;     
  margin: 0; 
}
.jumbotron { 
  /* remove space between menu and top of jumbotron 
     also add some space below in case the breadcrumb is there. give that a bit of space*/
  margin:0 0 2px;
}
/* Make images 100% on smaller devices. */
.img {
  max-width: 100%;
  height: auto;
}
.column img {
  max-width: 100%;
  height: auto;
}
/* So the frame doesn't extend past the page. */
iframe, object, embed{
  max-width: 100%;
}
/* Remove bullets from list for sitemap */
#sitemap li.sub{
  list-style-type: none;
}

/**** TESTIMONIALS/QUOTES ****/
#pageQuotes {
  background: url(/images/quotePNG.png) top left no-repeat; 
  padding-left: 55px; 
  padding-top: 45px;
  margin-top: 20px;
  min-height:200px;
  line-height: 18px; 
  color: #575757;
  margin-left: 2%;
}
#pageQuotes .quote {
    display: none;
}
#pageQuotes .quote p {
  padding-right: 35px; 
  line-height: 18px; 
  padding-bottom: 15px; 
  color: #333; 
  font-size: 18px;
}
#pageQuotes .quote .quote-author {
  float:right;
}
#pageQuotes .quote .quote-author p {
  font-size:15px;
  color:black;
}
button.btn.btn-info.pull-right.refresh {
    margin-right: 35px;
    background-color: black;
    border-color: black;
    transition:.3s;
    margin-bottom: 30px;
}
button.btn.btn-info.pull-right.refresh:hover, 
button.btn.btn-info.pull-right.refresh:focus {
    background-color: #5e7980;
    transition: .3s;
}

/* EDITOR CSS*/
#brick_html {
  color: #000;
}
.well.well-lg {
  background: transparent;
  border: 2px solid #e0e0e0;
}
.edit-help a {
  font-weight: bold;
  font-style: italic;
  color: #337ab7;
}
.edit-help {
    text-align: left;
}
.edit-help img {
  vertical-align: top;
  height: 18px !important;
  width: auto;
  border-radius: 4px;
}
@media (min-width: 768px) {  
  /* Add minimum height for pages with minimal content. */
 .content { min-height: 500px; }
 .pull-subpages .content { min-height: 0; }
  /* ADMIN/EDIT BUTTONS CSS & COLUMN CSS*/
  .editable-section {
    position: relative;
  }
  .editable-section:hover, .hover-select {
    opacity:0.5;
  }
  .admin-div:hover .admin-edit {
    display: inline;
  }
  .admin-edit {
    display: none;
    margin: 5px 30px;
    right: 30px;
    position: absolute;
    z-index: 10000;
    text-transform: uppercase;
  }
  .admin-edit a {
    padding: 5px 15px;
  }
  .column-edit {
    margin: 30px 0 !important;
    left: 15px;
    max-width: 200px;
  }
}

/**************************** Responsive Hooks ****************************/
/* Keep in mind mobile-first styles get applied 
generally and override for larger devices. */
@media (max-width: 767px) {
  .main-nav {
    background-color: black;
  }
  .navbar-toggle {
    margin-top: 58px;
  }
  
  .navbar-default .navbar-nav > li > a {
    background-color: rgba(223, 119, 28, .8);
    margin: 5px 0;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #e48025;
    background-color: rgba(30,30,30,.8);
  }
  .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #e48025;
    background-color: rgba(30,30,30,.8);
  }
  .cheers-glass {
    display: none;
  }

}



/* Tablet*/
@media (min-width: 768px) {
  /* Float main menu on right */
  .navbar-nav {
    float: right;
    margin: 0;
  }
  ul.nav.navbar-nav.social-links {
    float: right;
    margin-top: 15px;
  }
.main-nav {
    margin-top: 80px;
    margin-right: -220px;
  }
  .navbar-default {
    height: 115px;
  }
  .navbar-nav > li > a {
      padding-top: 0;
      padding-bottom: 0;
  }
  .navbar-default .main-nav > li > a {
    border-right: 1px solid #fff;
  }
  .navbar-default .main-nav > li:last-child > a {
    border-right: none;
  }
  .navbar-brand > img {
      display: block;
      height: 80px;
  }
  body.page-about .hd {
    height: 414px;
    background: url("/images/Working-in-Wellington-Brewery-sm.jpg") no-repeat center top fixed;
  }
  body.page-events .hd {
    height: 414px;
    background: url("/images/Wellington-Brewery-Events-sm.jpg") no-repeat center top fixed;
  }
  body.page-contact .hd {
    height: 414px;
    background: url("/images/Wellington-Brewery-contact-sm.jpg") no-repeat center top fixed;
  }
  body.page-visit .hd, body.page-visit-test .hd {
    height: 414px;
    background: url("/images/Visit-Wellington-Brewery-sm.jpg") no-repeat center top fixed;
  }

  .ft .social-links {
      float: right;
      margin-top: 15px;
      margin-right: 40%;
  }
  .navbar-beer {
    margin: 35px 0 35px 0%;
  }
  .navbar-beer > li {
      width: 23%;
      text-align: center;
      float: left;
      margin: 0 1%;
  }
  .navbar-beer li:first {
    margin-left: 10%;
  }
.date-container {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 150px;
}
.event-date-single {
  margin: 0 auto;
  width: 130px;
}

}

/* Desktop*/
@media (min-width: 992px) {
  .ft .social-links {
    float: right;
    margin-top: 15px;
    margin-right: 30%;
}
  
}
/* Large Desktop*/
@media (min-width: 1200px) {
  .ft .social-links {
    float: right;
    margin-top: 15px;
    margin-right: 34%;
  }
  
  body.page-about .hd {
    height: 690px;
    background: url("/images/Working-in-Wellington-Brewery.jpg") no-repeat center top fixed;
  }
  body.page-events .hd {
    height: 690px;
    background: url("/images/Wellington-Brewery-Events.jpg") no-repeat center top fixed;
  }
  body.page-contact .hd {
    height: 690px;
    background: url("/images/Wellington-Brewery-contact.jpg") no-repeat center top fixed;
  }
  body.page-visit .hd, body.page-visit-test .hd {
    height: 690px;
    background: url("/images/Visit-Wellington-Brewery.jpg") no-repeat center top fixed;
  }

  
}
