.navbar .nav-item {
  list-style-type: none; }
  .navbar .nav-item a {
    list-style-type: none; }
.navbar .profile {
  width: 50px; }

body {
  font-family: "Open Sans", sans-serif; }
  body .slider-nav .slick-slide {
    width: 70px !important;
    margin-right: 10px; }
  body .slider-nav .slick-current {
    border-bottom: 8PX #009a7e solid; }
    body .slider-nav .slick-current h3 {
      background-color: #2f2f2f;
      color: #fff; }
  body .slider-nav h3 {
    width: 70px;
    border-radius: 100%;
    background-color: #e9e8e8;
    padding: 15px;
    margin: 0;
    vertical-align: center;
    height: 100%;
    text-align: center; }
  body .slider-nav p {
    text-align: center; }
  body .top .slider-for {
    font-family: "Open Sans", sans-serif; }
    body .top .slider-for .live {
      color: #009a7e;
      font-weight: 300; }
    body .top .slider-for .day {
      color: #2f2f2f;
      letter-spacing: 5px;
      margin-bottom: 5px; }
    body .top .slider-for .time {
      font-weight: bold;
      letter-spacing: 2px; }
    body .top .slider-for .stats {
      font-weight: 300; }
    body .top .slider-for h3 {
      font-family: "Open Sans", sans-serif;
      font-size: 3.5em;
      font-weight: 300; }
    body .top .slider-for button {
      margin-top: 20px;
      background-color: #009a7e;
      border: 0;
      font-size: 13px;
      color: #fff;
      padding: 15px;
      border: 1px #fff solid;
      border-radius: 20px;
      margin-bottom: 5px;
      transition: 0.8s;
      text-decoration: none; }
      body .top .slider-for button img {
        display: inline-block;
        width: 20px;
        transition: 0.8s; }
      body .top .slider-for button:hover {
        background-color: #fff;
        color: #009a7e;
        border: 1px #009a7e solid; }
        body .top .slider-for button:hover img {
          transition: 0.8s;
          filter: invert(42%) sepia(15%) saturate(4812%) hue-rotate(135deg) brightness(96%) contrast(101%); }
    body .top .slider-for .topimg {
      width: 70%; }

a {
  text-decoration: none !important; }

.grad {
  position: relative;
  display: block;
  height: 100%;
  pointer-events: none;
  top: 90px;
  z-index: 999; }

.test {
  z-index: 999;
  display: inline-block;
  pointer-events: none;
  width: 20%;
  height: 90px;
  position: relative;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 1%, white 100%); }

.test2 {
  z-index: 999;
  display: inline-block;
  pointer-events: none;
  width: 20%;
  float: right;
  height: 90px;
  position: relative;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, white 100%); }

.logo {
  width: 200px; }

.vodtop {
  padding-bottom: 20px;
  padding-top: 25px; }
  .vodtop h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    display: inline-block; }
  .vodtop button {
    float: right;
    background-color: #797979;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    padding-left: 30px;
    border-radius: 5px;
    padding-right: 30px;
    display: inline-block; }

.vod .dotgroup {
  padding-bottom: 15px; }
.vod .item {
  font-family: "Open Sans", sans-serif; }
  .vod .item h3, .vod .item p {
    font-weight: 300; }
  .vod .item img {
    padding-bottom: 10px;
    width: 100%; }

.recipe {
  padding: 10px; }
  .recipe .imgcontainer {
    height: 550px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden; }
  .recipe img {
    object-fit: cover;
    height: 600px;
    background-position: center; }
  .recipe .title {
    width: 80%;
    bottom: 160px;
    padding: 10px;
    z-index: 99;
    border-radius: 10px;
    position: relative;
    background-color: #eee; }
    .recipe .title h4 {
      font-family: "Open Sans", sans-serif;
      font-weight: 300; }
    .recipe .title p {
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      padding-top: 5px;
      padding-bottom: 5px; }
  .recipe .try {
    position: relative;
    top: -175px;
    z-index: 100;
    color: #fff;
    width: 80%; }
    .recipe .try button {
      background-color: #009a7e;
      width: 100%;
      color: #fff;
      padding: 20px;
      border-radius: 10px; }

.page-footer {
  border-top: 1px solid #2f2f2f54; }
  .page-footer img {
    padding: 30px;
    width: 100%; }

.show {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.top {
  min-height: 730px; }

.player {
  z-index: 99;
  height: 100%;
  border: #2f2f2f solid 0px;
  background-color: #fff;
  filter: drop-shadow(1px 10px 15px #2f2f2f); }
  .player img {
    opacity: 60%;
    width: 100%;
    max-height: 730px;
    object-fit: cover;
    padding-right: 10%;
    padding-left: 10%; }
  .player .block {
    position: absolute;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    bottom: 30px;
    z-index: 99;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; }
    .player .block h3 {
      font-weight: 300;
      font-size: 50px; }
    .player .block .right {
      text-align: right; }
  .player #time {
    font-weight: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 50px; }

.session {
  text-align: center;
  position: relative;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
  display: block; }

.block-start {
  position: absolute;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  height: 100%;
  z-index: 99;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; }

.remove {
  display: none !important; }

.show {
  display: block !important; }

.live {
  font-family: 400; }
  .live h3 {
    font-weight: 300;
    font-size: 50px;
    font-family: 400; }
  .live .right {
    text-align: right; }
  .live .logo {
    padding: 0;
    width: 150px;
    opacity: 100%; }
  .live .mute {
    width: 50px;
    opacity: 1;
    padding: 0 !important; }
  .live video {
    width: 100%;
    height: 100%; }
  .live .session {
    text-align: left;
    color: red;
    font-weight: 700;
    font-size: 25px;
    top: 20px;
    left: 20px; }

.after {
  font-family: 400; }
  .after h3 {
    font-weight: 300;
    font-size: 50px;
    font-family: 400; }
  .after .welldone {
    background-color: #009a7e;
    text-align: left;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: fit-content;
    position: relative;
    left: -25px;
    display: inline-block; }
  .after .grey {
    background-color: #eee;
    padding: 25px;
    padding-bottom: 0; }
  .after .chat {
    overflow-y: scroll;
    width: 100%;
    padding-left: 25px;
    padding-bottom: 40px; }
    .after .chat .block {
      display: flex; }
    .after .chat .user {
      float: left;
      width: 80px; }
    .after .chat .person {
      width: 100%;
      padding-top: 50px; }
      .after .chat .person .message {
        height: fit-content;
        margin-left: 20px;
        position: relative;
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
        background-color: #fff;
        background-clip: content-box;
        width: fit-content;
        border-radius: 15px;
        border-bottom-left-radius: 0px;
        display: inline-block; }
        .after .chat .person .message .stats {
          width: 100%;
          display: inline-block;
          position: absolute;
          top: -50px; }
          .after .chat .person .message .stats .timestamp {
            float: right;
            text-align: right; }
        .after .chat .person .message .username, .after .chat .person .message .timestamp {
          display: inline-block;
          padding-left: 10px;
          padding-right: 10px;
          z-index: 99; }
        .after .chat .person .message p {
          padding: 20px;
          padding-left: 25px;
          font-family: 400;
          padding-right: 25px;
          margin-bottom: 0; }
  .after .keyboard {
    padding: 30px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding-bottom: 35px;
    background-color: #fff; }
    .after .keyboard h4 {
      font-size: 30px;
      text-align: center;
      font-family: "Open Sans", sans-serif;
      padding-bottom: 20px; }
    .after .keyboard .text-right {
      text-align: right; }
    .after .keyboard .pad {
      padding-left: 30px;
      padding-right: 30px; }
    .after .keyboard .btn {
      background-color: #eee;
      background-clip: padding-box;
      width: 90%;
      border-radius: 5px;
      padding-top: 5px;
      font-size: 15px;
      padding-bottom: 5px;
      text-align: center; }
  .after .user {
    float: right;
    display: inline-block; }
  .after .right {
    text-align: right; }
  .after .logo {
    padding: 0;
    width: 150px;
    opacity: 100%; }
  .after .mute {
    width: 50px;
    opacity: 1;
    padding: 0 !important; }
  .after video {
    width: 100%;
    height: 100%; }
  .after .session {
    text-align: left;
    color: red;
    font-weight: 700;
    font-size: 25px;
    top: 20px;
    left: 20px; }

.finished {
  padding-left: 30px;
  font-family: "Open Sans", sans-serif; }
  .finished .starttime {
    padding-top: 20px; }
  .finished h5 {
    font-weight: 300;
    color: #009a7e; }
  .finished button {
    margin-top: 20px;
    background-color: #009a7e;
    border: 0;
    font-size: 13px;
    color: #fff;
    padding: 15px;
    border: 1px #fff solid;
    border-radius: 20px;
    margin-bottom: 5px;
    transition: 0.8s; }
    .finished button img {
      display: inline-block;
      width: 20px;
      transition: 0.8s; }
    .finished button:hover {
      background-color: #fff;
      color: #009a7e;
      border: 1px #009a7e solid; }
      .finished button:hover img {
        transition: 0.8s;
        filter: invert(42%) sepia(15%) saturate(4812%) hue-rotate(135deg) brightness(96%) contrast(101%); }

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 1200px) {
  .top {
    min-height: fit-content !important; }
    .top .slider-for {
      bottom: -20px; }
      .top .slider-for .topimg {
        width: 100% !important; }

  .live {
    display: block;
    position: relative; }
    .live .mute {
      width: 20px; }
    .live .block {
      bottom: 15px !important; }
    .live .session {
      left: 0px; }
    .live .player {
      display: block;
      position: relative; }

  .details .icon {
    width: 60px;
    margin-left: 0; }
  .details h3 {
    font-size: 16px; }
  .details .difficulty {
    font-size: 16px; }

  .player .logo {
    width: 60px; }
  .player .block {
    bottom: 0px; }
    .player .block h3 {
      font-size: 20px; }
    .player .block p {
      font-size: 15px; }
  .player .block-start .session {
    font-size: 23px; }
  .player .block-start #time {
    font-size: 30px; }

  .top {
    min-height: 100%;
    display: block;
    position: relative; }

  .slider-for {
    bottom: -50px; } }
/* Portrait phones and smaller */
@media (max-width: 480px) {
  .topimg {
    margin-left: auto;
    margin-right: auto; }

  .grad {
    display: none; }

  .top {
    min-height: fit-content !important; }

  .entry .details {
    width: 100%; }
    .entry .details .mobnon {
      display: none; }
  .entry .dotgroup {
    padding-left: 0; }
    .entry .dotgroup .dot {
      width: 10px;
      height: 10px; }
  .entry h3 {
    font-size: 15px; }
  .entry p {
    font-size: 9px; }
  .entry .icon {
    display: none; }

  .slider-for {
    bottom: 0px !important;
    text-align: center; }
    .slider-for .title {
      font-size: 10px; }

  .live {
    display: block;
    position: relative; }
    .live .mute {
      width: 20px; }
    .live .block {
      bottom: 15px !important; }
    .live .session {
      left: 0px; }
    .live .player {
      display: block;
      position: relative; }

  .player .logo {
    width: 60px; }
  .player .block {
    bottom: 0px; }
    .player .block h3 {
      font-size: 20px; }
    .player .block p {
      font-size: 15px; }
  .player .block-start .session {
    font-size: 13px; }
  .player .block-start #time {
    font-size: 20px; }

  .after .finsihed {
    padding-top: 20px; }
  .after .welldone {
    font-size: 30px; }
  .after .user {
    width: 70px; }
  .after .chat {
    padding-left: 5px; }
    .after .chat .user {
      width: 70px; }
  .after .keyboard .btn {
    width: 100%;
    height: 100%;
    font-size: 12px; }

  .top {
    min-height: 100%;
    display: block;
    position: relative; }

  .slider-for {
    bottom: -50px; } }

/*# sourceMappingURL=main.css.map */
