@charset "UTF-8";

/*
Theme Name: Rotor Systems
Theme URI: http://www.osberget.no/
Author: Synne Søllesvik and Veronica Sæther at Fantastiske Osberget, Maxim Kukulinsky at RASAMAX SIA
Author URI: http://www.osberget.no/
Description: Rotor Systems Wordpress theme
Version: 1.0.15
Tags: rotorsystems osberget rasamax
Text Domain: rotorsystems
*/
/**
 * Reset CSS instead of Normalize inside of Bootstrap
 */
:root {
  --wp-edit-button-primary: #55caa7;
  --wp-edit-button-secondary: #000000;
}

/* Page commons */
@media screen and (min-width: 992px) {
  .sub-menu[data-depth="1"] > div:last-child:not(.plain-sub-items) {
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-gap: 20px;
    column-gap: 20px;
    text-wrap: wrap;
  }
}

:root {
  --rotor-sub-menu-width: calc(100vw - 40px);
}

@media screen and (min-width: 1400px) {
  :root {
    --rotor-sub-menu-width: 1340px;
  }
}

.sub-menu[data-depth="1"] > div {
  min-width: var(--rotor-sub-menu-width);
}

@media screen and (max-width: 1399.98px) {
  .sub-menu > div {
    min-width: var(--rotor-sub-menu-width);
  }
}

.wpcf7-list-item {
  margin-left: 0;
  font-size: 20px;
}

.wpcf7-list-item > label {
  display: flex;
  align-items: center;
}

.wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: white;
  border: 2px solid black;
  margin-right: 20px;
  position: relative;
}

.wpcf7-list-item input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 7px;
  width: 10px;
  height: 20px;
  border-right: 2px solid var(--bs-green);
  border-bottom: 2px solid var(--bs-green);
  transform: scale(0) rotate(0);
  transition: transform 0.5s;
}

.wpcf7-list-item input[type=checkbox]:checked:before {
  transform: scale(1) rotate(395deg);
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 15px;
  color: #d10d25;
  background: #f3cfcf;
  border: 1px solid #a44545;
  padding: 0px 15px;
}

.wpcf7-submit {
  transition: opacity 0.5s;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 15px;
  color: var(--bs-dark-green);
  background: #66f99e;
  border: 1px solid var(--bs-dark-green) !important;
  padding: 10px 15px;
  margin: 0;
  text-align: center;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "font-gothic", sans-serif;
  font-size: 24px;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.aligncenter {
  margin: 0 auto 10px auto;
  display: block;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 40px;
  color: var(--bs-primary);
  font-family: "font-field-gothic", sans-serif;
  margin-bottom: 10px;
}

.post-content h1 {
  font-size: 70px;
}

.post-content h2 {
  font-size: 50px;
}

.post-content h3 {
  font-size: 35px;
}

.post-content h4 {
  font-size: 32px;
}

.post-content h5 {
  font-size: 30px;
}

.post-content h6 {
  font-size: 28px;
}

.post-content a {
  color: inherit;
  text-decoration-color: var(--bs-secondary);
}

.post-content p > a:only-child:after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  margin-left: 15px;
  width: 20px;
  height: 20px;
  background: currentColor;
  mask: url("/wp-content/themes/rotorsystems/images/arrow-right.svg");
  -webkit-mask: url("/wp-content/themes/rotorsystems/images/arrow-right.svg");
}

@media (max-width: 991px) {

  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-top: 30px;
    color: var(--bs-primary);
    font-family: "font-field-gothic", sans-serif;
    margin-bottom: 10px;
  }

  .post-content h1 {
    font-size: 32px;
  }

  .post-content h2 {
    font-size: 28px;
  }

  .post-content h3 {
    font-size: 24px;
  }

  .post-content h4 {
    font-size: 20px;
  }

  .post-content h5 {
    font-size: 18px;
  }

  .post-content h6 {
    font-size: 16px;
  }
}

/* Hide Google reCaptcha after 1s */
@keyframes hide_after_1s {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100px);
  }
}

.grecaptcha-badge {
  animation-name: hide_after_1s;
  animation-delay: 3s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.core-value-img {
  height: 204px;
}

@media screen and (max-width: 767.98px) {
  .core-value-img {
    height: 120px;
  }
}

.review-arrow {
  position: relative;
}

.review-arrow:before {
  content: "";
  display: block;
  transform-origin: bottom left;
  transform: translateX(100%) rotate(45deg);
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: var(--bs-dark-green);
}

@media screen and (max-width: 991.98px) {
  .review-arrow.mobile-right:before {
    transform-origin: bottom right;
    transform: translateX(-100%) rotate(-45deg);
    left: auto;
    right: 0;
  }
}

.bg-sky-blue.review-arrow:before {
  background-color: var(--bs-sky-blue);
}

.accordion-button::after {
  background-image: none;
  -webkit-mask: url("/wp-content/themes/rotorsystems/images/plus.svg?v=2");
  background-color: currentColor;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  -webkit-mask: url("/wp-content/themes/rotorsystems/images/minus.svg");
  background-color: currentColor;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
}

.arrow.accordion-button::after {
  -webkit-mask: url("/wp-content/themes/rotorsystems/images/arrow-right.svg");
  background-color: currentColor;
  --bs-accordion-btn-icon: none;
}

#breadcrumbs a {
  color: inherit;
}

.pagination .nav-links {
  margin: 60px auto 0 0;
  border: 2px solid var(--bs-primary);
  font-size: 20px;
  font-family: "field-gothic";
}

.pagination a {
  text-decoration: none;
}

.page-numbers {
  display: inline-block;
  padding: 15px 5px 10px 5px;
}

.page-numbers.current {
  font-weight: bold;
}

.page-numbers.prev {
  padding: 15px 20px 10px 20px;
  border-right: 2px solid var(--bs-primary);
}

.page-numbers.next {
  padding: 15px 20px 10px 20px;
  border-left: 2px solid var(--bs-primary);
}

.page-numbers.dots {
  padding: 15px 0 10px 0;
}

.page-numbers.prev + .page-numbers,
.page-numbers:first-child:not(.prev),
.page-numbers.next {
  margin-left: 15px;
}

.page-numbers:last-child:not(.next) {
  margin-right: 20px;
}

li {
  list-style-type: square;
}

blockquote {
  color: var(--bs-primary);
  font-family: "field-gothic", sans-serif;
  font-size: 50px;
  line-height: 60px;
  padding-left: 40px;
  border-left: 3px solid var(--bs-secondary);
  margin: 50px 0;
}

@media screen and (max-width: 1199.98px) {
  blockquote {
    font-size: 32px;
    line-height: 40px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 991.98px) {
  blockquote {
    font-size: 28px;
    line-height: 36px;
    padding-left: 15px;
  }
}