

.button {
  border: 0 none;
  color: #fff;
  display: inline-block;
  font: inherit;
  min-width: inherit;
  overflow: visible;
  padding: 0.25em 0.5em;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: 100ms background;
  transition: 100ms background;
  /*border-radius: 7px;*/
  font-size: 95%;
}

.button:hover {
  cursor: pointer;
}


@media (min-width: 400px) {
  .button {
    padding: 0.65em 1em;
    /*border-radius: 10px;*/
    font-size: 100%;
  }
}
/* Gallery */
.image a {
  border-bottom: none;
  text-decoration: none;
}

.image a {
  background-color: rgba(0,183,159,0);
  display: block;
  position: relative;
}

.image a:hover {
  background-color: rgba(0,183,159,1);
}

.image a:hover img.image-embed-item {
  opacity: .6;
  -webkit-transition: .125s opacity ease;
  -o-transition: .125s opacity ease;
  transition: .125s opacity ease;
}

.image a:after {
  content: '\f0c1';
  font-size: 1.25rem;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  color: rgba(255,255,255,.4);
  font-weight: 300;
  -webkit-transition: .125s all ease;
  -o-transition: .125s all ease;
  transition: .125s all ease;
  bottom: .5rem;
  left: .5rem;

  background-color: rgba(0,183,159,.25);
  padding: 0.5rem;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.image a:hover:after {
  color: rgba(255,255,255,1);
  background-color: rgba(0,183,159,1);
}


/*Lazy Load*/
.image {
  position: relative;
}

.lazy-load-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.lazy-load-image {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.lazy-load-image--over {
  position: absolute;
  left:0;
  top: 3px;
}

.hidden--important {
  display:none !important;
}

@media (max-width: 600px) {
  /* Container */
  .page--no-header-teaser .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* Instagram Layout */
  .frame-type-textmedia.frame-layout-instagram {
    margin: 0 -1rem;
  }
  .frame-type-textmedia.frame-layout-instagram .ce-gallery .ce-row {
    margin-left: -2px;
  }

  .frame-type-textmedia.frame-layout-instagram .ce-gallery .ce-column {
    padding-left: 2px;
    margin-bottom: 2px;
    box-sizing: border-box;
  }

  .frame-type-textmedia.frame-layout-instagram .ce-gallery .ce-row:last-child .ce-column:last-child {
    margin-bottom: 2px;
  }

  .frame-type-textmedia.frame-layout-instagram .ce-gallery[data-ce-columns="3"] .ce-row, .ce-gallery[data-ce-columns="2"] .ce-row, .ce-nowrap .ce-gallery[data-ce-columns="1"] .ce-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .frame-type-textmedia.frame-layout-instagram  .image a:after{
    bottom: 0;
    left: 0;
    transform: scale(.75);
  }

  .page--standard-no-header .main-content .section {
    padding:1.5rem 0 0 0;
  }
  .page--standard-no-header .logo, .logo__image {
    width: 50px;
  }
}
