@charset "UTF-8";
/*
Theme Name: Snag Stand
*/
.white {
  background-color: #ffffff; }

/*To parse multiple variables, use double brackets, eg.: @include transition((opacity 0.5s, width 0.2s));*/
@font-face {
  font-family: "Apercu";
  src: url(fonts/Apercu.otf) format("opentype"); }
@font-face {
  font-family: "Apercu Bold";
  src: url(fonts/Apercu-Bold.otf) format("opentype"); }
@font-face {
  font-family: "Helvetica";
  src: url(fonts/Apercu.otf) format("opentype"); }
@font-face {
  font-family: "Woodgrit";
  src: url(fonts/WoodgritMedium.ttf) format("truetype"); }
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled],
input[disabled] {
  cursor: default; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

img {
  border: 0;
  vertical-align: middle; }

object,
embed {
  height: 100%; }

body {
  font-size: 0px;
  color: #000000; }

#site-wrapper {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center; }

.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%; }

.wrapper-full-width {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto; }

article, section, footer {
  clear: both;
  width: 100%;
  display: inline-block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

article:nth-of-type(odd) {
  clear: both; }

img {
  vertical-align: middle;
  width: 100%;
  height: 100%; }

ul, li {
  list-style-type: none; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.button {
  border-width: 2px;
  border-style: solid;
  transition: background-color 0.4s, color 0.4s;
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  font-size: 24px;
  padding: 10px 26px;
  display: inline-block;
  font-family: "Open Sans", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal; }
  .button:hover {
    color: #000000;
    background-color: transparent; }
  @media screen and (max-width: 1300px) {
    .button {
      font-size: 18px;
      padding: 8px 20px; } }
  .button-black {
    border-width: 2px;
    border-style: solid;
    transition: background-color 0.4s, color 0.4s;
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
    font-size: 24px;
    padding: 10px 26px;
    display: inline-block;
    font-family: "Open Sans", "Open Sans", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal; }
    .button-black:hover {
      color: #000000;
      background-color: transparent; }
    @media screen and (max-width: 1300px) {
      .button-black {
        font-size: 18px;
        padding: 8px 20px; } }
  .button-white {
    border-width: 2px;
    border-style: solid;
    transition: background-color 0.4s, color 0.4s;
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
    font-size: 24px;
    padding: 10px 26px;
    display: inline-block;
    font-family: "Open Sans", "Open Sans", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal; }
    .button-white:hover {
      color: #ffffff;
      background-color: transparent; }
    @media screen and (max-width: 1300px) {
      .button-white {
        font-size: 18px;
        padding: 8px 20px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Apercu Bold", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em; }

h2 {
  font-size: 32px;
  margin-bottom: 20px; }

h3 {
  font-size: 26px; }
  @media screen and (max-width: 500px) {
    h3 {
      font-size: 18px; } }

p {
  font-size: 16px;
  line-height: 150%;
  margin: 0px;
  font-family: "Open Sans", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal; }

.label {
  padding: 0px;
  text-align: left; }

.decorated::before {
  content: '• '; }
.decorated::after {
  content: ' •'; }

.anchor-marker {
  display: block;
  margin-top: 0px; }

input:focus {
  outline: none; }

button:focus {
  outline: 0; }

header, footer {
  background-color: #000000;
  position: relative;
  display: inline-block;
  width: 100%; }
  header div, footer div {
    display: inline-block; }
  header ul, footer ul {
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px; }
    header ul li, footer ul li {
      display: inline-block;
      text-align: center;
      margin-left: 50px; }
      header ul li:hover, footer ul li:hover {
        opacity: 0.6; }
      header ul li:active, footer ul li:active {
        opacity: 0.8; }
      header ul li:nth-child(1), footer ul li:nth-child(1) {
        margin-left: 0px; }
      @media screen and (max-width: 1300px) {
        header ul li, footer ul li {
          margin-left: 35px; } }
      @media screen and (max-width: 1000px) {
        header ul li, footer ul li {
          margin-left: 20px; } }
      header ul li a, footer ul li a {
        font-size: 20px;
        font-family: "Apercu Bold", "Open Sans", "Arial", sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 2px; }
        @media screen and (max-width: 1000px) {
          header ul li a, footer ul li a {
            font-size: 15px; } }
      @media screen and (max-width: 768px) {
        header ul li.hide-on-mobile, footer ul li.hide-on-mobile {
          display: none; } }
  header .social, footer .social {
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 8%;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    header .social .social-item, footer .social .social-item {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #ffffff;
      display: inline-block;
      text-align: center;
      margin-left: 15px;
      position: relative; }
      header .social .social-item:hover, footer .social .social-item:hover {
        opacity: 0.6; }
      header .social .social-item:active, footer .social .social-item:active {
        opacity: 0.8; }
      header .social .social-item:nth-child(1), footer .social .social-item:nth-child(1) {
        margin-left: 0px; }
      header .social .social-item img, footer .social .social-item img {
        width: 100%;
        height: auto; }
      header .social .social-item div, footer .social .social-item div {
        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%); }
        header .social .social-item div.facebook, footer .social .social-item div.facebook {
          width: 30%; }
        header .social .social-item div.instagram, footer .social .social-item div.instagram {
          width: 60%; }

.header-spacer {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 85px; }
  @media screen and (max-width: 1000px) {
    .header-spacer {
      padding-bottom: 79px; } }
  @media screen and (max-width: 768px) {
    .header-spacer {
      padding-bottom: 85px; } }
  @media screen and (max-width: 600px) {
    .header-spacer {
      padding-bottom: 15%; } }

header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100; }
  header .header-logo {
    display: none;
    width: 85px;
    padding-bottom: 85px;
    text-align: center;
    float: left;
    background-color: #ffffff;
    position: relative;
    background-position: center center;
    background-size: 80% 80%;
    background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    header .header-logo {
      display: inline-block; }
    header ul {
      margin-top: 0px;
      margin-bottom: 0px;
      top: 50%;
      position: absolute;
      width: 85%;
      left: 15%;
      transform: translate(0%, -50%); }
      header ul li {
        margin-left: 3%;
        margin-right: 3%; }
        header ul li a {
          font-size: 15px;
          letter-spacing: 1px; }
    header .social {
      display: none; } }
  @media screen and (max-width: 600px) {
    header .header-logo {
      width: 15%;
      padding-bottom: 15%; } }
  @media screen and (max-width: 500px) {
    header .header-logo {
      background-size: 90% 90%; }
    header ul li {
      margin-left: 2.5%;
      margin-right: 2.5%; }
      header ul li a {
        font-size: 14px;
        letter-spacing: 0px; } }
  @media screen and (max-width: 400px) {
    header ul li {
      margin-left: 6px;
      margin-right: 6px; }
      header ul li a {
        font-size: 13px;
        letter-spacing: 0px; } }

.footer-main {
  padding-top: 25px;
  padding-bottom: 25px; }
  .footer-main .footer-logo {
    position: absolute;
    top: 50%;
    left: 8%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 80px;
    border-radius: 50%; }
    .footer-main .footer-logo:hover {
      opacity: 0.6; }
    .footer-main .footer-logo:active {
      opacity: 0.8; }
    .footer-main .footer-logo a img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 768px) {
      .footer-main .footer-logo {
        position: relative;
        display: inline-block;
        left: 0px;
        top: 0px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; } }
  @media screen and (max-width: 768px) {
    .footer-main {
      padding-top: 35px;
      padding-bottom: 35px; } }
  @media screen and (max-width: 500px) {
    .footer-main .footer-logo {
      width: 65px; } }

@media screen and (max-width: 768px) {
  footer .social {
    position: relative;
    display: inline-block;
    right: 0px;
    top: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%; }
  footer div {
    width: 100%; } }
@media screen and (max-width: 500px) {
  footer ul li a {
    font-size: 13px;
    letter-spacing: 1px; } }

.nav-menu {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 10; }
  .nav-menu a:hover {
    text-decoration: none; }
  .nav-menu a .menu-item {
    display: inline-block;
    font-size: 14px;
    color: #fcface;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 28px; }
    .nav-menu a .menu-item:hover {
      opacity: 0.6; }
    .nav-menu a .menu-item:active {
      opacity: 0.8; }
    @media screen and (max-width: 768px) {
      .nav-menu a .menu-item {
        letter-spacing: 0.5px;
        margin-left: 7px;
        margin-right: 7px; } }

.image-panel {
  width: 100%;
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .image-panel + .image-panel {
      display: none; } }
  .image-panel.image-half {
    width: 50%;
    float: left;
    clear: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .image-panel.image-half {
        width: 100%;
        padding-bottom: 60%; } }

.image-panel.image-full {
  display: inline-block;
  text-align: center;
  position: relative;
  min-height: 0px; }
  .image-panel.image-full img {
    width: 100%;
    vertical-align: middle; }
    .image-panel.image-full img.desktop {
      display: inline-block; }
    .image-panel.image-full img.mobile {
      display: none; }
  @media screen and (max-width: 768px) {
    .image-panel.image-full img.desktop {
      display: none; }
    .image-panel.image-full img.mobile {
      display: inline-block; } }

.content-panel {
  padding: 25px;
  background-color: #ffffff;
  width: 50%;
  display: inline-block;
  float: left;
  clear: none; }
  @media screen and (max-width: 1000px) {
    .content-panel {
      padding: 20px; } }
  @media screen and (max-width: 768px) {
    .content-panel {
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .content-panel {
      padding: 10px; } }
  .content-panel .wrapper {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
    min-height: 450px; }
    @media screen and (max-width: 768px) {
      .content-panel .wrapper {
        min-height: 0px; } }
    .content-panel .wrapper .content-wrapper {
      width: 520px;
      display: inline-block;
      text-align: left;
      padding-top: 70px;
      padding-bottom: 70px;
      max-width: 80%; }
      .content-panel .wrapper .content-wrapper .heading-wrapper {
        width: 100%;
        margin-bottom: 18px; }
        .content-panel .wrapper .content-wrapper .heading-wrapper h2 {
          font-size: 37px;
          color: #000000;
          text-transform: uppercase; }
          @media screen and (max-width: 1300px) {
            .content-panel .wrapper .content-wrapper .heading-wrapper h2 {
              font-size: 35px; } }
          @media screen and (max-width: 1000px) {
            .content-panel .wrapper .content-wrapper .heading-wrapper h2 {
              font-size: 28px; } }
          @media screen and (max-width: 768px) {
            .content-panel .wrapper .content-wrapper .heading-wrapper h2 {
              font-size: 30px; } }
          @media screen and (max-width: 500px) {
            .content-panel .wrapper .content-wrapper .heading-wrapper h2 {
              font-size: 25px; } }
      .content-panel .wrapper .content-wrapper .content h3 {
        font-size: 26px;
        line-height: 120%;
        color: #000000;
        margin-bottom: 10px; }
      .content-panel .wrapper .content-wrapper .content p {
        font-size: 16px;
        color: #000000;
        margin-bottom: 10px; }
      .content-panel .wrapper .content-wrapper .buttons {
        margin-top: 25px; }
      @media screen and (max-width: 1300px) {
        .content-panel .wrapper .content-wrapper {
          padding-top: 60px;
          padding-bottom: 60px; } }
      @media screen and (max-width: 1000px) {
        .content-panel .wrapper .content-wrapper {
          padding-top: 50px;
          padding-bottom: 50px; }
          .content-panel .wrapper .content-wrapper .content h3 {
            font-size: 22px; }
          .content-panel .wrapper .content-wrapper .content p {
            font-size: 14px; }
          .content-panel .wrapper .content-wrapper .buttons {
            margin-top: 20px; } }
      @media screen and (max-width: 500px) {
        .content-panel .wrapper .content-wrapper .content h3 {
          font-size: 18px; }
        .content-panel .wrapper .content-wrapper .content p {
          font-size: 13px; } }

.location-panel {
  padding: 100px 60px; }
  .location-panel .location-details {
    margin-top: 10px; }
  @media screen and (max-width: 1300px) {
    .location-panel {
      padding: 100px 60px; } }
  .location-panel:nth-of-type(odd) {
    background-color: #DCD1CB; }

.menu-panel {
  background-color: #000000;
  color: #ffffff;
  padding: 80px 30px; }
  .menu-panel .menu-panel-heading {
    font-family: "Apercu Bold", "Open Sans", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal;
    max-width: 900px;
    margin: 0 auto 80px;
    line-height: 150%;
    font-family: "Apercu Bold", "Open Sans", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 28px; }
  .menu-panel .location-menu {
    width: 33.33%;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 80px;
    vertical-align: top; }
  .menu-panel .restaurant-location {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
    font-family: "Apercu Bold", "Open Sans", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.08em; }
  .menu-panel .restaurant-city {
    display: block;
    font-size: 20px;
    font-family: "Apercu Bold", "Open Sans", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.08em; }
  .menu-panel .menu-download-button {
    margin-top: 30px;
    border-width: 2px;
    border-style: solid;
    transition: background-color 0.4s, color 0.4s;
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff;
    font-size: 24px;
    padding: 10px 26px;
    display: inline-block;
    font-family: "Open Sans", "Open Sans", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal; }
    .menu-panel .menu-download-button:hover {
      color: #ffffff;
      background-color: transparent; }
    @media screen and (max-width: 1300px) {
      .menu-panel .menu-download-button {
        font-size: 18px;
        padding: 8px 20px; } }
  @media screen and (max-width: 1300px) {
    .menu-panel .menu-panel-heading {
      font-size: 24px;
      max-width: 700px; } }
  @media screen and (max-width: 768px) {
    .menu-panel .location-menu {
      width: 50%; }
    .menu-panel .menu-panel-heading {
      font-size: 22px;
      max-width: 600px; } }
  @media screen and (max-width: 500px) {
    .menu-panel .location-menu {
      width: 100%; }
    .menu-panel .menu-panel-heading {
      font-size: 20px; } }

.big-paragraph-panel {
  width: 50%;
  float: left;
  clear: none;
  vertical-align: middle;
  padding: 80px 120px; }
  .big-paragraph-panel .fancy-dots {
    width: 8rem;
    height: auto;
    margin: 40px auto; }
  .big-paragraph-panel p {
    font-size: 44px;
    text-transform: uppercase;
    font-family: "Woodgrit", "Open Sans", "Arial", sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 110%; }
  @media screen and (max-width: 1600px) {
    .big-paragraph-panel {
      padding: 80px; } }
  @media screen and (max-width: 1300px) {
    .big-paragraph-panel {
      padding: 80px 60px; }
      .big-paragraph-panel p {
        font-size: 36px; } }
  @media screen and (max-width: 768px) {
    .big-paragraph-panel {
      width: 100%;
      padding: 40px 30px; }
      .big-paragraph-panel p {
        font-size: 32px; } }

.fancy-title-content-panel .fancy-title {
  margin-bottom: 60px; }
.fancy-title-content-panel p {
  text-align: left; }
@media screen and (max-width: 1600px) {
  .fancy-title-content-panel {
    padding: 80px; } }
@media screen and (max-width: 1300px) {
  .fancy-title-content-panel {
    padding: 80px 60px; }
    .fancy-title-content-panel .fancy-title {
      margin-bottom: 40px; }
    .fancy-title-content-panel p {
      font-size: 36px; } }
@media screen and (max-width: 768px) {
  .fancy-title-content-panel {
    width: 100%;
    padding: 40px 30px; }
    .fancy-title-content-panel p {
      font-size: 32px; } }

.title-content-button-panel,
.fancy-title-content-panel {
  width: 50%;
  float: left;
  clear: none;
  vertical-align: middle;
  padding: 80px 120px; }
  .title-content-button-panel.background-color,
  .fancy-title-content-panel.background-color {
    background-color: #DCD1CB; }
  .title-content-button-panel--full,
  .fancy-title-content-panel--full {
    width: 100%; }
    .title-content-button-panel--full .block-wrapper,
    .fancy-title-content-panel--full .block-wrapper {
      width: 50%;
      margin: 0 auto; }
  .title-content-button-panel .heading,
  .fancy-title-content-panel .heading {
    font-size: 42px; }
  .title-content-button-panel p,
  .fancy-title-content-panel p {
    font-size: 22px; }
  .title-content-button-panel .button,
  .fancy-title-content-panel .button {
    margin-top: 30px; }
  @media screen and (max-width: 1300px) {
    .title-content-button-panel,
    .fancy-title-content-panel {
      padding: 80px; }
      .title-content-button-panel .heading,
      .fancy-title-content-panel .heading {
        font-size: 32px; }
      .title-content-button-panel--full .block-wrapper,
      .fancy-title-content-panel--full .block-wrapper {
        width: 80%; } }
  @media screen and (max-width: 768px) {
    .title-content-button-panel,
    .fancy-title-content-panel {
      width: 100%;
      padding: 80px 60px; }
      .title-content-button-panel p,
      .fancy-title-content-panel p {
        font-size: 18px; }
      .title-content-button-panel--full .block-wrapper,
      .fancy-title-content-panel--full .block-wrapper {
        width: 100%; } }
  @media screen and (max-width: 500px) {
    .title-content-button-panel .heading,
    .fancy-title-content-panel .heading {
      font-size: 22px; }
    .title-content-button-panel p,
    .fancy-title-content-panel p {
      font-size: 16px; } }

.contact-panel .label, .contact-panel .label p {
  padding-top: 20px;
  padding-bottom: 2px;
  font-family: "Open Sans", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 26px; }
  @media screen and (max-width: 1600px) {
    .contact-panel .label, .contact-panel .label p {
      font-size: 21px; } }
  @media screen and (max-width: 1300px) {
    .contact-panel .label, .contact-panel .label p {
      font-size: 20px; } }
  @media screen and (max-width: 768px) {
    .contact-panel .label, .contact-panel .label p {
      font-size: 18px; } }
  @media screen and (max-width: 500px) {
    .contact-panel .label, .contact-panel .label p {
      font-size: 15.5px; } }
.contact-panel span.wpcf7-not-valid-tip {
  display: inline-block; }
.contact-panel .wpcf7-validation-errors, .contact-panel .wpcf7-response-output {
  margin-top: 40px;
  border: none;
  width: 50%;
  font-weight: 900;
  padding-left: 20px;
  padding-right: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #000000;
  margin-right: 0px;
  font-family: "Open Sans", "Open Sans", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  float: right;
  border: 1px solid #000000; }
  @media screen and (max-width: 500px) {
    .contact-panel .wpcf7-validation-errors, .contact-panel .wpcf7-response-output {
      width: 100%;
      margin-top: 25px; } }
.contact-panel .wpcf7-validation-errors {
  color: red; }

.contact-panel {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%; }
  .contact-panel .contact-main {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
    .contact-panel .contact-main .contact-content {
      margin-bottom: 100px; }
    .contact-panel .contact-main .contact-form-wrapper {
      width: 100%; }
      .contact-panel .contact-main .contact-form-wrapper input {
        margin-top: 0px; }
      .contact-panel .contact-main .contact-form-wrapper .wpcf7-form-control-wrap {
        position: relative; }
        .contact-panel .contact-main .contact-form-wrapper .wpcf7-form-control-wrap input {
          background-color: #DCD1CB;
          padding-top: 5px;
          padding-bottom: 5px;
          padding-left: 10px;
          border: 1px solid lightgrey;
          font-size: 20px;
          width: 100%;
          font-family: "Open Sans", "Open Sans", "Arial", sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #000000;
          font-size: 20px; }
          @media screen and (max-width: 768px) {
            .contact-panel .contact-main .contact-form-wrapper .wpcf7-form-control-wrap input {
              font-size: 17px; } }
          @media screen and (max-width: 500px) {
            .contact-panel .contact-main .contact-form-wrapper .wpcf7-form-control-wrap input {
              font-size: 15px; } }
      .contact-panel .contact-main .contact-form-wrapper .wpcf7-form-control-wrap.your-message {
        background-color: none;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        border: none; }
        .contact-panel .contact-main .contact-form-wrapper .wpcf7-form-control-wrap.your-message textarea {
          background-color: #DCD1CB;
          width: 100%;
          border: 1px solid lightgrey;
          padding-left: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          font-family: "Open Sans", "Open Sans", "Arial", sans-serif;
          font-weight: normal;
          font-style: normal;
          color: #000000;
          font-size: 20px; }
          .contact-panel .contact-main .contact-form-wrapper .wpcf7-form-control-wrap.your-message textarea:focus {
            outline: none; }
          @media screen and (max-width: 768px) {
            .contact-panel .contact-main .contact-form-wrapper .wpcf7-form-control-wrap.your-message textarea {
              font-size: 17px; } }
          @media screen and (max-width: 500px) {
            .contact-panel .contact-main .contact-form-wrapper .wpcf7-form-control-wrap.your-message textarea {
              font-size: 15px; } }
      .contact-panel .contact-main .contact-form-wrapper input.submit {
        float: left;
        margin-top: 30px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 8px;
        padding-top: 8px;
        font-size: 25px; }
        @media screen and (max-width: 1300px) {
          .contact-panel .contact-main .contact-form-wrapper input.submit {
            font-size: 20px;
            margin-top: 40px; } }
        @media screen and (max-width: 768px) {
          .contact-panel .contact-main .contact-form-wrapper input.submit {
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 4px;
            padding-top: 4px;
            font-size: 18px; } }
  @media screen and (max-width: 1300px) {
    .contact-panel {
      padding-top: 90px;
      padding-bottom: 90px; }
      .contact-panel .contact-main {
        width: 60%; }
        .contact-panel .contact-main .contact-content {
          margin-bottom: 60px; } }
  @media screen and (max-width: 1000px) {
    .contact-panel .contact-main {
      width: 100%;
      margin-left: 0px;
      padding-left: 7.5%;
      padding-right: 7.5%; } }
  @media screen and (max-width: 768px) {
    .contact-panel {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (max-width: 500px) {
    .contact-panel {
      padding-top: 50px;
      padding-bottom: 50px; }
      .contact-panel .contact-main {
        padding-left: 5%;
        padding-right: 5%; }
        .contact-panel .contact-main .contact-content {
          margin-bottom: 50px; } }

.image-trio-panel {
  background-color: #DCD1CB;
  padding: 120px;
  padding-bottom: 0px; }
  .image-trio-panel .images {
    width: 80%;
    margin: 0 auto 40px;
    margin-bottom: 0px; }
    .image-trio-panel .images .image-wrapper {
      width: 33.33%;
      padding: 0 30px;
      display: inline-block; }
    .image-trio-panel .images .image {
      padding-bottom: 75%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      border: 8px solid #ffffff; }
  @media screen and (max-width: 1300px) {
    .image-trio-panel {
      padding: 80px;
      padding-bottom: 0px; }
      .image-trio-panel .images {
        width: 100%; }
        .image-trio-panel .images .image-wrapper {
          padding: 0 10px; } }
  @media screen and (max-width: 768px) {
    .image-trio-panel {
      padding: 80px 60px;
      padding-bottom: 0px; }
      .image-trio-panel .images {
        margin: 0 auto 40px;
        margin-bottom: 0px; }
        .image-trio-panel .images .image-wrapper {
          width: 50%; }
          .image-trio-panel .images .image-wrapper:nth-child(3) {
            display: none; }
        .image-trio-panel .images .image {
          border: 4px solid #ffffff; } }
  @media screen and (max-width: 500px) {
    .image-trio-panel .images .image-wrapper {
      width: 100%;
      padding: 0; }
      .image-trio-panel .images .image-wrapper:nth-child(2) {
        display: none; } }

.careers-panel {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 70px; }
  .careers-panel .wrapper {
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 1200px; }
  @media screen and (max-width: 768px) {
    .careers-panel {
      padding-top: 70px;
      padding-bottom: 50px; } }
  @media screen and (max-width: 500px) {
    .careers-panel {
      padding-top: 60px;
      padding-bottom: 35px; } }

/*# sourceMappingURL=style.css.map */
