/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/
html, body {margin: 0; padding: 0; width: 100%;}
body {font-family: 'Raleway'; color: #282828; font-size: 13px; cursor: default; font-weight: 500;}
h1, h2, h3, h4, h5, h6, span {font-family: 'DINPro-BoldCondensed'; text-transform: uppercase; line-height: 1.1em}
p {line-height: 1.7em;}
::-moz-selection { background: #fdce0c }
::selection { background: #fdce0c  }
a {color: #282828; cursor: pointer;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;}
a:hover {color: #282828;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out; text-decoration: none;}
a:visited, a:active {color: #282828; text-decoration: none;}
* :focus {outline: none !important; text-decoration: none;}
.content-button {
color: #fff; border: 3px solid #000000; 
font-family: 'DINPro-BoldCondensed'; text-transform: uppercase; 
display: inline-block;height: 40px; 
line-height: 35px; font-size: 16px; min-width: 150px;}
.content-button a {color: #fff; display: block; width: 100%; height: 100%; padding: 0 20px; text-decoration: none; text-align: center;}
.divider-line {width: 70px; height: 4px; display: block;margin: 20px auto; background: #fff;}
h3 {margin: 10px 0;}
table {width: 100%;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#gpheader {z-index:100;color: #cfcfcf; background: #070707; font-family: 'DINPro-BoldCondensed'; text-transform: uppercase; position: fixed; left: 0; right: 0;}

.full-screen-nav-content .logo {width: 170px; height: auto;}
.full-screen-nav-content {text-align: center;}

#gpheader a {color: #cfcfcf;}
#gpheader a:hover {color: #fff;}
#gpheader i:hover {color: #fdce0c}
#gpheader table {margin-bottom: 0;}
#gpheader .button {background: #fff; color: #070707; text-align: center;height: 34px; position: relative;top: 10px; line-height: 38px;}
#gpheader .button a {color: #070707; display: block; font-size: 18px; display: block; height: 100%; padding: 0 10px;}
#gpheader .button a:hover {text-decoration: none;}
#gpheader .container {padding: 0;}

#gpheader {padding: 5px;}
#gpheader #show-nav {float: right; position: absolute;top: 20px;right: 20px;}


.menu-item-has-children { position: relative; }
#gpheader .primary .menu-header-menu-container {display: none;}
#gpheader .social {display: none;}

#show-nav {background: url(../img/burgericon.png); width: 60px; height: 60px; background-size: contain; border: 0;	}
.full-screen-nav-content .logo {width: 200px !important; height: auto; display: block; margin: 0 auto;}

.align-top .content-button {position: relative; left: -30px; top: 22px; min-width: 110px !important; background: #fff;
    /* -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1); */
    -moz-box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 0.2); }
.align-top .content-button a {color: #070707 !important;}

.full-screen-nav-close {z-index: 10000 !important;}
.full-screen-nav-content {z-index: 9000 !important;}


/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
#show-nav { z-index: 5000 !important}
.full-screen-nav-content ul {list-style: none;font-family: 'DINPro-BoldCondensed'; text-transform: uppercase; text-align: center; margin: 0; padding: 0;}
.full-screen-nav-content a {color:#fff; font-size: 30px;}
.full-screen-nav {padding: 20px;}
.full-screen-nav-content a {font-size: 26px;}

#gpheader .logo {height: 90px; width: auto;}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.primary-content .flexslider {height: 100vh; overflow: hidden;}
.primary-content .flexslider .table {display: table; height: 100vh;}
.primary-content .flexslider .cell {display: table-cell; vertical-align: bottom;}
.primary-content .flexslider .text-wrap  {background: rgba(0,0,0,0.5); color: #fff; padding: 30px; margin-bottom: 15px;}


.home .flex-control-nav {display: none;}

.home-content {background: url(../img/seamless-noline.jpg); color: #fff; text-align: center;}
.home-content .col-10 p:last-child {margin-bottom: 0;}
.home-services img {max-width: 60px; height: auto;}
.home-services {text-align: center;}
.home .home-services .container { max-width: 900px;}

.home-services,
.functions {background: url(../img/whiteseamless-noline.jpg);}
.home-services .container .row {margin-bottom: 40px;}
.home-services .container .row:last-child,
.home-services .container .row:nth-last-child(2) {margin-bottom: 0;}
.home-services .content-button {margin-bottom: 40px;}
.home-services span,
.home-services h2 {text-align: center;}
.home-services .divider-line {background: #282828;}

.singleservice {margin-bottom: 50px;}
.singleservice:first-child {margin-top: 50px;}

.home-content {padding: 40px 0;}
.home-services {padding: 40px 0 0 0}

.tradinghours {text-align: center; background: #f7f7f7; border-top: 1px solid #dbdbdb;}
.tradinghours .divider-line {background: #282828;}

.tradinghours .hours-left p {background: #282828; color: #fff;}
.tradinghours .hours-right p, .tradinghours .hours-left p {margin: 0;padding: 0 10px; font-size: 24px;
	font-family: 'DINPro-BoldCondensed'; text-transform: uppercase; display: inline-block;
margin: 2.5px;}

.tradinghours .hours-wrap:hover .hours-left p {background:#fdce0c; color: #282828;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;}

.tradinghours .hours-left, .tradinghours .hours-right {width: 50%;}
.tradinghours .hours-left {float: left; text-align: right;}
 .tradinghours .hours-right {float: right; text-align: left;}


.home #map {margin-top: 0; height: 300px;}
.tradinghours .hours-column {padding: 40px 0 !important;} 

.homemap {background-image:url(../img/googlemap.jpg); background-size:cover; background-position: center;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#gpfooter {background: url(../img/seamless-noline.jpg); color: #fff; text-align: center; font-family: 'DINPro-BoldCondensed'; text-transform: uppercase; font-size: 16px;}
#gpfooter .social i {font-size: 18px; padding: 0 10px;}
#gpfooter .social {margin: 20px 0;}
#gpfooter a {color: #fff;}
#gpfooter .widget i {font-size: 16px; padding: 5px;}
#gpfooter {letter-spacing: 0.3px;}
#gpfooter li {list-style: none; display: inline-block;padding-right: 10px;}
#gpfooter li:last-child {padding-right: 0;}
#gpfooter ul {margin: 0; padding: 0;}
#gpfooter .widget {margin-bottom: 0;}

#gpfooter img {max-width: 150px;}
#gpfooter {padding: 30px 0;}


/*--------------------------------------------------------------
# Page Templates
--------------------------------------------------------------*/
.content-block {margin: 50px 0;}
.header-image {height: 400px; background-size: cover; background-position: center;}
.spacer {height: 74px;}

.single-package h3 {margin:20px 0 0 0;}
.single-package span.cost { font-size:  36px; }
.single-package ul {margin: 30px; padding: 0; list-style: none; font-weight: 500; }
.single-package ul li {padding: 10px; border-bottom: 1px dotted #999}
.single-package {margin-bottom: 40px;}
.single-carousel {height: 300px; background-size: cover; background-position: center;}

.promo-banner {background-image: url('../img/yellow-squares.png');background-size: cover; color: #282828; padding: 40px 0; text-align: center;}
.promo-banner .divider-line {background: #282828;}
.promo-banner .hvr-shutter-out-horizontal:before {background: #fff !important}

.function-info {margin-top: 40px; margin-bottom: 80px;}
.function-info .flex-direction-nav {display: none;}
.functions-action {margin-top: 40px;}
.functions-action .content-button {margin: 0 auto;}
.functions-action {text-align: center;}
.flex-control-nav {bottom: -40px !important}

.beer-garden img {width: 100%; height: auto; max-width: 100%;}
.beer-garden .single-package {text-align: center;}
.beer-garden .desc {margin-top: 10px;}

.menu-icons {margin-top: 30px;}
.menu-icons p {padding-top: 10px;}

#map {width: 100%; height: 300px; margin-top: 50px;}
.page-template-page-contact .home-services {text-align: left;}
.page-template-page-contact .home-services h2 {text-align: inherit;}


.whatson .date {font-size: 24px;font-family: 'DINPro-BoldCondensed';text-transform: uppercase;text-align: center; line-height: 1.2em; border-right: 3px solid #000}
.whatson .table {display: table}
.whatson .cell {display: table-cell; padding: 0; padding: 10px; vertical-align: middle;}
.whatson {max-width: 800px; padding-top: 40px; padding-bottom: 40px;}
.whatson .item {margin-bottom: 40px;}
.whatson .item:last-child {margin-bottom: 0;}
.whatson .cell p:last-child {margin-bottom: 0;}


.functions {padding:40px 0;}
.functions img {max-width: 100%; height: auto;}
.functions .accordion .accordion-header {font-family: 'DINPro-BoldCondensed';text-transform: uppercase;}
.accordion-content {font-size: 13px;}
.accordion-header {color: #cfcfcf; background-color:#070707; border-color: #333;}
.accordion-header:hover, .accordion-item.active .accordion-header {background: #000;}
.functions .single-function {margin-bottom: 40px;}

#ui-datepicker-div {background-color: #efefef; padding: 15px;}
#ui-datepicker-div select {width: 20%;}
.ui-datepicker-next {float: right;}
.ui-datepicker-header a {font-size: 16px;}
.ui-datepicker-month {float: left; margin-right: 5px;}
.ui-datepicker-year {float: right;}
.functions .single-function .instruction  {display: none;}
.single-function .accordion-content img {height: 70px; width: auto;}
.single-function {padding: 0 20px;}

#bookingopen:hover {cursor: pointer;}
#bookingform {margin: 20px 0 50px 0px;}
#ui-datepicker-div {display: none;}
.book-now .container .row {margin-bottom: 0;}


input, textarea, select {
    border: 3px solid #000000;
    display: inline-block;
    font-size: 13px !important;
    min-width: 150px;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
}

input {height: 40px; padding: 0 10px;}
select {height: 40px; padding: 0 7px; font-family: 'DINPro-BoldCondensed';text-transform: uppercase; font-size: 16px;}
textarea {padding: 10px;height: 100px;}

.gform_footer input {
    background: #151717;
    color: #fff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
    width: auto;
    font-family: 'DINPro-BoldCondensed';
    text-transform: uppercase;
    font-size: 18px !important;
}
.gform_footer input:hover { background: #fdce0c; cursor: pointer; }

.gform_wrapper ul {margin: 0; padding: 0; list-style: none;}
.gform_wrapper label {display: none;}
.gform_wrapper li {margin-bottom: 10px;}

.checkbox label {display: inline-block;}
.checkbox input {float: left;}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'DINPro-BoldCondensed';
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: 'DINPro-BoldCondensed';
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: 'DINPro-BoldCondensed';
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
}
:-moz-placeholder { /* Firefox 18- */
    font-family: 'DINPro-BoldCondensed';
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
}

/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
 .home #map {height: 100% !important;}

 .content-button {
  line-height: 33px;}
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

  .align-top .content-button {left: -70px; top: -30px;}
  #gpheader .social {position: relative;left: -190px; top: 16px;}

  #gpheader #show-nav {top: 20px;}

  .full-screen-nav {padding: 50px;}
  .full-screen-nav-content a {font-size: 30px;}


  #gpheader .button a {padding: 0 20px;}
  #gpheader .button {top: 0;}


	#gpheader .social {display: block; }
	#gpheader .button {float: right;}
	#gpheader .menu-header-menu-container {display: inline-block;}
	#gpheader .menu-header-menu-container ul {}
	#gpheader .fa {margin: 20px 7px;}
	#gpheader .align-top {text-align: right;}

	.sub-menu { 
	  visibility: hidden; /* hides sub-menu */
	  opacity: 0;
	  position: absolute;
	  top: 100%;
	  left: 0;
	  width: 100%;
	  transform: translateY(-2em);
	  z-index: -1;
	  transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.01s;
	  min-width: 200px;
	  text-align: left;
	  z-index: 200;
	}
	.menu-item-has-children:hover .sub-menu {
	  visibility: visible; /* shows sub-menu */
	  opacity: 1;
	  z-index: 1;
	  transform: translateY(0%);
	  transition-delay: 0s, 0s, 0.5s; /* this removes the transition delay so the menu will be visible while the other styles transition */
	}
	.menu-header-menu-container a { display: block; padding: 1em 0.5em; text-decoration: none; font-size: 17px; }
	.menu-header-menu-container .sub-menu a {padding: 0.6em 1.2em; font-size: 15px;}
	.menu-header-menu-container a:hover { color: #F55; }
	.menu-header-menu-container ul,
	.menu-header-menu-container ul li { list-style-type: none; padding: 0; margin: 0; }
	.menu-header-menu-container > ul { text-align: center; }
	.menu-header-menu-container > ul > li { display: inline-block; }
	.menu-header-menu-container > ul > li:first-child { border-left: none; }
	.sub-menu {background: #282828;}

	.home-content {padding: 80px 0;}
  .home-services {padding: 80px 0;}

	.home-content h1 {font-size: 46px;}
	h2 {font-size: 44px;}
	h3 {font-size: 23px; margin: 15px 0;}
	span {font-size: 20px;}

	.home-services p {margin: 0;}
  .singleservice:first-child {margin-top: 0;}

	.divider-line {margin: 30px auto;}

	.tradinghours .hours-right p, .tradinghours .hours-left p {font-size: 32px;}

	#gpfooter {padding: 40px 0;}
	#gpfooter img {max-width: 240px;}

	.home-services .content-button {margin-top: 15px; margin-bottom: 0}

  #map {margin-top: 0;}

  .primary-content .flexslider .text-wrap {margin-bottom: 30px;}

 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .align-top .content-button {left: 0; top: 0;}
  #gpheader .social {left: 0; top:0;}

  #gpheader {height: 120px;}
	#gpheader td {height: 120px;}
  .spacer {height: 120px;}
  #gpheader .align-baseline {vertical-align: middle !important}

	#gpheader {padding: 0;}
	#gpheader .primary .menu-header-menu-container {display: block;}

	#show-nav {display: none;}


  .promo-banner {padding: 65px 0;}
  .function-info {margin-top: 65px; margin-bottom: 65px;}.
  .feat-image {background-size: cover;}
  .function-info .info-copy {padding-right: 10px;}

  #gpheader .button {background: #fff; color: #070707; text-align: center;}

  #bookingform {margin: 20px 0 0 0;}

  .whatson, .functions  {padding-top: 80px; padding-bottom: 80px;}

 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

  .spacer {height: 170px;}


  #gpheader,  #gpheader td {height: 170px;
      -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
  }  

  #gpheader .logo {height: 100%; width: auto; padding: 10px 0;}

  #gpheader.shrink,
  #gpheader.shrink td { height: 120px; 
        -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s; }


  #map {height: 400px;}
	.menu-header-menu-container a {padding: 1em 1em;}

  #gpheader .button {line-height: 30px;}

 .single-carousel {height: 400px; }

 }



/*--------------------------------------------------------------
# Button Animations
--------------------------------------------------------------*/
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #151717;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
-webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    3px 3px 0px 0px rgba(0, 0, 0, 1);
box-shadow:         3px 3px 0px 0px rgba(0, 0, 0, 1);
}
.hvr-shutter-out-horizontal:hover a {
	color: #111;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fdce0c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration:  a {color:#fff;}0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}





.gp-hover {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.gp-hover img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.gp-hover .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gp-hover .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gp-hover .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkt-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: rgba(50, 50, 50, 0.9);
}
.gp-hover .buttons .fa-search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.gp-hover:hover .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.gp-hover:hover .ovrly {
    opacity: 1;
}