.secondary-font {
  font-family: "Neuzeit S LT W01 Book", Georgia, Times New Roman, sans-serif;
  font-weight: normal;
  font-style: normal; }

.animate--zoom .zoom {
  transition: transform .2s ease; }

.animate--zoom:hover .zoom {
  transform: scale(1.05); }

@keyframes rotate-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg); }
  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg); } }

@keyframes rotate-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg); }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg); }
  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg); } }

.fade {
  animation-name: fade;
  animation-duration: .2s;
  opacity: 1; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: none; } }

.up {
  animation-name: up;
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes up {
  0% {
    opacity: 0;
    transform: translate3d(0, 2em, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.down {
  animation-name: down;
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes down {
  0% {
    opacity: 0;
    transform: translate3d(0, -2em, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.slide-left {
  animation-name: slide-left;
  animation-duration: 1.3s;
  animation-fill-mode: both; }

@keyframes slide-left {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(105%); }
  100% {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0%); } }

.slide-right {
  animation-name: slide-right;
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes slide-right {
  0% {
    transform-origin: 0 0;
    transform: translateX(0%); }
  100% {
    transform-origin: 0 0;
    transform: translateX(100%); } }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic; }

* {
  moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: "Neuzeit S LT W01 Book";
  src: url("../css/fonts/77aaeb7b-86f4-47a1-8196-74a660dd0919.eot?#iefix") format("embedded-opentype"), url("../css/fonts/77aaeb7b-86f4-47a1-8196-74a660dd0919.woff2") format("woff2"), url("../css/fonts/77aaeb7b-86f4-47a1-8196-74a660dd0919.woff") format("woff"), url("../css/fonts/77aaeb7b-86f4-47a1-8196-74a660dd0919.ttf") format("truetype"); }

@font-face {
  font-family: 'Neuzeit S LT W01 Book Heavy';
  src: url("../css/fonts/1ecc.eot");
  src: url("../css/fonts/1ecc.eot?#iefix") format("embedded-opentype"), url("../css/fonts/1ecc.woff") format("woff"), url("../css/fonts/1ecc.ttf") format("truetype"), url("../css/fonts/1ecc.svg#1ecc") format("svg");
  font-weight: normal; }

@font-face {
  font-family: 'Neuzeit S LT W01 Book';
  src: url("../css/fonts/1ecc.eot");
  src: url("../css/fonts/1ecc.eot?#iefix") format("embedded-opentype"), url("../css/fonts/1ecc.woff") format("woff"), url("../css/fonts/1ecc.ttf") format("truetype"), url("../css/fonts/1ecc.svg#1ecc") format("svg");
  font-weight: bold; }

html, body {
  margin: 0;
  padding: 0; }

::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none; }

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent; }

body {
  background: #ffffff;
  color: #000000;
  font-family: "Neuzeit S LT W01 Book", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 86px; }
  body.projects-open, body.modal-open {
    overflow: hidden; }
  @media screen and (max-width: 720px) {
    body.projects-open, body.studio-open, body.contact-open {
      padding: 0 !important; } }

.mobile-only {
  display: none; }
  @media screen and (max-width: 720px) {
    .mobile-only {
      display: block; } }

.noscroll body {
  overflow: hidden;
  height: 100%;
  width: 100%; }

a {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  outline: 0; }
  a:hover {
    color: #000;
    text-decoration: none; }
  a.orange {
    color: #cd6823; }
    a.orange:hover {
      color: #111925; }

p {
  line-height: 1.2;
  margin: 0 0 25px;
  font-size: 23px; }
  @media screen and (max-width: 1380px) {
    p {
      font-size: 21px; } }
  @media screen and (max-width: 1050px) {
    p {
      font-size: 18px; } }
  @media screen and (max-width: 720px) {
    p {
      margin: 0 0 15px; } }
  p a:hover {
    opacity: 0.5; }
    @media screen and (max-width: 720px) {
      p a:hover {
        opacity: 1 !important; } }
  p .secondary-font a {
    font-size: 17px; }

blockquote {
  font-style: italic;
  margin: 0 0 15px; }

li {
  margin: 0;
  padding: 0;
  line-height: 1.3; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Neuzeit S LT W01 Book", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #000000;
  margin: 0 0 25px;
  font-weight: normal; }

.thin {
  font-weight: normal !important; }

h1 {
  font-size: 4.2em;
  letter-spacing: .5px;
  font-weight: bold; }
  h1.thin {
    font-size: 4em;
    font-weight: normal; }
    @media screen and (max-width: 1100px) {
      h1.thin {
        font-size: 3.6em; } }
    @media screen and (max-width: 800px) {
      h1.thin {
        font-size: 3em; } }
    @media screen and (max-width: 720px) {
      h1.thin {
        font-size: 1.6em; } }
  @media screen and (max-width: 1100px) {
    h1 {
      font-size: 3.6em; } }
  @media screen and (max-width: 800px) {
    h1 {
      font-size: 3em;
      margin-bottom: 15px; } }
  @media screen and (max-width: 720px) {
    h1 {
      font-size: 1.8em;
      margin-bottom: 15px; } }

h2 {
  font-size: 1.6em;
  letter-spacing: .4px;
  line-height: 1.4;
  margin-bottom: 25px !important; }
  @media screen and (max-width: 720px) {
    h2 {
      font-size: 1.2rem; } }

h3 {
  font-size: 1.5em;
  font-family: "Neuzeit S LT W01 Book", Georgia, Times New Roman, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4; }

h4 {
  font-size: 1.4em;
  font-family: "Neuzeit S LT W01 Book", Georgia, Times New Roman, sans-serif;
  font-weight: normal;
  font-style: normal; }

h5 {
  font-size: 22px; }
  @media screen and (max-width: 720px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 0.85em; }

dd {
  font-size: 15px;
  margin: 0 0 15px; }

dt {
  margin: 0 0 5px 0;
  font-size: 13px; }

input, input[type="text"], input[type="email"], input[type="password"], textarea, input[type="submit"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 200ms all ease-out;
  transition: 200ms all ease-out;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "Neuzeit S LT W01 Book", Helvetica, Arial, sans-serif;
  font-size: 14px;
  box-shadow: none;
  outline: none;
  border: none;
  line-height: 1.6;
  box-sizing: border-box;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #111925;
  width: 100%; }
  input:hover, input:focus, input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="password"]:hover, input[type="password"]:focus, textarea:hover, textarea:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    border: 1px solid #DADADA; }

.mc4wp-form input {
  border-bottom: 1px solid #111925;
  border-top: none;
  border-left: none;
  border-right: none; }
  .mc4wp-form input:hover, .mc4wp-form input:focus {
    border-bottom: 1px solid #DADADA;
    border-top: none;
    border-left: none;
    border-right: none; }

textarea {
  border: 1px solid #111925;
  padding: 11px;
  font-size: 13px; }

input[type="submit"] {
  font-size: 15px;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  overflow: visible;
  padding: 14px 17px;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: white;
  background-color: #cd6823;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  cursor: pointer; }
  input[type="submit"]:hover {
    background: #111925;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border: none;
    color: white; }

input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
  width: auto; }

label {
  font-size: 14px; }

.cl:after, .woocommerce:after {
  clear: both;
  display: block;
  content: ""; }

.inner {
  height: 100%;
  position: relative; }

strong, b {
  font-weight: bold; }

#page ul, .left-content ul, .recipe-content ul {
  list-style: initial;
  margin-bottom: 20px; }
  #page ul li, .left-content ul li, .recipe-content ul li {
    list-style-position: inside; }

#page ol, .left-content ol, .recipe-content ol {
  list-style-type: numbered;
  margin-bottom: 20px; }
  #page ol li, .left-content ol li, .recipe-content ol li {
    list-style-position: inside; }

.button, button {
  font-size: 15px;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  overflow: visible;
  padding: 14px 17px;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: white;
  background-color: #cd6823;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  cursor: pointer; }
  .button:hover, button:hover {
    background: #111925;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    border: none;
    color: white; }

label {
  font-size: 13px; }

iframe, embed {
  width: 100%;
  margin: 0 !important;
  height: auto; }

select, input[type="number"] {
  font-family: inherit;
  font-size: 13px;
  background: url(./images/arr_d.png) no-repeat 95% 50%;
  border: 1px solid #9c9c9c;
  color: #353638;
  width: 90px;
  padding: 2px 3px;
  border-radius: 0px !important;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  float: left;
  margin: 0 0 20px; }

input[type="number"] {
  background: none; }

input[type="radio"] {
  display: inline-block;
  width: 15px;
  margin: 0 1em 0 0;
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
  -ms-appearance: radio !important;
  -o-appearance: radio !important;
  appearance: radio !important; }

.center {
  text-align: center; }

.lead {
  display: none; }
  .lead p {
    font-size: 2.8em;
    letter-spacing: .4px;
    margin: 0 0 17px 0;
    text-align: center;
    max-width: 62rem;
    margin: 3.42rem auto 5rem auto; }
    @media screen and (max-width: 720px) {
      .lead p {
        font-size: 1.5em;
        max-width: 100%;
        text-align: left;
        padding: 0;
        margin: 1.5rem auto 3rem auto;
        max-width: 100rem;
        padding: 0; } }
    @media screen and (max-width: 540px) {
      .lead p {
        max-width: 90rem;
        padding: 0;
        margin: 0 auto 1.4rem auto; } }
    @media screen and (max-width: 1030px) and (min-width: 768px) {
      .lead p {
        font-size: 2.2rem;
        max-width: 100%; } }
  .lead h3 {
    text-align: center; }
    @media screen and (max-width: 720px) {
      .lead h3 {
        font-size: 1.4em; } }

.home-projects .large-project {
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 1030px) {
    .home-projects .large-project {
      margin-bottom: 4px;
      cursor: pointer; } }
  .home-projects .large-project a img {
    display: block;
    cursor: pointer; }
  .home-projects .large-project a {
    display: block;
    z-index: 1;
    cursor: pointer; }
  .home-projects .large-project figure {
    padding-top: 1.25rem;
    display: none; }
    .home-projects .large-project figure h3 {
      margin: 0 0 0.4rem 0; }
  .home-projects .large-project .project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 50%;
    height: 100%;
    opacity: 0;
    z-index: 2; }
    @media screen and (max-width: 720px) {
      .home-projects .large-project .project-overlay {
        display: none;
        visibility: hidden; } }
    @media screen and (max-width: 1080px) {
      .home-projects .large-project .project-overlay {
        display: none;
        visibility: hidden; } }
    @media screen and (max-width: 1030px) and (min-width: 768px) {
      .home-projects .large-project .project-overlay {
        width: 50%; } }
    @media screen and (max-width: 900px) {
      .home-projects .large-project .project-overlay {
        width: 100%; } }
    @media screen and (max-width: 540px) {
      .home-projects .large-project .project-overlay {
        width: 100%; } }
    .home-projects .large-project .project-overlay h1, .home-projects .large-project .project-overlay h2, .home-projects .large-project .project-overlay h3, .home-projects .large-project .project-overlay h4, .home-projects .large-project .project-overlay h5, .home-projects .large-project .project-overlay h6 {
      color: black;
      margin-bottom: 0.5rem; }
    .home-projects .large-project .project-overlay p {
      margin: 0;
      font-size: inherit; }
    .home-projects .large-project .project-overlay h6 {
      opacity: 0;
      transform: translateY(10px);
      transition: all 0.3s ease 0.2s; }
    .home-projects .large-project .project-overlay h1 {
      max-width: 75%;
      font-size: 2.5rem;
      font-weight: bold;
      line-height: 1.1;
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.5s ease 0.2s; }
      @media screen and (max-width: 1030px) and (min-width: 768px) {
        .home-projects .large-project .project-overlay h1 {
          font-size: 30px; } }
      @media screen and (max-width: 767px) {
        .home-projects .large-project .project-overlay h1 {
          font-size: 24px;
          max-width: 100%;
          transform: translateY(0);
          margin: 0 0 10px 0; } }
      @media screen and (max-width: 540px) {
        .home-projects .large-project .project-overlay h1 {
          font-size: 17px; } }
    .home-projects .large-project .project-overlay h2 {
      opacity: 0;
      font-size: 2.2em;
      transform: translateY(20px);
      transition: all 0.5s ease 0.2s; }
    .home-projects .large-project .project-overlay h4 {
      color: black;
      font-size: 2.2em;
      margin: 0;
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.2s ease 0.6s, transform 0.2s ease 0.6s, color 0.2s ease; }
      @media screen and (max-width: 767px) {
        .home-projects .large-project .project-overlay h4 {
          font-size: 15px;
          transform: translateY(0); } }
      .home-projects .large-project .project-overlay h4:hover {
        color: #5d5d5d; }
    @media screen and (max-width: 767px) {
      .home-projects .large-project .project-overlay h1, .home-projects .large-project .project-overlay h2, .home-projects .large-project .project-overlay h3, .home-projects .large-project .project-overlay h4, .home-projects .large-project .project-overlay h5, .home-projects .large-project .project-overlay h6 {
        opacity: 1; } }
    .home-projects .large-project .project-overlay .inner {
      padding: 60px 50px; }
      @media screen and (max-width: 767px) {
        .home-projects .large-project .project-overlay .inner {
          padding: 25px 15px; } }
      @media screen and (max-width: 1030px) and (min-width: 768px) {
        .home-projects .large-project .project-overlay .inner {
          padding: 35px 25px 35px 40px; } }
      .home-projects .large-project .project-overlay .inner::-webkit-scrollbar {
        background-color: black; }
      .home-projects .large-project .project-overlay .inner::-webkit-scrollbar-track {
        border: 8px solid black;
        background-color: #9b9b9b; }
      .home-projects .large-project .project-overlay .inner::-webkit-scrollbar-thumb {
        border: 8px solid black;
        background-color: white; }
      .home-projects .large-project .project-overlay .inner::-webkit-scrollbar {
        width: 17px;
        height: 17px; }
    .home-projects .large-project .project-overlay.visible {
      opacity: 1; }
  .home-projects .large-project .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0;
    width: 50%;
    height: 0;
    background: rgba(255, 255, 255, 0.75); }
    @media screen and (min-width: 720px) {
      .home-projects .large-project .overlay-bg {
        -webkit-transition: all 0.6s cubic-bezier(0.525, 0.015, 0, 1.005);
        transition: all 0.6s cubic-bezier(0.525, 0.015, 0, 1.005); } }
    @media screen and (max-width: 1030px) and (min-width: 762px) {
      .home-projects .large-project .overlay-bg {
        width: 50%; } }
    @media screen and (max-width: 900px) {
      .home-projects .large-project .overlay-bg {
        width: 100%; } }
    @media screen and (max-width: 540px) {
      .home-projects .large-project .overlay-bg {
        width: 100%;
        display: none !important; } }
    @media screen and (max-width: 1080px) {
      .home-projects .large-project .overlay-bg {
        display: none;
        visibility: hidden; } }
    .home-projects .large-project .overlay-bg .overlay-bg.visible {
      opacity: 1;
      visibility: visible;
      height: 100%; }
      .home-projects .large-project .overlay-bg .overlay-bg.visible .inner {
        padding: 70px 50px; }
  @media screen and (min-width: 1080px) {
    .home-projects .large-project a:hover .project-overlay {
      opacity: 1; }
      .home-projects .large-project a:hover .project-overlay h1, .home-projects .large-project a:hover .project-overlay h2, .home-projects .large-project a:hover .project-overlay h3, .home-projects .large-project a:hover .project-overlay h4, .home-projects .large-project a:hover .project-overlay h5, .home-projects .large-project a:hover .project-overlay h6 {
        transform: translateY(0);
        opacity: 1; }
    .home-projects .large-project a:hover .overlay-bg {
      opacity: 1;
      visibility: visible;
      height: 100%; }
      .home-projects .large-project a:hover .overlay-bg .inner {
        padding: 70px 50px; } }

.mobile-header-text {
  font-size: 3.6em;
  line-height: 1.1;
  font-weight: bold;
  display: none;
  margin-bottom: 50px;
  max-width: 80%; }
  @media screen and (max-width: 970px) {
    .mobile-header-text {
      font-size: 3.1em; }
      body.home .mobile-header-text {
        display: block; } }
  @media screen and (max-width: 640px) {
    .mobile-header-text {
      max-width: 100%;
      margin-bottom: 30px; } }
  @media screen and (max-width: 550px) {
    .mobile-header-text {
      font-size: 2.2em; } }
  .mobile-header-text .extra-kern {
    letter-spacing: 0.6px; }

#page-content .mobile-only, .midday-contact .mobile-only {
  margin-top: 20px;
  font-size: 18px;
  text-decoration: underline; }
  #page-content .mobile-only:hover, .midday-contact .mobile-only:hover {
    text-decoration: none; }

#page-content .wpgmp_map_container, .midday-contact .wpgmp_map_container {
  box-shadow: none !important;
  border: none !important;
  margin-top: 40px; }

#page-content .wpb_column.box1, .midday-contact .wpb_column.box1 {
  width: 50%; }
  #page-content .wpb_column.box1 .vc_column-inner, .midday-contact .wpb_column.box1 .vc_column-inner {
    text-align: left;
    padding-right: 18px; }

#page-content .wpb_column.box2, .midday-contact .wpb_column.box2 {
  width: 30%; }
  #page-content .wpb_column.box2 .vc_column-inner, .midday-contact .wpb_column.box2 .vc_column-inner {
    text-align: left;
    padding-left: 180px !important;
    padding-right: 50px; }
    @media screen and (min-width: 1550px) {
      #page-content .wpb_column.box2 .vc_column-inner, .midday-contact .wpb_column.box2 .vc_column-inner {
        padding-left: 197px !important; } }
    @media screen and (max-width: 1380px) {
      #page-content .wpb_column.box2 .vc_column-inner, .midday-contact .wpb_column.box2 .vc_column-inner {
        padding-left: 160px !important;
        padding-right: 20px !important; } }
    @media screen and (max-width: 1100px) {
      #page-content .wpb_column.box2 .vc_column-inner, .midday-contact .wpb_column.box2 .vc_column-inner {
        padding-left: 80px !important; } }

#page-content .wpb_column.box3, .midday-contact .wpb_column.box3 {
  width: 20%; }
  #page-content .wpb_column.box3 .vc_column-inner, .midday-contact .wpb_column.box3 .vc_column-inner {
    text-align: left;
    padding-right: 77px !important;
    padding-left: 39px !important; }
    #page-content .wpb_column.box3 .vc_column-inner .wpb_wrapper, .midday-contact .wpb_column.box3 .vc_column-inner .wpb_wrapper {
      margin: 0;
      padding-right: 0 !important; }

@media screen and (max-width: 720px) {
  #page-content .wpgmp_map, .midday-contact .wpgmp_map {
    height: 300px !important; } }

body.page-id-7 #page-content #page, body.page-id-7 .midday-contact #page {
  margin-top: 35px; }

@media screen and (max-width: 720px) {
  #page-content #page p, .midday-contact #page p {
    font-size: 16px; } }

@media screen and (max-width: 720px) {
  #page-content #page p a, .midday-contact #page p a {
    font-size: 17px; } }

#page-content #page h1, .midday-contact #page h1 {
  font-size: 4.2em;
  font-weight: bold;
  margin-bottom: 35px; }
  #page-content #page h1.thin, .midday-contact #page h1.thin {
    font-size: 4em; }
  @media screen and (max-width: 720px) {
    #page-content #page h1, .midday-contact #page h1 {
      font-size: 2em;
      margin-bottom: 20px; } }

#page-content #page .page-lead, .midday-contact #page .page-lead {
  max-width: 75%; }
  @media screen and (max-width: 720px) {
    #page-content #page .page-lead, .midday-contact #page .page-lead {
      max-width: 100%; } }

@media screen and (max-width: 540px) {
  #page-content .the-map, .midday-contact .the-map {
    display: none; } }

@media screen and (max-width: 720px) {
  .midday-modal p {
    font-size: 18px; } }

.midday-modal .vc_custom_1562944841395 {
  margin-top: 50px; }

.half-content {
  max-width: 500px; }
  @media screen and (max-width: 720px) {
    .half-content {
      max-width: 100%; } }

@media screen and (max-width: 980px) {
  .wpb_column {
    width: 100% !important;
    float: none; }
  .project-title {
    height: auto !important;
    padding: 20px; } }

.project-info {
  background: black;
  height: 55px;
  color: white;
  width: 100%;
  position: relative;
  line-height: 55px;
  padding: 0 20px;
  font-size: 20px;
  cursor: pointer;
  display: none; }
  @media screen and (max-width: 540px) {
    .project-info {
      display: block; } }
  .project-info svg {
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
  body.project-info-open .project-info svg {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }

.project-title {
  padding: 30px 60px 30px 30px;
  background: black; }
  @media screen and (max-width: 1460px) {
    .project-title {
      padding: 20px; } }
  @media screen and (max-width: 720px) {
    .project-title {
      height: auto !important;
      padding: 20px; } }
  @media screen and (max-width: 1500px) and (min-width: 1000px) {
    .project-title {
      padding: 28px 45px 28px 28px; } }
  @media screen and (max-width: 540px) {
    .project-title {
      height: 0 !important;
      overflow: hidden;
      padding: 0;
      -webkit-transition: 0.4s all ease-in-out;
      transition: 0.4s all ease-in-out; }
      .project-title .wpb_wrapper {
        opacity: 0;
        visibility: hidden;
        transition: all 0s; } }
  body.project-info-open .project-title {
    height: auto !important;
    overflow: hidden;
    padding: 20px; }
    body.project-info-open .project-title .wpb_wrapper {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.3s ease 0.4s;
      transition: all 0.3s ease 0.4s; }
  @media screen and (max-width: 1170px) {
    .project-title h2 {
      font-size: 1.15em; } }
  @media screen and (max-width: 980px) {
    .project-title h4, .project-title h2 {
      display: block; } }
  @media screen and (max-width: 766px) {
    .project-title h4 {
      display: none; } }
  .project-title h2 {
    color: white;
    margin-bottom: 10px;
    font-size: 2em; }
    @media screen and (max-width: 1460px) {
      .project-title h2 {
        font-size: 2em; } }
    @media screen and (max-width: 720px) {
      .project-title h2 {
        font-size: 16px; } }
  .project-title p {
    font-size: 1.4em;
    line-height: 1.3;
    color: white; }
    @media screen and (max-width: 1460px) {
      .project-title p {
        font-size: 1.15em;
        margin: 0 0 40px 0;
        margin-bottom: 40px !important; } }
    @media screen and (max-width: 1500px) and (min-width: 1000px) {
      .project-title p {
        font-size: 1.17em; } }
    @media screen and (max-width: 1170px) {
      .project-title p {
        font-size: 1em;
        margin-bottom: 20px !important; } }
    @media screen and (max-width: 980px) {
      .project-title p {
        font-size: 16px; } }
  .project-title .wpb_wrapper {
    position: relative;
    height: 100%; }
  .project-title h4 {
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    font-size: 1.2em; }
  @media screen and (max-width: 1170px) {
    .project-title h4 {
      position: relative;
      bottom: initial;
      left: initial;
      font-size: 1em; } }

.project-quote {
  background: white;
  padding: 6rem 0;
  text-align: center; }
  @media screen and (max-width: 720px) {
    .project-quote {
      padding: 2.35rem 0; } }
  .project-quote h1 {
    padding: 0 0.5rem;
    font-size: 1.7rem;
    line-height: 1.3; }
    @media screen and (max-width: 980px) {
      .project-quote h1 {
        font-size: 1.7rem;
        padding: 0 2rem; } }
    @media screen and (max-width: 720px) {
      .project-quote h1 {
        font-size: 1.7rem;
        padding: 0 2rem; } }
    @media screen and (max-width: 540px) {
      .project-quote h1 {
        font-size: 1.2rem;
        padding: 0 1rem; } }
    @media screen and (max-width: 1030px) and (min-width: 722px) {
      .project-quote h1 {
        padding: 0 4rem;
        font-size: 1.9rem; } }

.wrap {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 40px; }
  @media screen and (max-width: 720px) {
    .wrap {
      padding: 0 15px; } }

#wrapper .pageleft {
  padding-right: 2em; }
  @media screen and (max-width: 720px) {
    #wrapper .pageleft {
      padding: 0;
      margin: 0 0 25px 0; } }

#wrapper .contact-page.vc_row {
  margin-left: -50px;
  margin-right: -50px; }
  @media screen and (max-width: 720px) {
    #wrapper .contact-page.vc_row {
      margin-left: -2px;
      margin-right: -2px; } }

#wrapper .contact-page .vc_column_container:last-of-type > .vc_column-inner .wpb_wrapper {
  float: right;
  padding-right: 9px; }
  @media screen and (max-width: 1024px) {
    #wrapper .contact-page .vc_column_container:last-of-type > .vc_column-inner .wpb_wrapper {
      float: none;
      padding: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #wrapper .contact-page .vc_column_container:last-of-type > .vc_column-inner .wpb_wrapper {
      float: none;
      padding: 0; } }

#wrapper .contact-page .vc_column_container > .vc_column-inner {
  padding-left: 50px;
  padding-right: 50px; }

@media screen and (max-width: 1024px) {
  #wrapper .contact-page .vc_column-inner, #wrapper .contact-page .wpb_text_column {
    padding: 0 !important; }
  #wrapper .contact-page .wpb_column {
    margin: 0 0 25px 0 !important; } }

@media screen and (min-width: 981px) and (max-width: 1100px) {
  #wrapper .contact-page .wpb_column.box2 .wpb_text_column {
    padding-left: 60px !important; } }

.vc_row {
  margin-left: -50px;
  margin-right: -50px; }
  @media screen and (max-width: 720px) {
    .vc_row {
      margin-left: -2px;
      margin-right: -2px; } }
  @media screen and (max-width: 1024px) {
    .vc_row {
      margin-left: -2px !important;
      margin-right: -2px !important; } }

#page-content {
  margin-top: 20px;
  opacity: 0; }
  @media screen and (max-width: 500px) {
    #page-content {
      margin-top: 0; } }
  body.contact-open #page-content #page, body.page-id-6 #page-content #page {
    margin: 0 0 60px 0; }
  #page-content .contact-page.vc_row {
    margin-left: -50px;
    margin-right: -50px; }
    @media screen and (max-width: 720px) {
      #page-content .contact-page.vc_row {
        margin-left: -2px;
        margin-right: -2px; } }
    @media screen and (max-width: 1024px) {
      #page-content .contact-page.vc_row {
        margin-left: -2px !important;
        margin-right: -2px !important; } }
  #page-content .contact-page .vc_column_container:last-of-type > .vc_column-inner .wpb_wrapper {
    float: right;
    padding-right: 6px; }
    @media screen and (max-width: 900px) {
      #page-content .contact-page .vc_column_container:last-of-type > .vc_column-inner .wpb_wrapper {
        float: none;
        padding: 0; } }
  #page-content .contact-page .vc_column_container > .vc_column-inner {
    padding-left: 50px;
    padding-right: 50px; }
    @media screen and (max-width: 1024px) {
      #page-content .contact-page .vc_column_container > .vc_column-inner {
        margin-left: -2px;
        margin-right: -2px; } }
  @media screen and (max-width: 720px) {
    #page-content .contact-page .vc_column-inner, #page-content .contact-page .wpb_text_column {
      padding: 0 !important; }
    #page-content .contact-page .wpb_column {
      margin: 0 0 25px 0 !important; } }

.progress-indicator {
  position: fixed;
  top: -7px;
  left: 50%;
  width: 100px;
  height: 100px;
  z-index: 9999999999999999635896294965248; }
  @media screen and (max-width: 720px) {
    .progress-indicator {
      display: none; } }
  @media screen and (max-width: 767px) {
    .progress-indicator {
      display: none; } }
  .progress-indicator g {
    cursor: pointer; }
  body.projects-open .progress-indicator, body.contact-open .progress-indicator, body.studio-open .progress-indicator {
    z-index: 9999; }
  .progress-indicator.visible {
    transform: translate(-50%, 0) scale(0.6);
    -webkit-transform: translate(-50%, 0) scale(0.6); }

.progress-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
  color: #0082FF; }

.progress-indicator svg {
  position: absolute;
  height: 100px;
  width: 100px; }

circle {
  fill: rgba(255, 255, 255, 0);
  shape-rendering: auto; }

svg .animated-circle {
  fill: transparent;
  stroke-width: 30px;
  stroke: black;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
  shape-rendering: auto; }

.progress-back-to-top {
  display: none;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999999999999999635896294965248;
  opacity: 0; }
  @media screen and (max-width: 720px) {
    body.single-projects .progress-back-to-top {
      display: block; } }
  body.projects-open .progress-back-to-top, body.contact-open .progress-back-to-top, body.studio-open .progress-back-to-top {
    display: none; }
  @media screen and (max-width: 720px) {
    .progress-back-to-top {
      display: none;
      opacity: 0;
      visibility: hidden; }
      body.single-projects .progress-back-to-top {
        display: none !important; } }
  .progress-back-to-top .fa {
    font-size: 24px;
    margin-top: -2px; }

.midday-modal .wrap {
  margin-top: 20px; }
  @media screen and (max-width: 720px) {
    .midday-modal .wrap {
      margin: 0; } }

.midday-modal.midday-projects {
  z-index: 1000;
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow-y: scroll; }
  @media screen and (max-width: 720px) {
    .midday-modal.midday-projects .wrap {
      padding: 0; } }
  .midday-modal.midday-projects .wrap > .inner {
    margin-top: -1px; }
  .midday-modal.midday-projects::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none; }
  .midday-modal.midday-projects.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9999; }
  .midday-modal.midday-projects .small-projects {
    margin-left: -2px; }
  .midday-modal.midday-projects .small-project {
    padding: 2px;
    max-width: 33.33%;
    width: 100%;
    float: left; }
    @media screen and (max-width: 720px) {
      .midday-modal.midday-projects .small-project {
        max-width: 100%;
        padding: 0; } }
    @media screen and (max-width: 540px) {
      .midday-modal.midday-projects .small-project {
        max-width: 50%; } }
    .midday-modal.midday-projects .small-project a img {
      display: block; }
    .midday-modal.midday-projects .small-project a {
      display: block;
      z-index: 1; }
    .midday-modal.midday-projects .small-project figcaption {
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.75);
      position: absolute;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out;
      z-index: 2; }
      .midday-modal.midday-projects .small-project figcaption h2 {
        position: absolute;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: black;
        font-size: 20px;
        width: 100%;
        text-align: center; }
      @media screen and (max-width: 720px) {
        .midday-modal.midday-projects .small-project figcaption {
          display: none; } }
    .midday-modal.midday-projects .small-project:hover figcaption {
      opacity: 1;
      visibility: visible; }

.midday-modal.midday-studio {
  z-index: 1000;
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow-y: scroll; }
  .midday-modal.midday-studio::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none; }
  .midday-modal.midday-studio.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9999; }
  @media screen and (max-width: 800px) {
    .midday-modal.midday-studio .vc_empty_space {
      height: 15px !important; } }
  .midday-modal.midday-studio h1 {
    margin-bottom: 35px; }
    @media screen and (max-width: 800px) {
      .midday-modal.midday-studio h1 {
        margin-bottom: 15px; } }
    @media screen and (max-width: 720px) {
      .midday-modal.midday-studio h1 {
        margin-bottom: 15px; }
        .midday-modal.midday-studio h1.thin br {
          display: none; } }

.midday-modal.midday-contact {
  z-index: 1000;
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow-y: scroll; }
  .midday-modal.midday-contact::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none; }
  .midday-modal.midday-contact.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9999; }
  @media screen and (max-width: 720px) {
    .midday-modal.midday-contact p a {
      font-size: 19px; } }

.midday-stamp {
  max-width: 530px;
  margin-top: 35px; }

.midday-slideshow {
  z-index: 9999;
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out; }
  @media screen and (max-width: 1040px) {
    .midday-slideshow {
      display: none; } }
  .midday-slideshow.visible {
    opacity: 1;
    visibility: visible; }
  .midday-slideshow .inner {
    position: relative;
    padding: 4.5rem;
    margin: 0 auto; }
    .midday-slideshow .inner .slider {
      height: 100%;
      overflow: hidden;
      position: relative; }
      .midday-slideshow .inner .slider .slider-inner {
        width: 100%;
        height: 100%;
        position: relative;
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        left: 0 !important; }
        .midday-slideshow .inner .slider .slider-inner .slide {
          position: absolute;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          opacity: 0;
          z-index: -1;
          -webkit-transition: all 1s ease;
          transition: all 1s ease; }
          .midday-slideshow .inner .slider .slider-inner .slide.active {
            opacity: 1;
            z-index: 1; }

.midday-projects, .midday-studio, .midday-contact, .mobile-navigation {
  z-index: -1; }
  .midday-projects.visible, .midday-studio.visible, .midday-contact.visible, .mobile-navigation.visible {
    -webkit-overflow-scrolling: touch; }

#header {
  background: rgba(255, 255, 255, 0.96);
  padding: 22.5px 0 13px 0;
  width: 100%;
  font-size: 16px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999999635896294965248;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }
  body.projects-open #header {
    background: rgba(255, 255, 255, 0.96);
    transition: background 0.1s linear 0.6s; }
  body.studio-open #header {
    background: rgba(255, 255, 255, 0.96);
    transition: background 0.1s linear 0.6s; }
  body.contact-open #header {
    background: rgba(255, 255, 255, 0.96);
    transition: background 0.1s linear 0.6s; }
  @media screen and (max-width: 720px) {
    #header {
      text-align: left;
      padding: 10px 0 6px 0; } }
  #header .logo {
    display: inline-block; }
    @media screen and (max-width: 720px) {
      #header .logo {
        text-align: left;
        float: left; }
        #header .logo svg {
          max-width: 80%;
          float: left;
          text-align: left;
          display: block; } }
    #header .logo a {
      display: inline-block; }
  #header .header-text {
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16.5px;
    font-weight: bold;
    display: none; }
    @media screen and (max-width: 840px) {
      #header .header-text {
        display: none !important; } }
    body.page-template-home-page #header .header-text {
      display: block; }
  #header .navigation {
    position: absolute;
    right: 0;
    top: 55%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    #header .navigation ul {
      margin: 0;
      padding: 0; }
      #header .navigation ul li {
        display: inline-block;
        margin: 0 0 0 36px;
        list-style: none;
        cursor: pointer;
        position: relative; }
        #header .navigation ul li:hover {
          opacity: 0.5; }
        #header .navigation ul li .close-menu-link {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -42%); }
      body.projects-open #header .navigation ul .projects-toggle a {
        opacity: 0;
        visibility: hidden; }
      body.studio-open #header .navigation ul .studio-toggle a {
        opacity: 0;
        visibility: hidden; }
      body.contact-open #header .navigation ul .contact-toggle a {
        opacity: 0;
        visibility: hidden; }
    @media screen and (max-width: 720px) {
      #header .navigation {
        display: none; } }

.brand-mark {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  max-width: 867px;
  width: 100%;
  opacity: 0;
  padding: 0 40px;
  display: none; }
  body.home .brand-mark {
    display: block; }
  .brand-mark svg {
    width: 100%;
    height: auto; }
    .brand-mark svg g {
      fill: #e5e5e5; }
  @media screen and (max-width: 720px) {
    .brand-mark {
      display: none !important; } }

.mobile-navigation {
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }
  @media screen and (max-width: 720px) {
    .mobile-navigation {
      z-index: -1; } }
  .mobile-navigation .social-links {
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: -1;
    display: none;
    color: #A1A1A1; }
    body.menu-open .mobile-navigation .social-links {
      z-index: 1;
      display: block; }
    .mobile-navigation .social-links a {
      margin: 0 0;
      color: #A1A1A1; }
      .mobile-navigation .social-links a:hover {
        opacity: 0.7; }
  .mobile-navigation ul {
    margin: 0;
    padding: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    width: 100%;
    z-index: -1;
    display: none; }
    body.menu-open .mobile-navigation ul {
      z-index: 1;
      display: block; }
    .mobile-navigation ul li {
      list-style: none;
      cursor: pointer;
      position: relative;
      color: white;
      text-align: center; }
      .mobile-navigation ul li svg g {
        fill: white; }
      .mobile-navigation ul li a {
        color: black;
        display: block;
        padding: 10px 0;
        font-size: 24px;
        opacity: 1;
        visibility: visible; }
      .mobile-navigation ul li .close-menu-link {
        display: none; }
      .mobile-navigation ul li:hover {
        opacity: 0.5; }
        @media screen and (max-width: 720px) {
          .mobile-navigation ul li:hover {
            opacity: 1 !important; } }
      .mobile-navigation ul li .close-menu-link {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -42%); }
    body.projects-open .mobile-navigation ul .projects-toggle a {
      display: block; }
    body.studio-open .mobile-navigation ul .studio-toggle a {
      display: block; }
    body.contact-open .mobile-navigation ul .contact-toggle a {
      display: block; }
  @media screen and (max-width: 720px) {
    body.menu-open .mobile-navigation {
      position: fixed;
      bottom: 0;
      left: 0;
      top: initial;
      -webkit-transform: none;
      transform: none;
      width: 100%;
      z-index: 99999;
      opacity: 1;
      visibility: visible; } }

.navigation-toggle {
  position: fixed;
  right: 45px;
  top: 0;
  z-index: 99999999999;
  display: none; }
  @media screen and (max-width: 720px) {
    .navigation-toggle {
      right: 15px; } }
  @media screen and (max-width: 720px) {
    .navigation-toggle {
      display: block; } }
  @media screen and (max-width: 540px) {
    .navigation-toggle {
      display: block; } }
  .open-shop-header .navigation-toggle {
    top: 30px; }
  .navigation-toggle.open {
    z-index: 99999999999; }
  .navigation-toggle .navigation-burger {
    left: 0;
    float: left;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    width: 27px;
    height: 60px; }
  .navigation-toggle .nav-icon {
    margin-top: 56px;
    height: 2px !important;
    width: 27px;
    position: absolute;
    background: black; }
    @media screen and (max-width: 720px) {
      .navigation-toggle .nav-icon {
        margin-top: 30px; } }
    @media screen and (max-width: 540px) {
      .navigation-toggle .nav-icon {
        margin-top: 33px; } }
    .navigation-toggle .nav-icon::after, .navigation-toggle .nav-icon::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: inherit;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      backface-visibility: hidden;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .navigation-toggle .nav-icon::before {
      -webkit-transform: translateY(-7px);
      transform: translateY(-7px); }
    .navigation-toggle .nav-icon::after {
      -webkit-transform: translateY(7px);
      transform: translateY(7px); }
  .navigation-toggle a.navigation-burger.open-nav:hover .nav-icon::before {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px); }
    @media screen and (max-width: 720px) {
      .navigation-toggle a.navigation-burger.open-nav:hover .nav-icon::before {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px); } }
  .navigation-toggle a.navigation-burger.open-nav:hover .nav-icon::after {
    -webkit-transform: translateY(9px);
    transform: translateY(9px); }
    @media screen and (max-width: 720px) {
      .navigation-toggle a.navigation-burger.open-nav:hover .nav-icon::after {
        -webkit-transform: translateY(7px);
        transform: translateY(7px); } }
  .navigation-toggle .navigation-burger.close-nav .nav-icon {
    visibility: hidden;
    background: black; }
  .navigation-toggle .navigation-burger.close-nav .nav-icon::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: visible; }
  .navigation-toggle .navigation-burger.close-nav .nav-icon::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible; }
  .navigation-toggle a.navigation-burger.close-nav:hover .nav-icon {
    background: black; }

.footer {
  margin: 60px 0;
  color: #e2e2e2;
  font-size: 15px; }
  body.page-id-6 .footer {
    display: none; }
  @media screen and (max-width: 720px) {
    .footer {
      margin: 60px 0 124px 0;
      text-align: center;
      font-size: 14px; } }
  .footer a {
    color: #e2e2e2 !important;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease; }
    .footer a:hover {
      opacity: 0.5; }
  .midday-projects .footer {
    padding: 0 15px; }
  .footer .secondary-font {
    font-size: 16px; }
    @media screen and (max-width: 720px) {
      .footer .secondary-font {
        font-size: 15px; } }
  .footer ul {
    margin: 0;
    padding: 0; }
    .footer ul li {
      display: inline-block;
      margin-right: 40px; }
      .footer ul li:last-child {
        margin: 0; }
      @media screen and (max-width: 720px) {
        .footer ul li {
          text-align: left;
          margin: 0 0 20px 0;
          display: block; } }
    .footer ul .back-to-top {
      float: right;
      cursor: pointer;
      -webkit-transition: 0.1s ease;
      transition: 0.1s ease; }
      @media screen and (max-width: 720px) {
        .footer ul .back-to-top {
          display: none; } }
      .footer ul .back-to-top:hover {
        opacity: 0.5; }

#sidebar {
  float: right;
  width: 26.78%; }
  @media screen and (max-width: 720px) {
    #sidebar {
      width: 100% !important;
      float: none !important; } }

.widget {
  margin: 0 0 30px 0; }
