@charset "UTF-8";

video {
  width: 800px;
  margin-bottom: -40px;
  margin-top: 40px;
  background: #F5F3F0;
}

/* TYPOGRAPHY */
.stylised-player h3,
.stylised-player p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.stylised-player h3 {
  font-size: 20px;
  color: #1F1F1F;
  font-family: "Montserrat-Medium", Arial;
  line-height: 27px;
  letter-spacing: -0.25px
}

.stylised-player p {
  font-size: 20px;
  color: #000000;
  font-family: "Montserrat-Light", Arial;
  line-height: 27px;
  padding-bottom: 24px;
}

/* STYLISED PLAYER */
.stylised-player {
  width: 100%;
  max-width: none;
  height: 72px;
  background-color: #efefef;
  position: relative;
}

.stylised-player p {
  color: black;
  text-align: center;
  position: absolute;
  top: 24px;
  left: 94px;
  right: 72px;
  z-index: 1;
  font-family: "Montserrat-Medium", Arial;
  cursor: pointer;
}

.stylised-play,
.stylised-pause {
  width: 94px;
  height: 100%;
  background-color: #ec6533;
  position: absolute;
  left: 0;
  text-align: center;
  padding-top: 24px;
  padding-left: 20px;
  cursor: pointer;
}

.stylised-restart {
  width: 72px;
  height: 72px;
  background-color: #ec6533;
  position: absolute;
  right: 0;
  background-image: url(../images/icon_restart_black.png);
  background-size: 72px 72px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.stylised-time-wrapper {
  height: 72px;
  position: absolute;
  left: 94px;
  right: 72px;
  cursor: pointer;
}

.stylised-time-progress {
  height: 72px;
  background-color: #EF8609;
  cursor: pointer;
}

.stylised-play:active,
.stylised-pause:active,
.stylised-restart:active {
  background-color: #EF8609;
}

.stylised-play-icon {
  position: absolute;
  top: 20px;
  left: 32px;
  width: 32px;
  height: 32px;
  background-image: url(../images/icon_play_black.png);
  background-size: 32px 32px;
  background-repeat: no-repeat;
}

.stylised-pause-icon {
  position: absolute;
  top: 20px;
  left: 32px;
  width: 32px;
  height: 32px;
  background-image: url(../images/icon_pause_black.png);
  background-size: 32px 32px;
  background-repeat: no-repeat;
}