@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);
@import url('assets/main.css');
/*
Theme Name: Run A Test
Theme URI: http://runatest.com.au
Author: askara
Author URI: http://runatest.com.au
Description: Run A Test Theme
Version: 1.0

-------------------------------------------------------------- */

.wf-force-outline-none[tabindex="-1"]:focus {
  outline: none;
}

.text-mask {
  overflow: hidden;
  white-space: nowrap;
}

/*Locomotive Scroll*/

/*Optional CSS to prevent elements from temporarily disappearing when scrolling back up*/
html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pagination-button.active {
  opacity: 1;
}


body>div#redeviation-bs-indicator>div {
  opacity: 0;
  pointer-events: none
}

body>#redeviation-bs-overlay.redeviation-bs-visible,
body>#redeviation-bs-sidebar.redeviation-bs-visible {
  opacity: 1;
  pointer-events: auto
}

body.redeviation-bs-noscroll {
  overflow: hidden !important
}

body>div#redeviation-bs-indicator>div {
  position: absolute;
  transform: translate3d(-24px, 0, 0);
  top: 0;
  left: 0;
  width: 24px !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 10px 10px 0;
  transition: opacity .3s, transform .3s;
  z-index: 2
}

body>div#redeviation-bs-indicator>div>span {
  -webkit-mask: no-repeat center/24px;
  background-color: #ffffff;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

body>div#redeviation-bs-indicator[data-pos=right] {
  left: auto;
  right: 0
}

body>div#redeviation-bs-indicator[data-pos=right]>div {
  transform: translate3d(24px, 0, 0);
  left: auto;
  right: 0;
  border-radius: 10px 0 0 10px
}

body>div#redeviation-bs-indicator.redeviation-bs-fullHeight>div {
  border-radius: 0
}

body>div#redeviation-bs-indicator.redeviation-bs-hover>div {
  transform: translate3d(0, 0, 0);
  opacity: 1
}

body>div#redeviation-bs-indicator[data-pos=left].redeviation-bs-has-lsb {
  height: 100% !important;
  top: 0 !important
}

body>div#redeviation-bs-indicator[data-pos=left].redeviation-bs-has-lsb>div {
  background: rgba(0, 0, 0, 0)
}

body>div#redeviation-bs-indicator[data-pos=left].redeviation-bs-has-lsb>div>span {
  -webkit-mask-position-y: 20px
}

body>#redeviation-bs-sidebar {
  width: 350px;
  max-width: none;
  height: 0;
  z-index: 2147483646;
  background-color: rgba(0, 0, 0, 0.6) !important;
  color-scheme: auto !important;
  speak: none;
  border: none;
  display: block !important;
  transform: translate3d(-350px, 0, 0);
  transition: width 0s .3s, height 0s .3s, opacity .3s, transform .3s
}

body>#redeviation-bs-sidebar[data-pos=right] {
  left: auto;
  right: 0;
  transform: translate3d(350px, 0, 0)
}

body>#redeviation-bs-sidebar.redeviation-bs-visible {
  width: calc(100% + 350px);
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: opacity .3s, transform .3s
}

body>#redeviation-bs-sidebar.sidepanel {
  width: 100% !important
}

body>#redeviation-bs-sidebar.redeviation-bs-hideMask {
  background: none !important
}

body>#redeviation-bs-sidebar.redeviation-bs-hideMask:not(.redeviation-bs-hover) {
  width: calc(350px + 50px)
}

body>#redeviation-bs-overlay {
  width: 100%;
  max-width: none;
  height: 100%;
  z-index: 2147483647;
  border: none;
  speak: none;
  background: rgba(0, 0, 0, 0.5) !important;
  color-scheme: auto !important;
  transition: opacity .3s
}

/*Scrollbar hidden*/
html {
  overflow: scroll;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent;
}

/*Overscroll disabling*/
html,
body {
  overscroll-behavior: none;
}

/*Mac Os fonts rendering*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*Pressed blue shadow disabling*/
button:focus {
  outline: none;
}

/*Blue box disabling*/
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
  resize: none;
}

.outline-text {
  -webkit-text-stroke: 1px #ff7100;
}

html {
  font-size: 1.39vw !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 1.6vw !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  html {
    font-size: 2.5vw !important;
  }
}

@media (max-width: 479px) {
  html {
    font-size: 3.5vw !important;
  }
}

.popup-button {
  margin: 15px 0;
  padding: 10px;
  background-color: #1d1d1b;
  border: 3px solid #494948;
  font-weight: 600;
  font-size: 14px;
}

.popup-button:hover { 
  border-color: #692C70;
  color: #692C70;
  background-color: #fff;
}