/*
	Theme Name: Propeller
	Author URI: http://nathanshanahan.com
	Description: Propeller V4.0
	Version: 4.0
	Author: Nathan Shanahan
*/
/* ===============================================
		Flexbox
		@include flexbox(row, $mobile);
===============================================	*/
/*
Font: 		Belwe Mono LET
Style: 		Regular
URL: 		https://www.youworkforthem.com/font/T2218/belwe
Foundry: 	Letraset
Foundry: 	https://www.youworkforthem.com/designer/268/letraset
Copyright:	COPYRIGHT ESSELTE LETRASET LTD., 1990
Version: 	17
Created:	March 20, 2015
License: 	https://www.youworkforthem.com/font-license 
License: 	The WebFont(s) listed in this document must follow the YouWorkForThem
			WebFont license rules. All other parties are strictly restricted 
			from using the WebFonts(s) listed without a purchased license. 
			All details above must always remain unaltered and visible in your CSS.
*/
@font-face {
  font-family: 'BelweMonoLetPlain';
  src: url("fonts/belwe-mono-let.eot");
  src: url("fonts/belwe-mono-let.eot#iefix") format("embedded-opentype"), url("fonts/belwe-mono-let.woff") format("woff2"), url("fonts/belwe-mono-let.woff") format("woff"), url("fonts/belwe-mono-let.ttf") format("truetype"), url("fonts/belwe-mono-let.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*  ==========================================================================
		Fonts
		Font shorthand: font-style font-variant font-weight font-size/line-height font-family;
		========================================================================== */
/*  ==========================================================================
		Font Weights
		========================================================================== */
/*  ==========================================================================
		Colors
		========================================================================== */
/* Gold */
/*  ==========================================================================
		Wrap & page setups width
		========================================================================== */
/*  ==========================================================================
		Break Points
		========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  height: 100%; }

body {
  line-height: 1;
  min-height: 100%;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none; }

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading ul, .wf-loading li, .wf-loading a, .wf-loading p {
  visibility: hidden; }

.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active ul, .wf-active li, .wf-active a, .wf-active p {
  visibility: visible; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

cite {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.group {
  display: inline-block; }

/* start commented backslash hack \*/
* html .group {
  height: 1%; }

.group {
  display: block; }

/* close commented backslash hack */
img {
  max-width: 100%;
  vertical-align: bottom; }

.properller-animation-container select {
  -webkit-appearance: none;
  border-radius: 0; }

.properller-animation-container input {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #FFF;
  background: none;
  letter-spacing: 1px; }

.properller-animation-container input[type="text"]:focus, .properller-animation-container textarea[type="text"]:focus, .properller-animation-container input[type="email"]:focus {
  outline: 0;
  background: #F9F6F0 !important;
  border: 1px solid #2d3c46;
  color: #231f20; }

.properller-animation-container input:focus {
  outline: 0;
  background: #231f20;
  border: 1px solid #FFF;
  color: #FFF; }

.properller-animation-container .error::-webkit-input-placeholder, .properller-animation-container .error:-moz-placeholder, .properller-animation-container .error::-moz-placeholder, .properller-animation-container error:-ms-input-placeholder {
  color: #cc0000; }

/*
a[href^=tel]{ 
	color: $color-white; 
	text-decoration: none; 
	font-family: $font-text;
}
*/
/* Width + Padding = element width */
*,
*:after,
*:before {
  box-sizing: border-box; }

button {
  border: none;
  background: none;
  cursor: pointer; }
  button:focus {
    outline: 0; }

/* Global Styles */
body {
  font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  background: none;
  color: #231f20;
  overflow-x: hidden;
  overflow-y: scroll;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }
  @media (max-width: 767px) {
    body {
      text-align: center;
      max-width: 100vw; } }
/* For sticking the footer to page bottom */
.container {
  min-height: 100%; }

/* Headings */
p {
  font-family: "sofia-pro", sans-serif;
  line-height: 1.6; }
  p + p {
    padding-top: 1em; }
  @media (max-width: 767px) {
    p {
      font-size: 15px; } }
a {
  font-family: "sofia-pro", sans-serif;
  text-decoration: none;
  color: inherit;
  font-size: 18px; }
  @media (max-width: 767px) {
    a {
      font-size: 15px; } }
/*
button {
	font-family: $font-text;
	font-size: 18px;
	color: $color-primary;
	@media (max-width: $mobile-width) {
		font-size: 15px;
	}
}
*/
.btn,
.button {
  font-family: "sofia-pro", sans-serif;
  font-size: 18px;
  color: #2d3c46;
  border: 2px solid #2d3c46;
  background: none;
  padding: 10px 20px;
  border-radius: 0px !important;
  min-width: 6rem; }
  .btn:hover,
  .button:hover {
    color: #FFF;
    background: #2d3c46; }
  @media (max-width: 767px) {
    .btn,
    .button {
      font-size: 15px; } }
.button {
  color: #231f20;
  border: 2px solid #231f20; }
  .button:hover {
    background: #174a7a;
    color: #FFF; }

/* Page Titles */
h1 {
  font-family: "sofia-pro", sans-serif;
  font-size: 24px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 32px; } }
/* reason */
h2 {
  font-family: "sofia-pro", sans-serif;
  font-size: 24px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px; } }
/* reason */
h3,
h4,
h5 {
  font-family: "sofia-pro", sans-serif;
  font-size: 24px; }
  @media (max-width: 767px) {
    h3,
    h4,
    h5 {
      font-size: 32px; } }
.page-wrap {
  position: relative;
  margin: 0 auto;
  width: 1400px;
  max-width: 100%;
  height: 100%;
  background: none; }
  @media (max-width: 767px) {
    .page-wrap {
      padding-right: 10px;
      padding-left: 10px; } }
/*  Single Full Width */
.content-wrap {
  position: relative;
  margin: 0 auto;
  width: 960px;
  max-width: 100%;
  height: 100%;
  background: none; }
  @media (max-width: 1020px) {
    .content-wrap {
      width: 100%;
      padding-right: 30px;
      padding-left: 30px; } }
  @media (max-width: 767px) {
    .content-wrap {
      padding-left: 10px;
      padding-right: 10px; } }
/*  Elements	 */
/* Selected state for main navigation items */
.current_page_item {
  color: #2d3c46; }

.small-caps {
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 0px; }

.desktop {
  display: block; }
  @media (max-width: 767px) {
    .desktop {
      display: none !important; } }
.mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .mobile {
      display: block !important; } }
/*  ==========================================================================
		<svg class="icon-social-mail" viewBox="0 0 17 17"><use xlink:href="#icon-social-mail"></use></svg>	
		<svg class="icon-social-instagram" viewBox="0 0 17 17"><use xlink:href="#icon-social-instagram"></use></svg>
		<svg class="icon-social-facebook" viewBox="0 0 17 17"><use xlink:href="#icon-social-facebook"></use></svg>
		<svg class="icon-arrow-large-slider" viewBox="0 0 56 17"><use xlink:href="#icon-arrow-large-slider"></use></svg>
		<svg class="icon-circles" viewBox="0 0 187 187"><use xlink:href="#icon-circles"></use></svg>
		<svg class="icon-water-line" viewBox="0 0 175 25"><use xlink:href="#icon-water-line"></use></svg>
		<svg class="icon-pizza-text" viewBox="0 0 126 123"><use xlink:href="#icon-pizza-text"></use></svg>
		<svg class="icon-plate-cross" viewBox="0 0 76 76"><use xlink:href="#icon-plate-cross"></use></svg>
		<svg class="text-the-latest" viewBox="0 0 35 247"><use xlink:href="#text-the-latest"></use></svg>
		<svg class="text-community" viewBox="0 0 35 223"><use xlink:href="#text-community"></use></svg>
========================================================================== */
/*  ==========================================================================
		SVG individual file CSS.	
========================================================================== */
.icon-arrow-large-slider {
  max-width: 56px;
  max-height: 17px;
  fill: #FFF; }
  .icon-arrow-large-slider:hover {
    fill: #231f20; }

.icon-circles {
  max-width: 187px;
  max-height: 187px;
  fill: #EEAF5B; }

.icon-water-line {
  max-width: 175px;
  max-height: 25px;
  fill: #EEAF5B; }

.icon-pizza-text {
  max-width: 126px;
  max-height: 123px;
  fill: #EEAF5B; }

.icon-menu-border {
  max-width: 320px;
  max-height: 5px;
  fill: #FFF; }

/* Social Icons; */
.icon-social-mail, .icon-social-instagram, .icon-social-facebook {
  max-width: 17px;
  max-height: 17px;
  fill: #FFF; }
  .icon-social-mail:hover, .icon-social-instagram:hover, .icon-social-facebook:hover {
    transform: scale(1.2); }

.text-the-latest {
  max-height: 247px;
  max-width: 35px; }

.text-community {
  max-height: 223px;
  max-width: 35px; }

#mc_embed_signup {
  text-align: center;
  padding: 1em 0; }

.mc_form_container {
  text-align: center; }
  .mc_form_container .mc_signup_form {
    display: flex;
    flex-direction: row;
    min-width: 100%; }
  .mc_form_container .email {
    border: none;
    display: inline-block;
    min-width: 240px;
    background: #f2f2f3;
    padding: 12px 10px;
    margin: 0 12px;
    flex: 4; }
  .mc_form_container .button {
    flex: 1;
    background: #2d3c46;
    color: #FFF;
    padding: 14px 10px;
    border: none;
    cursor: pointer; }
    .mc_form_container .button:hover {
      background: #EEAF5B; }

.header {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #FFF; }
  .header > a:first-of-type {
    display: none; }
    .header > a:first-of-type h1 {
      pointer-events: none; }
    @media (max-width: 767px) {
      .header > a:first-of-type {
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px; } }
  .header nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end; }
    @media (max-width: 767px) {
      .header nav ul {
        margin-top: 22px; } }
.propeller-logo {
  width: 100%;
  max-width: 245px;
  max-height: 34px; }

@media (max-width: 767px) {
  .header .scroll {
    font-size: 15px; } }

.animation-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-height: 100%;
  z-index: 100;
  margin-bottom: 100vh;
  background: #FFF; }
  .animation-container .header {
    position: relative;
    z-index: 10;
    height: 118px; }
  .animation-container .images-container {
    flex: 1; }

/* ===============================================
		Handle iOS bug
===============================================	*/
.mobile.propeller-logo {
  margin: -1em auto 1em; }

body.home.animation-completed {
  padding-top: 200vh; }
  body.home.animation-completed .animation-container {
    position: absolute;
    margin-bottom: 0;
    margin-top: 100vh; }

.hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.hero-image-night {
  opacity: 0.00001; }

.hero-footer {
  position: relative;
  z-index: 10;
  background: #FFF; }
  .hero-footer .content-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 767px) {
      .hero-footer .content-wrap {
        display: block; } }
  @media (max-width: 767px) {
    .hero-footer .address-container {
      padding-bottom: 1em;
      line-height: 1.52em; } }
.propeller-about-container {
  background: #FFF;
  border: solid 70px #000;
  padding-top: 140px;
  padding-bottom: 140px;
  font-family: "sofia-pro", sans-serif;
  position: relative; }
  @media (max-width: 767px) {
    .propeller-about-container {
      padding-top: 60px;
      padding-bottom: 50px; } }
  @media (max-width: 1160px) {
    .propeller-about-container {
      padding-left: 2.5%;
      padding-right: 2.5%; } }
  @media (max-width: 767px) {
    .propeller-about-container {
      border: none; } }
  .propeller-about-container .content-wrap {
    background: #FFF;
    display: flex;
    flex-direction: row; }
    @media (max-width: 767px) {
      .propeller-about-container .content-wrap {
        display: block; } }
  .propeller-about-container .text-container {
    flex: 1;
    padding-right: 2.5%; }
    @media (max-width: 767px) {
      .propeller-about-container .text-container {
        padding-bottom: 100px; } }
  .propeller-about-container .image-container {
    flex: 1;
    padding-left: 2.5%; }
  .propeller-about-container p {
    font-size: 18px; }
    @media (max-width: 767px) {
      .propeller-about-container p {
        font-size: 15px; } }
  .propeller-about-container h1 {
    font-family: "BelweMonoLetPlain", serif;
    font-size: 40px;
    padding-top: 0.25em;
    padding-bottom: 1em; }
    .propeller-about-container h1 + p {
      font-weight: 700;
      font-size: 19px; }
  .propeller-about-container .icon-plate-cross {
    width: 242px;
    fill: #e6e7e8;
    position: absolute;
    right: -195px;
    top: -70px; }
    @media (max-width: 767px) {
      .propeller-about-container .icon-plate-cross {
        width: 150px;
        right: -40px;
        top: 150px; } }
  .propeller-about-container .icon-postcode {
    position: absolute;
    width: 312px;
    left: calc((100vw - 1120px) / 2);
    bottom: -40px; }
    @media (max-width: 767px) {
      .propeller-about-container .icon-postcode {
        width: 240px;
        left: 35px;
        bottom: -40px; } }
  .propeller-about-container .mobile {
    padding-bottom: 100px; }

/* ===============================================
		Take Away Menu.
=============================================== */
.module--takeaway-ordering {
  padding-top: 92px;
  padding-bottom: 92px;
  background: url(img/backgrounds/menu-background.png) center center no-repeat;
  background: url(img/backgrounds/menu-background.svg) center center no-repeat;
  background-size: cover; }
  .module--takeaway-ordering .content-wrap {
    display: grid;
    grid-template-columns: 1.5fr 2rem 1fr; }

@media (max-width: 767px) {
  .module--takeaway-ordering .content-wrap {
    display: block; } }

.takeaway_section-heading {
  grid-column: 1/-1;
  color: #FFF;
  padding-bottom: 40px; }
  .takeaway_section-heading .section-heading {
    font-family: "BelweMonoLetPlain", serif;
    font-size: 40px;
    text-align: center; }

.takeaway__menus {
  grid-column: 1/3;
  grid-row: 2/3;
  position: relative;
  z-index: 1;
  background: #FFF;
  padding: 40px 70px 40px 40px;
  border: 2px solid #231f20; }
  @media (max-width: 767px) {
    .takeaway__menus {
      margin: 0;
      padding: 40px;
      text-align: left; } }
  .takeaway__menus li {
    display: grid;
    grid-template-columns: 1fr 5rem;
    padding-bottom: 1em;
    font-size: 1rem; }
  .takeaway__menus .price {
    grid-column: 1/2; }
  .takeaway__menus .add_to_cart_button {
    grid-column: 2/3;
    grid-row: 1/3;
    text-align: center;
    margin-bottom: auto; }
  .takeaway__menus a {
    font-size: 14px;
    padding: 6px 10px;
    transition: color 0.1s ease-in-out; }
    .takeaway__menus a:hover {
      color: #EEAF5B; }
  .takeaway__menus .menu-heading {
    font-family: "BelweMonoLetPlain", serif;
    text-align: center;
    font-size: 1.8rem;
    padding-bottom: 1rem; }
  .takeaway__menus .woocommerce-loop-product__title {
    font-size: 15px;
    display: block;
    padding-right: 1rem; }
  .takeaway__menus .added_to_cart {
    display: none !important; }

.takeaway__cart {
  grid-column: 2/4;
  grid-row: 2/3;
  z-index: 2;
  margin-top: 40px;
  position: relative; }
  .takeaway__cart .sticky {
    padding: 40px 70px 40px 40px;
    background: #231f20;
    border: 0.51rem solid #FFF;
    color: #FFF;
    position: -webkit-sticky;
    position: sticky;
    top: 2rem;
    margin-bottom: 2rem; }

.product-short-description {
  font-size: 0.8rem; }

.widget_shopping_cart h1,
.widget_shopping_cart h2,
.widget_shopping_cart h3 {
  font-family: "BelweMonoLetPlain", serif;
  padding-bottom: 1em; }

.widget_shopping_cart_content {
  text-align: left; }
  .widget_shopping_cart_content a.button {
    background: #FFF; }

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: normal; }

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-bottom: 0.5rem; }

/* ===============================================
		Propeller Menu
=============================================== */
.propeller-menu-container {
  padding-top: 92px;
  padding-bottom: 92px;
  background: url(img/backgrounds/menu-background.png) center center no-repeat;
  background: url(img/backgrounds/menu-background.svg) center center no-repeat;
  background-size: cover; }
  .propeller-menu-container .content-wrap {
    display: flex;
    flex-direction: row; }
    @media (max-width: 767px) {
      .propeller-menu-container .content-wrap {
        display: flex;
        flex-direction: column-reverse; } }
  .propeller-menu-container .text-container {
    flex: 1;
    position: relative;
    z-index: 1;
    background: #FFF;
    margin-bottom: 40px;
    margin-right: -20px;
    border: 2px solid #231f20; }
    @media (max-width: 767px) {
      .propeller-menu-container .text-container {
        margin: 0; } }
    .propeller-menu-container .text-container ul {
      padding: 40px 70px 40px 40px; }
    .propeller-menu-container .text-container li {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      font-size: 18px;
      padding-top: 1em;
      padding-bottom: 1em;
      font-size: 18px;
      border-bottom: 2px solid #231f20; }
      .propeller-menu-container .text-container li:last-child {
        font-size: 14px;
        border-bottom: none;
        padding-top: 1.5em; }
      @media (max-width: 767px) {
        .propeller-menu-container .text-container li {
          font-size: 15px; } }
    .propeller-menu-container .text-container a {
      border: 2px solid;
      font-size: 17px;
      padding: 6px 10px;
      transition: color 0.1s ease-in-out; }
      .propeller-menu-container .text-container a:hover {
        color: #EEAF5B; }
    .propeller-menu-container .text-container h1 {
      font-family: "BelweMonoLetPlain", serif;
      font-size: 40px; }
  .propeller-menu-container .image-container {
    flex: 1;
    position: relative;
    z-index: 2;
    margin-top: 40px;
    margin-left: -20px;
    font-size: 0; }
    .propeller-menu-container .image-container img {
      border: 8px solid #FFF; }
    @media (max-width: 767px) {
      .propeller-menu-container .image-container {
        margin: 0 0 25px 0; } }
  .propeller-menu-container h1 {
    text-transform: none; }

.icon-down-arrow {
  max-width: 106px;
  fill: #FFF;
  position: absolute;
  bottom: -110px;
  left: 30px; }
  @media (max-width: 767px) {
    .icon-down-arrow {
      display: none; } }
.contact {
  background: #FFF;
  color: #231f20;
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px; }
  .contact .content-wrap {
    border: 4px solid #231f20;
    height: 100%;
    position: relative; }
    @media (max-width: 1020px) {
      .contact .content-wrap {
        padding-left: 0px;
        padding-right: 0px;
        width: 93%; } }
  .contact .images {
    width: 65%;
    float: left;
    padding: 20px;
    border-right: 4px solid #231f20; }
    @media (max-width: 767px) {
      .contact .images {
        width: 100%;
        float: none;
        border-right: none; } }
    .contact .images .flex-custom-nav {
      position: absolute;
      z-index: 10;
      display: block;
      width: 100%;
      left: 0px;
      top: 88%; }
      @media (max-width: 400px) {
        .contact .images .flex-custom-nav {
          top: 80%; } }
    .contact .images .flex-custom-nav a {
      display: inline-block;
      cursor: pointer; }
    .contact .images .prev {
      width: 70px;
      float: left;
      margin-left: 35px; }
      .contact .images .prev svg {
        transform: rotate(180deg); }
    .contact .images .next {
      width: 70px;
      float: right;
      margin-right: 35px; }
  .contact .contact-details {
    width: 35%;
    float: left; }
    @media (max-width: 767px) {
      .contact .contact-details {
        width: 100%;
        float: none; } }
    .contact .contact-details ul li,
    .contact .contact-details a {
      font-size: 16px; }
    .contact .contact-details a:hover {
      text-decoration: underline; }
      .contact .contact-details a:hover svg {
        transform: scale(1.2); }
    .contact .contact-details .social-icons svg {
      fill: #231f20;
      margin-right: 5%;
      vertical-align: baseline; }
    .contact .contact-details .social-icons .icon-social-facebook {
      margin-bottom: -1px; }
    .contact .contact-details .social-icons .icon-social-instagram {
      margin-bottom: -3px; }
    .contact .contact-details .social-icons .icon-social-mail {
      margin-bottom: -2px; }
    .contact .contact-details .social-icons li {
      padding: 8% 10%; }
      @media (max-width: 850px) {
        .contact .contact-details .social-icons li {
          padding: 6% 5%; } }
      .contact .contact-details .social-icons li:first-of-type {
        margin-top: 20px; }
        @media (max-width: 767px) {
          .contact .contact-details .social-icons li:first-of-type {
            margin-top: 0px; } }
    .contact .contact-details .social-icons li:not(:nth-of-type(2)) {
      border-top: 3px solid #231f20;
      border-bottom: 3px solid #231f20; }
    .contact .contact-details .address-and-contact {
      padding: 18px 10% 0% 10%; }
      @media (max-width: 850px) {
        .contact .contact-details .address-and-contact {
          padding: 7% 5% 0% 5%; } }
      @media (max-width: 767px) {
        .contact .contact-details .address-and-contact {
          padding: 7% 0% 10% 0%; } }
      @media (max-width: 850px) {
        .contact .contact-details .address-and-contact li,
        .contact .contact-details .address-and-contact a {
          font-size: 15px; } }
      .contact .contact-details .address-and-contact li {
        line-height: 1.4em; }
        @media (max-width: 767px) {
          .contact .contact-details .address-and-contact li {
            padding-left: 2%;
            padding-right: 2%; } }
        .contact .contact-details .address-and-contact li:last-of-type {
          padding-bottom: 0%; }

.instagram-map {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 90px; }
  .instagram-map .text-community {
    position: absolute;
    bottom: 10%;
    left: -20px; }
    @media (max-width: 767px) {
      .instagram-map .text-community {
        bottom: auto;
        top: 5%; } }
  .instagram-map .instagram-map-container {
    border: 1px solid #231f20;
    position: relative;
    height: 100%; }
    @media (max-width: 1020px) {
      .instagram-map .instagram-map-container {
        padding-left: 0px;
        padding-right: 0px;
        width: 93%; } }
#instafeed {
  position: relative;
  width: 50%;
  float: left;
  padding: 40px; }
  @media (max-width: 767px) {
    #instafeed {
      width: 100%; } }
  #instafeed li {
    display: inline-block;
    max-width: 250px;
    max-height: 250px;
    width: 32%;
    float: left; }
    #instafeed li:nth-child(n) {
      margin-bottom: 2%;
      margin-right: 2%; }
    #instafeed li:nth-child(3n) {
      margin-right: 0;
      margin-bottom: 0; }
    #instafeed li:nth-child(3n + 1) {
      /*     clear: left; */ }
    @media (max-width: 0px) {
      #instafeed li {
        width: 100%;
        padding: 1%; }
        #instafeed li:nth-child(n) {
          margin: 0; }
        #instafeed li:nth-child(3n) {
          margin: 0; } }
#google_map {
  width: 50%;
  float: left;
  height: 100%;
  min-height: 490px;
  border: 20px solid #231f20; }
  @media (max-width: 767px) {
    #google_map {
      width: 100%;
      min-height: 400px;
      height: 400px; } }
/* makes the zoom controls visible */
.gmnoprint img {
  max-width: none; }

.checkout .woocommerce {
  padding-left: 2rem;
  padding-right: 2rem; }
  .checkout .woocommerce .input-text {
    padding: 1rem; }
  .checkout .woocommerce textarea {
    resize: vertical;
    min-height: 8rem; }

.woocommerce-additional-fields__field-wrapper .optional {
  display: none; }

.woocommerce-additional-fields__field-wrapper .notes label:after {
  content: "*";
  color: red; }

#order_review_heading {
  padding: 1em 0; }

.footer-site {
  padding: 40px 40px 40px 40px;
  position: relative;
  width: 100%;
  background: #231f20;
  color: #FFF; }
  .footer-site aside ul li {
    display: inline-block; }
    .footer-site aside ul li a {
      font-size: 15px; }
      .footer-site aside ul li a:hover {
        text-decoration: underline; }
  .footer-site aside ul li:nth-of-type(1n+1) {
    text-align: left;
    float: left; }
    @media (max-width: 767px) {
      .footer-site aside ul li:nth-of-type(1n+1) {
        float: none;
        text-align: center;
        display: block; } }
  .footer-site aside ul li:nth-of-type(2) a {
    color: #231f20;
    padding-left: 15px; }
    @media (max-width: 767px) {
      .footer-site aside ul li:nth-of-type(2) a {
        padding-left: 0px;
        font-size: 11px;
        line-height: 10px; } }
    .footer-site aside ul li:nth-of-type(2) a:hover {
      color: #EEAF5B; }
  .footer-site aside ul li:nth-of-type(1n+3) {
    float: right;
    padding-left: 15px; }
    @media (max-width: 767px) {
      .footer-site aside ul li:nth-of-type(1n+3) {
        float: none;
        text-align: center;
        display: inline-block;
        padding-left: 0px; } }
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }

.container {
  flex: 1; }

.page-content .page-title {
  text-align: center;
  padding: 1em 0; }

.woocommerce-message {
  background: #231f20;
  color: #FFF;
  border: none; }

.voucher-image-options img {
  display: none; }

.gift-certificate-container {
  padding-top: 92px;
  padding-bottom: 92px;
  margin-bottom: 92px; }
  .gift-certificate-container .quantity {
    display: none; }
  .gift-certificate-container .product_title {
    padding-bottom: 1em; }
  .gift-certificate-container .content-wrap {
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 767px) {
      .gift-certificate-container .content-wrap {
        display: block; } }
  .gift-certificate-container .product-container {
    flex: 1;
    padding: 50px;
    margin-right: -50px;
    border: 2px solid #231f20;
    position: relative;
    z-index: 10;
    background: #FFF; }
    @media (max-width: 767px) {
      .gift-certificate-container .product-container {
        margin-right: 0; } }
  .gift-certificate-container .image-container {
    flex: 3;
    border: 10px solid #174a7a;
    position: relative; }
  .gift-certificate-container input {
    background: none;
    border: 1px solid #FFF;
    color: #FFF;
    padding: 12px 16px;
    margin-bottom: 1em; }
    .gift-certificate-container input:focus {
      outline: none;
      color: #FFF;
      border: 1px solid #EEAF5B; }
  .gift-certificate-container .input-text {
    width: 100%;
    background: #231f20;
    color: #FFF; }
  .gift-certificate-container label {
    padding-bottom: .5em;
    display: block; }
  .gift-certificate-container .button {
    margin-top: 1em;
    padding: 12px 16px; }
  .gift-certificate-container .product_title {
    font-family: "BelweMonoLetPlain", serif;
    font-size: 40px;
    padding-bottom: .8em; }

.voucher-decal {
  border-radius: 50em;
  height: 188px;
  width: 188px;
  background: #174a7a;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  z-index: 10;
  bottom: -62px;
  right: 62px;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 100; }
  @media (max-width: 767px) {
    .voucher-decal {
      right: 50%;
      margin-right: -80px;
      font-size: 16px;
      bottom: -84px;
      height: 160px;
      width: 160px; } }
  .voucher-decal .icon-plate-cross {
    width: 30px;
    fill: #FFF;
    margin-bottom: .45em; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 0;
  background: none;
  border: none;
  position: relative; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-custom-nav {
  *height: 0; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }