@charset "UTF-8";
html {
  overflow-y: scroll;
}

body {
  font-family: "mr-eaves-sans", sans-serif;
  font-size: 21px;
  line-height: normal;
  font-weight: 300;
  color: #FEFBF5;
  background: #3C705B;
  margin: 0;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

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

a img {
  border: 0;
}

.error404 .post-content {
  padding: 160px 0;
}

p {
  line-height: 1.33em;
  margin: 0.8em 0;
}

a {
  color: #E7D1A7;
  font-weight: 400;
  text-decoration: none;
  background: transparent;
}

p a {
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

p a:hover {
  color: #f7562c;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "mr-eaves-sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 0.9em;
  margin: 32px 0 15px;
}

h1 {
  margin-top: 0;
  font-size: 40px;
  font-size: 9vw;
  color: #E7D1A7;
}

@media (max-width: 355.55556px) {
  h1 {
    font-size: 32px;
  }
}

@media (min-width: 1555.55556px) {
  h1 {
    font-size: 140px;
  }
}

h2 {
  font-size: 30px;
  font-size: 9vw;
}

@media (max-width: 311.11111px) {
  h2 {
    font-size: 28px;
  }
}

@media (min-width: 377.77778px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 30px;
  font-size: 9vw;
}

@media (max-width: 288.88889px) {
  h3 {
    font-size: 26px;
  }
}

@media (min-width: 322.22222px) {
  h3 {
    font-size: 29px;
  }
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 22px;
}

.wrapper, .wrapper-small, .wrapper-medium, .wrapper-large {
  max-width: 1310px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  box-sizing: content-box;
}

@media (min-width: 480px) {
  .wrapper, .wrapper-small, .wrapper-medium, .wrapper-large {
    padding: 0 45px;
  }
}

.wrapper-small {
  max-width: 740px;
}

.wrapper-medium {
  max-width: 890px;
}

.wrapper-large {
  max-width: 1090px;
}

.clear {
  clear: both;
}

.mobile-only {
  display: block;
}

@media (min-width: 900px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}

@media (min-width: 900px) {
  .desktop-only {
    display: block;
  }
}

header.page-header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.01) 6%, rgba(0, 0, 0, 0.41) 98%);
  padding: 18px 0 15px;
  z-index: 1000;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 95px;
}

header.page-header .wrapper, header.page-header .wrapper-small, header.page-header .wrapper-medium, header.page-header .wrapper-large {
  max-width: none;
}

header.page-header #logo {
  display: inline-block;
  width: 110px;
  max-width: 80%;
  vertical-align: middle;
  position: fixed;
  z-index: 10;
  top: 20px;
  left: 20px;
}

@media (min-width: 900px) {
  header.page-header #logo {
    left: 45px;
    width: 150px;
  }
}

footer {
  padding: 30px 0;
  font-family: #FEFBF5;
  font-size: 19px;
  color: #E1DDD7;
  text-align: left;
  background: #081000;
}

footer .wrap {
  display: inline-block;
  width: 60%;
}

@media (min-width: 900px) {
  footer .wrap {
    width: 80%;
  }
}

footer .footer-note {
  padding-bottom: 10px;
}

@media (min-width: 900px) {
  footer .footer-note {
    padding-bottom: 0;
    display: inline-block;
    padding-right: 13px;
  }
}

#sitebystarfish {
  position: relative;
  background: url("../img/site_by_neg.svg") no-repeat center;
  width: 83px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-align: left;
  float: right;
  overflow: hidden;
  text-indent: -9999em;
  transition: 0.2s;
  /* preload hover image */
}

#sitebystarfish:hover, #sitebystarfish:after {
  background-image: url("../img/site_by_gray.svg");
}

#sitebystarfish:after {
  content: '';
  opacity: 0;
}

@media (min-width: 900px) {
  #footer-nav {
    display: inline-block;
  }
}

#footer-nav ul.menu li {
  display: block;
}

@media (min-width: 730px) {
  #footer-nav ul.menu li {
    display: inline-block;
  }
}

#footer-nav ul.menu a {
  display: inline-block;
  padding: 0px 18px 5px 0;
  color: #FEFBF5;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  font-size: 18px;
  font-weight: 300;
}

#footer-nav ul.menu a:hover {
  color: #E7D1A7;
}

main {
  padding: 0px 0 0;
}

@media (min-width: 730px) {
  #main-column {
    width: 67%;
    float: right;
  }
}

#content {
  min-height: 400px;
  padding: 40px 0;
  background-image: none;
}

#content:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 900px) {
  #content {
    padding: 60px 0;
    background: url("../img/croc.svg") no-repeat -105px -113px;
  }
}

@media (min-width: 1270px) {
  #content {
    min-height: 600px;
  }
}

#content .wrapper-small {
  max-width: 710px;
}

article {
  margin: 30px 0;
}

#sidebar {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 80px;
  padding: 25px 50px 50px;
  width: 220px;
  background: #336551;
  border-radius: 20px 0 0 20px;
  z-index: 10;
}

#sidebar.sticky {
  position: fixed;
  top: 130px;
}

@media (min-width: 1270px) {
  #sidebar {
    display: block;
    width: 270px;
  }
}

#sidebar h3 {
  margin-bottom: 18px;
  font-size: 26px;
}

#sidebar h3 a {
  font-weight: 300;
}

#sidebar ul, #sidebar li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar li a {
  display: block;
  font-family: "mr-eaves-sans", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1.1em;
  padding-bottom: 10px;
}

#sidebar li li {
  margin: 14px 0;
}

#sidebar li li a {
  font-family: "mr-eaves-sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}

#sidebar li.current-menu-item > a,
#sidebar li.current-cat > a {
  color: #FEFBF5;
}

#sidebar ul ul ul {
  margin-left: 25px;
}

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

nav ul.sub-menu {
  display: none;
}

#main-nav {
  z-index: 10;
  padding: 5px 0;
  display: none;
}

@media (min-width: 1270px) {
  #main-nav {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    text-align: center;
    z-index: 7;
  }
}

#main-nav ul.menu li {
  display: inline-block;
  position: relative;
}

#main-nav ul.menu a {
  display: inline-block;
  font-size: 20px;
  font-family: "mr-eaves-sans", sans-serif;
  color: #FEFBF5;
  line-height: 20px;
  font-weight: 400;
  transition-duration: 0.1s;
  padding: 15px 13px;
}

#main-nav ul.menu li:hover > a {
  color: #E7D1A7;
}

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

#main-nav ul.sub-menu {
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 215px;
  background: #336551;
  padding: 15px 20px 25px;
  z-index: 10;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  border-radius: 20px;
}

#main-nav ul.sub-menu a {
  display: block;
  padding: 5px 0;
}

#main-nav ul.sub-menu li {
  display: block;
}

#main-nav ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 48px;
}

.hamburger {
  position: fixed;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  top: 30px;
  right: 20px;
  width: 33px;
  height: 25px;
  z-index: 1001;
}

@media (min-width: 900px) {
  .hamburger {
    top: 25px;
    right: 45px;
  }
}

.hamburger .navicon {
  background: url("../img/hamburger.svg") no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}

.hamburger-menu-visible .hamburger .navicon {
  background: url("../img/hamburger-active.svg") no-repeat center;
}

#hamburger-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(74, 36, 19, 0.95);
  z-index: 1000;
  padding: 20px 0;
}

#hamburger-menu .wrapper, #hamburger-menu .wrapper-small, #hamburger-menu .wrapper-medium, #hamburger-menu .wrapper-large {
  margin-right: 13px;
}

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

.hamburger-menu-visible #hamburger-menu {
  opacity: 1;
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

#hamburger-nav ul.menu {
  padding: 100px 0 0;
}

#hamburger-nav ul.menu li {
  display: block;
  margin: 12px 0;
  padding-right: 30px;
  position: relative;
  text-align: right;
}

#hamburger-nav ul.menu a {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 0;
  color: #fff;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  font-size: 24px;
  font-weight: 400;
}

#hamburger-nav ul.menu a:hover {
  color: #f7562c;
}

#hamburger-nav ul.menu li.current-menu-item > a {
  color: #f7562c;
}

#hamburger-nav ul.menu ul.sub-menu {
  padding: 8px 0;
  display: none;
}

#hamburger-nav ul.menu ul.sub-menu li {
  padding: 0;
  margin: 4px 0;
}

#hamburger-nav ul.menu ul.sub-menu a {
  font-size: 18px;
}

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

#hamburger-nav ul.menu > li.menu-item-has-children > .expand-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 15px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
}

#hamburger-nav ul.menu > li.menu-item-has-children > .expand-arrow:before, #hamburger-nav ul.menu > li.menu-item-has-children > .expand-arrow:after {
  content: ' ';
  background: #f7562c;
  position: absolute;
  left: 0;
  top: 7px;
  height: 3px;
  width: 15px;
  display: block;
  backface-visibility: hidden;
}

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

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

form, .post-content form {
  margin: 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: 15px 0 0;
}

form label, .post-content form label {
  padding: 2px 0;
  display: block;
  color: #393939;
  font-size: 18px;
  font-weight: 400;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], input[type='search'], textarea, .button, input[type=submit], select, .custom-select {
  font-family: "mr-eaves-sans", sans-serif;
  display: inline-block;
  background: #fff;
  border: 2px solid #3C705B;
  color: #393939;
  font-size: 18px;
  line-height: 20px;
  border-radius: 25px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

input[type='text']:focus, input[type='password']:focus, input[type='email']:focus, input[type='number']:focus, input[type='tel']:focus, input[type='search']:focus, textarea:focus, .button:focus, input[type=submit]:focus, select:focus, .custom-select:focus {
  border-color: #C64221;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], input[type='search'] {
  padding: 9px 18px;
  height: 46px;
  max-width: 350px;
}

textarea {
  padding: 15px;
  height: 130px;
}

.button, input[type=submit] {
  padding: 11px 30px;
  width: auto;
  text-align: center;
  cursor: pointer;
  background: #C64221;
  height: 42px;
  color: #fff;
  border: none;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 25px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.button:hover, .button:focus, input[type=submit]:hover, input[type=submit]:focus {
  background: #f7562c;
  color: #fff;
}

select {
  padding: 9px 35px 9px 10px;
  height: 38px;
  background: transparent;
  position: relative;
  max-width: 350px;
  height: 46px;
}

.custom-select {
  position: relative;
  border: none;
  max-width: 350px;
  height: 46px;
}

.custom-select:before {
  display: block;
  position: absolute;
  top: 18px;
  right: 25px;
  content: ' ';
  border: 2px solid #3C705B;
  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: 26px;
  width: 26px;
}

input[type='checkbox'] + .custom-checker, input[type='radio'] + .custom-checker {
  width: 26px;
  height: 26px;
  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: none;
  display: block;
  border: 2px solid #3C705B;
  height: 26px;
  width: 26px;
  left: 0;
  position: absolute;
  top: 0px;
  box-sizing: border-box;
}

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

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

input[type='checkbox']:focus + .custom-checker:before, input[type='radio']:focus + .custom-checker:before {
  border-color: #E7D1A7;
}

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

input[type='radio'] + .custom-checker:after {
  border-radius: 50%;
  border: 1px solid #3C705B;
  background: #3C705B;
  width: 10px;
  height: 10px;
  top: 8px;
  left: 8px;
  transform: none;
}

.gform_wrapper {
  max-width: 550px;
  margin: 60px 0 40px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
  border-radius: 20px;
}

@media (min-width: 900px) {
  .gform_wrapper {
    padding: 30px 50px 50px;
  }
}

.gform_wrapper h3 {
  color: #393939 !important;
  font-weight: 400;
}

.gform_wrapper .gform_description {
  line-height: 1.33em;
  margin: 0.8em 0;
  color: #393939;
}

.gform_wrapper .gform_body {
  margin: 10px 0 25px;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper .gfield_description {
  margin: 5px 0 0;
  font-size: 1rem;
  color: #393939;
}

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

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

.gform_wrapper .gfield_required {
  color: #eb0000;
}

.gform_wrapper .validation_error {
  margin: 10px 0;
  line-height: 1.33em;
  color: #eb0000;
}

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

.gform_wrapper .gfield_radio li, .gform_wrapper .gfield_checkbox li {
  padding: 6px 0 6px 34px;
  position: relative;
  margin: 0;
}

.gform_wrapper .gfield_radio .custom-checker, .gform_wrapper .gfield_radio input[type='radio'], .gform_wrapper .gfield_radio input[type='checkbox'], .gform_wrapper .gfield_radio input[type='radio'], .gform_wrapper .gfield_checkbox .custom-checker, .gform_wrapper .gfield_checkbox input[type='radio'], .gform_wrapper .gfield_checkbox input[type='checkbox'], .gform_wrapper .gfield_checkbox input[type='radio'] {
  position: absolute;
  left: 0;
  top: 5px;
}

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label {
  display: block;
  line-height: 1.3em;
  padding: 0;
}

.gform_wrapper .gform_footer {
  clear: both;
}

.gform_wrapper .gform_hidden {
  display: none;
}

.gform_wrapper .ginput_container_creditcard, .gform_wrapper .ginput_container_address {
  margin-top: -15px;
}

.gform_wrapper .ginput_container_creditcard label, .gform_wrapper .ginput_container_address label {
  display: block;
  margin: 15px 0 0;
}

.gform_wrapper .gfield_creditcard_warning_message,
.gform_wrapper .ginput_card_security_code_icon,
.gform_wrapper div.gform_card_icon {
  display: none;
}

.gform_wrapper .ginput_card_expiration_container:after {
  content: "";
  display: block;
  clear: both;
}

.gform_wrapper .ginput_card_expiration_container .custom-select {
  float: left;
  width: calc(50% - 8px);
}

.gform_wrapper .ginput_card_expiration_container .custom-select:last-child {
  float: right !important;
}

@media (min-width: 520px) {
  .gform_wrapper .ginput_cardinfo_left,
  .gform_wrapper .ginput_cardinfo_right {
    display: inline-block;
    width: calc(40% - 8px);
    vertical-align: top;
  }
  .gform_wrapper .ginput_cardinfo_left {
    margin-right: 16px;
    width: calc(60% - 8px);
  }
}

.gform_confirmation_message {
  margin: 40px 0;
}

.breadcrumbs {
  font-family: "mr-eaves-sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #FEFBF5;
  margin: 0 0 15px;
}

@media (min-width: 900px) {
  .breadcrumbs {
    font-size: 18px;
  }
}

.breadcrumbs a {
  color: #E7D1A7;
  font-weight: 300;
}

.extended {
  width: 124%;
  margin-left: -12%;
}

.gallery {
  margin: 40px 0 !important;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
}

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

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

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

.gallery .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery .gallery-item a:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  background: black;
  z-index: 1;
  opacity: 0;
}

.gallery .gallery-item a:hover:before {
  opacity: 0.3;
}

@media (min-width: 480px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 33.33333%;
  }
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery.gallery-columns-6 .gallery-item {
    width: 16.66666%;
  }
}

.gallery br {
  display: none;
}

.gallery .column {
  display: inline-block;
  vertical-align: top;
}

.gallery .column.size-1of2 {
  width: 50%;
}

.gallery .column.size-1of3 {
  width: 33.33333%;
}

.gallery .column.size-1of4 {
  width: 25%;
}

.gallery .column.size-1of5 {
  width: 20%;
}

.gallery .column.size-1of6 {
  width: 16.66666%;
}

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

.social-links {
  margin: 2em 0;
}

.social-links a {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  background: #E7D1A7 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;
  margin: 4px 2px;
}

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

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

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

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

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

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

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

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

.social-links a.vimeo {
  background-image: url("../img/icon_vimeo.svg");
}

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

#commentform label {
  display: block;
  padding-bottom: 2px;
}

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

#comments {
  border-top: 1px solid #FEFBF5;
  padding-top: 25px;
  margin-bottom: 25px;
}

#respond {
  border-top: 1px solid #FEFBF5;
  margin-top: 10px;
  padding-top: 5px;
}

.blog-meta {
  font-size: 19px;
  color: #767675;
  margin: -10px 0 10px;
}

.pagination {
  text-align: center;
  margin: 30px 0 20px;
  clear: both;
  position: relative;
  height: 33px;
}

.pagination .page-numbers {
  display: inline-block;
  line-height: 20px;
  padding: 6px;
  background: #E7D1A7;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  width: 33px;
  height: 33px;
  vertical-align: middle;
  margin: 0 2px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.pagination .page-numbers:hover {
  background: #f7562c;
}

.pagination .page-numbers.current {
  background: #f2f2f2;
  color: #FEFBF5;
}

.pagination .page-numbers.dots {
  background: #f2f2f2;
  border: none;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: auto;
  padding: 6px 12px;
}

.pagination .page-numbers.next {
  left: auto;
  right: 0;
}

.pagination .page-numbers a {
  color: #fff;
}

@media (max-width: 767px) {
  .pagination .page-numbers {
    display: none;
  }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    display: block;
  }
}

.single .pagination span.page-numbers.prev, .single .pagination span.page-numbers.next {
  padding: 0;
}

.single .pagination span.page-numbers.prev a, .single .pagination span.page-numbers.next a {
  padding: 6px 12px;
  display: block;
}

.share-button {
  display: inline-block;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.share-button .share-icon {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 2px;
  background: #E7D1A7;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
}

.share-button .share-icon:before {
  content: ' ';
  background: url(../img/icon_share.svg) center no-repeat;
  background-size: 60% auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.share-button:hover .share-icon {
  background: #f7562c;
}

.share-popup {
  background: #fff;
  width: 245px;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.share-popup h5 {
  color: #888;
  font-size: 1em;
  font-weight: normal;
  line-height: 20px;
  padding: 12px 15px 8px;
  margin: 0;
}

.share-popup .share-link {
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 12px;
  cursor: pointer;
  color: #E7D1A7;
  text-transform: lowercase;
  border-top: 1px solid #eaeaea;
  transition: 0.2s;
}

.share-popup .share-link:hover {
  background-color: #E7D1A7;
  border-top: 1px solid #E7D1A7;
  color: #fff;
}

.share-popup .share-link .fa {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

.share-popup .copytext {
  position: absolute;
  left: -9999px;
  top: 0;
}

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

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

.post-content .intro-text p {
  line-height: 1.2em;
  font-weight: 300;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: 300;
  color: #E7D1A7;
}

.post-content ul, .post-content ol {
  margin: 40px 0;
  padding: 0 0 0 2em;
}

.post-content li {
  margin: 5px 0;
  line-height: 1.33em;
}

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

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

.post-content blockquote {
  color: #FEFBF5;
  margin: 60px 20px;
  padding: 0 30px;
  position: relative;
  font-size: 1.6rem;
}

@media (min-width: 730px) {
  .post-content blockquote {
    margin: 60px 40px;
  }
}

.post-content blockquote:before, .post-content blockquote:after {
  content: '“';
  font-size: 122px;
  position: absolute;
  top: -30px;
  left: -25px;
}

.post-content blockquote:after {
  content: '”';
  right: -25px;
  bottom: -30px;
  left: auto;
  top: auto;
}

.post-content .quote-author {
  font-weight: 300;
  color: #FEFBF5;
  font-size: 1.1rem;
}

.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: 40px auto 40px;
  max-width: 100%;
  display: block;
}

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

.post-content .wp-caption-text {
  font-size: 0.9em;
  line-height: 1.3;
  margin: 10px 0;
  display: block;
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #FEFBF5;
  border-left: 1px solid #FEFBF5;
  margin: 40px 0;
}

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

.post-content table th {
  background: none;
}

.top-banner {
  margin: 0;
  padding: 145px 0 75px;
  background: transparent no-repeat top center;
  background-size: cover;
  color: #fff;
  text-align: left;
  position: relative;
  max-height: 850px;
}

@media (min-width: 730px) {
  .top-banner {
    padding: 180px 0 100px;
  }
}

@media (min-width: 900px) {
  .top-banner {
    padding: 230px 0 150px;
  }
}

@media (min-width: 1200px) {
  .top-banner {
    padding: 280px 0 200px;
  }
}

.top-banner .bg-image {
  background-size: cover;
  background-position: center top;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.top-banner::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(71, 63, 41, 0) 25%, rgba(5, 5, 5, 0.35) 54%);
  z-index: -1;
}

.top-banner .banner-text {
  z-index: 1;
  position: relative;
  text-align: left;
}

.top-banner .wrapper-small {
  max-width: 720px;
}

.top-banner .subtitle {
  margin-bottom: 5px;
  font-size: 3vw;
  font-weight: 300;
}

@media (max-width: 733.33333px) {
  .top-banner .subtitle {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .top-banner .subtitle {
    font-size: 36px;
  }
}

.top-banner .subtitle p {
  margin: 0.5em 0;
}

@keyframes fade-in-image {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.feature-boxes .feature-item {
  background: transparent no-repeat top center;
  background-size: cover;
  color: #fff;
  text-align: left;
  position: relative;
  padding: 95px 0;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.feature-boxes .feature-item:before {
  background: linear-gradient(-177deg, rgba(0, 0, 0, 0.01) 30%, #C64221 74%);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.33;
}

.feature-boxes .feature-item .bg-image {
  background-size: cover;
  background-position: center top;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.feature-boxes .feature-item .bg-image::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-145deg, rgba(71, 63, 41, 0) 25%, rgba(5, 5, 5, 0.4) 54%);
  z-index: -1;
  opacity: 0.99;
}

.feature-boxes .feature-item .banner-text {
  z-index: 100;
  position: relative;
  text-align: left;
  width: 100%;
}

.feature-boxes .feature-item .wrapper-small {
  max-width: 720px;
}

.feature-boxes .feature-item h2 {
  color: white;
  font-size: 40px;
  font-size: 9vw;
  max-width: 600px;
  margin-top: 0;
}

@media (max-width: 377.77778px) {
  .feature-boxes .feature-item h2 {
    font-size: 34px;
  }
}

@media (min-width: 1000px) {
  .feature-boxes .feature-item h2 {
    font-size: 90px;
  }
}

.feature-boxes .feature-item p {
  font-size: 20px;
  max-width: 500px;
  margin-bottom: 30px;
}

@media (min-width: 900px) {
  .feature-boxes .feature-item p {
    font-size: 29px;
  }
}

.feature-boxes .feature-item .link {
  margin-top: 40px;
}

@keyframes fade-in-image {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.link {
  color: #E7D1A7;
  font-weight: 400;
  font-size: 24px;
  padding-right: 31px;
  transition: 0.2s cubic-bezier(0.67, 0.13, 0.33, 0.88);
  letter-spacing: 0.3px;
}

.link:hover, .link:focus {
  background: none;
  color: #fff;
}

.link.icon-right {
  position: relative;
}

.link.icon-right:hover:after {
  background: url("../img/icon-arrow-white.svg") no-repeat center;
  background-size: auto auto;
  background-size: 100%;
}

.link.icon-right::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  background: url("../img/icon-arrow-light.svg") no-repeat center;
  background-size: auto auto;
  background-size: 100%;
  width: 22px;
  height: 100%;
}

@keyframes floating-arrow {
  0% {
    transform: translate(0, 0px);
  }
  30% {
    transform: translate(0, 5px);
  }
  60% {
    transform: translate(0, 0px);
  }
}

.scroll-down {
  height: 80px;
  width: 156px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 78px);
  z-index: 1;
  animation: floating-arrow 2s linear 2s infinite;
  display: none;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

@media (min-width: 1025px) {
  .scroll-down {
    display: block;
  }
}

.scroll-down:before {
  content: "";
  position: absolute;
  right: 50%;
  transform: translate(50%, 0);
  top: 10px;
  width: 40px;
  height: 70px;
  background: url("../img/mouse.svg") no-repeat center;
  backface-visibility: hidden;
}

.scroll-down.side-to-side:before {
  background: url("../img/MagicMouseScroll.svg") no-repeat center !important;
  width: 98px;
}

.mining-cycle {
  position: relative;
}

.mining-cycle .scroll-down:before {
  background: url("../img/MagicMouseScroll.svg") no-repeat center !important;
  width: 98px;
}

.banner {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px 0 90px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .banner {
    padding: 160px 0 120px;
  }
}

.banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.banner .feature-image {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.banner .wrapper-large {
  margin: 0;
  width: 100%;
}

.banner .wrap {
  text-align: left;
  position: relative;
  z-index: 100;
}

@media (min-width: 900px) {
  .banner .wrap {
    text-align: left;
    padding-left: 21%;
  }
}

.banner .wrap span {
  font-size: 22px;
  margin: 0 0 5px;
}

@media (min-width: 900px) {
  .banner .wrap span {
    font-size: 32px;
    margin: 0 0 18px;
  }
}

.banner .wrap h1 {
  font-size: 40px;
  font-size: 12vw;
  margin-bottom: 4px;
}

@media (max-width: 600px) {
  .banner .wrap h1 {
    font-size: 72px;
  }
}

@media (min-width: 1491.66667px) {
  .banner .wrap h1 {
    font-size: 179px;
  }
}

.banner .wrap p {
  margin: 0;
  font-size: 22px;
}

@media (min-width: 900px) {
  .banner .wrap p {
    font-size: 36px;
    margin: 0 0 18px;
  }
}

.banner img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.overlay {
  opacity: 0.22;
  background: #081000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.6s ease-out;
}

.overlay.red {
  background: linear-gradient(-202deg, rgba(198, 66, 33, 0.1) 7%, #C64221 100%);
  opacity: 0.13;
}

.map {
  width: 300px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

@media (min-width: 480px) {
  .map {
    display: block;
  }
}

@media (min-width: 1025px) {
  .map {
    width: 400px;
  }
}

.map .map-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 200px;
  padding: 30px;
}

@media (min-width: 1025px) {
  .map .map-text {
    padding: 0 40px 30px 50px;
    width: 280px;
  }
}

.map .map-text p {
  font-size: 19px;
}

@media (min-width: 1025px) {
  .map .map-text p {
    font-size: 25px;
  }
}

.story-listing {
  position: relative;
  display: block;
}

.story-listing .feature-item {
  padding: 45px 0;
  background: transparent no-repeat top center;
  background-size: cover;
  color: #fff;
  text-align: left;
  position: relative;
  min-height: 100vh;
  vertical-align: bottom;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 730px) {
  .story-listing .feature-item {
    padding: 95px 0;
    -ms-flex-align: center;
    align-items: center;
  }
}

.story-listing .feature-item .wrapper, .story-listing .feature-item .wrapper-small, .story-listing .feature-item .wrapper-medium, .story-listing .feature-item .wrapper-large {
  margin: 0 30px;
}

@media (min-width: 900px) {
  .story-listing .feature-item .wrapper, .story-listing .feature-item .wrapper-small, .story-listing .feature-item .wrapper-medium, .story-listing .feature-item .wrapper-large {
    margin: 0 auto;
    max-width: 1090px;
    width: 100%;
  }
}

.story-listing .feature-item .bg-image {
  background-size: cover;
  background-position: center top;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.story-listing .feature-item .bg-image::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-145deg, rgba(71, 63, 41, 0) 25%, rgba(5, 5, 5, 0.3) 94%);
  z-index: -1;
  opacity: 0.29;
}

.story-listing .feature-item .person-image {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  height: 105%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.story-listing .feature-item .banner-text {
  z-index: 1;
  position: relative;
  text-align: left;
}

.story-listing .feature-item .wrapper-small {
  max-width: 720px;
}

.story-listing .feature-item .wrapper-large {
  overflow: hidden;
}

.story-listing .feature-item span {
  font-size: 40px;
  font-size: 9vw;
}

@media (max-width: 333.33333px) {
  .story-listing .feature-item span {
    font-size: 30px;
  }
}

@media (min-width: 488.88889px) {
  .story-listing .feature-item span {
    font-size: 44px;
  }
}

.story-listing .feature-item h2 {
  color: white;
  font-size: 40px;
  font-size: 9vw;
  max-width: 600px;
  margin: 0 0 0 -5px;
}

@media (max-width: 777.77778px) {
  .story-listing .feature-item h2 {
    font-size: 70px;
  }
}

@media (min-width: 1600px) {
  .story-listing .feature-item h2 {
    font-size: 144px;
  }
}

.story-listing .feature-item p {
  max-width: 500px;
  font-size: 24px;
  margin-bottom: 30px;
  display: block;
  font-size: 20px;
}

@media (min-width: 730px) {
  .story-listing .feature-item p {
    display: block;
    max-width: 290px;
    font-size: 24px;
  }
}

@media (min-width: 900px) {
  .story-listing .feature-item p {
    max-width: 400px;
    font-size: 29px;
  }
}

.story-listing .feature-item .link.icon-right {
  margin-top: 40px;
  color: #A6E9EA;
}

.story-listing .feature-item .link.icon-right:after {
  background: url("../img/icon-arrow-blue.svg") no-repeat right center;
  background-size: 22px auto;
  transform: rotate(180deg);
}

@media (min-width: 900px) {
  .story-listing .feature-item:nth-child(even) .banner-text {
    float: right;
    display: block;
  }
  .story-listing .feature-item:nth-child(even) .person-image {
    background-position: left bottom;
  }
}

@keyframes fade-in-image {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.slider-nav {
  margin: 0;
}

.slider-nav .owl-prev, .slider-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -42px;
  height: 75px;
  width: 75px;
  z-index: 2;
  border: 3px solid #C64221;
  border-radius: 50px;
  text-indent: -9999px;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s;
}

@media (min-width: 730px) {
  .slider-nav .owl-prev, .slider-nav .owl-next {
    height: 95px;
    width: 95px;
  }
}

.slider-nav .owl-prev:after, .slider-nav .owl-next:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  background: url("../img/icon-arrow-red-left.svg") no-repeat;
  background-size: 100% auto;
  background-position: right center;
  width: 20px;
  height: 17px;
}

@media (min-width: 730px) {
  .slider-nav .owl-prev:after, .slider-nav .owl-next:after {
    width: 35px;
    height: 20px;
    right: 10px;
  }
}

.slider-nav .owl-prev.disabled, .slider-nav .owl-next.disabled {
  opacity: 0;
}

.slider-nav .owl-next {
  left: auto;
  right: -42px;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 50% 0;
}

@media (min-width: 730px) {
  .slider-nav .owl-next {
    right: -42px;
  }
}

.mining-cycle .slider-nav .owl-next, .mining-cycle .slider-nav .owl-prev {
  border-color: #A6E9EA;
}

.mining-cycle .slider-nav .owl-next:after, .mining-cycle .slider-nav .owl-prev:after {
  background: url("../img/icon-arrow-blue.svg") no-repeat !important;
}

body.page-id-110, body.page-id-109 {
  background: url("../img/timeline-bg.png") no-repeat;
  background-size: cover;
  background-position: center top;
}

body.page-id-110 .top-banner, body.page-id-109 .top-banner {
  background: none;
  padding: 165px 0 65px;
}

@media (min-width: 900px) {
  body.page-id-110 .top-banner, body.page-id-109 .top-banner {
    padding: 306px 0 70px;
  }
}

body.page-id-110 .top-banner:after, body.page-id-109 .top-banner:after {
  display: none;
}

body.page-id-110 .top-banner .subtitle, body.page-id-109 .top-banner .subtitle {
  text-align: center;
  font-size: 22px;
  color: #E7D1A7;
}

@media (min-width: 900px) {
  body.page-id-110 .top-banner .subtitle, body.page-id-109 .top-banner .subtitle {
    font-size: 28px;
  }
}

body.page-id-110 .top-banner .subpages ul, body.page-id-109 .top-banner .subpages ul {
  text-align: center;
  padding: 0;
  margin: 10px 0 0;
}

@media (min-width: 900px) {
  body.page-id-110 .top-banner .subpages ul, body.page-id-109 .top-banner .subpages ul {
    margin: 15px 0 0;
  }
}

body.page-id-110 .top-banner .subpages ul li, body.page-id-109 .top-banner .subpages ul li {
  padding: 0 10px;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

@media (min-width: 900px) {
  body.page-id-110 .top-banner .subpages ul li, body.page-id-109 .top-banner .subpages ul li {
    padding: 0 30px;
  }
}

body.page-id-110 .top-banner .subpages ul li.current_page_item a, body.page-id-109 .top-banner .subpages ul li.current_page_item a {
  color: #E7D1A7;
}

body.page-id-110 .top-banner .subpages ul li.current_page_item a:after, body.page-id-109 .top-banner .subpages ul li.current_page_item a:after {
  background: url("../img/underline-tan.svg") no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}

body.page-id-110 .top-banner .subpages ul a, body.page-id-109 .top-banner .subpages ul a {
  font-size: 40px;
  font-size: 9vw;
  font-weight: 700;
  position: relative;
  color: #214B3D;
}

@media (max-width: 777.77778px) {
  body.page-id-110 .top-banner .subpages ul a, body.page-id-109 .top-banner .subpages ul a {
    font-size: 70px;
  }
}

@media (min-width: 1600px) {
  body.page-id-110 .top-banner .subpages ul a, body.page-id-109 .top-banner .subpages ul a {
    font-size: 144px;
  }
}

body.page-id-110 .top-banner .subpages ul a:after, body.page-id-109 .top-banner .subpages ul a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/underline-green.svg") no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}

body.page-id-110 .top-banner .subpages ul a:hover, body.page-id-109 .top-banner .subpages ul a:hover {
  color: #E7D1A7;
}

body.page-id-110 .top-banner .subpages ul a:hover:after, body.page-id-109 .top-banner .subpages ul a:hover:after {
  background: url("../img/underline-tan.svg") no-repeat center bottom;
  background-size: 100% auto;
}

.timeline-slider {
  position: relative;
}

@media (min-width: 1025px) {
  .timeline-slider {
    height: 100vh;
  }
}

@media (max-height: 500px) {
  .timeline-slider {
    height: auto;
  }
}

.timeline-slider .slidee {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media (max-height: 899px) {
  .timeline-slider .scroll-down {
    display: none;
  }
}

.timeline-item {
  text-align: center;
  padding: 50px 0 190px;
  width: 100vw;
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 730px) {
  .timeline-item {
    width: 45vw;
  }
}

@media (max-height: 899px) {
  .timeline-item {
    padding-bottom: 80px;
  }
}

@media (max-height: 600px) {
  .timeline-item {
    padding-bottom: 60px;
  }
}

.timeline-item .path {
  width: 100%;
  height: 130px;
  position: relative;
  -ms-flex: none;
  flex: none;
}

@media (max-height: 899px) {
  .timeline-item .path {
    height: 100px;
  }
}

@media (max-height: 600px) {
  .timeline-item .path {
    height: 60px;
  }
}

.timeline-item .path::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/timeline-path.svg) repeat-x -50% bottom;
  background-size: 200% 100%;
}

.timeline-item .path::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #E7D1A7;
  border-radius: 50%;
  left: calc(50% - 5px);
  top: -7px;
}

.timeline-item:nth-child(even) .path::after {
  background-position: 50% bottom;
}

.timeline-item:nth-child(even) .path::before {
  top: auto;
  bottom: -7px;
}

.timeline-item .details {
  max-width: 440px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
  text-align: left;
  font-size: 28px;
  transition: transform 0.5s ease-out;
  transform: scale(0.8);
  backface-visibility: hidden;
}

@media (max-height: 899px) {
  .timeline-item .details {
    font-size: 24px;
  }
}

@media (max-height: 600px) {
  .timeline-item .details {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .timeline-item .details {
    font-size: 24px;
  }
}

.timeline-item .details p {
  line-height: 1.1;
}

.timeline-item h2 {
  transition: 0.5s ease-out;
  height: 100px;
  padding: 0 20px;
  margin: 0;
  -ms-flex: none;
  flex: none;
}

.timeline-item img {
  position: relative;
  border-radius: 20px;
}

.timeline-item .time-image {
  position: relative;
  display: block;
}

.timeline-item .time-image:after {
  border-radius: 20px;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(57, 121, 89, 0.27);
}

.timeline-item.active h2, .timeline-item.active .details {
  transform: translateY(-30px);
}

.timeline-item.active:nth-child(even) h2, .timeline-item.active:nth-child(even) .details {
  transform: translateY(30px);
}

.timeline-item.active h2 {
  font-size: 40px;
  font-size: 9vw;
}

@media (max-width: 466.66667px) {
  .timeline-item.active h2 {
    font-size: 42px;
  }
}

@media (min-width: 1600px) {
  .timeline-item.active h2 {
    font-size: 144px;
  }
}

@media (max-height: 899px) {
  .timeline-item.active h2 {
    font-size: 40px;
    font-size: 9vw;
  }
}

@media (max-height: 899px) and (max-width: 466.66667px) {
  .timeline-item.active h2 {
    font-size: 42px;
  }
}

@media (max-height: 899px) and (min-width: 977.77778px) {
  .timeline-item.active h2 {
    font-size: 88px;
  }
}

@media (max-height: 600px) {
  .timeline-item.active h2 {
    font-size: 40px;
    font-size: 9vw;
  }
}

@media (max-height: 600px) and (max-width: 466.66667px) {
  .timeline-item.active h2 {
    font-size: 42px;
  }
}

@media (max-height: 600px) and (min-width: 755.55556px) {
  .timeline-item.active h2 {
    font-size: 68px;
  }
}

.mining-cycle {
  position: relative;
  min-height: 100vh;
}

.mining-cycle .top-banner {
  padding-bottom: 40px;
}

.mining-cycle .top-banner::after {
  display: none;
}

.mining-cycle h1 {
  text-align: center;
  color: white;
  font-size: 40px;
  font-size: 9vw;
}

@media (max-width: 355.55556px) {
  .mining-cycle h1 {
    font-size: 32px;
  }
}

@media (min-width: 888.88889px) {
  .mining-cycle h1 {
    font-size: 80px;
  }
}

.mining-cycle .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.93;
  background: rgba(11, 10, 8, 0.48);
}

.mining-cycle .bg-image {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/fauna-tree.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.mining-cycle .bg-image.active {
  opacity: 1;
}

.mining-cycle .step {
  font-weight: 700;
  z-index: 100;
  position: absolute;
  width: 100%;
  top: 0;
  transform: translateY(-55%);
  color: white;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  font-size: 45vw;
}

@media (max-width: 333.33333px) {
  .mining-cycle .step {
    font-size: 150px;
  }
}

@media (min-width: 666.66667px) {
  .mining-cycle .step {
    font-size: 300px;
  }
}

@media (min-width: 620px) {
  .mining-cycle .step {
    font-size: 25vw;
  }
}

@media (min-width: 620px) and (max-width: 640px) {
  .mining-cycle .step {
    font-size: 160px;
  }
}

@media (min-width: 620px) and (min-width: 1520px) {
  .mining-cycle .step {
    font-size: 380px;
  }
}

.mining-cycle .circle {
  color: #081000;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  -ms-flex: none;
  flex: none;
}

@media (min-width: 620px) {
  .mining-cycle .circle {
    width: 100%;
    max-width: 580px;
  }
}

.mining-cycle .circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: rgba(244, 226, 192, 0.84);
  content: "";
}

.mining-cycle .circle-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mining-cycle .circle-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12% 10%;
}

.mining-cycle .circle-content {
  -ms-flex: auto;
  flex: auto;
  font-size: 5vw;
}

@media (max-width: 360px) {
  .mining-cycle .circle-content {
    font-size: 18px;
  }
}

@media (min-width: 600px) {
  .mining-cycle .circle-content {
    font-size: 30px;
  }
}

@media (min-width: 620px) {
  .mining-cycle .circle-content {
    font-size: 3vw;
  }
}

@media (min-width: 620px) and (max-width: 600px) {
  .mining-cycle .circle-content {
    font-size: 18px;
  }
}

@media (min-width: 620px) and (min-width: 1000px) {
  .mining-cycle .circle-content {
    font-size: 30px;
  }
}

.mining-cycle .circle-content p {
  line-height: 1.1;
}

.mining-cycle .circle-content h3 {
  line-height: 0.86;
  font-size: 12vw;
}

@media (max-width: 250px) {
  .mining-cycle .circle-content h3 {
    font-size: 30px;
  }
}

@media (min-width: 716.66667px) {
  .mining-cycle .circle-content h3 {
    font-size: 86px;
  }
}

@media (min-width: 620px) {
  .mining-cycle .circle-content h3 {
    font-size: 7vw;
  }
}

@media (min-width: 620px) and (max-width: 428.57143px) {
  .mining-cycle .circle-content h3 {
    font-size: 30px;
  }
}

@media (min-width: 620px) and (min-width: 1257.14286px) {
  .mining-cycle .circle-content h3 {
    font-size: 88px;
  }
}

.mining-cycle .timeline-item {
  padding-top: 60px;
}

@media (min-width: 620px) {
  .mining-cycle .timeline-item {
    width: 45vw;
  }
}

@media (max-height: 768px) and (min-width: 1025px) {
  .mining-cycle .timeline-item {
    width: 40vw;
  }
}

.mining-cycle .timeline-item .circle {
  transform: scale(0.6);
  transform-origin: bottom;
  transition: transform 0.5s ease-out;
  backface-visibility: hidden;
}

.mining-cycle .timeline-item.active .circle {
  transform: none;
}

@media (max-height: 768px) and (min-width: 1025px) {
  .mining-cycle .timeline-item.active .circle {
    transform: scale(0.86);
  }
}

@media (max-height: 600px) and (min-width: 1025px) {
  .mining-cycle .timeline-item.active .circle {
    transform: scale(0.76);
  }
}

a.back-to-top {
  display: none;
  width: 62px;
  height: 56px;
  position: fixed;
  background: url("../img/top-bg.svg") no-repeat center;
  background-size: 100% auto;
  right: 12px;
  bottom: 12px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 101;
}

@media (min-width: 900px) {
  a.back-to-top {
    right: 30px;
    bottom: 25px;
    width: 70px;
    height: 64px;
  }
}

a.back-to-top:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 92%;
  height: 94%;
  background: url("../img/top-arrow.svg") no-repeat center;
  background-size: 25% auto;
}

.home .home-content {
  clear: both;
}

.home #content {
  background-image: none;
  padding: 0;
}

/* 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;
}

/* overlay fade */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.2;
}

.mfp-no-overlay.mfp-bg.mfp-ready {
  opacity: 0;
}

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