@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut .9s both ease;
}

.owl-fade-in {
  animation: fadeIn .9s both ease;
}

/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

html {
  font-size: 100%;
  overflow-y: scroll;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #fff;
  margin: 0;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a img {
  border: 0;
}

p {
  line-height: 1.5;
}

a {
  color: #aaa;
  text-decoration: none;
  background: transparent;
}

h1 {
  margin-top: 0;
}

.inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.inner.full-width {
  max-width: none;
}

.grid {
  display: block;
}

@media (min-width: 680px) {
  .grid {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.grid > * {
  position: relative;
  width: auto;
}

.grid .width-fill {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.grid .margin-left {
  margin-left: 20px;
}

.grid .margin-right {
  margin-right: 20px;
}

@media (min-width: 680px) {
  .grid .width-25 {
    width: 25%;
  }
}

@media (min-width: 680px) {
  .grid .width-33 {
    width: 33.33%;
  }
}

@media (min-width: 680px) {
  .grid .width-50 {
    width: 50%;
  }
}

@media (min-width: 680px) {
  .grid .width-66 {
    width: 66.66%;
  }
}

@media (min-width: 680px) {
  .grid .width-75 {
    width: 75%;
  }
}

.grid .width-100 {
  width: 100%;
}

.list-inline ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-inline li {
  display: inline-block;
}

.list-inline a {
  display: inline-block;
}

.list-stacked ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-stacked li {
  display: block;
}

.list-stacked a {
  display: inline-block;
}

.background-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.background-image .element-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.background-image .button {
  position: relative;
}

.image-fit .background-image {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}

@media (min-width: 680px) {
  .image-fit {
    position: relative;
    min-height: 480px;
  }
  .image-fit .background-image {
    padding: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.padded {
  padding: 20px;
}

@media (min-width: 420px) {
  .padded {
    padding: 20px 30px;
  }
}

.padded + .padded:not(.background-image) {
  padding-top: 0;
}

@media (min-width: 680px) {
  .padded, .padded + .padded:not(.background-image) {
    padding: 40px;
  }
}

.no-bottom-padding {
  padding-bottom: 0;
}

.no-top-padding {
  padding-top: 0;
}

.page-header {
  background: #000;
}

.page-header .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: static;
}

.page-header .header-logo {
  line-height: 0;
  z-index: 1;
}

.page-header .header-info {
  display: none;
  color: #fff;
  z-index: 1;
}

@media (min-width: 400px) {
  .page-header .header-info {
    display: inline-block;
  }
}

.header-menu-button {
  background: #000;
  height: 55px;
  width: 55px;
  transition: transform 0.25s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  z-index: 0;
}

.header-menu-button .menu-button {
  display: block;
  height: 55px;
  width: 55px;
  margin: 0;
  padding: 0;
  z-index: 1002;
  background: transparent;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}

.copyright {
  display: inline-block;
  margin: 2px;
}

.footer-nav {
  display: inline-block;
  margin: 2px;
}

.footer-nav ul.menu li a {
  vertical-align: baseline;
}

.footer-nav ul.menu li:after {
  content: '•';
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
}

.footer-nav ul.menu li:last-child:after {
  display: none;
}

section {
  position: relative;
}

.main-aside {
  display: none;
}

@media (min-width: 680px) {
  .main-aside {
    display: block;
  }
}

.nav-aside h3 {
  margin-top: 0;
}

.nav-aside li {
  margin: 10px 0;
}

.nav-aside a {
  color: #000;
  text-decoration: none;
}

.nav-aside ul ul {
  padding: 5px 0 0 20px;
}

.nav-aside ul ul li {
  margin: 5px 0;
}

ul.menu {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100;
}

ul.menu li {
  list-style: none;
  line-height: normal;
}

ul.menu a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.main-nav {
  display: none;
}

@media (min-width: 1024px) {
  .main-nav {
    display: block;
  }
}

.main-nav ul.menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-nav ul.menu > li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.main-nav li {
  padding: 12px 10px 13px;
  position: relative;
}

.main-nav a {
  color: #fff;
  padding: 5px;
  line-height: 20px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.main-nav li.current-menu-item > a, .main-nav li.current-menu-ancestor > a {
  color: #aaa;
}

.main-nav ul.sub-menu {
  background: #000;
  position: absolute;
  top: 80%;
  left: 0;
  padding: 5px 0 10px;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.main-nav ul.sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}

.main-nav ul.sub-menu a {
  font-size: 0.9em;
  padding: 6px 20px;
  display: block;
}

.main-nav > ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.hamburger-nav {
  width: 100%;
  max-width: 500px;
}

.hamburger-nav li {
  margin: 5px 20px;
}

.hamburger-nav a {
  color: #fff;
  font-size: 1.3em;
  padding: 5px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

@media (min-width: 500px) {
  .hamburger-nav a {
    font-size: 1.6em;
  }
}

.hamburger-nav ul ul {
  padding: 0 0 5px;
  display: none;
}

@media (min-width: 500px) {
  .hamburger-nav ul ul li {
    display: inline-block;
    margin: 2px 20px 0 0;
  }
}

.hamburger-nav ul ul a {
  font-size: 1em;
}

.hamburger-nav li.current-menu-item > a, .hamburger-nav li.current-menu-ancestor > a {
  color: #aaa;
}

.hamburger-nav li.current-menu-item > ul.sub-menu, .hamburger-nav li.current-menu-ancestor > ul.sub-menu {
  display: block;
}

.hamburger-nav li.menu-item-has-children .expand-arrow {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  backface-visibility: hidden;
}

.hamburger-nav li.menu-item-has-children .expand-arrow:before, .hamburger-nav li.menu-item-has-children .expand-arrow:after {
  content: ' ';
  background: #fff;
  position: absolute;
  right: 16px;
  top: 21px;
  height: 2px;
  width: 14px;
  display: block;
  backface-visibility: hidden;
}

.hamburger-nav li.menu-item-has-children .expand-arrow:after {
  transform: rotate(90deg);
  transition: 0.2s;
}

.hamburger-nav li.menu-item-has-children.expanded .expand-arrow:after {
  transform: rotate(0deg);
}

.fullscreen-menu {
  position: fixed;
  width: 100%;
  min-height: 85%;
  max-height: 100%;
  padding: 60px 10px 0;
  top: 0;
  left: 0;
  z-index: 1001;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  perspective: 1200px;
  overflow: auto;
}

.fullscreen-menu .hamburger-nav {
  padding: 30px 0;
}

.fullscreen-menu .hamburger-nav > ul {
  transform: translateY(-25%) rotateX(25deg);
  transition: transform 0.5s;
}

body:after {
  content: ' ';
  background: #000;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
}

.fullscreen-menu, body:after {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}

.fullscreen-menu-visible {
  overflow: hidden;
}

.fullscreen-menu-visible body:after {
  opacity: 1;
  visibility: visible;
}

.fullscreen-menu-visible .fullscreen-menu {
  opacity: 1;
  visibility: visible;
}

.fullscreen-menu-visible .fullscreen-menu .hamburger-nav > ul {
  transform: rotateX(0deg);
}

.fullscreen-menu-closing body:after {
  visibility: visible;
}

.fullscreen-menu-closing .fullscreen-menu {
  visibility: visible;
  transition: opacity 0.3s;
}

.fullscreen-menu-closing .fullscreen-menu .hamburger-nav > ul {
  transform: translateY(25%) rotateX(-25deg);
}

.fullscreen-menu-visible .fullscreen-menu .header-menu-button, .fullscreen-menu-closing .fullscreen-menu .header-menu-button {
  top: 0px;
  right: 0px;
  background: transparent;
  position: fixed;
  z-index: 101;
}

form, .post-content form {
  margin: 25px 0;
  clear: both;
}

form ul, form li, .post-content form ul, .post-content form li {
  margin: 0;
  padding: 0;
  list-style: none;
}

form li, .post-content form li {
  padding: 10px 0 0;
}

.button, input[type=submit], input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], textarea, select, .custom-select {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 100%;
  line-height: 20px;
  border-radius: 0;
  width: 100%;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.button, input[type=submit] {
  padding: 15px 35px;
  height: auto;
  width: auto;
  text-align: center;
  cursor: pointer;
  background: #000;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  margin: 10px 0;
}

.button:hover, input[type=submit]:hover {
  opacity: 0.8;
  color: #fff;
}

.button.button-light {
  background: #fff;
  color: #000;
}

.button.button-light:hover {
  opacity: 0.8;
  color: #000;
}

.button.button-dark {
  background: #000;
  color: #fff;
}

.button.button-dark:hover {
  opacity: 0.8;
  color: #fff;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'] {
  padding: 10px 12px;
  height: 42px;
}

textarea {
  padding: 10px 12px;
  height: 130px;
}

select {
  padding: 8px 35px 8px 12px;
  background: transparent;
  border: none;
  position: relative;
  height: 40px;
}

.custom-select {
  position: relative;
}

.custom-select:before {
  display: block;
  position: absolute;
  top: 14px;
  right: 15px;
  content: ' ';
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}

select::-ms-expand {
  display: none;
}

input[type='checkbox'], input[type='radio'] {
  position: absolute;
  opacity: 0;
  margin: 0;
  z-index: 1;
  height: 18px;
  width: 17px;
}

input[type='checkbox'] + .custom-checker, input[type='radio'] + .custom-checker {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: baseline;
  z-index: 0;
}

input[type='checkbox'] + .custom-checker:before, input[type='radio'] + .custom-checker:before {
  content: '';
  background: #fff;
  display: block;
  border: 1px solid #000;
  height: 15px;
  width: 15px;
  left: 0;
  position: absolute;
  top: 0px;
}

input[type='checkbox'] + .custom-checker:after, input[type='radio'] + .custom-checker:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 5px;
  height: 8px;
  z-index: 1;
  opacity: 0;
}

input[type='checkbox']:checked + .custom-checker:after, input[type='radio']:checked + .custom-checker:after {
  opacity: 1;
}

input[type='radio'] + .custom-checker:before {
  border-radius: 50%;
}

input[type='radio'] + .custom-checker:after {
  border-radius: 50px;
  border: 1px solid #000;
  background: #000;
  width: 5px;
  height: 5px;
  top: 5px;
  left: 5px;
}

.gform_wrapper {
  max-width: 460px;
}

.gform_wrapper .gform_body {
  margin: 0 0 20px;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper .gfield_description {
  margin: 5px 0 0;
  font-size: 0.8rem;
}

.gform_wrapper .field_description_above label + .gfield_description {
  margin: -3px 0 5px;
}

.gform_wrapper .validation_message {
  display: block;
  padding: 5px 0 0;
  line-height: normal;
  color: red;
  margin: 0;
}

.gform_wrapper .gfield_required {
  color: red;
}

.gform_wrapper .validation_error {
  margin: 10px 0;
  line-height: 1.5;
  color: red;
}

.gform_wrapper .gform_ajax_spinner {
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gfield_label {
  padding: 0 0 3px 0;
  display: block;
}

.gform_wrapper .gfield_radio li, .gform_wrapper .gfield_checkbox li {
  padding: 4px 0;
  position: relative;
}

.gform_wrapper .gfield_radio .custom-checker, .gform_wrapper .gfield_checkbox .custom-checker {
  position: absolute;
  left: 0;
  top: 5px;
}

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label {
  padding-left: 25px;
  display: block;
  line-height: 1.3rem;
}

.gform_wrapper .gform_footer {
  clear: both;
}

.gform_confirmation_message {
  margin: 30px 0;
}

.post-content:after {
  content: " ";
  display: block;
  clear: both;
}

.post-content iframe {
  clear: both;
  max-width: 100%;
  margin: 20px 0 20px;
}

.post-content hr {
  border: none;
  border-top: 1px solid #aaa;
  clear: both;
  display: block;
  height: 1px;
  margin: 30px 0 30px;
  padding: 0;
}

.post-content blockquote {
  font-style: italic;
  color: #aaa;
  margin: 30px;
  padding: 0;
}

.post-content .intro-text {
  font-size: 1.2rem;
}

.post-content .alignright {
  clear: right;
  float: right;
  margin: 5px 0px 20px 30px;
  max-width: 100%;
}

.post-content .alignleft {
  clear: left;
  float: left;
  margin: 5px 30px 20px 0px;
  max-width: 100%;
}

.post-content .aligncenter {
  margin: 5px auto 0px;
  max-width: 100%;
  display: block;
}

.post-content .alignnone {
  margin: 5px 0 0px;
  max-width: 100%;
}

.post-content .wp-caption-text {
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 3px;
}

.post-content table {
  width: 100%;
  font-size: 0.8rem;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  margin: 30px 0;
}

.post-content table td, .post-content table th {
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 10px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.post-content table th {
  font-weight: bold;
}

.social-links a {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin: 4px 2px;
  background: #000 no-repeat center;
  background-size: 55% auto;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  border-radius: 50%;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
}

@media (min-width: 680px) {
  .social-links a {
    width: 50px;
    height: 50px;
    margin: 0 10px;
  }
}

.icon {
  display: inline-block;
}

.icon.hamburger {
  background: #fff;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.15s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  backface-visibility: hidden;
}

.icon.hamburger:before, .icon.hamburger:after {
  content: '';
  background: #fff;
  display: inline-block;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.15s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.icon.hamburger:before {
  transform: translate(0, -10px);
}

.icon.hamburger:after {
  transform: translate(0, 10px);
}

.fullscreen-menu-visible .icon.hamburger {
  background: transparent;
}

.fullscreen-menu-visible .icon.hamburger:before {
  transform: rotate(-45deg);
}

.fullscreen-menu-visible .icon.hamburger:after {
  transform: rotate(45deg);
}

a.facebook {
  background-image: url("../img/icon_facebook.svg");
}

a.twitter {
  background-image: url("../img/icon_twitter.svg");
}

a.instagram {
  background-image: url("../img/icon_instagram.svg");
}

a.linkedin {
  background-image: url("../img/icon_linkedin.svg");
}

a.pinterest {
  background-image: url("../img/icon_pinterest.svg");
}

a.google {
  background-image: url("../img/icon_google.svg");
}

a.email {
  background-image: url("../img/icon_email.svg");
}

a.youtube {
  background-image: url("../img/icon_youtube.svg");
}

.gallery {
  margin: 30px 0;
}

.gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 50%;
}

@media (min-width: 420px) {
  .gallery .gallery-item {
    width: 33.33%;
  }
}

.gallery .gallery-item img {
  width: 100%;
}

.gallery .gallery-item .gallery-caption {
  display: none;
}

.gallery .gallery-item a {
  display: block;
  font-size: 0;
  position: relative;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.gallery .gallery-item a:hover {
  opacity: 0.9;
}

@media (min-width: 680px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery br {
  display: none;
}

.breadcrumbs {
  font-size: 0.9rem;
  color: #aaa;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-hero .inner {
  height: 100%;
}

.section-hero .hero-wrapper {
  height: 420px;
}

@media (min-width: 680px) {
  .section-hero .hero-wrapper {
    height: 650px;
  }
}

.section-hero.hero-small .hero-wrapper {
  height: 120px;
}

@media (min-width: 680px) {
  .section-hero.hero-small .hero-wrapper {
    height: 200px;
  }
}

.section-backtotop {
  background: #000;
}

.section-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.section-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.section-filter {
  background: #000;
}

.section-filter form {
  margin: 0;
}

.search-filter {
  margin-bottom: 10px;
}

.search-filter input[type="submit"] {
  background: transparent url("../img/icon-search.svg") no-repeat center center;
  background-size: 15px auto;
  width: 35px;
  height: 100%;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
}

.search-filter input[type="text"] {
  padding-right: 35px;
}

.category-filter, .search-filter {
  position: relative;
  text-align: left;
}

@media (min-width: 680px) {
  .category-filter, .search-filter {
    width: 250px;
    margin: 0 10px 0 0;
    display: inline-block;
  }
}

.section-pagination .paging {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.section-pagination .page-numbers, .section-pagination .single-paging a {
  line-height: 20px;
  padding: 12px;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  margin: 0 2px;
  transition: 0.2s;
  display: none;
}

@media (min-width: 768px) {
  .section-pagination .page-numbers, .section-pagination .single-paging a {
    display: inline-block;
  }
  .section-pagination .page-numbers.prev, .section-pagination .page-numbers.next, .section-pagination .single-paging a.prev, .section-pagination .single-paging a.next {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-pagination .page-numbers.next, .section-pagination .single-paging a.next {
    left: auto;
    right: 0;
  }
}

.section-pagination .page-numbers:hover, .section-pagination .single-paging a:hover {
  opacity: 0.8;
}

.section-pagination .page-numbers.current, .section-pagination .single-paging a.current {
  background: #aaa;
  opacity: 1;
}

.section-pagination .page-numbers.dots, .section-pagination .single-paging a.dots {
  background: #aaa;
  border: none;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.section-pagination .page-numbers.prev, .section-pagination .page-numbers.next,
.section-pagination .single-paging.prev a, .section-pagination .single-paging.next a {
  margin: 0;
  width: auto;
  padding: 12px 35px;
  display: inline-block;
}

.section-pagination .page-numbers.prev, .section-pagination .page-numbers.next, .section-pagination .single-paging.prev, .section-pagination .single-paging.next {
  float: left;
}

.section-pagination .page-numbers.next, .section-pagination .single-paging.next {
  float: right;
}

.section-map #contact-map {
  cursor: pointer;
  height: 300px;
}

@media (min-width: 680px) {
  .section-map #contact-map {
    height: 400px;
  }
}

html {
  font-size: 100%;
}

body {
  font-family: "Simplo W00", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

p {
  margin: 1em 0;
  font-weight: 200;
  font-size: 1em;
  line-height: 1.563em;
}

ul, ol {
  line-height: 1.563em;
}

a {
  color: #d0902a;
}

p a {
  font-weight: bold;
}

p a:hover {
  color: #161616;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
  margin: 1em 0 0.5em;
}

h1 {
  font-family: "Malandrino-Bold", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  font-size: 3.815em;
  line-height: 1em;
  margin-top: auto;
}

@media (min-width: 680px) {
  h1 {
    font-size: 3.815em;
    line-height: 1em;
  }
}

h2 {
  font-family: "Malandrino-Bold", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  font-size: 2.441em;
  margin-top: 1em;
}

@media (min-width: 680px) {
  h2 {
    font-size: 2.441em;
  }
}

h3 {
  font-family: "Malandrino-Bold", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  font-size: 1.953em;
  margin-top: 1.25em;
}

@media (min-width: 680px) {
  h3 {
    font-size: 1.953em;
  }
}

h4 {
  font-size: 1.563em;
  font-weight: 300;
  margin-top: 1.563em;
}

@media (min-width: 680px) {
  h4 {
    font-size: 1.563em;
  }
}

h5 {
  font-size: 1.25em;
  font-weight: 400;
  margin-top: 2.441em;
}

@media (min-width: 680px) {
  h5 {
    font-size: 1.25em;
  }
}

h6 {
  font-size: 1em;
  font-weight: 400;
  margin-top: 3.052em;
}

@media (min-width: 680px) {
  h6 {
    font-size: 1em;
  }
}

.post-content .intro-text {
  font-size: 1.25em;
  margin-right: 12px;
}

body {
  padding-top: 65px;
}

@media (min-width: 680px) {
  body {
    padding-top: 95px;
  }
}

.page-header {
  background: #161616;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: 0.1s;
}

.page-header.scrolled {
  box-shadow: 0px 5px 25px -10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 680px) {
  .page-header {
    padding: 10px 0;
  }
}

.page-header .header-logo {
  padding: 10px;
}

.page-header .header-info {
  color: #fff;
  font-family: "Malandrino-Bold", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 0.9em;
  text-transform: lowercase;
  padding: 2px 0 0 0;
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 1024px) {
  .page-header .header-info {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 16px 0;
  }
}

.main-nav {
  -ms-flex: 2 0 auto;
  flex: 2 0 auto;
}

.main-nav li {
  padding: 16px 10px 13px;
}

.main-nav a {
  color: #d0902a;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 300;
}

.main-nav a:hover {
  opacity: 0.8;
}

.main-nav li.current-menu-item > a, .main-nav li.current-menu-ancestor > a {
  color: #fff;
}

.main-nav ul.sub-menu {
  background: #161616;
  padding: 10px 0 10px;
  width: 200px;
}

.main-nav ul.sub-menu a {
  font-size: 0.8em;
  color: #d0902a;
}

.main-nav ul.sub-menu a:hover {
  opacity: 0.8;
}

.main-nav ul.menu {
  -ms-flex-pack: center;
  justify-content: center;
}

.hamburger-nav {
  font-family: "Malandrino-Bold", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
}

.hamburger-nav a {
  color: #d0902a;
}

.hamburger-nav a:hover {
  opacity: 0.8;
}

.hamburger-nav ul ul {
  font-family: "Simplo W00", Helvetica, Arial, sans-serif;
}

.hamburger-nav li.current-menu-item > a, .hamburger-nav li.current-menu-ancestor > a {
  color: #fff;
}

.hamburger-nav li.menu-item-has-children .expand-arrow:before, .hamburger-nav li.menu-item-has-children .expand-arrow:after {
  background: #fff;
}

body:after {
  background: #161616;
}

.header-menu-button {
  background: #000000;
  margin: 0 10px 0 0;
}

.fullscreen-menu-visible .fullscreen-menu .header-menu-button, .fullscreen-menu-closing .fullscreen-menu .header-menu-button {
  top: 8px;
}

@media (min-width: 680px) {
  .fullscreen-menu-visible .fullscreen-menu .header-menu-button, .fullscreen-menu-closing .fullscreen-menu .header-menu-button {
    top: 18px;
  }
}

.icon.hamburger {
  background: #d0902a;
  height: 2px;
  width: 25px;
}

.icon.hamburger:before, .icon.hamburger:after {
  background: #d0902a;
  height: 2px;
  width: 25px;
}

.button, input[type=submit] {
  padding: 24px 24px;
  background: #fff;
  color: #d0902a;
  font-size: 0.8em;
  font-weight: 200;
  text-transform: uppercase;
  border: 1px solid #d0902a;
  border-radius: 0px;
  margin: 10px 0;
}

.button:hover, input[type=submit]:hover {
  color: #161616;
  border: 1px solid #161616;
}

.search-filter {
  margin-bottom: 10px;
}

.search-filter input[type="submit"] {
  background: transparent url("../img/icon-search.svg") no-repeat center center;
  border: 1px solid #161616;
  background-size: 15px auto;
  width: 35px;
  height: 100%;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
}

.search-filter input[type="submit"]:hover {
  background: transparent url("../img/icon_search_gold.svg") no-repeat center center;
  background-size: 15px auto;
  color: #d0902a;
  border: 1px solid #d0902a;
}

.button.button-light {
  background: #fff;
  color: #d0902a;
}

.button.button-light:hover {
  color: #161616;
  border: 1px solid #161616;
}

.button.button-dark {
  background: #161616;
  border: 1px solid #d0902a;
  color: #d0902a;
}

.button.button-dark:hover {
  border: 1px solid #fff;
  color: #fff;
}

.post-content blockquote {
  font-weight: 100;
  font-size: 1.25em;
}

#sitebystarfish {
  background-image: url("../img/site_by_gray.svg");
  width: 83px;
  height: 24px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 65px;
  text-align: center;
  overflow: hidden;
  text-indent: -9999em;
}

@media (min-width: 680px) {
  .section-hero .hero-wrapper {
    height: 600px;
  }
}

.section-twocolumn-content,
.section-filter {
  background: #fff;
  color: #161616;
}

.section-video,
.section-imageleft-fit,
.section-imageright-fit,
.section-twocolumn-bg,
.section-threecolumn-bg,
.section-fourcolumn-bg {
  background: #fff;
}

.section-fourcolumn-bg-wide,
.section-threecolumn-bg-wide,
.section-twocolumn-bg-wide {
  background: #161616;
  color: #fff;
  font-family: "Malandrino-Bold", Helvetica, Arial, sans-serif;
}

.section-fourcolumn-bg-wide .button,
.section-threecolumn-bg-wide .button,
.section-twocolumn-bg-wide .button {
  background: #161616;
  color: #fff;
  border: 1px solid #fff;
}

.section-fourcolumn-bg-wide .button:hover,
.section-threecolumn-bg-wide .button:hover,
.section-twocolumn-bg-wide .button:hover {
  opacity: 1;
  color: #d0902a;
  border: 1px solid #d0902a;
}

.section-fourcolumn-bg-wide .background-image,
.section-threecolumn-bg-wide .background-image,
.section-twocolumn-bg-wide .background-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-fourcolumn-bg-wide .background-image h3,
.section-threecolumn-bg-wide .background-image h3,
.section-twocolumn-bg-wide .background-image h3 {
  margin-top: 0.5em;
}

.section-fourcolumn-bg-wide .background-image p,
.section-threecolumn-bg-wide .background-image p,
.section-twocolumn-bg-wide .background-image p {
  margin: 0 0 1em;
}

.section-fourcolumn-bg-wide .background-image *,
.section-threecolumn-bg-wide .background-image *,
.section-twocolumn-bg-wide .background-image * {
  z-index: 2;
  position: relative;
}

.section-fourcolumn-bg-wide .background-image .element-link,
.section-threecolumn-bg-wide .background-image .element-link,
.section-twocolumn-bg-wide .background-image .element-link {
  position: absolute;
  z-index: 3;
}

.section-fourcolumn-bg-wide .background-image:before,
.section-threecolumn-bg-wide .background-image:before,
.section-twocolumn-bg-wide .background-image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #161616;
  z-index: 1;
  opacity: 0.2;
  transition: 0.2s;
}

.section-fourcolumn-bg-wide .background-image:hover:before,
.section-threecolumn-bg-wide .background-image:hover:before,
.section-twocolumn-bg-wide .background-image:hover:before {
  opacity: 0.1;
}

@media (min-width: 960px) {
  .section-fourcolumn-bg .background-image,
  .section-fourcolumn-bg-wide .background-image {
    min-height: calc((100vw - 18px) / 4);
  }
  .section-threecolumn-bg .background-image,
  .section-threecolumn-bg-wide .background-image {
    min-height: calc((100vw - 18px) / 3);
  }
  .section-twocolumn-bg .background-image,
  .section-twocolumn-bg-wide .background-image {
    min-height: calc((100vw - 18px) / 2);
  }
}

.section-imageleft,
.section-imageright,
.section-twocolumn,
.section-threecolumn,
.section-fourcolumn {
  background: #fff;
}

.section-social {
  background: #161616;
}

.social-links a {
  background-color: #d0902a;
}

.social-links a:hover {
  background-color: #a86d00;
}

.section-filter {
  background: #f6f6f6;
}

.section-pagination .page-numbers, .section-pagination .single-paging a {
  background: #fff;
  color: #d0902a;
  font-size: 0.8em;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #d0902a;
  border-radius: 0px;
}

.section-pagination .page-numbers:hover, .section-pagination .single-paging a:hover {
  background: #fff;
  border: 1px solid #161616;
  color: #161616;
  opacity: 1;
}

.section-pagination .page-numbers.current, .section-pagination .single-paging a.current {
  background: #fff;
  border: 1px solid #161616;
  color: #161616;
  opacity: 1;
}

.section-footer,
.section-backtotop {
  background: #161616;
  color: #fff;
}

.section-footer a.button,
.section-backtotop a.button {
  background: #161616;
}

.section-footer a.button:hover,
.section-backtotop a.button:hover {
  border: 1px solid #fff;
  color: #fff;
}

.section-footer {
  font-weight: 300;
  font-size: 0.8em;
}

.section-onecolumn {
  padding-top: 1em;
  background: #161616;
}

.section-onecolumn p {
  color: #fff;
}

.section-onecolumn h1 {
  color: #d0902a;
}

.section-onecolumn a.button {
  background: #161616;
}

.section-onecolumn a.button:hover {
  border: 1px solid #fff;
  color: #fff;
}

.instagram-feed {
  background: #161616;
}

.instagram-feed h2 {
  text-align: center;
  color: #d0902a;
}

.null-instagram-feed:after {
  content: " ";
  display: block;
  clear: both;
}

.null-instagram-feed ul, .null-instagram-feed li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.null-instagram-feed img {
  vertical-align: top;
}

.null-instagram-feed a {
  transition: 0.2s;
}

.null-instagram-feed li {
  float: left;
  width: 50%;
}

@media (min-width: 420px) {
  .null-instagram-feed li {
    width: 25%;
  }
}

@media (min-width: 680px) {
  .null-instagram-feed li {
    width: 20%;
  }
}

/*# sourceMappingURL=../maps/main.css.map */
