@charset "UTF-8";
.ct-inner-content {
  --wp--style--global--content-size: 1260px;
  --wp--preset--font-size--large: 20px;
}
@media (min-width: 800px) {
  .ct-inner-content {
    --wp--preset--font-size--large: 28px;
  }
}
@media (min-width: 1200px) {
  .ct-inner-content {
    --wp--preset--font-size--large: 28px;
  }
}

.ct-elements-managers-bottom > .ct-dom-tree-node .ct-dom-tree-node {
  padding: 0 0 0 32px !important;
  margin: 0 0 0 -21px !important;
  width: calc(100% + 16px) !important;
}

*, ::after, ::before {
  box-sizing: border-box;
}

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

body .inner-wrapper {
  text-align: unset;
}

.ct-inner-content iframe,
main iframe {
  display: block;
  max-width: 100%;
}
.ct-inner-content img,
main img {
  height: auto;
  display: block;
}

.article-content > .ct-span {
  display: block;
  max-width: 100%;
  overflow: hidden;
}

body {
  background-color: #f9f9f9;
}

h1,
h2,
h3 {
  font-family: Arial Narrow, "Arial Narrow", sans-serif;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media (max-width: 600px) {
  body h1 {
    font-size: 20px;
  }
  body h2,
  body h3 {
    font-size: 18px;
  }
  body h4,
  body h5 {
    font-size: 16px;
  }
  body p,
  body li {
    font-size: 15px;
  }
}
.text-content ul {
  padding-left: 15px;
}
.text-content li {
  padding-left: 8px;
}
.text-content li::marker {
  content: "✓";
  content: "✔";
  margin-right: 5px;
  color: #f7693d;
}

/* Header */
.ct-section.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.ct-section.site-header .site-logo {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.ct-section.site-header .header-menu .oxy-pro-menu-list > .menu-item > a {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.ct-section.site-header.site-header--scrolled {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24);
}
.ct-section.site-header.site-header--scrolled .site-logo {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  transition: all 0.3s ease-in-out;
}
.ct-section.site-header.site-header--scrolled .header-menu .oxy-pro-menu-list > .menu-item > a {
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s ease-in-out;
}

/* Heros */
.page-hero .page-hero-header {
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page-hero .page-hero-header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 280px;
  background-color: #fff;
}
@media (max-width: 900px) {
  .page-hero .page-hero-header::after {
    height: 4px;
    width: 220px;
  }
}
@media (max-width: 600px) {
  .page-hero .page-hero-header::after {
    height: 3px;
    width: 140px;
  }
}

.page-sub-nav .page_item {
  margin: 2px 20px 2px 0;
}
.page-sub-nav .page_item a {
  color: #161733;
  text-decoration: none;
}
.page-sub-nav .page_item a:hover, .page-sub-nav .page_item a:focus {
  color: #f7693d;
}
.page-sub-nav .page_item.current_page_item a {
  color: #f7693d;
}

/* Titles */
.section-header {
  position: relative;
}
.section-header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 220px;
  background-color: #fff;
}
@media (max-width: 800px) {
  .section-header::after {
    width: 140px;
  }
}

/* Features */
.ct-div-block.feature-split:nth-of-type(2n) .feature-content {
  order: 3;
}
.ct-div-block.feature-split:nth-of-type(2n) .feature-image {
  order: 1;
}
.ct-div-block.feature-split .feature-title {
  position: relative;
}
.ct-div-block.feature-split .feature-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 220px;
  background-color: #f7693d;
}
@media (max-width: 800px) {
  .ct-div-block.feature-split .feature-title::after {
    width: 140px;
  }
}

.inner-page-content li {
  list-style: square;
}
.inner-page-content li::marker {
  color: #161733;
  font-size: 12px;
}

::-moz-selection {
  color: #fff;
  background-color: #161733;
}

::selection {
  color: #fff;
  background-color: #161733;
}

/* Animated Bits */
a {
  transition: all 0.3s ease-in-out;
}
a:focus, a:hover {
  transition: all 0.3s ease-in-out;
}

.image-container {
  overflow: hidden;
}
.image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}

.image-zoom {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.image-zoom:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

a:focus .image-zoom {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.orange-button,
.blue-button {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.orange-button:focus, .orange-button:hover,
.blue-button:focus,
.blue-button:hover {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  transition: all 0.3s ease-in-out;
}

/* Logo Slider
-------------------------------------------------------------- */
.topdrill-logo-slider.wp-block-cb-carousel .slick-slide {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.topdrill-logo-slider.wp-block-cb-carousel .slick-slide a {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 90px;
}
.topdrill-logo-slider.wp-block-cb-carousel .slick-slide img {
  display: block;
  max-width: 200px;
  max-height: 90px;
  width: 100%;
  height: auto;
}

.product-slider ul.product-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-slider ul.product-slider .product-slide {
  padding: 0;
  margin: 0 20px;
  max-width: 100px;
}
@media (min-width: 600px) {
  .product-slider ul.product-slider .product-slide {
    margin: 0 30px;
    max-width: 130px;
  }
}
@media (min-width: 900px) {
  .product-slider ul.product-slider .product-slide {
    margin: 0 40px;
    max-width: 180px;
  }
}
.product-slider ul.product-slider .slide-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.product-slider ul.product-slider h4 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 900px) {
  .product-slider ul.product-slider h4 {
    font-size: 22px;
  }
}
.product-slider ul.product-slider img {
  display: block;
  width: 100%;
  min-height: 80px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .product-slider ul.product-slider img {
    min-height: 120px;
  }
}
@media (min-width: 900px) {
  .product-slider ul.product-slider img {
    min-height: 140px;
  }
}
.product-slider ul.product-slider .flickity-button,
.product-slider ul.product-slider .flickity-button:hover,
.product-slider ul.product-slider .flickity-button:focus {
  background: transparent;
}
.product-slider ul.product-slider .flickity-button path {
  fill: rgba(255, 255, 255, 0.877);
}
.product-slider ul.product-slider .flickity-prev-next-button.previous {
  left: -50px;
}
.product-slider ul.product-slider .flickity-prev-next-button.next {
  right: -50px;
}
@media (max-width: 600px) {
  .product-slider ul.product-slider {
    max-width: calc(100% - 100px);
    overflow: hidden;
  }
  .product-slider ul.product-slider .flickity-prev-next-button.previous {
    left: -40px;
  }
  .product-slider ul.product-slider .flickity-prev-next-button.next {
    right: -40px;
  }
  .product-slider ul.product-slider .flickity-prev-next-button {
    width: 38px;
    height: 38px;
  }
}

.home-promo-slider {
  margin: 0;
  padding: 0;
}
.home-promo-slider .promotion-slide {
  background-color: #0b0d0a;
  width: 100%;
  min-height: 100%;
  padding-bottom: 30px;
}
.home-promo-slider .promotion-slide .promo-slide-full-link {
  display: block;
  height: 100%;
  width: 100%;
}
.home-promo-slider .promotion-slide .ct-section-inner-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.home-promo-slider .promotion-slide .promo-text {
  margin: 80px 0 80px auto;
}
.home-promo-slider .promotion-slide .more-button.promo-more-button {
  margin-top: 40px;
}
.home-promo-slider .flickity-page-dots {
  bottom: 30px;
}
.home-promo-slider .flickity-page-dots .dot {
  background-color: transparent;
  border: solid 1px #fff;
  opacity: 1;
}
.home-promo-slider .flickity-page-dots .dot.is-selected {
  background-color: #fff;
}

.oxygen-body form input,
.oxygen-body form input[type=text],
.oxygen-body form input[type=email],
.oxygen-body form input[type=password],
.oxygen-body form input[type=date],
.oxygen-body form input[type=phone],
.oxygen-body form input[type=number],
.oxygen-body form textarea {
  font-family: Arial, "Arial", sans-serif;
  padding: 8px 10px;
  width: 100%;
  display: block;
  color: #fff;
  background-color: #11121f;
  -webkit-appearance: none;
  border: none;
}
.oxygen-body form textarea {
  max-width: 100%;
}
.oxygen-body form input[type=button],
.oxygen-body form input[type=submit],
.oxygen-body form button .wpcf7-submit {
  background-color: #f7693d;
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  border: none;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
}
.oxygen-body form input[type=button]:focus, .oxygen-body form input[type=button]:hover,
.oxygen-body form input[type=submit]:focus,
.oxygen-body form input[type=submit]:hover,
.oxygen-body form button .wpcf7-submit:focus,
.oxygen-body form button .wpcf7-submit:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  box-shadow: 0 0 8px rgba(247, 105, 61, 0.5);
  transition: all 0.3s ease-in-out;
}
.oxygen-body form select {
  font-family: Arial, "Arial", sans-serif;
  width: 100%;
  display: block;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #F1EAD8;
}
.oxygen-body form input[type=checkbox],
.oxygen-body form input[type=radio] {
  display: inline-block;
  width: auto;
}
.oxygen-body label {
  display: none;
  margin-bottom: 0.5rem;
}
.oxygen-body .wpcf7-checkbox label {
  display: block;
}
.oxygen-body ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.705);
}
.oxygen-body ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.705);
}
.oxygen-body :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.705);
}
.oxygen-body :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.705);
}
.oxygen-body .hidden-field {
  display: none;
  visibility: hidden;
}
.oxygen-body .contact-form-grid {
  display: grid;
  margin: 20px auto;
  grid-gap: 20px;
  max-width: 100%;
  grid-template-columns: minmax(1px, 1fr);
}
.oxygen-body .contact-form-grid .form-submit {
  display: flex;
  flex-direction: column;
}
@media (min-width: 900px) {
  .oxygen-body .contact-form-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 40px;
    max-width: 960px;
    margin: 20px auto;
  }
  .oxygen-body .contact-form-grid .wide-form-field,
  .oxygen-body .contact-form-grid .form-submit {
    grid-column: span 2;
  }
  .oxygen-body .contact-form-grid .form-submit {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.oxygen-body .page div.wpcf7-response-output {
  background-color: #0b0d0a;
  color: #fff;
  border: none;
  padding: 2rem 2.5rem;
  border-radius: 3px;
}
.oxygen-body .page div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #42ba71;
}
.oxygen-body .wpcf7-form div.wpcf7-response-output {
  background-color: #363636;
  color: #fff;
  border: none;
  padding: 1em 1.5em;
  border-radius: 5px;
  border: none;
}
.oxygen-body .wpcf7-form div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #42ba71;
}
.oxygen-body .wpcf7-form div.wpcf7-response-output.wpcf7-mail-sent-ng {
  background-color: #CF584B;
}
.oxygen-body .wpcf7-form div.wpcf7-response-output.wpcf7-spam-blocked {
  background-color: #920505;
}
.oxygen-body .wpcf7-form div.wpcf7-response-output.wpcf7-validation-errors {
  background-color: #e4941d;
}
.oxygen-body .wpcf7-form.sent div.wpcf7-response-output {
  background-color: #42ba71;
}

@media (min-width: 800px) {
  .page-main .alignwide {
    max-width: none;
    margin-left: -3em;
    margin-right: -3em;
    width: auto;
  }
  .page-main .alignfull {
    max-width: none;
    max-height: none;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
@media (min-width: 1200px) {
  .page-main .alignwide {
    width: auto;
    max-width: none;
    margin-left: -7em;
    margin-right: -7em;
  }
}
/****** Gutenberg Buttons ******/
.wp-block-buttons .wp-block-button {
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  font-family: "Titillium Web";
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background-color: #f7693d;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0 !important;
}

.page-main figure {
  margin-left: 0;
  margin-right: 0;
}

/* Quotes
-------------------------------------------------------------- */
.ct-inner-content .wp-block-quote {
  margin-left: 0;
  margin-right: 0;
  padding-left: 5em;
  background-image: url("../img/quotes.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 4em auto;
}
@media (max-width: 700px) {
  .ct-inner-content .wp-block-quote {
    padding-left: 0;
    padding-top: 3em;
    background-size: 3em auto;
  }
}
.ct-inner-content .wp-block-quote cite {
  display: block;
  width: 100%;
  font-style: normal;
  border-top: solid 2px #f7693d;
  padding-top: 1em;
}

/* Split Content ( Media & Text )
-------------------------------------------------------------- */
@media (min-width: 1140px) {
  .wp-block-kadence-splitcontent .kt-sc-textcol {
    padding-right: calc((100vw - var(--wp--style--global--content-size)) / 2);
    padding-left: 40px;
  }
}

.wp-block-kadence-splitcontent .kt-split-content-wrap .wp-block-media-text__content {
  padding-top: 4%;
  padding-bottom: 4%;
}
@media (min-width: 1140px) {
  .wp-block-kadence-splitcontent .kt-split-content-wrap .kt-sc-textcol {
    padding-right: calc((100vw - var(--wp--style--global--content-size)) / 2);
    padding-left: 40px;
  }
  .wp-block-kadence-splitcontent .kt-split-content-wrap.has-media-on-the-right .kt-sc-textcol, .wp-block-kadence-splitcontent .kt-split-content-wrap.kt-sc-media-side-right .kt-sc-textcol {
    padding-left: calc((100vw - var(--wp--style--global--content-size)) / 2);
    padding-right: 40px;
  }
}

/* Logo SLider Gallery
-------------------------------------------------------------- */
.topdrill-logo-slider.wp-block-kadence-advancedgallery .kb-gallery-ul .kadence-blocks-gallery-item img {
  max-width: 230px;
  max-height: 120px;
}

/* Testimonial
-------------------------------------------------------------- */
