/* 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. */

html, body {

}
body {
    font-size: 10pt;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
a {
  color: #f58020;
}
a:hover, a:focus {
  text-decoration: underline;
}

.blog-title a {
    color: #fff;
}

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

.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: #f58020;
}
.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;
}
.full-image img{
    /*text-align: center;*/
    width: 100%;
}
.brewery-hours {
    background-color: #eee;
    padding: 10px;
    border: 1px solid #888;
  margin-bottom: 25px;
}
/* pagination */
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-top: 40px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #e48025;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #e48025;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
/* end pagination */

.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;
}
.breadcrumb {
  margin: 10px 0;
  display: none;
}
/* Navbar Updates */

.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 0;
}
/************************* Navbar *************************/
.navbar-dark {
    background-color: black !important;
}
.navbar-collapse {
  padding-top:20px;
  z-index: 200;
}
.navbar-default {
  background-color: #0e0a0b;
  border-color: #000 !important;
  /*height: 130px; */
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: 14px;
    padding-left: 1rem;
    font-family: 'Oswald', Trebuchet, sans-serif;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    padding-right: 1rem;
}
.navbar-dark .navbar-nav .nav-link.last {
    border-right: none;
}

.navbar-beer li {
    margin: 2px 0;
}

.main-menu {
    margin-top: 30px;
    background-color: black;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 90%;
    margin-right: 5%;
    padding: 7px;
}
/*.navbar-default .navbar-nav>li>a,*/ .navbar-default a.navbar-brand {
  color: white;
  text-transform: uppercase;
  font-family: 'Oswald', Trebuchet, sans-serif;
  background-color: rgba(223, 119, 28, .8);
  margin: 5px 0;
}

.navbar-default a.navbar-brand {
  background-color: transparent;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #f58020;
    background-color: transparent;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #f58020;
    background-color: transparent;
}
.navbar-brand > img {
    display: block;
    height: 70px;
}
.navbar-default .social-links > li > a {
  color: #000;
}
.social-media-banner {
    position: absolute;
    top: 0;
    right: 0;
}
.social-media-banner .navbar-nav > li > a {
    color: white;
    margin: 0 20px;
}
.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: 30px;
  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) !important;
}
/*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;
}

/*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 Menu Customization****/
.nav{
  flex-direction: column;
}

.section-bk {
  width: 100%;
  background-color: rgba(255,255,255,.9);
  padding: 20px 0;
  margin: 0;
}

.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;
  position: relative;
  display: block;
  padding: 10px 15px;
}
.side-nav .nav li.active > a {
  color: #f58020 !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: #f58020 !important;
  background: none !important;
}
.cheers-glass {
    text-align: center;
    padding: 150px 0 40px 0;
}
.cheers-glass img {
    height: 80px;
}
/* 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 img {
  vertical-align: top;
  height: 18px !important;
  width: auto;
  border-radius: 4px;
}

/* Position Admin and Edit buttons */
.footer ul.nav li {
  padding-top: 10px;
  float: right;
}
.footer ul.nav > li > a  {
  padding:  15px;
}
.footer ul.nav > li > a:hover, .footer ul.nav > li > a:focus {
  background-color: transparent;
  text-decoration: underline;
}
/**** Content Formatting ****/

/* Make images 100% on smaller devices. */
.content 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;
}




/* WCAG-2-2AA.css */
.sr-only{
  color:black;
  background:white;
}

.breadcrumb>.active {
    color: #717171;
}

.text-muted{
  color: #767676;
}

#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* blog.css */
.content .blog-media img {
    text-align: center;
    padding-bottom:20px;
  }
.blog-media {
  flex-direction: column;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
    min-width: 200px;
}
.posts .post { 
  margin-bottom: 0px;
}
#next {
  float: right;
 }
 /********************** Beer Pages **************************/

.navbar-beer {
    margin: 40px 0 35px 0;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

/*.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: #f58020;
  color: black;
}

.btn-beer {
    background-color: #ffffff;
    color: black;
    font-weight: 500;
    width: 100%;
    padding: .6rem .4rem;
    font-size: 14px;
    border: 2px solid #000;
}
li.active .btn-beer {
  background-color: #f58020;
  color: #000;
      border: 2px solid #f58020;
}

.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;
  font-size: 12pt;
}
.beer-qualities {
  list-style: none;
  width: 100%;
}

.find-beer-buttons {
    clear: both;
    text-align: center;
    padding: 20px 20%;
}
.btn-find-beer {
    color: black;
    background-color: transparent;
    border: 2px solid #000;
    margin: -1px -3px;
    font-family: 'Oswald', Trebuchet, sans-serif;
    font-size: .8rem;
    border-radius: 0;
    width: 130px;
}
a.btn-find-beer:hover {
  background-color: black;
  color: white;
}

    

.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 {
  display: inline-block;
}
.bottle-355ml {
  width: 70px;
  background: transparent no-repeat url('/images/355mL-bottle.png') bottom;
  height: 197px;
}
.bottle-500ml {
  width: 77px;
  background: transparent no-repeat url('/images/500mL-bottle.png') bottom;
  height: 218px;
}
.bottle-750ml {
  width: 83px;
  background: transparent no-repeat url('/images/750mL-bottle.png') bottom;
  height: 250px;
}
.can-355ml {
  width: 70px;
  background: transparent no-repeat url('/images/355mL-can.png') bottom;
  height: 147px
}
.can-473ml {
  width: 70px;
  background: transparent no-repeat url('/images/473mL-can.png') bottom;
  height: 174px;
}
.keg {
  width: 135px;
  background: transparent no-repeat url('/images/keg.png') bottom;
  height: 237px;
}
.cask {
  width: 137px;
  background: transparent no-repeat url('/images/cask.png') bottom;
  height: 225px;
}


#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: flex;
    margin: 0 0 20px 0;
}
.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 {
  width: 120px;
}
.event-dash {
  width: 10px;
  padding-top: 20px;
  float: left;
}
.event-date {
  float:left;
  padding: 5px 10px;
}
.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;
}
 /*****************Footer **************************/
 .page-footer {
    background-color: #eeeeee;
}
 
 
 /*********************** Flex Pull ******************/

 .custom-flex-container {
    justify-content: space-around;
}
.custom-flex-column {
    text-align: center;
    max-width: 300px;
    padding-bottom: 20px;
    padding-top: 20px;
}
 
 /* staff bio */
.team {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
/*.title {
    display: flex;
    flex-direction: row;
    justify-content: flex-end !important;
    margin-left: auto;
}*/
.team-bio {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  max-width: auto;
  flex-direction: row;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}
.team-bio img {
  border: #3390AB solid 7px;
  width: 187px;
}
.team-bio h2 {
  font-size: 1.3rem;  
  text-transform: initial; 
}
.team-title {
    text-transform: uppercase;
    font-weight: 500;
}
 
/* calendar.css */

#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;
  }
}
/* carousel.css */

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-item-mobile {
    padding-bottom: 150px;
    background-color: black;
}
.carousel-indicators #pause {
  text-indent: 0;
  border: 0;
  line-height: 0px;
  font-size: 15px;
  border-radius: 0;
  color: #fff;
}

.carousel-indicators #pause.pause .fa-play {
  display: none;
}

.carousel-indicators #pause.play .fa-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;  
}

#carousel-example-generic img {
  min-height: 200px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.carousel-indicators li.play i, .carousel-indicators li.pause i {
    margin-top: -5px;
    margin-left: 15px;
}

.carousel-indicators li.play, .carousel-indicators li.pause {
    background-color: transparent;
}
/* faq.css */
.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;
}


.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e072"; /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 16px;
    line-height: 20px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}
/* gallery.css */
.gallery .thumbnail {
  display: block;
  padding-bottom: 100%;
  position: relative;
  background-color: white;
  margin-bottom: 30px;
}
.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;
}
/**** 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; 
  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;
    transition:.3s;
    margin-bottom: 30px;
    margin-top: 20px;
}
button.btn.btn-info.pull-right.refresh:hover, 
button.btn.btn-info.pull-right.refresh:focus {
    transition: .3s;
}

/* jquery-fancybox-v2-1-5.css */
/*! 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*/
  }
}
/************************* Home Page *************************/
.btn-home-blog {
      font-family: 'Oswald', Trebuchet, sans-serif;
  color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    background-color: black;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 1%;
}
.btn-home-blog:hover{
   color: #e48025 ;
}

.blog-title {
  text-align: center;
  background-color: black;
  text-align: center;
  height: 60px;
  padding-top: 20px;
}
.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.css */

.one-long-page {
  margin-top: -22px;
}

.bg-light {
  color: black;
  background-color: white !important;
}
.bg-black {
  color: white;
  background-color: black !important;
}
.col-heading {
  padding-top: 30px;
  padding-bottom: 30px;
}
.col-heading h2 {
  color: white;
  text-decoration: none;
  font-size: 48px;
}
@media (min-width: 992px) {
  .col-heading h2 {
    font-size: 80px;
  }
}
@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;
  }
}

.bg-primary {
    background-color: #f05f40;
}

.section-border {
  border-top: #9d9d9d 15px solid;
}
/* portfolio.css */

.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;
    }
}


/* slick-carousel.css */

@media (max-width: 768px) {  
  .slick-slider {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #2c3e50 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slider-for .slick-prev, .slider-for .slick-next {
  top: 25%;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 20px;
    text-align: center;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
    border: 1px #ccc solid;
}
/* video-background.css */
/* video div's */

.container-fluid{margin: 0; padding: 0; height: 100%; width: 100%;}
.embed-responsive{}

.embed-responsive .video-description {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  min-height: 50px;
  padding: 20px 0;
  margin-top: 0px;
  z-index: 0;
}
.video-background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100%;
}
/**** Responsive Hooks ****/

/* Keep in mind mobile-first styles get applied 
generally and override for larger devices. */

/* Tablet*/
@media (min-width: 768px) {  
  /* Add minimum height for pages with minimal content. */
 .content { min-height: 500px; }
 .pull-subpages .content { min-height: 0; }


  /* Float main menu on right */
  .navbar-nav {
    float: right;
    margin: 0;
  }
}
/* footer */
/************************* FOOTER *************************/
.page-footer {
  padding: 25px 0;
  height: 550px;
  color: white;
  background-color: black ;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Oswald', Trebuchet, sans-serif;
}
.colour {
  color: #e48025;
}
.footer-col {
padding-bottom: 30px;
}
.page-footer .nav-item > a {
    color: white;
    margin: 0 20px;
}
img.nv {
  width: 200px;
}
.page-footer ul.nav li {
  float: right;
}
.page-footer ul.nav > li > a  {
  padding: 0 5px;
}
.page-footer ul.nav > li > a:hover, .page-footer 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;
}

.address-bar {
  padding-top:20px;
  
}

/* Tablet */
@media (min-width: 768px) {
  
  .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;
  }
.main-menu {
    margin-top: 30px;
    background-color: transparent;
    border-bottom-left-radius: 0;
    width: auto;
    padding:0;
}
.nav-link {
    display: block;
    padding: .0rem 1rem;
}
.navbar-default .navbar-nav > li > a, .navbar-default a.navbar-brand {

    background-color: transparent;
}

 /* .navbar-expand-md .main-menu > .nav-item {
    padding-right: .5rem;
    padding-left: .5rem;
    border-right: 1px solid #fff;
  }*/

  .navbar-default .main-menu > li.nav-item:last-child  {
    border-right: none;
  }  
  .blog-media {
    flex-direction: row;
  }
  .content .blog-media img {
      text-align: center;
      padding-bottom:20px;
      width: 150px;
    }
 
}
@media (min-width: 992px) {
  .find-beer-buttons {
    clear: both;
    text-align: center;
    padding: 20px 0;
  } 
  

    
  .post {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar-beer {
    margin: 35px 0 35px 0%;
    flex-direction: row;
  }
  .navbar-beer > li {
      width: 23%;
      text-align: center;
      float: left;
      margin: 2px 1%;
  } 
}


/* Desktop*/

/* Large Desktop*/
@media (min-width: 1200px) {
  
    body.page-pairings .hd {
    height: 690px;
    background: url("/images/pairings.jpg") no-repeat center top fixed;
    background-size: cover;
  }
  
 /* body.page-about .hd {
    height: 690px;
    background: url("/images/Working-in-Wellington-Brewery.jpg") no-repeat center top fixed;
    background-size: cover;
  }*/
  body.page-events .hd {
    height: 690px;
    background: url("/images/Wellington-Brewery-Events.jpg") no-repeat center top fixed;
    background-size: cover;
  }
  body.page-contact .hd {
    height: 690px;
    background: url("/images/Wellington-Brewery-contact.jpg") no-repeat center top fixed;
    background-size: cover;
  }
  body.page-visit .hd, body.page-visit-test .hd {
    height: 690px;
    background: url("/images/Visit-Wellington-Brewery.jpg") no-repeat center top fixed;
    background-size: cover;
  } 
}