/* fonts and colors */
/* breakpoints */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

/* typography - based on blueprintcss.org. */
html {
  font-size: 100%; }

body {
  font-size: 16px;
  font-size: 1rem;
  color: #353332;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #353332;
  margin: 0;
  font-family: "Futura LT W01 Bold", Arial, Helvetica, sans-serif; }

h1 {
  font-size: 64px;
  font-size: 4rem;
  margin-bottom: .25em;
  line-height: 1.1; }

h2 {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: .25em;
  line-height: 1.1; }

h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: .5em;
  line-height: 1.15; }

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: .5em;
  line-height: 1.25; }

h5 {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: .5em;
  line-height: 1.35;
  font-family: Arial, Helvetica, sans-serif; }

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: .5em;
  line-height: 1.4; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

p {
  margin: 0 0 1.5em; }

p img.left {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0; }

p img.right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em; }

a:focus, a:hover {
  color: #df3311; }

a {
  color: #EF4928;
  text-decoration: underline; }

blockquote {
  margin: 1.5em; }

strong {
  font-weight: bold; }

em, dfn {
  font-style: italic; }

dfn {
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr, acronym {
  border-bottom: 1px dotted #5C5C5C; }

address {
  margin: 0 0 1.5em;
  line-height: 1.75; }

del {
  color: #5C5C5C; }

pre {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

li ul, li ol {
  margin: 0 1.5em; }

ul, ol {
  margin: 0 0 1.5em; }

ul li {
  margin: 0 0 1em; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold; }

thead th {
  background: #ddd;
  color: #353332; }

th, td, caption {
  padding: 4px 10px 4px 5px; }

tr.even td {
  background: #5C5C5C; }

tfoot {
  font-style: italic; }

caption {
  background: #5C5C5C;
  color: #ddd; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.hidden {
  display: none; }

input:focus, textarea:focus {
  outline: none; }

/* default wordpress styles */
.entry-content img {
  margin: 0 0 1.5em; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

/* Additional General Form Styles */
input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"],
textarea {
  border: 1px solid #ddd;
  color: #5C5C5C;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 5px; }

input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
  color: #5C5C5C;
  border-color: #5C5C5C; }

/* main styles */
.row {
  margin: 0 5%; }

#wrapper {
  overflow: hidden; }

.full {
  display: block;
  height: auto;
  position: relative;
  z-index: 0;
  width: 100%; }

@media only screen and (min-width: 1090px) {
  .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 981px; } }

@media only screen and (min-width: 1150px) {
  .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1035px; } }

@media only screen and (min-width: 1920px) {
  .widerow {
    margin-left: auto;
    margin-right: auto;
    max-width: 1728px; } }

/* new clearfix */
.clearfix:after, .photos .wp-instagram-grid:after, .columns:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.lt-ie8 .clearfix, .lt-ie8 .photos .wp-instagram-grid, .photos .lt-ie8 .wp-instagram-grid, .lt-ie .columns {
  zoom: 1; }

.col {
  margin-bottom: 1em; }

@media only screen and (min-width: 768px) {
  .columns.hasgutter {
    margin-left: -36px; }
    .columns.hasgutter .col {
      padding-left: 36px; }
  .col {
    box-sizing: border-box;
    float: left;
    margin-bottom: 0; }
    .col img {
      height: auto;
      max-width: 100%;
      width: auto; }
    .col img.full {
      display: block;
      height: auto;
      position: relative;
      z-index: 0;
      width: 100%; }
    .col-1 {
      width: 8.33333%; }
    .col-2 {
      width: 16.66667%; }
    .col-3 {
      width: 25%; }
    .col-4 {
      width: 33.33333%; }
    .col-5 {
      width: 41.66667%; }
    .col-6 {
      width: 50%; }
    .col-7 {
      width: 58.33333%; }
    .col-8 {
      width: 66.66667%; }
    .col-9 {
      width: 75%; }
    .col-10 {
      width: 83.33333%; }
    .col-11 {
      width: 91.66667%; }
    .col-12 {
      width: 100%;
      float: none;
      clear: both; }
    .col.space-1 {
      margin-left: 8.33333%; }
    .col.space-2 {
      margin-left: 16.66667%; }
    .col.space-3 {
      margin-left: 25%; }
    .col.space-4 {
      margin-left: 33.33333%; }
    .col.space-5 {
      margin-left: 41.66667%; }
    .col.space-6 {
      margin-left: 50%; }
    .col.space-7 {
      margin-left: 58.33333%; }
    .col.space-8 {
      margin-left: 66.66667%; }
    .col.space-9 {
      margin-left: 75%; }
    .col.space-10 {
      margin-left: 83.33333%; }
    .col.space-11 {
      margin-left: 91.66667%; }
    .col.space-12 {
      margin-left: 100%; }
  .col-right {
    float: right; }
  .gutter {
    padding-left: 36px; }
  .gutter-bottom {
    padding-bottom: 36px; }
  .gutter-top {
    padding-top: 36px; }
  .gutter-right {
    padding-right: 36px; }
  .gutter-all {
    padding-left: 36px;
    padding-top: 36px;
    padding-right: 36px;
    padding-bottom: 36px; }
  .spc-lft-25 {
    margin-left: 25vw; }
  .spc-lft-50 {
    margin-left: 50vw; }
  .spc-lft-75 {
    margin-left: 75vw; }
  .spc-top-25 {
    margin-top: 25vw; }
  .spc-top-50 {
    margin-top: 50vw; }
  .spc-top-75 {
    margin-top: 75vw; }
  .spc-top-neg25 {
    margin-top: -25vw; }
  .spc-top-neg50 {
    margin-top: -50vw; }
  .spc-top-75 {
    margin-top: -75vw; }
  .clr-none {
    clear: none; }
  .clr-left {
    clear: left; }
  .clr-right {
    clear: right; }
  .clr-both {
    clear: both; }
  .col-equalize {
    display: table;
    width: 100%; }
  .col-equalize .col {
    float: none;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle; } }

/* example (is there a better way?):
	.element {
		@extend %valign;
		
		.no-csstransforms & {
			@extend %valign-fallback;
		}
	}
*/
.vid {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

a.btn,
input[type="submit"] {
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background: #EF4928;
  color: #fff;
  border: none;
  display: inline-block;
  font-family: "Futura LT W01 Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1;
  padding: 8px 30px;
  text-decoration: none; }
  a.btn:hover,
  input[type="submit"]:hover {
    background-color: #df3311;
    color: #fff; }

a.btn2 {
  background-color: #353332; }
  a.btn2:hover {
    background-color: #2e2c2b; }

.page-template-default .hentry {
  padding: 50px 0;
  text-align: center; }
  .page-template-default .hentry p {
    margin-bottom: 2em; }

.page-template-default h1 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #EF4928;
  margin-bottom: 2em; }

#site-footer {
  padding-bottom: 72px;
  text-align: center; }
  #site-footer .gform_wrapper {
    max-width: 100%; }
    #site-footer .gform_wrapper form {
      text-align: center; }
    #site-footer .gform_wrapper .gform_heading {
      margin-bottom: 10px;
      width: 100%; }
    #site-footer .gform_wrapper span.gform_description {
      font-size: 16px;
      font-size: 1rem;
      font-weight: normal;
      font-family: "Futura LT W01 Medium", Arial, Helvetica, sans-serif;
      margin-bottom: 0; }
    #site-footer .gform_wrapper .top_label .gfield_label {
      display: none; }
    #site-footer .gform_wrapper input.medium {
      font-size: 14px;
      font-size: 0.875rem;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      border-color: #999;
      max-width: 300px;
      padding: 10px; }
    #site-footer .gform_wrapper .gform_footer {
      padding: 0; }
      #site-footer .gform_wrapper .gform_footer input[type="submit"] {
        min-width: 148px; }
  #site-footer .contactemail {
    font-size: 13px;
    font-size: 0.8125rem; }
    #site-footer .contactemail a {
      color: #353332; }
  #site-footer .copyright {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 144px; }
    #site-footer .copyright span {
      display: block; }
  .post-type-archive-artists_series #site-footer {
    background: url("../img/soccer.png") no-repeat 70% 15%; }
  .blog #site-footer {
    background: url("../img/cones.png") no-repeat 70% 15%; }

/* animated */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 25deg);
    transform: rotate3d(0, 0, 1, 25deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; } }

@media only screen and (min-width: 768px) {
  .page-template-default {
    background: #fff url("../img/shapes.svg") right 80% no-repeat; }
    .page-template-default .hentry {
      padding: 110px 0; } }

@media only screen and (min-width: 1090px) {
  a.btn,
  input[type="submit"] {
    font-size: 18px;
    font-size: 1.125rem; }
  #site-footer .gform_wrapper span.gform_description {
    font-size: 20px;
    font-size: 1.25rem; }
  #site-footer .copyright {
    font-size: 13px;
    font-size: 0.8125rem; }
    #site-footer .copyright span {
      display: inline;
      margin-left: 20px; }
      #site-footer .copyright span:first-child {
        margin-left: 0; }
  .page-template-template-home #site-footer {
    background: url("../img/pastamaker.png") no-repeat 20% 45%, url("../img/pattern2.png") no-repeat 70% 5%; } }

#mobmenu {
  cursor: pointer;
  display: block;
  padding: 20px 15px 20px 25px;
  position: absolute;
  right: 2.5%;
  top: 22px;
  width: 25px; }
  #mobmenu span,
  #mobmenu span:before,
  #mobmenu span:after {
    -webkit-transition: all 500ms ease-in-out;
    -khtml-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 35px;
    background: #EF4928;
    position: absolute;
    display: block;
    content: ''; }
  #mobmenu span {
    text-indent: -999em; }
    #mobmenu span:before {
      top: -8px; }
    #mobmenu span:after {
      bottom: -8px; }
  #mobmenu.active span {
    background-color: transparent; }
    #mobmenu.active span:before, #mobmenu.active span:after {
      top: 0; }
    #mobmenu.active span:before {
      -webkit-transform: rotate(45deg);
      -khtml-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
      zoom: 1; }
    #mobmenu.active span:after {
      -webkit-transform: rotate(-45deg);
      -khtml-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
      zoom: 1; }

.nav-container ul, .nav-container li {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav-container a {
  text-decoration: none; }

#main-nav-container {
  font-size: 24px;
  font-size: 1.5rem;
  background: #EF4928;
  font-family: "Futura LT W01 Medium", Arial, Helvetica, sans-serif;
  height: 0px;
  left: 0;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 90px;
  width: 100%;
  z-index: 99;
  -webkit-transition: height 0.3s linear;
  -khtml-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -ms-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear; }
  #main-nav-container.open {
    height: auto; }
  #main-nav-container .menu li {
    border-bottom: 1px solid #ddd;
    position: relative;
    letter-spacing: 3px; }
  #main-nav-container .menu a {
    background: #EF4928;
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none; }
  #main-nav-container .sub-menu a {
    background: #353332;
    padding-left: 20px; }

@media only screen and (min-width: 768px) {
  #main-nav-container {
    top: 120px; }
    .page-template-template-home #main-nav-container {
      top: 170px; } }

@media only screen and (min-width: 1090px) {
  #mobmenu {
    display: none; }
  #main-nav-container {
    background: transparent;
    display: block;
    height: auto;
    margin-top: 34px;
    left: auto;
    overflow: visible;
    position: relative;
    top: auto;
    width: auto;
    z-index: 1; }
    #main-nav-container .menu li {
      border-bottom: none;
      display: inline-block;
      margin-left: 36px; }
      #main-nav-container .menu li:first-child {
        margin-left: 0; }
      #main-nav-container .menu li.current-menu-item a:after {
        background-color: #EF4928; }
    #main-nav-container .menu a {
      -webkit-transition: color 250ms ease-in-out;
      -khtml-transition: color 250ms ease-in-out;
      -moz-transition: color 250ms ease-in-out;
      -ms-transition: color 250ms ease-in-out;
      -o-transition: color 250ms ease-in-out;
      transition: color 250ms ease-in-out;
      background: transparent;
      color: #353332;
      display: block;
      padding: 5px;
      position: relative; }
      #main-nav-container .menu a:after {
        -webkit-border-radius: 11px;
        -khtml-border-radius: 11px;
        -moz-border-radius: 11px;
        -ms-border-radius: 11px;
        -o-border-radius: 11px;
        border-radius: 11px;
        -webkit-transition: background 250ms ease-in-out;
        -khtml-transition: background 250ms ease-in-out;
        -moz-transition: background 250ms ease-in-out;
        -ms-transition: background 250ms ease-in-out;
        -o-transition: background 250ms ease-in-out;
        transition: background 250ms ease-in-out;
        background: transparent;
        content: "";
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        bottom: -9px;
        height: 11px;
        width: 11px; }
      #main-nav-container .menu a:hover {
        color: #EF4928; }
        #main-nav-container .menu a:hover:after {
          background-color: #ddd; }
    .page-template-template-home #main-nav-container {
      top: auto; } }

#header {
  padding-top: 26px;
  position: relative;
  text-align: center;
  z-index: 2; }
  #header #logo {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 212px;
    position: relative;
    width: auto;
    z-index: 1; }
    #header #logo img {
      height: auto;
      width: 100%; }
  #header address {
    color: #EF4928;
    font-family: "Futura LT W01 Book", Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 1.5;
    margin: 0; }
  #header .phone {
    font-family: "Futura LT W01 Book", Arial, Helvetica, sans-serif; }
  #header .hours {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #716E6C;
    font-family: "Futura LT W01 Book Oblique", Arial, Helvetica, sans-serif;
    line-height: 1.46154;
    margin-top: 8px; }
    #header .hours span {
      font-size: 15px;
      font-size: 0.9375rem;
      display: block; }
    #header .hours p {
      font-size: 12px;
      font-size: 0.75rem;
      max-width: 470px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      margin-bottom: 0; }
  .page-template-template-home #header {
    background: transparent; }
    .page-template-template-home #header #logo {
      margin-bottom: 20px; }
  .post-type-archive-artists_series #header {
    background: #f7f7f7; }

@media only screen and (min-width: 768px) {
  #header {
    padding-top: 55px; }
    #header address {
      font-size: 18px;
      font-size: 1.125rem; }
    #header .phone {
      font-size: 18px;
      font-size: 1.125rem; }
    #header .hours {
      font-size: 18px;
      font-size: 1.125rem; }
      #header .hours span {
        font-size: 18px;
        font-size: 1.125rem;
        display: inline;
        margin-left: 20px; }
        #header .hours span:first-child {
          margin-left: 0; }
  .page-template-template-home #header #logo {
    max-width: 400px;
    margin-bottom: 55px; } }

@media only screen and (min-width: 1090px) {
  #header #logo {
    margin-bottom: 55px; }
  .page-template-template-home #header {
    padding-top: 128px; }
    .page-template-template-home #header #logo {
      max-width: 696px; } }

.widgets,
.widget-container {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget-container {
  border: 1px solid #ddd;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 14px 11px;
  margin-bottom: 2em; }
  .widget-container ul, .widget-container li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .widget-container li {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .widget-container .widget-title {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    font-size: 14px;
    font-size: 0.875rem; }

.blogcontent {
  padding: 55px 0 0;
  text-align: center; }
  .blogcontent img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: auto; }

.bloglist {
  padding: 55px 0; }
  .bloglist h3 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #EF4928;
    margin-bottom: 8px;
    line-height: 1.1; }
  .bloglist .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
    color: #5C5C5C;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
    line-height: 1.22222; }
    .bloglist .entry-title a {
      color: #5C5C5C; }
      .bloglist .entry-title a:hover {
        color: #EF4928; }
  .bloglist .postdate {
    font-size: 14px;
    font-size: 0.875rem;
    color: #9B9B9B;
    margin-bottom: 8px;
    line-height: 1.1; }
  .bloglist .col {
    margin-bottom: 55px; }
    .bloglist .col:nth-child(odd) {
      clear: both; }

.pagenav {
  text-align: center; }
  .pagenav ul, .pagenav li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pagenav li {
    display: inline;
    font-family: "Futura LT W01 Bold", Arial, Helvetica, sans-serif; }
    .pagenav li:first-child {
      margin-right: 36px; }
  .pagenav a {
    text-decoration: none; }

.page-template-template-home {
  background: url("../img/shapes.svg") no-repeat -15% 133px;
  background-size: 100px auto; }

.dishes {
  text-align: center;
  z-index: 1; }
  .dishes > .row {
    position: relative; }
  .dishes h1 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 0.5em; }
  .dishes .dish {
    -webkit-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -khtml-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -ms-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -o-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    display: block;
    position: absolute;
    left: 0;
    max-width: 30%;
    top: 100%;
    z-index: 0;
    width: auto; }
  .dishes .dish1 {
    left: -10%;
    top: 20px; }
  .dishes .dish10 {
    left: -9%;
    top: 20px; }
  .dishes .dish2 {
    -webkit-transition: transform 750ms ease-in-out, opacity 750ms ease-in-out;
    -khtml-transition: transform 750ms ease-in-out, opacity 750ms ease-in-out;
    -moz-transition: transform 750ms ease-in-out, opacity 750ms ease-in-out;
    -ms-transition: transform 750ms ease-in-out, opacity 750ms ease-in-out;
    -o-transition: transform 750ms ease-in-out, opacity 750ms ease-in-out;
    transition: transform 750ms ease-in-out, opacity 750ms ease-in-out;
    left: 27%;
    top: 20px; }
  .dishes .dish3 {
    -webkit-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
    -khtml-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
    -moz-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
    -ms-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
    transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
    left: auto;
    right: 5%;
    top: -10px; }
  .dishes .dish4,
  .dishes .dish13 {
    left: auto;
    right: -20%;
    top: 80px; }
  .dishes .dish5,
  .dishes .dish11 {
    left: -11%;
    top: 320px; }
  .dishes .dish6 {
    -webkit-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
    -khtml-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
    -moz-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
    -ms-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
    transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
    display: none; }
  .dishes .dish7,
  .dishes .dish14 {
    bottom: 50px;
    left: 25%;
    top: auto; }
  .dishes .dish8 {
    -webkit-transition: transform 750ms ease-in-out, opacity 750ms ease-in-out;
    -khtml-transition: transform 750ms ease-in-out, opacity 750ms ease-in-out;
    -moz-transition: transform 750ms ease-in-out, opacity 750ms ease-in-out;
    -ms-transition: transform 750ms ease-in-out, opacity 750ms ease-in-out;
    -o-transition: transform 750ms ease-in-out, opacity 750ms ease-in-out;
    transition: transform 750ms ease-in-out, opacity 750ms ease-in-out;
    bottom: 20px;
    left: auto;
    right: 15%;
    top: auto; }
  .dishes .dish9,
  .dishes .dish12 {
    -webkit-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -khtml-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -moz-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -ms-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    -o-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    bottom: 90px;
    left: auto;
    right: -10%;
    top: auto;
    max-width: 20%; }
  .dishes .truck {
    left: auto;
    right: -4%;
    top: auto;
    max-width: 20%;
    bottom: 5px;
    z-index: -1; }
  .dishes .dish1,
  .dishes .dish2,
  .dishes .dish5,
  .dishes .dish6,
  .dishes .dish7 {
    -webkit-transform: translateX(-200%) translateY(-200%);
    -khtml-transform: translateX(-200%) translateY(-200%);
    -moz-transform: translateX(-200%) translateY(-200%);
    -ms-transform: translateX(-200%) translateY(-200%);
    -o-transform: translateX(-200%) translateY(-200%);
    transform: translateX(-200%) translateY(-200%);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  .dishes .dish3,
  .dishes .dish4,
  .dishes .dish8,
  .dishes .dish9 {
    -webkit-transform: translateX(200%) translateY(-200%);
    -khtml-transform: translateX(200%) translateY(-200%);
    -moz-transform: translateX(200%) translateY(-200%);
    -ms-transform: translateX(200%) translateY(-200%);
    -o-transform: translateX(200%) translateY(-200%);
    transform: translateX(200%) translateY(-200%);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  .dishload .dishes .dish {
    -webkit-transform: translateX(0) translateY(0);
    -khtml-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .dishload .dishes .dish1.hidedish,
  .dishload .dishes .dish10.hidedish,
  .dishload .dishes .dish5.hidedish,
  .dishload .dishes .dish11.hidedish,
  .dishload .dishes .dish7.hidedish,
  .dishload .dishes .dish14.hidedish {
    -webkit-transform: translateX(-200%) translateY(-200%);
    -khtml-transform: translateX(-200%) translateY(-200%);
    -moz-transform: translateX(-200%) translateY(-200%);
    -ms-transform: translateX(-200%) translateY(-200%);
    -o-transform: translateX(-200%) translateY(-200%);
    transform: translateX(-200%) translateY(-200%);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  .dishload .dishes .dish9.hidedish,
  .dishload .dishes .dish12.hidedish,
  .dishload .dishes .dish4.hidedish,
  .dishload .dishes .dish13.hidedish {
    -webkit-transform: translateX(200%) translateY(-200%);
    -khtml-transform: translateX(200%) translateY(-200%);
    -moz-transform: translateX(200%) translateY(-200%);
    -ms-transform: translateX(200%) translateY(-200%);
    -o-transform: translateX(200%) translateY(-200%);
    transform: translateX(200%) translateY(-200%);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  .dishes .entry {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 auto;
    padding: 140px 0 160px;
    position: relative;
    text-align: center;
    z-index: 1; }

.rmenu {
  background: url("../img/bricks.png");
  background-size: 156px auto;
  min-height: 600px;
  padding: 36px 0;
  text-align: center; }
  .rmenu h2 {
    font-size: 24px;
    font-size: 1.5rem; }
  .rmenu .btn {
    margin-right: 10px;
    margin-top: 10px; }
  .rmenu .pedalersm {
    position: relative;
    top: 20px; }

.menu-callout {
  margin-top: 20px; }

.fmenu {
  margin-top: 50px;
  text-align: left; }
  .fmenu ol, .fmenu ul, .fmenu li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .fmenu h5 {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #cb9648;
    font-family: "Futura LT W01 Bold", Arial, Helvetica, sans-serif;
    line-height: 1.16667;
    margin: 0 0 10px;
    text-transform: uppercase; }
  .fmenu ol {
    padding-left: 34px; }
    .fmenu ol li {
      margin-bottom: 1em; }
  .fmenu ul li {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Merriweather", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 8px; }
  .fmenu .price {
    font-family: "Merriweather", Arial, Helvetica, sans-serif;
    font-weight: 400; }
  .fmenu .btn2 {
    margin-left: 34px; }

.fmenu-main h5 {
  color: #353332; }
  .fmenu-main h5 span {
    font-size: 70%;
    margin-left: 10px;
    text-transform: none; }
    .fmenu-main h5 span em {
      font-family: "Merriweather", Arial, Helvetica, sans-serif;
      font-weight: normal; }
    .fmenu-main h5 span.notebr {
      display: block;
      font-size: 50%;
      margin-left: 0;
      margin-top: 5px;
      line-height: 1.35; }

.fmenu-main ol {
  counter-reset: list; }
  .fmenu-main ol li {
    position: relative; }
    .fmenu-main ol li:before {
      font-size: 14px;
      font-size: 0.875rem;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background: #EF4928;
      counter-increment: list;
      content: counter(list);
      color: #fff;
      font-family: "Futura LT W01 Bold", Arial, Helvetica, sans-serif;
      left: -34px;
      line-height: 24px;
      height: 24px;
      position: absolute;
      text-align: center;
      top: 0;
      width: 24px; }
  .fmenu-main ol ul li:before {
    content: '';
    counter-increment: none;
    display: none; }
  .fmenu-main ol ul li.divide {
    font-style: italic;
    margin-top: 15px; }

.slideshow {
  position: relative; }
  .slideshow .cycle-prev,
  .slideshow .cycle-next {
    display: inline-block;
    overflow: hidden;
    outline: none;
    text-indent: 101%;
    white-space: nowrap;
    background: transparent url("../img/arr.svg") no-repeat 0 0;
    background-size: 36px 36px;
    height: 36px;
    margin-top: -18px;
    position: absolute;
    left: auto;
    right: 2.5%;
    top: 50%;
    width: 36px;
    z-index: 101; }
  .slideshow .cycle-prev {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none;
    left: 2.5%;
    right: auto; }
  .slideshow img {
    display: block;
    height: auto;
    position: relative;
    z-index: 0;
    width: auto; }

.who,
.itsdelivery {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 0 0; }
  .who h2,
  .itsdelivery h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 14px; }
  .who blockquote,
  .itsdelivery blockquote {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
    font-family: "Merriweather", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: italic;
    margin: 28px 0 10px; }
    .who blockquote p,
    .itsdelivery blockquote p {
      margin: 0; }
    .who blockquote span,
    .itsdelivery blockquote span {
      font-size: 20px;
      font-size: 1.25rem; }
  .who .entry,
  .itsdelivery .entry {
    max-width: 540px;
    margin: 0 5%;
    position: relative; }
  .who .allabout,
  .itsdelivery .allabout {
    display: none; }
  .who img,
  .itsdelivery img {
    display: block;
    max-width: 90%; }

.photos {
  position: relative; }
  .photos .wp-instagram-grid {
    clear: both; }
    .photos .wp-instagram-grid img {
      display: block;
      height: auto;
      width: 100%; }
    .photos .wp-instagram-grid .wp-instagram-item {
      float: left;
      margin-left: 1%;
      width: 48%; }
  .photos .sbox {
    margin-top: 12px; }
    .photos .sbox img {
      position: relative;
      z-index: 0; }
  .photos ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: right;
    z-index: 1; }
    .photos ul.social li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block; }
    .photos ul.social a {
      display: inline-block;
      overflow: hidden;
      outline: none;
      text-indent: 101%;
      white-space: nowrap;
      filter: alpha(opacity=80);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      -webkit-opacity: 0.8;
      -khtml-opacity: 0.8;
      -moz-opacity: 0.8;
      -ms-opacity: 0.8;
      -o-opacity: 0.8;
      opacity: 0.8;
      background: url("../img/instagram.svg") no-repeat 0 0;
      height: 32px;
      width: 32px; }
      .photos ul.social a:hover {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1; }
    .photos ul.social .facebook a {
      background-image: url("../img/facebook.svg"); }
    .photos ul.social .twitter a {
      background-image: url("../img/twitter.svg"); }

.itsdelivery {
  padding-top: 0;
  margin-bottom: 80px;
  text-align: center; }
  .itsdelivery img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .page-template-template-home {
    background-position: -10% 128px;
    background-size: 230px auto; }
  .dishes .dish {
    max-width: 27%; }
  .dishes .dish1 {
    left: -4%;
    top: 0; }
  .dishes .dish10 {
    left: -9%;
    top: 0; }
  .dishes .dish3 {
    right: 4%;
    top: -40px; }
  .dishes .dish4,
  .dishes .dish13 {
    right: -15%;
    top: 165px; }
  .dishes .entry {
    font-size: 16px;
    font-size: 1rem;
    padding: 200px 0 240px;
    max-width: 75%; }
  .rmenu {
    padding: 70px 0; }
    .rmenu h2 {
      font-size: 36px;
      font-size: 2.25rem; }
    .rmenu .btn.chownow-order-online {
      margin-left: 10px; }
  .fmenu ol {
    padding-left: 0; }
  .fmenu-main ol {
    padding-left: 10px; }
    .fmenu-main ol li:before {
      left: 0; }
  .slideshow {
    margin-left: -3px; }
    .slideshow img {
      margin-left: 3px; }
  .who {
    padding: 55px 0; }
    .who .map {
      float: right; }
    .who .scoot {
      text-align: right; }
      .who .scoot img {
        display: block;
        float: right;
        max-width: 200%; }
  .photos .sbox img {
    float: right; } }

@media only screen and (min-width: 1090px) {
  .page-template-template-home {
    background-position: -10% 128px;
    background-size: 460px auto; }
  .dishes {
    background: url("../img/shapes.svg") no-repeat 5% 105%, url("../img/shapes.svg") no-repeat 84% 35%;
    background-size: 460px 377px, 460px 377px;
    text-align: left; }
    .dishes .entry {
      padding: 522px 0 562px;
      max-width: 676px; }
    .dishes h1 {
      font-size: 64px;
      font-size: 4rem; }
    .dishes .dish {
      max-width: none; }
    .dishes .dish1 {
      left: -4%;
      top: 0; }
    .dishes .dish10 {
      left: -9%;
      top: 0; }
    .dishes .dish2 {
      left: 23%;
      top: 180px; }
    .dishes .dish3 {
      left: auto;
      right: 11%;
      top: -40px; }
    .dishes .dish4,
    .dishes .dish13 {
      left: auto;
      right: -15%;
      top: 165px; }
    .dishes .dish5,
    .dishes .dish11 {
      left: -11%;
      top: 387px; }
    .dishes .dish6 {
      display: block;
      bottom: auto;
      left: -1%;
      top: 727px; }
    .dishes .dish7,
    .dishes .dish14 {
      bottom: auto;
      left: 10%;
      top: 810px; }
    .dishes .dish8 {
      bottom: 20px;
      left: auto;
      right: 15%;
      top: auto; }
    .dishes .dish9,
    .dishes .dish12 {
      display: block;
      bottom: auto;
      left: auto;
      max-width: none;
      right: -18%;
      top: 660px; }
    .dishes .truck {
      max-width: none;
      left: auto;
      right: -4%;
      top: auto;
      bottom: 20px; }
  .rmenu > .row {
    margin: 0 auto; }
  .fmenu .fmenu-group {
    margin-bottom: 40px; }
  .fmenu ol {
    padding-left: 0; }
  .fmenu ul li {
    font-size: 13px;
    font-size: 0.8125rem; }
  .fmenu-main h5 {
    font-size: 24px;
    font-size: 1.5rem;
    padding-left: 0;
    padding-right: 25px; }
  .fmenu-main ol li:before {
    font-size: 18px;
    font-size: 1.125rem;
    left: -12px;
    height: 36px;
    line-height: 36px;
    top: 0;
    width: 36px; }
  .who {
    padding: 97px 0 0; }
    .who h2 {
      font-size: 36px;
      font-size: 2.25rem;
      margin-bottom: 28px; }
    .who .entry {
      margin: 0;
      padding-bottom: 170px; }
    .who .map {
      float: none;
      position: absolute;
      top: 80px;
      right: -200px; }
    .who .allabout {
      display: block;
      right: 10%;
      bottom: 15px;
      position: absolute; }
      .cssanimations .who .allabout {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0; }
    .who .scoot img {
      margin-right: -36px; }
  .slideshow .cycle-prev,
  .slideshow .cycle-next {
    display: inline-block;
    background-size: 50px 50px;
    margin-top: -25px;
    height: 50px;
    width: 50px; }
  .photos {
    background: url("../img/photobg@2x.png") no-repeat center 0;
    margin-top: -28px;
    min-height: 801px;
    padding-top: 80px; }
    .photos .wp-instagram-grid img {
      display: block;
      height: auto;
      width: 100%; }
    .photos .wp-instagram-grid .wp-instagram-item {
      float: left;
      margin-left: 1%;
      height: auto;
      width: 35%; }
      .photos .wp-instagram-grid .wp-instagram-item:first-child, .photos .wp-instagram-grid .wp-instagram-item:last-child {
        margin-top: 4.3%;
        width: 27%; }
      .photos .wp-instagram-grid .wp-instagram-item:last-child {
        clear: both;
        margin-left: 37%;
        margin-top: -7.6%; }
      .photos .wp-instagram-grid .wp-instagram-item:nth-child(3) {
        margin-top: 8.6%; }
    .photos .sbox {
      margin-top: -18%;
      margin-left: 66%;
      width: 35%; }
      .photos .sbox img {
        float: none;
        margin-left: 5%;
        margin-top: -20px;
        position: relative;
        z-index: 0; } }

@media only screen and (min-width: 1150px) {
  .fmenu ul li {
    font-size: 15px;
    font-size: 0.9375rem; } }

.post-type-archive-artists_series .content {
  background: #f7f7f7 url("../img/shapes2.png") 1% 15px no-repeat;
  background-size: 100px auto;
  padding-bottom: 31px;
  padding-top: 55px;
  text-align: center; }
  .post-type-archive-artists_series .content .entry {
    margin: 0 auto;
    max-width: 694px; }
    .post-type-archive-artists_series .content .entry h1 {
      font-size: 32px;
      font-size: 2rem;
      margin-bottom: 20px; }
  .no-multiplebgs .post-type-archive-artists_series .content {
    background: #f7f7f7; }

.artists {
  background: url("../img/shapes.svg") no-repeat 90% 55px;
  background-size: 140px auto;
  padding: 55px 0 20px; }

.type-artists_series {
  margin-bottom: 55px; }
  .type-artists_series .ft img {
    display: block;
    height: auto;
    margin-left: 5%;
    max-width: 90%;
    width: auto; }
  .type-artists_series .entry .txt {
    margin: 0 5%; }
  .type-artists_series .avatar {
    display: block;
    margin-bottom: 6px;
    width: 60px; }
  .type-artists_series .location {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Futura LT W01 Medium", Arial, Helvetica, sans-serif;
    display: block;
    margin-bottom: 4px; }
  .type-artists_series h2 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #EF4928;
    margin-bottom: 0; }
  .type-artists_series .website {
    font-size: 14px;
    font-size: 0.875rem;
    color: #9B9B9B;
    display: block;
    font-family: "Futura LT W01 Medium", Arial, Helvetica, sans-serif; }
    .type-artists_series .website a {
      color: #9B9B9B;
      text-decoration: none; }
      .type-artists_series .website a:hover {
        text-decoration: underline; }
  .type-artists_series .txtc {
    font-size: 14px;
    font-size: 0.875rem;
    color: #5C5C5C;
    padding-top: 18px;
    position: relative; }
    .type-artists_series .txtc:before {
      background: #9B9B9B;
      content: "";
      display: block;
      left: 0;
      height: 2px;
      position: absolute;
      top: 9px;
      width: 70%; }

@media only screen and (min-width: 768px) {
  .post-type-archive-artists_series .content {
    background: url("../img/shapes2.png") 5% 0 no-repeat, #f7f7f7 url("../img/curls.svg") 85% 0 no-repeat;
    background-size: 125px auto, 150px auto; }
  .artists {
    padding-bottom: 55px; }
  .type-artists_series .entry {
    float: right;
    position: relative; }
    .type-artists_series .entry .txt {
      max-width: 468px;
      margin: 0;
      padding-right: 5%; }
  .type-artists_series .ft {
    float: left; }
    .type-artists_series .ft img {
      margin-left: 0;
      max-width: 100%; } }

@media only screen and (min-width: 1090px) {
  .post-type-archive-artists_series #header:before {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
    background: url("../img/pattern.svg") no-repeat 0 0;
    display: block;
    content: "";
    height: 296px;
    left: auto;
    position: absolute;
    right: 10%;
    width: 303px;
    top: 0;
    z-index: 0; }
  .post-type-archive-artists_series .content {
    background: url("../img/shapes2.png") 15% 15px no-repeat, #f7f7f7 url("../img/curls.svg") 85% center no-repeat;
    background-size: 218px 244px, 262px 182px; }
    .post-type-archive-artists_series .content .entry h1 {
      font-size: 64px;
      font-size: 4rem;
      margin-bottom: 55px; }
  .artists {
    background-size: 278px 228px; }
  .type-artists_series .entry .txt {
    margin: 20% 0 0;
    padding-right: 10%; }
  .type-artists_series .txtc {
    font-size: 18px;
    font-size: 1.125rem; }
  .type-artists_series:nth-child(even) .entry {
    float: left; }
    .type-artists_series:nth-child(even) .entry .txt {
      float: right;
      padding-right: 0;
      padding-left: 10%; }
  .type-artists_series:nth-child(even) .ft {
    float: right; } }

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