@charset "UTF-8";

/*
Theme Name: mindyourself

/* Variables */

// fonts
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');




.center-xy {top: 50%; left: 50%; transform: translate(-50%,-50%); position: absolute; }
.cb-video-container {position: relative; }
.video {display: block; }
.play-pause--container { position: relative;opacity: 1 !important;visibility: visible !important; } 
.play-pause--icon {margin: auto; right: 0; left: 0; position: absolute; filter: drop-shadow(0 0 5px rgba(0,0,0,0.5)); }
.play-icon {width: 0; height: 0; border: 0 solid transparent; border-bottom-width: $barHeight/2; border-top-width: $barHeight/2; border-left: 25px solid $playColor; }
.pause-icon {background-color: $pauseColor; width: $barWidth; height: $barHeight; left: -$barWidth; position: absolute; }
.pause-icon:after {content: ''; background: inherit; width: $barWidth; height: $barHeight; left: $barHeight/2; position: absolute; }
.play-pause--click-area {background: transparent !important; }
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    display: none !important;
}
html {
  scroll-behavior: smooth;
}