@charset "UTF-8";
/*
Theme Name: Rost Air Custom
Theme URI: http://localhost
Description: Custom template for Røst Air
Author: Robert Pentha
Author URI: http://www.ptplondon.com
*/
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

@font-face {
  font-family: 'superfont';
  src: url("fonts/05d0872c73920fc4541caa9c7950f686.eot");
  src: url("fonts/05d0872c73920fc4541caa9c7950f686.eot?#iefix") format("embedded-opentype"), url("fonts/005d0872c73920fc4541caa9c7950f686.woff2") format("woff2"), url("fonts/05d0872c73920fc4541caa9c7950f686.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Metric-Regular';
  src: url("fonts/MetricWeb-Regular.eot");
  src: url("fonts/MetricWeb-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/MetricWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

#mainmenu, h1, h2, h3 {
  font-family: 'superfont';
}

a {
  color: black;
}

body {
  font-size: 18px;
  line-height: 26px;
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FEF9F4;
  font-family: 'Metric-Regular';
  background-image: url(images/bg_blue.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.page-id-274 {
  background-image: url(images/bg_blue1.png);
}

.page-id-282 {
  background-image: url(images/bg_sunset.png);
}

.post-type-archive {
  background-image: url(images/bg_green.png);
}

/* Nav things */
#mainheader {
  width: 100%;
  position: relative;
  text-align: center;
  font-weight: 300;
  margin-top: 30px;
  letter-spacing: 0.1em;
}

#mainheader a {
  text-decoration: none;
  font-size: 32px;
}

#mainmenu {
  width: calc(100% - 40px);
  position: relative;
  margin-top: 30px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 10px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 20px;
}

#mainmenu li {
  list-style: none;
  text-align: center;
}

#mainmenu li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

#mainmenu li a {
  text-decoration: none;
  font-size: 19px;
}

section {
  /* display: inline-block; */
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}

.portfolio {
  max-width: 1200px;
  position: relative;
  margin: 20px auto;
}

.splitter {
  width: 100%;
  overflow: hidden;
  height: 40px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  padding-top: 10px;
  position: relative;
}

.headersplitter {
  width: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28% 80px 1fr 1fr;
  grid-template-columns: 28% 80px 1fr 1fr;
}

.bigclicker {
  position: absolute;
  width: 100%;
  height: 40px;
  cursor: pointer;
  top: 0;
  left: 0;
}

.bigcontent {
  width: 100%;
  padding: 30px 0 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  grid-gap: 40px;
}

.bigright li {
  list-style: none;
  margin-bottom: 10px;
}

.bigright {
  text-align: right;
  padding-top: 40px;
}

.bigright img {
  max-width: 250px;
}

.singlepage {
  max-width: 800px;
  width: 100%;
  margin: 80px auto;
  position: relative;
}

.singlepage h1, .singlepage h2 {
  margin-bottom: 20px;
}

.singlepage p {
  margin-bottom: 20px;
}

.singlepage h2 {
  margin-top: 40px;
}

.singlepage img {
  width: 100%;
  height: auto;
}

.singlepage ol {
  padding: 0 12px;
}

.homepageholder {
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
  position: relative;
  height: calc(100vh - 125px);
}

.homeslider {
  width: calc(100% - 40px);
  height: calc(100vh - 125px);
  position: relative;
  margin: 0 auto;
}

.carousel-cell {
  width: 100%;
  height: calc(100vh - 125px);
  position: relative;
}

.carousel-cell img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homeslider {
  width: calc(100% - 40px);
  height: 80vh;
  position: relative;
  margin: 0 auto;
}

.backgroundani {
  position: fixed;
  width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
  z-index: -1;
  /*clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);*/
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(59%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0.752539)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 59%, rgba(255, 255, 255, 0.752539) 90%, rgba(255, 255, 255, 0) 100%);
}

.backgroundholder {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
/*# sourceMappingURL=style.css.map */