/* @link https://utopia.fyi/type/calculator?c=320,16,1.2,1440,20,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
/* @link https://utopia.fyi/space/calculator?c=320,18,1.2,1440,20,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
/* One-up pairs */
/* Custom pairs */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

body {
  min-width: 320px;
  min-height: 100vh;
  line-height: 1.5;
  font-size: clamp(1rem, 0.9286rem + 0.3571vi, 1.25rem);
  margin: 0;
}
body.scroll-lock {
  overflow: hidden;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

h1, h2,
h3, h4 {
  text-wrap: balance;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button,
textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

/* Typography
   ========================================================================== */
p, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px;
}
p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1, .is-h1 {
  font-size: clamp(2.4883rem, 2.1094rem + 1.8948vi, 3.8147rem);
}

h2, .is-h2 {
  font-size: clamp(2.0736rem, 2.7941rem + 1.3974vi, 3.0518rem);
}

h3, .is-h3 {
  font-size: clamp(1.728rem, 1.5242rem + 1.0192vi, 2.4414rem);
}

h4, .is-h4 {
  font-size: clamp(1.44rem, 1.2934rem + 0.733vi, 1.9531rem);
}

h5, .is-h5 {
  font-size: clamp(1.2rem, 1.0964rem + 0.5179vi, 1.5625rem);
}

h6, .is-h6 {
  font-size: clamp(0.8333rem, 0.7857rem + 0.2381vi, 1rem);
}

.text-big {
  font-size: clamp(1.2rem, 1.0964rem + 0.5179vi, 1.5625rem);
}

.has-small-padding {
  padding-top: clamp(0.875rem, 0.7679rem + 0.5357vi, 1.25rem);
  padding-bottom: clamp(0.875rem, 0.7679rem + 0.5357vi, 1.25rem);
}

.has-medium-padding {
  padding-top: clamp(1.125rem, 0.9107rem + 1.0714vi, 1.875rem);
  padding-bottom: clamp(1.125rem, 0.9107rem + 1.0714vi, 1.875rem);
}

.has-large-padding {
  padding-top: clamp(1.6875rem, 1.4554rem + 1.1607vi, 2.5rem);
  padding-bottom: clamp(1.6875rem, 1.4554rem + 1.1607vi, 2.5rem);
}

.has-x-large-padding {
  padding-top: clamp(2.25rem, 1.8214rem + 2.1429vi, 3.75rem);
  padding-bottom: clamp(2.25rem, 1.8214rem + 2.1429vi, 3.75rem);
}

.has-small-padding-top {
  padding-top: clamp(0.875rem, 0.7679rem + 0.5357vi, 1.25rem);
}

.has-small-padding-bottom {
  padding-bottom: clamp(0.875rem, 0.7679rem + 0.5357vi, 1.25rem);
}

.has-medium-padding-top {
  padding-top: clamp(1.125rem, 0.9107rem + 1.0714vi, 1.875rem);
}

.has-medium-padding-bottom {
  padding-bottom: clamp(1.125rem, 0.9107rem + 1.0714vi, 1.875rem);
}

.has-large-padding-top {
  padding-top: clamp(1.6875rem, 1.4554rem + 1.1607vi, 2.5rem);
}

.has-large-padding-bottom {
  padding-bottom: clamp(1.6875rem, 1.4554rem + 1.1607vi, 2.5rem);
}

.has-x-large-padding-top {
  padding-top: clamp(3.375rem, 2.9107rem + 2.3214vi, 5rem);
}

.has-x-large-padding-bottom {
  padding-bottom: clamp(3.375rem, 2.9107rem + 2.3214vi, 5rem);
}

.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1.125rem, 0.7321rem + 1.9643vi, 2.5rem);
  padding-right: clamp(1.125rem, 0.7321rem + 1.9643vi, 2.5rem);
  overflow: hidden;
}

.container.is-fluid {
  max-width: 100%;
}

.container.is-narrower {
  max-width: 600px;
}

.container.is-narrow {
  max-width: 768px;
}

.container.is-wide {
  max-width: 1200px;
}

.container.is-wider {
  max-width: 1440px;
}

.is-flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-space-around {
  justify-content: space-around;
}

.align-start {
  align-items: flex-start;
}

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

.align-end {
  align-items: flex-end;
}

.is-vertical {
  flex-direction: column;
}
.is-vertical.reverse {
  flex-direction: column-reverse;
}

.is-horizontal {
  flex-direction: row;
}
.is-horizontal.reverse {
  flex-direction: row-reverse;
}

.is-center {
  justify-content: center;
  align-items: center;
}

.push-right {
  margin-left: auto;
}

.is-full-height {
  height: 100%;
}

.is-full-width {
  width: 100%;
}

.is-full-screen {
  width: 100%;
  min-height: 100vh;
}

.is-absolute {
  position: absolute;
}

.is-block {
  display: block;
}

.is-fixed {
  position: fixed;
}

.is-inline {
  display: inline;
}

.is-inline-block {
  display: inline-block;
}

.is-circle {
  border-radius: 50%;
}

.is-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.is-square,
.is-4-3,
.is-16-9,
.is-landscape,
.is-portrait {
  position: relative;
  width: 100%;
}
.is-square:before,
.is-4-3:before,
.is-16-9:before,
.is-landscape:before,
.is-portrait:before {
  content: "";
  display: block;
  width: 100%;
}
.is-square > *,
.is-4-3 > *,
.is-16-9 > *,
.is-landscape > *,
.is-portrait > * {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.is-square:before {
  padding-top: 100%;
}

.is-4-3:before {
  padding-top: 75%;
}

.is-landscape:before,
.is-16-9:before {
  padding-top: 56.25%;
}

.is-portrait:before {
  padding-top: 133%;
}

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

.contain-background {
  background-size: contain;
  background-repeat: no-repeat;
}

.center-background {
  background-position: center center;
}

.object-cover {
  object-fit: cover;
  object-position: center;
}

.is-elevated {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.is-elevated:hover:not(.progress-bar) {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.is-parallax {
  background-attachment: scroll;
}

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

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

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

.is-lowercase {
  text-transform: lowercase;
}

.is-uppercase {
  text-transform: uppercase;
}

.is-hidden {
  display: none;
}

.is-relative {
  position: relative;
}

.is-static {
  position: static;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.max-height-0 {
  max-height: 0 !important;
}

.is-animate {
  transition: all 400ms ease;
}

@media (max-width: 767.98px) {
  .is-mobile-hidden {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .hide-before-tablet-landscape {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hide-tablet-landscape-up {
    display: none;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(clamp(1.125rem, 0.7321rem + 1.9643vi, 2.5rem) * -1);
  margin-right: calc(clamp(1.125rem, 0.7321rem + 1.9643vi, 2.5rem) * -1);
}
.row.nowrap {
  flex-wrap: nowrap;
}
.row.reverse {
  flex-direction: row-reverse;
}
.row > * {
  width: 100%;
  max-width: 100%;
  padding-left: clamp(1.125rem, 0.7321rem + 1.9643vi, 2.5rem);
  padding-right: clamp(1.125rem, 0.7321rem + 1.9643vi, 2.5rem);
}
.row:not(.nowrap) .col, .row:not(.nowrap) > [class^=col-], .row:not(.nowrap) > [class*=" col-"] {
  flex-basis: 100%;
}
.row .col-1 {
  width: 8.3333333333%;
}
.row .col-2 {
  width: 16.6666666667%;
}
.row .col-3 {
  width: 25%;
}
.row .col-4 {
  width: 33.3333333333%;
}
.row .col-5 {
  width: 41.6666666667%;
}
.row .col-6 {
  width: 50%;
}
.row .col-7 {
  width: 58.3333333333%;
}
.row .col-8 {
  width: 66.6666666667%;
}
.row .col-9 {
  width: 75%;
}
.row .col-10 {
  width: 83.3333333333%;
}
.row .col-11 {
  width: 91.6666666667%;
}
.row .col-12 {
  width: 100%;
}
.row .col-one-fifth {
  width: 20%;
}
@media (min-width: 768px) {
  .row:not(.nowrap) .col {
    flex: 1 0 0%;
  }
  .row:not(.nowrap) > [class^=col-], .row:not(.nowrap) > [class*=" col-"] {
    flex-basis: auto;
  }
}

.form-group {
  margin-bottom: 25px;
}

label {
  vertical-align: middle;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=url],
input[type=number],
textarea,
select {
  display: block;
  width: 100%;
  padding: 6px 14px;
  background-color: #fff;
  border: 1px solid #bcc2cc;
  border-radius: 4px;
  margin-top: 9px;
  outline: 0;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  border-color: #000;
}

input::placeholder {
  opacity: 1;
  color: #a8a8a8;
}

input[type=submit] {
  margin-top: 5px;
}

select {
  cursor: pointer;
  padding-left: 10px;
  padding-right: 36px;
  background: #f9f9f9 url("data:image/svg+xml,%3Csvg class='bi bi-chevron-expand' width='1em' height='1em' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M3.646 9.146a.5.5 0 01.708 0L8 12.793l3.646-3.647a.5.5 0 01.708.708l-4 4a.5.5 0 01-.708 0l-4-4a.5.5 0 010-.708zm0-2.292a.5.5 0 00.708 0L8 3.207l3.646 3.647a.5.5 0 00.708-.708l-4-4a.5.5 0 00-.708 0l-4 4a.5.5 0 000 .708z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat right 10px center;
}

.is-contrast select {
  background: transparent url("data:image/svg+xml,%3Csvg class='bi bi-chevron-expand' width='1em' height='1em' viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M3.646 9.146a.5.5 0 01.708 0L8 12.793l3.646-3.647a.5.5 0 01.708.708l-4 4a.5.5 0 01-.708 0l-4-4a.5.5 0 010-.708zm0-2.292a.5.5 0 00.708 0L8 3.207l3.646 3.647a.5.5 0 00.708-.708l-4-4a.5.5 0 00-.708 0l-4 4a.5.5 0 000 .708z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat right 10px center;
}

.form-group .input-checkbox,
.form-group .input-radio {
  position: absolute;
  opacity: 0;
}

.form-group .input-checkbox + label,
.form-group .input-radio + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-size: 14px;
}

.form-group .input-checkbox + label:before,
.form-group .input-radio + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #bcc2cc;
  border-radius: 4px;
  background-color: #fff;
}

.form-group .input-checkbox + label:after,
.form-group .input-radio + label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
}

.form-group .input-radio + label:before,
.form-group .input-radio + label:after {
  border-radius: 100%;
}

.form-group .input-checkbox:not(:checked) + label:after,
.form-group .input-radio:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.form-group .input-checkbox:checked + label:after,
.form-group .input-radio:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

body {
  font-family: Manrope, sans-serif;
  font-weight: 300;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Milker, sans-serif;
  font-weight: normal;
}

header {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 320px;
  background-color: transparent;
  font-family: Milker, sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 0.9286rem + 0.3571vi, 1.25rem);
  padding-top: 16px;
  padding-bottom: 12px;
  box-shadow: none !important;
}
header:hover {
  background-color: #000 !important;
}
header a {
  color: #fff;
  text-decoration: none;
}
header a:hover {
  opacity: 0.75;
}
header .main-menu a {
  margin: 0 10px;
}

body.scrolled:not(.home) header {
  background-color: #000;
}

footer {
  color: #fff;
  background-color: #000;
}
footer > .container {
  padding: 0 30px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .social-icons {
  justify-content: center;
  margin: 20px 0;
}
footer .social-icons svg * {
  fill: #fff;
}
footer .copyright {
  font-size: 10px;
  letter-spacing: 2px;
}

.skew-top {
  clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -20px;
}

.skew-bottom {
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), 0% 100%);
  margin-bottom: -20px;
}

.skew-both {
  clip-path: polygon(0% 50px, 100% 0%, 100% calc(100% - 20px), 0% 100%);
  margin-top: -20px;
  margin-bottom: -20px;
}

@media (min-width: 1024px) {
  .skew-top {
    clip-path: polygon(0% 50px, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -50px;
  }
  .skew-bottom {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 50px), 0% 100%);
    margin-bottom: -50px;
  }
  .skew-both {
    clip-path: polygon(0% 50px, 100% 0%, 100% calc(100% - 50px), 0% 100%);
    margin-top: -50px;
    margin-bottom: -50px;
  }
}
.post-component .post-image {
  margin-bottom: 50px;
}
.post-component .post-image > div {
  background-position: center center;
}
.post-component .author-info {
  margin-top: 40px;
  border-top: 1px solid #eee;
}
.post-component .author-image {
  width: 85px;
  height: 85px;
}
.post-component .author-bio {
  opacity: 0.8;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 0 !important;
}
.post-component .navigation {
  padding-top: 50px;
}
.post-component .navigation .button {
  margin: 0 10px;
}

.video-component iframe {
  position: absolute;
  left: 0;
  top: 0;
}

.columns-content-component .is-overlay {
  z-index: -1;
}
.columns-content-component.is-contrast, .columns-content-component.is-contrast p {
  color: #fff;
}
.columns-content-component.cover-background, .columns-content-component.cover-background h1, .columns-content-component.cover-background h2, .columns-content-component.cover-background h3, .columns-content-component.cover-background h4, .columns-content-component.cover-background h5, .columns-content-component.cover-background h6 {
  z-index: 1;
}
.columns-content-component.cover-background .container {
  position: static;
}
.columns-content-component .col-image small {
  color: #a4a4a4;
}
.columns-content-component .content-above {
  margin-bottom: 10px;
}
.columns-content-component .content-below {
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .columns-content-component .content-with-image > div.col-image {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .columns-content-component .col-6:first-child {
    padding-right: 20px;
  }
  .columns-content-component .col-6:last-child {
    padding-left: 20px;
  }
  .columns-content-component .content-with-image .col-content {
    padding-left: 20px;
  }
  .columns-content-component .content-with-image .col-image {
    padding-right: 20px;
  }
  .columns-content-component .content-with-image.reverse .col-content {
    padding-left: clamp(1.125rem, 0.7321rem + 1.9643vi, 2.5rem);
    padding-right: 20px;
  }
  .columns-content-component .content-with-image.reverse .col-image {
    padding-right: clamp(1.125rem, 0.7321rem + 1.9643vi, 2.5rem);
    padding-left: 20px;
  }
  .columns-content-component .content-with-image.reverse .col-image .is-portrait {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .columns-content-component .col-6:first-child {
    padding-right: 40px;
  }
  .columns-content-component .col-6:last-child {
    padding-left: 40px;
  }
  .columns-content-component .content-with-image .col-content {
    padding-left: 40px;
  }
  .columns-content-component .content-with-image .col-image {
    padding-right: 40px;
  }
  .columns-content-component .content-with-image.reverse .col-content {
    padding-left: clamp(1.125rem, 0.7321rem + 1.9643vi, 2.5rem);
    padding-right: 40px;
  }
  .columns-content-component .content-with-image.reverse .col-image {
    padding-right: clamp(1.125rem, 0.7321rem + 1.9643vi, 2.5rem);
    padding-left: 40px;
  }
}

.blog-component .col-4 {
  margin-top: 20px;
}
.blog-component .post-feed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-component .post-feed:last-child {
  border-bottom: 0;
}
.blog-component .pagination .button {
  margin: 0 10px;
}

.social-icons {
  margin-left: -5px;
  margin-right: -5px;
}
.social-icons .social-icon-link {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
}
.social-icons .social-icon-link.svg-icon-linkedin {
  margin-top: -3px;
}
.social-icons svg {
  width: 18px;
  height: 18px;
}

.main-banner h2 {
  margin-bottom: 0px;
}
.main-banner .is-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.main-banner .video-content {
  color: #fff;
}
.main-banner .is-landscape {
  min-height: 480px;
  max-height: 800px;
  overflow: hidden;
}
.main-banner.is-tall .swiper .swiper-slide {
  height: 85vh;
}
@media (min-width: 768px) {
  .main-banner.is-tall .swiper .swiper-slide {
    height: 100vh;
  }
}
.main-banner .vimeo-embed iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 
     The magic: make iframe larger than container so it always covers 
     both portrait and landscape orientations 
  */
  width: 100vw;
  height: 56.25vw; /* 16:9 aspect ratio = 9/16 = 0.5625 */
  min-width: 177.77vh; /* 16/9 = 1.7777 */
  min-height: 100vh;
  pointer-events: none; /* keep overlay content clickable */
  border: 0;
}

body.home header {
  background-color: transparent;
}
body.home #default-top {
  display: none;
}

.cinematography-component {
  position: relative;
}

.logo-list-component .swiper-wrapper {
  height: auto;
}
.logo-list-component .swiper-wrapper .swiper-slide {
  height: auto;
}
.logo-list-component .swiper-wrapper a {
  width: 100%;
}
.logo-list-component .logo-grid {
  list-style: none;
  padding: 0;
}
.logo-list-component .logo-grid li {
  position: relative;
  width: 25%;
  padding: 30px;
}
.logo-list-component .logo-grid li .contain-background {
  background-position: center center;
}
.logo-list-component .logo-grid li img {
  filter: grayscale(1);
}
.logo-list-component .logo-grid li:after {
  background-color: rgb(83, 88, 95);
  bottom: -0.25em;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.1;
  position: absolute;
  right: 0;
}

/*
Theme Name: Stunt Camera Crew
Template: encore
*/
@font-face {
  font-family: "Milker";
  src: url("/wp-content/themes/stuntcameracrew/assets/fonts/MilkerRegular.woff2") format("woff2"), url("/wp-content/themes/stuntcameracrew/assets/fonts/MilkerRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/stuntcameracrew/assets/fonts/Manrope-ExtraLight.woff2') format('woff2'),
        url('/wp-content/themes/stuntcameracrew/assets/fonts/Manrope-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/stuntcameracrew/assets/fonts/Manrope-Bold.woff2') format('woff2'),
        url('/wp-content/themes/stuntcameracrew/assets/fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/stuntcameracrew/assets/fonts/Manrope-Light.woff2') format('woff2'),
        url('/wp-content/themes/stuntcameracrew/assets/fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/stuntcameracrew/assets/fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/stuntcameracrew/assets/fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/stuntcameracrew/assets/fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/stuntcameracrew/assets/fonts/Manrope-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/stuntcameracrew/assets/fonts/Manrope-Medium.woff2') format('woff2'),
        url('/wp-content/themes/stuntcameracrew/assets/fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/stuntcameracrew/assets/fonts/Manrope-Regular.woff2") format("woff2"), url("/wp-content/themes/stuntcameracrew/assets/fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  overscroll-behavior: none;
  --plyr-color-main: #000;
}

body {
  font-family: Manrope, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 2px;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1280px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1800px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row > * {
  padding-left: 20px;
  padding-right: 20px;
}

.has-large-padding-top,
.has-x-large-padding-top {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .has-large-padding-top,
  .has-x-large-padding-top {
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .has-large-padding-top,
  .has-x-large-padding-top {
    padding-top: 100px;
  }
}
@media (min-width: 1280px) {
  .has-large-padding-top,
  .has-x-large-padding-top {
    padding-top: 120px;
  }
}

.has-large-padding-bottom,
.has-x-large-padding-bottom {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .has-large-padding-bottom,
  .has-x-large-padding-bottom {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .has-large-padding-bottom,
  .has-x-large-padding-bottom {
    padding-bottom: 100px;
  }
}
@media (min-width: 1280px) {
  .has-large-padding-bottom,
  .has-x-large-padding-bottom {
    padding-bottom: 120px;
  }
}

.gallery-item {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gallery-item {
    margin-bottom: 40px;
  }
}

.object-contain {
  object-fit: contain;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 36px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

header {
  z-index: 9999;
}
header a {
  font-family: sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 400ms ease;
}
header .main-logo > a {
  display: block;
}
header .main-logo > a, header .main-logo > a svg {
  width: 280px;
}
header .main-logo svg * {
  transition: all 400ms ease;
  fill: #fff;
  color: #fff;
}
header .main-logo:hover svg * {
  opacity: 0.75;
}

#default-top {
  padding-top: 85px;
}

#mobile-menu nav > ul {
  margin: 0;
  padding-left: 5px;
}
#mobile-menu nav > ul a {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: all 400ms ease;
}

.vertical-line:before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background-color: #CBA135;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  margin-top: 10px;
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  transition: all 400ms ease;
  font-size: 15px;
}
@media (min-width: 768px) {
  .button {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.button.is-contrast {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.button.is-outlined {
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}
.button.is-outlined:hover {
  border-color: #CBA135;
  color: #CBA135;
}

@media (min-width: 768px) {
  .video-portfolio-wrapper {
    text-align: center;
  }
}

.video-portfolio {
  display: inline-flex;
}
.video-portfolio svg {
  width: 28px;
  height: 28px;
}
.video-portfolio svg * {
  transition: all 400ms ease;
}
.video-portfolio:hover svg * {
  fill: #CBA135;
}

/** OLD **/
body.scrolled .logo > a {
  height: 45px;
  margin: 10px 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 1px;
}

nav .sub-menu {
  background-color: #34495e;
}

nav .sub-menu a:hover {
  color: #fff;
}

h6 {
  letter-spacing: 2px;
}

.banner .is-overlay {
  opacity: 0.5;
}

.columns-content-component h1 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.columns-content-component h1:after {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #CBA135;
  position: absolute;
  left: 0;
  bottom: 0;
}

.columns-content-component.cover-background .container {
  position: relative;
}

.gallery-slider-component .gallery-slider-controls:hover {
  background-color: #34495e;
}

footer a:hover {
  color: #bdc3c7;
}

@media (min-width: 992px) {
  h1, h2 {
    font-size: 50px;
  }
}
.is-16-9:before {
  padding-top: 75%;
}

.is-16-9 .cover-background {
  background-position: center 20%;
}