/*
Theme Name: Venture Child
Theme URL:
Description: Venture Child Theme
Author:
Author URL:
Template: venture
Version: 2.1.2
Text Domain: venture-child
*/

/*************/

html, body {
  height: 100%;
  width: 100%;
  margin: 0 !important; /* new */
  padding: 0 !important;
}

/* Fonts change */

body, button, input, select, textarea,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', -apple-system, sans-serif;
}

b,
strong,
.page .entry-content h2 {
  font-weight: 700;
}

.video-section h1.entry-title {
  text-shadow: rgba(0, 0, 0, 0.3) 0px 2px 3px;
  font-size: 52px;
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 0;
  color: #fff;
  padding-top: 75vh;
  margin-left: 4.2%;
}

.main-navigation ul ul a {
  width: max-content;
}

/* Shortcodes Classes */

/* Media Text Block */
.block,
.outer-box100,
.full-width-container {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding-top: 0;
  border: 0;
  position: relative;
}

.full-width-container {
  padding: 40px;
}

.full-width-container .box {
  padding: 20px;
}

.full-width-container .inner-block {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.full-width-container.bg h1,
.full-width-container.bg h2,
.full-width-container.bg h3,
.full-width-container.bg h4,
.full-width-container.bg h5,
.full-width-container.bg h6 {
  color: #fff !important;
  z-index: 3;
}

.full-width-container.bg {
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff !important;
  border: 0;
}

.full-width-container.bg {
  background-image: linear-gradient(90deg, #000BD7 0%, #026EE1 100%);
  opacity: 0.9;
}

/*Background image with gradient*/
.has-background-cover .overlay {
  opacity: 0.7;
  background-image: linear-gradient(90deg, #000BD7 0%, #026EE1 100%);
}

.container.container-featured .glomex-media .slick-next {
  right: 54px;
}

.container.container-featured .glomex-media .slick-prev {
  left: 54px;
}

.front-block.front-blog-posts.featured-post-block {
  background-color: #fff;
  padding-top: 50px;
}

.featured-post-block .front-post-slider .slick-next.slick-arrow,
.featured-post-block .front-post-slider .slick-prev.slick-arrow {
  position: absolute;
  top: 0;
}

.featured-post-block .front-post-slider .slick-next.slick-arrow {
  margin-right: 47%;
}

.featured-post-block .front-post-slider .slick-prev.slick-arrow {
  margin-left: 47%;
}

.featured-post-block .front-post-slider .slick-list {
  padding-top: 58px;
}

.featured-post-block .front-block-content {
  padding-bottom: 30px;
}

.featured-post-block .front-block-title {
  font-size: 2.125em !important;
}

.box {
  position: relative;
  display: inline-block;
  align-items: center;
  vertical-align: top;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 30px;
  border: 0;
  padding: 5%;
}

/*reset all Headings in shortcode container*/
.box .inner-block h1, .box .inner-block h3, .box h2, .box .inner-block h3, .box h4, .box h5, .box h6 {
  margin: 25px 0 35px 0 !important;
  padding: 0;
}

.box .inner-block .info h3, .box .inner-block .info h2, .box .inner-block .info h4, .box .inner-block .info h5 {
  margin: 0 !important
}

.center {
  text-align: center;
}

.cta {
  width: 100%;
  text-align: center;
  margin: 25px 0;
}

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

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

.cta a {
  text-align: center;
  display: inline-block;
  line-height: 1.7;
  border-radius: 25px;
  padding: 12px 20px;
  color: #000;
  border: 2px solid #000;
}

.cta a:hover {
  background-color: #000;
  color: #fff;
}

.bg .cta a {
  color: #fff;
  border: 2px solid #fff;

}

.bg .cta a:hover {
  background-color: #fff;
  color: #000;
}

.bg,
.box.bg h1,
.box.bg h2,
.box.bg h3 {
  color: #fff;
}

.box.bg {
  background-position: center center;
  background-size: cover;
  height: 400px;
  color: #fff;
  background-repeat: no-repeat;
}

.full-width-container.bg .overlay,
.box.bg .overlay {
  background: #000;
  bottom: 0;
  left: 0;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .2s ease-in-out;
  z-index: 1;
}

.box.box-dist {
  box-sizing: border-box;
  border: 10px solid #fff !important;
}

.box .inner-block {
  position: relative;
  z-index: 4;
}

.inner-block {
  margin: 0;
  padding: 0;

}

.box .page-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.box.link-item:hover .overlay {
  opacity: 0.5;
  color: #444;
}

.box.link-item:hover .inner-block h1,
.box.link-item:hover .inner-block h2,
.box.link-item:hover .inner-block h3,
.box.link-item:hover .inner-block h4,
.box.link-item:hover .inner-block h5,
.box.link-item:hover .inner-block {
  color: #fff;
}

.box.link-item:hover .inner-block .cta-button {
  background-color: #fff;
  color: #000;
}

.inner-block .info {
  /*margin: -10%;*/
}

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

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

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

.box img {
  width: 100%;
}

.block30 {
  width: 33.33333%;
}

.block25 {
  width: 25%;
}

.block50 {
  width: 50%;
}

.block75 {
  width: 75%;
}

/* info icon box*/
.info-icon {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.info-icon i {
  margin-right: 20px;
}

.info-text {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

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

.info-text p {
  margin-bottom: 0;
}

/* accordion */

.accordion dt {
  display: block;
  color: black;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 35px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid black;
  border-radius: 50px;
  margin-bottom: 20px;
}

.accordion dd {
  font-size: 18px;
  padding: 0;
}

.accordion dt.active,
.accordion dt:hover {
  background-color: rgba(0, 0, 0, 0.05);

}

/*slider*/
.media-outer {
  margin: 0 auto 40px 0;
  display: none;
  display: block;

}

.glomex-media,
.glomex-media-slider {
  padding: 30px 40px;
  height: auto;
}

.glomex-media .box {
  padding: 20px;
  margin: 5px;
}

h3.front-block-title {
  text-align: center;
}

.front-post-slider .slick-prev,
.front-post-slider .slick-next {
  visibility: visible;
}

.front-post-slider .slick-prev,
.front-post-slider .slick-next,
.glomex-media .slick-prev,
.glomex-media .slick-next {
  visibility: visible;
  border: 2px solid #eee;
  background-color: transparent;
  overflow: hidden;
  text-indent: -999px;
  background-image: url(ximg/arrow.png);
  background-repeat: no-repeat;
}

.front-post-slider .slick-prev:hover,
.front-post-slider .slick-next:hover,
.glomex-media .slick-next:hover,
.glomex-media .slick-prev:hover {
  background-color: #fff;
}


.front-post-slider .slick-next,
.glomex-media .slick-next {
  background-position: -2px -4px;
}

.glomex-media .slick-next {
  right: -25px;
}

.front-post-slider .slick-prev,
.glomex-media .slick-prev {
  background-position: -3px -49px;
}

.glomex-media .slick-prev {
  left: -25px;
}

/* Media Galerie */
figure.gallery-item {
  padding: 5px 10px;
}

.gallery-columns-2 figure.gallery-item {
  width: 50%;
}

.gallery-columns-3 figure.gallery-item {
  width: 33%;
}

.gallery-columns-2 figure.gallery-item img,
.gallery-columns-3 figure.gallery-item img {
  width: 100%;
}

/* Testimonials css fix */
.testimonial-entry-column-2 .testimonial-entry-content {
  padding-right: 154px;
}


.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix {
  *zoom: 1; /* Für den IE6 und IE7 */
}


/* vertical timeline 2*/
.relative {
  position: relative;
}

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

.cd-main-header {
  background: var(--cd-color-1);
  color: #fff;
}


.cd-timeline {
  overflow: hidden;
  padding: var(--space-lg) 0;
  color: var(--cd-color-3);
}


.cd-timeline__container {
  position: relative;
  padding: 0;
}

.cd-timeline__container::before {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  left: 18px;
  width: 4px;
  background-color: #333;
  display: block;
}

@media (min-width: 64rem) {
  .cd-timeline__container::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.cd-timeline__img i,
.cd-timeline__img p i {
  background-color: #fff;
  /*padding: 16px 18px;*/
  border-radius: 50%;
  color: #000;
  border: 5px solid #000;
  font-size: 30px;
  width: 80px;
  height: 60px;
  text-align: center;
  line-height: 52px;
}

@media screen and (max-width: 992px) {
  .cd-timeline__img i {
    height: 40px;
    font-size: 18px;
    line-height: 32px;
  }
}

.cd-timeline__block h1,
.cd-timeline__block h2,
.cd-timeline__block h3,
.cd-timeline__block h4,
.cd-timeline__block h5,
.cd-timeline__block h6 {
  font-weight: 400;
}

.cd-timeline__block {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: var(--space-lg);
}

.cd-timeline__block:last-child {
  margin-bottom: 0;
}

@media (min-width: 64rem) {
  .cd-timeline__block:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .cd-timeline__block:nth-of-type(even) .timeline-media,
  .cd-timeline__block:nth-of-type(odd) .timeline-media {
    width: 50%;
    display: inline-block;
    position: absolute;
    padding: 40px 60px;
  }

  .cd-timeline__block:nth-of-type(even) .timeline-media {
    left: 0;
  }

  .cd-timeline__block:nth-of-type(odd) .timeline-media {
    right: 0;
  }
}

.cd-timeline__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--color-white), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline__img img {
  width: 24px;
  height: 24px;
}

@media (min-width: 64rem) {
  .cd-timeline__img {
    width: 60px;
    height: 60px;
    order: 1;
    margin-left: calc(5% - 30px);
    will-change: transform;
  }

  .cd-timeline__block:nth-of-type(even) .cd-timeline__img {
    margin-right: calc(5% - 30px);
  }
}

.cd-timeline__content {
  flex-grow: 1;
  position: relative;
  padding: 0 20px;
  box-shadow: 0 3px 0 var(--cd-color-2);
}

.cd-timeline__content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
}

.cd-timeline__content h3,
.cd-timeline__content h2 {
  margin-top: 20px !important;
}

@media (min-width: 64rem) {
  .cd-timeline__content {
    width: 45%;
    flex-grow: 0;
    will-change: transform;
    margin: 0;
    font-size: 0.8em;
    /*--line-height-multiplier: 1.2;*/
  }

  .cd-timeline__content::before {
    top: 24px;
  }

  .cd-timeline__block:nth-of-type(odd) .cd-timeline__content::before {
    right: auto;
    left: 100%;
  }
}

.cd-timeline__date {
  color: #000BD7;
}

@media (min-width: 64rem) {
  .cd-timeline__date {
    position: absolute;
    width: 100%;
    left: 120%;
    top: 20px;
  }

  .cd-timeline__block:nth-of-type(even) .cd-timeline__date {
    left: auto;
    right: 120%;
    text-align: right;
  }
}

@media (min-width: 64rem) {
  .cd-timeline__img--hidden, .cd-timeline__content--hidden {
    visibility: hidden;
  }

  .cd-timeline__img--bounce-in {
    animation: cd-bounce-1 0.6s;
  }

  .cd-timeline__content--bounce-in {
    animation: cd-bounce-2 0.6s;
  }

  .cd-timeline__block:nth-of-type(even) .cd-timeline__content--bounce-in {
    animation-name: cd-bounce-2-inverse;
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}

/* Full Screen Video */

.container.container-featured {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}


.container-featured .box {
  border: 0;
  margin-bottom: 0;
}

.video-section {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  background: #000;
}

.video-section video {
  width: 1920px;
  height: 1080px;
  max-width: 1920px;
  max-height: 1080px;
  position: absolute;
  left: 50%;
  /*top: 50%;*/
  top: 0%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.item-inner-video h1,
.item-inner-video h2,
.item-inner-video h3,
.item-inner-video h4,
.item-inner-video h5,
.item-inner-video h6,
.item-inner-video p {
  color: #fff;
}

.item-inner-video h1,
.item-inner-video h2,
.item-inner-video h3,
.item-inner-video h4,
.item-inner-video h5,
.item-inner-video h6 {
  margin: 20px 0 !important;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  /*  background-color: rgba(0,0,0,0.2);*/
  background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.00) 55%);
  width: 100%;
  height: 100vh;
  z-index: 2;
}

.item-inner-video .cta {
  text-align: left;
}

.item-inner-video {
  position: absolute;
  top: 15%;
  color: #fff;
  text-align: left;
  width: 700px; /* text item*/
  z-index: 3;
}

.item-inner-video.right {
  right: 80px;
}

.item-inner-video.left {
  left: 80px;
}

.item-inner-video.center {
  left: 50%;
  margin-left: -350px; /* negative Hälfte von width:600px */
  align-items: center;
  justify-content: center;
}

.video-section .item-inner-video .full-width-container .inner-block {
  width: 100% !important;
  max-width: 100% !important;
  text-align: left;
}

#video-content-skip {
  width: 100%;
  position: absolute;
  bottom: 8%;
  text-align: center;
  z-index: 3;
}

#video-content-skip .skip-to-entry:before {
  font-family: 'FontAwesome';
  content: "\f107";
  cursor: pointer;
}

#video-content-skip .skip-to-entry {
  -webkit-animation: arrow-bounce 4s 3s infinite;
  animation: arrow-bounce 4s 3s infinite;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: 30px;
  text-align: center;
  width: 30px;
}

/*mobile*/
@media only screen and (min-width: 300px) and (max-width: 550px) {
  .box .inner-block {
    padding: 0 20px 10px;
  }

  .block30,
  .block25,
  .block50,
  .block75,
  .block100 {
    width: 100%;
    display: block;
  }

  .navigation-item.mainmenu {
    margin-top: 0;
  }

  #masthead a.custom-logo-link {
    background-image: url(https://www.glomex.com/app/uploads/2024/02/15/16/34/glomex_logo_dark.png);
  }

  .item-inner-video {
    width: 100%;
    top: 0;
  }

  .item-inner-video.left,
  .item-inner-video.right,
  .item-inner-video.center {
    left: 0;
    margin-left: 0;
  }

  .video-section .item-inner-video .full-width-container .inner-block h1,
  .video-section .item-inner-video .full-width-container .inner-block h2,
  .video-section .item-inner-video .full-width-container .inner-block h3 {
    font-size: 3em !important;
  }

  .full-width-container {
    padding: 20px 0;
  }

  .full-width-container .box {
    padding: 16px 0 10px 0;
  }

  .full-width-container .inner-block {
    padding: 0 20px 10px;
  }

  .glomex-media, .glomex-media-slider {
    padding: 0;
  }
}

/* Steffi */

.big-numbers {
  font-size: 80px;
  margin: 0;
  padding: 0;
  line-height: 80px;
}

.grey-bg {
  background-color: #f1f1f1;
}

.darkgrey-bg {
  background-color: #9B9B9B;
}

.blue-bg {
  background-color: #2491FC;
  color: white;
}

h1.blue-bg, h2.blue-bg, h3.blue-bg {
  color: white;
}

/* Contact Form Styles */
.full-width-container.bg h1 {
  padding-top: 5%;
  margin-bottom: 2%;
  margin-top: 0;
}

.bg .wpcf7 .input-field input {
  padding: 10px 0;
}

.bg .wpcf7 textarea {
  height: 90px;
  padding: 10px 0;
}

.bg .wpcf7 .input-field input,
.bg .wpcf7 textarea {
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #b3b7c0;
  border-radius: 0;
  background: transparent;
  margin-top: 1%;
}

.bg .wpcf7 .input-field {
  position: relative;
}

.bg .wpcf7 .input-field label {
  position: absolute;
  top: 12px;
  left: 0;
  color: #b3b7c0;
  transition: .5s;
  pointer-events: none;
}

/* remove background color from chrome autofill */
.bg .wpcf7 .input-field input:-webkit-autofill,
.bg .wpcf7 .input-field input:-webkit-autofill:hover,
.bg .wpcf7 .input-field input:-webkit-autofill:focus,
.bg .wpcf7 .input-field input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

/* remove text color from chrome autofill */
/*Change text in autofill textbox*/
.bg .wpcf7 .input-field input:-webkit-autofill {
  -webkit-text-fill-color: white !important;
}

.bg .wpcf7 span.wpcf7-not-valid-tip {
  color: #ff0033;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.bg .wpcf7 .small-input {
  width: 46%;
  margin: 2%;
}

.bg .wpcf7 .full-length-input {
  width: 96%;
  margin: 2% 2% 4% 2%;
  padding: 0;
}

.bg .wpcf7 .form-flex {
  display: flex;
  height: 5em;
}

.bg .wpcf7 .submit-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bg .wpcf7 .input-field input[type="submit"] {
  width: 50%;
  border-bottom: none;
  border-radius: 25px;
  background: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
}

.bg .wpcf7 .input-field input[type="submit"]:hover {
  width: 50%;
  background-color: #b3b7c0;
}

/* Resposive input fields */
@media only screen and (min-width: 300px) and (max-width: 900px) {
  .bg .wpcf7 .small-input {
    width: 100% !important;
  }

  .bg .wpcf7 .form-flex {
    flex-direction: column;
    height: auto;
  }

  .bg .wpcf7 .full-length-input {
    width: 100% !important;
  }
}

/*Contact Form on Kontakt Seite*/
.cf7-smart-grid.has-grid .item {
  margin-top: 2%;
}

.cf7-smart-grid.has-grid .item .wpcf7-submit {
  width: 50%;
  margin-left: 25%;
  background-color: transparent;
  border-bottom: none;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  border: 1px solid #b3b7c0;
  font-weight: normal;
}


.cf7-smart-grid.has-grid .item .wpcf7-submit:hover {
  background-color: #b3b7c0;
  color: white;
}

/*Monitor for Video*/
/*based on the open source code from jared hardy
 * http://jaredhardy.com/minimal-devices/ */
/* imac Front page */
.md-imac {
  width: 62.5em;
  height: 50em;
  -webkit-transform: translate3d(0, 0, 0);
  font-size: 0.8em;
  margin: 3% auto;
}

.md-imac .md-body {
  width: 100%;
  height: 43.125em;
  background: #c6c7ca;
  border-radius: 1.875em;
  overflow: hidden;
}

.md-imac .md-top {
  width: 100%;
  height: 37.1875em;
  background: #0f0f0f;
  border-radius: 1.875em 1.875em 0 0;
  position: relative;
}

.md-imac .md-screen {
  width: 57.5em;
  height: 32.375em;
  margin: 0 auto;
  position: relative;
  top: 2.375em;
  background: #17171a;
  overflow: hidden;
}

.md-imac .md-screen img {
  width: 100%;
}

.md-imac .md-camera {
  width: 0.375em;
  height: 0.375em;
  margin: 0 auto;
  position: relative;
  top: 1.25em;
  background: #000;
  border-radius: 100%;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
}

.md-imac .md-camera:after {
  content: "";
  display: block;
  width: 0.125em;
  height: 0.125em;
  position: absolute;
  left: 0.125em;
  top: 0.0625em;
  background: #353542;
  border-radius: 100%;
}

.md-imac .md-base {
  width: 19.25em;
  height: 6.875em;
  margin: -0.5em auto;
}

.md-imac .md-stand {
  width: 13.125em;
  height: 6.125em;
  margin: 0 auto;
  background: #cccdcf;
  background: -webkit-linear-gradient(#b7b8bb, #cccdcf 50%, #d9dadb 80%, #cccdcf, #bfc0c3);
  background: -moz-linear-gradient(#b7b8bb, #cccdcf 50%, #d9dadb 80%, #cccdcf, #bfc0c3);
  background: -o-linear-gradient(#b7b8bb, #cccdcf 50%, #d9dadb 80%, #cccdcf, #bfc0c3);
  background: linear-gradient(#b7b8bb, #cccdcf 50%, #d9dadb 80%, #cccdcf, #bfc0c3);
  -webkit-transform: perspective(50em) rotate3d(1, 0, 0, 30deg);
  -moz-transform: perspective(50em) rotate3d(1, 0, 0, 30deg);
  -ms-transform: perspective(50em) rotate3d(1, 0, 0, 30deg);
  -o-transform: perspective(50em) rotate3d(1, 0, 0, 30deg);
  transform: perspective(50em) rotate3d(1, 0, 0, 30deg);
}

.md-imac .md-foot {
  width: 15em;
  height: 3.125em;
  margin: 0 auto;
  position: relative;
  bottom: 1.5em;
  border-radius: 0 0 0.625em 0.625em;
  background: -webkit-linear-gradient(#bfc0c3 20%, #cccdcf);
  background: -moz-linear-gradient(#bfc0c3 20%, #cccdcf);
  background: -o-linear-gradient(#bfc0c3 20%, #cccdcf);
  background: linear-gradient(#bfc0c3 20%, #cccdcf);
  -webkit-transform: perspective(11.875em) rotate3d(1, 0, 0, 70deg);
  -moz-transform: perspective(11.875em) rotate3d(1, 0, 0, 70deg);
  -ms-transform: perspective(11.875em) rotate3d(1, 0, 0, 70deg);
  -o-transform: perspective(11.875em) rotate3d(1, 0, 0, 70deg);
  transform: perspective(11.875em) rotate3d(1, 0, 0, 70deg);
  box-shadow: 0 0.375em 0 #bfc0c3;
}

.md-imac.md-glare .md-top:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 1.25em 0 0;
  background: -webkit-linear-gradient(42deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -moz-linear-gradient(42deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -o-linear-gradient(42deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: linear-gradient(48deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
}

/*macbook*/
.md-macbook-pro {
  width: 55.3125em;
  height: 31.875em;
  font-size: 0.6em;
}

.md-macbook-pro .md-lid {
  width: 45em;
  height: 30.625em;
  margin: 0 auto;
  position: relative;
  border-radius: 1.875em;
  border: solid 0.1875em #cdced1;
  background: #131313;
}

.md-macbook-pro .md-camera {
  width: 0.375em;
  height: 0.375em;
  margin: 0 auto;
  position: relative;
  top: 1.0625em;
  background: #000;
  border-radius: 100%;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
}

.md-macbook-pro .md-camera:after {
  content: "";
  display: block;
  width: 0.125em;
  height: 0.125em;
  position: absolute;
  left: 0.125em;
  top: 0.0625em;
  background: #353542;
  border-radius: 100%;
}

.md-macbook-pro .md-screen {
  width: 42.25em;
  height: 26.375em;
  margin: 0 auto;
  position: relative;
  top: 2.0625em;
  background: #1d1d1d;
  overflow: hidden;
}

.md-macbook-pro .md-screen img {
  width: 100%;
}

.md-macbook-pro .md-base {
  width: 100%;
  height: 0.9375em;
  position: relative;
  top: -0.75em;
  background: #c6c7ca;
}

.md-macbook-pro .md-base:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  margin: 0 auto;
  position: relative;
  bottom: -0.1875em;
  background: #b9babe;
  border-radius: 0 0 1.25em 1.25em;
}

.md-macbook-pro .md-base:before {
  content: "";
  display: block;
  width: 7.6875em;
  height: 0.625em;
  margin: 0 auto;
  position: relative;
  background: #a6a8ad;
  border-radius: 0 0 0.625em 0.625em;
}

.md-macbook-pro.md-glare .md-lid:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 1.25em 0 0;
  background: -webkit-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -moz-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: -o-linear-gradient(37deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
  background: linear-gradient(53deg, rgba(255, 255, 255, 0) 50%, rgba(247, 248, 240, 0.025) 50%, rgba(250, 245, 252, 0.08));
}

.md-imac .md-screen iframe {
  height: 100%;
}

.video-player {
  height: 100%;
}

/*vertically align macbook and text on the left*/
.macbook-vertical-align {
  vertical-align: middle;
  margin: 3% auto;
}

/* Resposive Monitor and macbook */
@media only screen and (max-width: 320px) {
  .md-imac, .md-macbook-pro {
    font-size: 0.1em;
  }
}

@media only screen and (min-width: 321px) and (max-width: 600px) {
  .md-imac, .md-macbook-pro {
    font-size: 0.3em;
  }

  .md-macbook-pro {
    margin: 3% auto;
  }

}

@media only screen and (min-width: 601px) and (max-width: 900px) {
  .md-imac {
    font-size: 0.6em;
  }

  .md-macbook-pro {
    font-size: 0.4em;
  }
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
  .md-macbook-pro {
    font-size: 0.45em;
  }
}

/* ------- */

.border-black {
  border: 1px solid black;
}

.vertical-middle {
  vertical-align: middle !important;
}

.th-w-full {
  width: 100%;
}

@supports (display: grid) {
  #masthead {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 auto;
    display: grid;
    grid-template-columns: 2fr 8fr;
    -ms-grid-columns: 2fr 8fr;
    align-items: center;

  }

  .meta-navigation {
    max-width: 100%;
    grid-column: 2 / 3;
    -ms-grid-column: 2 / 3;
    grid-row: 1 / 2;
    -ms-grid-row: 1 / 2;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
  }

  .header-links {
    max-width: 76rem;
    grid-column: 2 / 3;
    -ms-grid-column: 2 / 3;
    grid-row: 2 / 3;
    -ms-grid-row: 2 / 3;
    font-size: 18px;
    padding: 10px;
    max-width: 100%;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 16%;
  }

  .site-header .site-branding {
    /*max-width: 18rem;*/
    grid-column: 1 / 2;
    -ms-grid-column: 1 / 2;
    grid-row: 1 / 3;
    -ms-grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 99%; /* old value = 85% */
    background-image: url(https://www.glomex.com/app/uploads/2024/02/15/16/34/glomex_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .site-header.header-loaded.scroll-header .site-branding {
    background-image: url(https://www.glomex.com/app/uploads/2024/02/15/16/34/glomex_logo_dark.png);
    background-repeat: no-repeat;

    background-size: contain;
  }

  .site-header img.site-logo {
    visibility: hidden;
  }

  .site-header img#page-404 {
    visibility: visible;
  }

  .site-header.header-loaded.scroll-header img.site-logo {
    visibility: hidden;
  }

  .site-header.header-loaded.scroll-header img#page-404 {
    visibility: hidden;
  }

  @media only screen and (min-width: 2000px) {
    #masthead {
      padding: 35px 20%
    }

    #frontpage-video h1 {
      margin: auto 20% !important;
    }
  }


  @media only screen and (min-width: 3000px) {
    #masthead {
      padding: 35px 30%
    }

    #frontpage-video h1 {
      margin: auto 30% !important;
    }
  }
}

@media (min-width: 769px) {
  .site-header .header-links {
    width: 80%;
    max-width: 80%;
  }

  .admin-bar .site-header {
    top: 2%;
  }
}

@supports not (display: grid) {
  /* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */
  .header-wrapper {
    width: 100%;
    height: auto;
  }

  #masthead {
    box-sizing: border-box;
    max-width: 113rem;
    margin: 0 auto;
    padding: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .meta-navigation {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-links {
    width: 45%;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-header .site-branding {
    width: 20%;
  }

  .site-header.header-loaded.scroll-header img.site-logo {
    visibility: hidden;
  }

  .site-header.header-loaded.scroll-header .site-branding {
    background-image: url(https://www.glomex.com/app/uploads/2024/02/15/16/34/glomex_logo_dark.png);
    background-repeat: no-repeat;

    background-size: contain;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1452px) {
  .header-links {
    width: 80%;
    justify-content: flex-start;
    padding-left: 4rem;
  }

  .meta-navigation {
    width: 100%;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 200px) and (max-width: 769px) {

  .site-header.header-loaded img.site-logo {
    visibility: hidden;
  }

  #masthead, #masthead.scroll-header {
    top: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    opacity: 1;

  }

  #frontpage-video {
    padding-top: 4rem;
  }
}

/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) {
  .wps-form-row {
    flex-direction: row;
  }

  .wps-form-column {
    padding: 0.5rem 1rem;
  }
}

/*beween small, ipad and ipad pro*/
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .full-width-container {
    padding: 0;
  }
}

@media only screen and (min-width: 300px) {
  .navigation-item.mainmenu {
    margin-top: 0;
  }

  #masthead #header-search-button {
    top: 50%;
    font-size: 14px;
  }

  #masthead #header-menu-button {
    /*top: -10px;*/
    top: 50%;
  }
}


@media only screen and (min-width: 200px) and (max-width: 769px) {
  #masthead {
    top: 0;
  }

  .site-header .site-branding {
    grid-column: 1 / 3;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .header-loaded.scroll-header .site-branding::after {
    opacity: 0;
  }

  .site-header .site-branding {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    background-image: url(https://www.glomex.com/app/uploads/2024/02/15/16/34/glomex_logo_dark.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  #masthead #header-search-button {
    visibility: hidden;
  }

  .site-header .site-branding {
    background-image: url(https://www.glomex.com/app/uploads/2024/02/15/16/34/glomex_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .site-header.header-loaded.scroll-header .site-branding {
    background-image: url(https://www.glomex.com/app/uploads/2024/02/15/16/34/glomex_logo_dark.png);
    background-repeat: no-repeat;

    background-size: contain;
  }
}


@media (max-width: 992px) {
  .meta-navigation ul {
    display: none;
  }

  .meta-navigation {
    height: 0;
  }


  .site-header .header-links {
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
  }

}

.th-stack--base > * + * {
  margin-top: 0;
}

/* Testimonials */
.testimonial_rotator_stars {
  display: flex;
  align-items: left;
  justify-content: left;
}

.testimonial_rotator.template-default .has-image .img img {
  border-radius: 50%;
}

.testimonial_rotator .testimonial_rotator_slide_title {
  margin: 0 0 5px 0 !important;
}

#scroll-to-top {
  z-index: 99;
}


@media only screen and (max-width: 767px) {
  .su-row .su-column:first-child {
    margin-top: 1.5rem;
  }
}

@media only screen and (min-width: 551px) {
  .box.bg {
    min-height: 350px;
  }
}

@media only screen and (max-width: 550px) {
  .box.bg {
    height: auto !important;
  }
}

@media only screen and (max-width: 769px) {
  #page .has-background-cover {
    margin-top: 100px;
  }
}
