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

.login #login form#registerform {
  height: 100% !important;
}

a {
  color: #0a0;
}

.text-success {
  color: #0a0 !important;
}
.error {
  border: 2px solid #f00 !important;
}

.btn-default {
  border: 1px solid #777;
  border-radius: 8px;
  padding: 8px;
  display: inline-block !important;
  transition: all 300ms;
}

.btn-default:hover {
  background: #fff;
  color: #000 !important;
}

.btn-success {
  color: #fff;
}

.btn-success,
.bg-success {
  background: #0a0 !important;
}

.btn.btn-success:hover {
  background: #050 !important;
}

.entry-title {
  color: #0a0 !important;
}

.error-message {
  display: none;
}

.show {
  display: block !important;
}

.show-flex {
  display: flex !important;
}

.hide {
  display: none !important;
}

.site-logo {
  width: 50px !important;
}

.back-link {
  color: #ccc !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  display: inline-block !important;
  transition: all 300ms;
}

.back-link:hover {
  border-color: #0a0;
  color: #0a0 !important;
}

.upload-frame {
  /* position: absolute;
  top: 50%;
  left: 50%; */
  /* width: 400px;
  height: 400px; */
  /* margin-top: -200px;
  margin-left: -200px; */
  border-radius: 2px;
  /* box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  /* background: linear-gradient(to top right, darkmagenta 0%, hotpink 100%); */
  color: #333;
  font-family: 'Open Sans', Helvetica, sans-serif;

  width: 300px;
  height: 260px;
  border-radius: 3px;
  box-shadow: 8px 10px 15px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}

.upload-frame .center {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  /* width: 300px;
  height: 260px;
  border-radius: 3px;
  box-shadow: 8px 10px 15px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column; */
}

.upload-frame .title {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #999;
  text-align: center;
}

.upload-frame .title {
  /* font-size: 16px; */
  /* font-weight: 300; */
  color: #666;
}

.upload-frame .dropzone {
  width: 100px;
  height: 80px;
  border: 1px dashed #999;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

.upload-frame .upload-icon {
  margin: 25px 2px 2px 2px;
  transform: scale(3);
}

.upload-frame .upload-input {
  position: relative;
  top: -62px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.upload-frame .btn {
  display: block;
  width: 140px;
  height: 40px;
  background: #0a0;
  color: #fff;
  border-radius: 3px;
  border: 0;
  box-shadow: 0 3px 0 0 #000;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}

.upload-frame .btn:hover {
  background: #070;
  box-shadow: 0 3px 0 0 #000;
}

.nexus-page-container {
  width: 80%;
  margin: 0 auto;
}

.video-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.video-item {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
}

.video-item a {
  display: flex;
  flex: 1;
}

.video-item img {
  transition: all 300ms;
  width: 100%;
  border: 2px solid transparent;
}

.video-item:hover img {
  border-color: #0a0;
}

.single-video-container {
  --screen-size: 1280px;
  height: calc(var(--screen-size) / 1.8);
  width: var(--screen-size);
  display: flex;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  padding: 2px;
  background: #fff2;
  box-shadow: 0px 0px 50px #afa4;
  margin-bottom: 40px;
}

.single-video-container iframe {
  width: 100%;
  height: 100%;
}

.single-video-content {
  border: 1px solid #ccc4 !important;
}

.single-video-back-link {
  top: -20px;
  position: relative;
}


@media screen and (max-width: 1280px) {
  
  .single-video-container {
    --screen-size: 940px;
  }
}


@media screen and (max-width: 728px) {
  /* .single-video-container {
    height: 35vh;
    width: 100%;
  } */

  .single-video-container {
    --screen-size: 640px;
  }
}


@media screen and (max-width: 640px) {
  /* .single-video-container {
    height: 35vh;
    width: 100%;
  } */

  .single-video-container {
    --screen-size: 320px;
  }
}
