@import url('./font-awesome.min.css');

@font-face {
    font-family: "BrandonGrotesque-Bold";
    src: url(../fonts/Brandon_bld.otf);
}

@font-face {
    font-family: "BrandonGrotesque-Black";
    src: url(../fonts/Brandon_blk.otf);
}

@font-face {
    font-family: "BrandonGrotesque-Medium";
    src: url(../fonts/Brandon_med.otf);
}

@font-face {
    font-family: "BrandonGrotesque-Light";
    src: url(../fonts/Brandon_light.otf);
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body{
  font-family: "BrandonGrotesque-Medium";
}

body.no-scroll {
  overflow: hidden;
}

input:not([type="radio"]):not([type="checkbox"]),
textarea {
    border: none;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    padding: 10px 15px;
    font-size: 12px;
    margin: 5px 0;
    background: #eeeeee;
    color: #4c4c4c;
}

/* Header */

.header {
    position: relative;
    z-index: 10000;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 25px 60px 0 50px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.mobile-menu,
.header .menu-icon {
    display: none;
}

.mobile-menu {
    width: 100%;
    height: 100vh;
    background: #454545;
    cursor: pointer;
}

.header .menu-icon {
    position: relative;
    top: 8px;
    float: left;
    display: none;
    width: 20px;
    height: 14px;
    background: url('../images/menuIcon.png') no-repeat;
    cursor: pointer;
}

.mobile-menu a {
    display: block;
    width: 100%;
    padding: 5.2vh 0;
    text-align: center;
    color: #ffffff;
    font-family: "BrandonGrotesque-Medium";
    font-size: 25px;
}

.header .logo-maven {
    background: url('../images/maven-beta-logo.png') no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    width: 82px;
    height: 29px;
    margin-top: 4px;

}

.header nav {
    display: inline-block;
    vertical-align: top;
    float: right;
    position: relative;
    top: -10px;
}

.header .header-log-in {
    padding: 5px 7px;
    color: #fff;
    border-radius: 4px;
    background-color: #37d552;
}

/* CoverPhoto */


.cover-photo {
    position: relative;
    z-index: 1;
    width: 100%;;
    height: 140px;
    background-image: url('../images/cover-photo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* /maven (ie no user) */
.user- .cover-photo {
    background-image: url('../images/colorful-triangles-background-cover.png');
}
/*.user-576027e6186ba86446ca8191 .cover-photo {
  background-image: url('../images/cover-photo-green.jpg');
}
.user-5785052346b9fd114e079aa9 .cover-photo {
  background-image: url('../images/cover-photo-blue.jpg');
}*/

/* ProfileBar */

.profile-bar {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 70px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.profile-info h2 {
    z-index: 4;
    vertical-align: top;
    float: left;
    font-family: "BrandonGrotesque-Bold";
    font-size: 20px;
    color: #454545;
    text-decoration: none;
    margin-top: 15px;
}

.profile-info .stars {
    position: absolute;
    margin-top: 40px;
}

.profile-image-wrapper {
    height: 118px;
    width: 118px;
    top: -25px;
    left: 93px;
    right: 0;
    position: absolute;
}

.profile-image-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}


.profile-img {
    z-index: 3;
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}


/* VideoContainer */
/*////////////////////////////////////////////////////////////////////////////////////*/
.video-container {
    display: table;
    width: 100%;
    padding: 80px;
    margin: 0 auto;
    padding-top: 60px;
}

.video-container-inner-item {
    display: table-cell;
    vertical-align: top;
}
.video-container-inner-item.left-video-wrapper {
    width: 60%;
}
.video-container-inner-item.right-list-wrapper {

    padding-left: 30px;
}

.video-container-inner-item .video-wrapper img,
.video-container-inner-item .video-wrapper video,
.video-container-inner-item .video-wrapper iframe,
.episode-wrapper-inner-item .related-video-wrapper img,
.episode-wrapper-inner-item .related-video-wrapper video,
.episode-wrapper-inner-item .related-video-wrapper iframe {
    display: block;
    width: 100%;
    border: none;
}
/*
.episode-wrapper-inner-item.left .related-video-wrapper {
  overflow: hidden;
}
.episode-wrapper-inner-item.left .related-video-wrapper img {
  height: 100%;
  width: auto;
  left: -25%;
}
*/
.video-container-inner-item .video-wrapper {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.video-container-inner-item .video-wrapper .details {
    padding: 25px;
    background: #fff;
    position: relative;
}

.video-container-inner-item  .video-wrapper .details .favourite-image-and-count {
    position: absolute;
    right: 22px;
    bottom: 22px;
}

.video-container-inner-item  .video-wrapper .details img.favourite {
    display: inline-block;
    width: auto;
    cursor: pointer;
    vertical-align: middle;
}
.video-container-inner-item  .video-wrapper .details .favourite-image-and-count p {
    display: inline-block;
    color: #ddd;
    font-size: 12px;
    vertical-align: middle;
    width: 22px;
    text-align: left;
    padding-left: 4px;
}

.video-container-inner-item .video-wrapper .details p {
    font-family: "BrandonGrotesque-Medium";
    color: #454545;
}
.video-container-inner-item .video-wrapper .details p.title{
    font-size: 20px;
    margin: 5px 0;
}
.video-container-inner-item .video-wrapper .details p.description {
    font-family: "BrandonGrotesque-Light";
    font-size: 16px;
    width: calc(100% - 55px);
}


.video-container-inner-item:nth-of-type.left-video-wrapper .profile-bio {
    display: none;
    padding: 20px;
    text-align: center;
}

.related-videos-list-wrapper {
  min-height: 200px;
  padding: 22px;
  margin-top: 22px;
}

.video-container-inner-item.right-list-wrapper .related-videos-list-wrapper h4 {
    color: #454545;
    font-family: "BrandonGrotesque-Medium";
    font-size: 20px;
    font-weight: 500;
}

.episode-wrapper {
    display: table;
    width: 100%;
    margin-top: 10px;
    padding: 5px 0;
    cursor: pointer;
    -webkit-transition: background-color .35s ease-in-out;
    transition: background-color .35s ease-in-out;
}

/* The selected video is playing */
.episode-wrapper#playing {
    background-color: #eee;
    position: relative;
    cursor: initial;
}
/*.episode-wrapper#playing:after {
  content: 'playing';
  position: absolute;
  bottom: 4px;
  left: 1px;
  display: block;
  color: #454545;
  font-family: "BrandonGrotesque-Medium";
  letter-spacing: 1px;
}*/
.episode-wrapper#playing .episode-wrapper-inner-item.left {
    position: relative;
}
.episode-wrapper#playing .episode-wrapper-inner-item.left:after {
    content: '';
    position: absolute;
    display: block;

    bottom: calc(50% - 25px);
    left: calc(50% - 25px);

    width: 50px;
    height: 50px;
    background: url('../images/playtoggle.svg') no-repeat 50% 50%;
    background-size: contain;

    opacity: 1;
    visibility: visible;
}
.episode-wrapper#playing .episode-wrapper-inner-item.left img {
    opacity: 0.3;
}


.episode-wrapper:hover {
    background-color: #eee;
    position: relative;
}
.episode-wrapper:hover .episode-wrapper-inner-item.left {
    position: relative;
}
.episode-wrapper:hover .episode-wrapper-inner-item.left img {
    opacity: 0.3;
}
.episode-wrapper .episode-wrapper-inner-item.left:after {
    /* This is only here so the transition on hover works */
    content: '';
    position: absolute;
    display: block;

    bottom: calc(50% - 25px);
    left: calc(50% - 25px);

    width: 50px;
    height: 50px;
    background: url('../images/playtoggle.svg') no-repeat 50% 50%;
    background-size: contain;

    visibility: hidden;
    opacity: 0;
}
.episode-wrapper:hover .episode-wrapper-inner-item.left:after {
    content: '';
    position: absolute;
    display: block;

    bottom: calc(50% - 25px);
    left: calc(50% - 25px);

    width: 50px;
    height: 50px;
    background: url('../images/playtoggle.svg') no-repeat 50% 50%;
    background-size: contain;

    visibility: visible;
    opacity: 1;
    transition: all 0.65s ease-in-out;
}

.episode-wrapper-inner-item {
    display: inline-block;
    vertical-align: middle;
}

.episode-wrapper-inner-item.left {
    width: 40%;
}
.episode-wrapper-inner-item.right {
    left: 10px;
    width: 50%;
    height: 100%;
    position: relative;
}

.episode-wrapper-inner-item h5,
.episode-wrapper-inner-item p {
    color: #494949;
}

.episode-wrapper-inner-item h5 {
    font-family: "BrandonGrotesque-Medium";
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 8px;
}

.episode-wrapper-inner-item p {
    font-family: "BrandonGrotesque-Light";
    font-weight: 200;
    font-size: 12px;
    word-wrap: break-word;
    max-height: 70px;
    overflow: hidden;
}
.episode-wrapper-inner-item p.screen-name,
.episode-wrapper-inner-item a {
    font-size: 11px;
    margin-top: 10px;
    display: inline-block;
    color: #494949;
    text-decoration: none;
}
.episode-wrapper-inner-item p.screen-name {
    position: absolute;
    bottom: 0;
    width: calc(100% - 45px);
}
.episode-wrapper-inner-item p.screen-name.hidden {
    display: none;
}

.episode-wrapper-inner-item p.screen-name a {
    margin-top: 0;
}
.episode-wrapper-inner-item .title {

}
.episode-wrapper-inner-item .description {
    /*height: 45%;*/
    /*text-overflow: ellipsis;*/
}
.episode-wrapper-inner-item .video-posted {
    position: absolute;
    bottom: 0;
    right: -5px;
    font-size: 11px;
    color: #ccc;
}
.episode-wrapper-inner-item .video-posted .time {
    font-weight: bold;
}
.episode-wrapper-inner-item a {
    font-family: "BrandonGrotesque-Medium";
    font-weight: 200;
}

/* SubscribePanel */
.video-container-inner-item.right-list-wrapper .related-videos-wrapper .subscribe-panel {
    padding: 20px;
    margin: 15px 0;
}

/* ProfileBio */

.profile-bio {
    font-family: "BrandonGrotesque-Light";
    font-weight: 300;
    font-size: 20px;
    color: #454545;
    padding: 22px;
    position: relative;
}

/*ListGroup*/

.list-group {
    display: inline-block;
    width: 700px;
    margin-top: 20px;
    height: 500px;
    overflow: scroll;
}

.list-group-item {
    cursor: pointer;
    float: right;
    width: 100%;
    text-decoration: none;
    list-style-type: none;
}

.media-left img {
    display: inline-block;
    width: 150px;
    height: 100px;
}

.media-heading {
    display: inline-block;
    font-family: "BrandonGrotesque-Light";
    font-size: 16px;
}

.list-group-item:hover {
    background-color: #eee;
}

/* Pop up */
/*////////////////////////////////////////////////////////////////////////////////////*/
.global-popup-wrapper {
    position: fixed;
    z-index: 9995;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    opacity: .98;
    border-bottom-left-radius: 100%;
    background-color: #1a85dd;
    overflow: hidden;
    transition: width .19s ease-in-out, height .19s ease-in-out, border-bottom-left-radius .19s ease-in-out;
}

.global-popup-inner-wrapper {
    position: relative;
    width: 100%;
    max-width: 540px;
    margin: 110px auto !important;
    color: inherit;
}

.global-popup-wrapper .close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 0 5px 10px;
    font-family: "BrandonGrotesque-Medium";
    font-size: 28px;
    cursor: pointer;
}

.form-heading {
    padding-top: 20%;
    text-align: left;
    color: inherit;
    font-family: BrandonGrotesque-Medium;
    font-size: 30px;
    font-weight: 400;
}

.form-heading ~ .account-form {
    margin-top: 0;
    padding-top: 0;
}

.account-form {
    width: 100%;
    margin-top: 5%;
    padding: 10% 0 0;
}
.account-form .input-wrapper {
    display: block;
    margin: 30px 0;
}

.account-form .input-wrapper input[type="text"],
.account-form .input-wrapper input[type="password"] {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    text-indent: 2px;
    color: inherit;
    font-family: "BrandonGrotesque-Medium";
    font-size: 25px;
    border: none;
    border-bottom: 2px solid #fff;
    background-color: transparent;
    outline: none;
}

.account-form .input-wrapper input::-webkit-input-placeholder {
    color: inherit;
}
.account-form .input-wrapper input::-moz-placeholder {
    color: inherit;
}
.account-form .input-wrapper input:-ms-input-placeholder {
    color: inherit;
}

.account-form .input-wrapper .notification {
    position: relative;
    display: none;
    width: 100%;
    padding-right: 35px;
    color: #5fff7b;
    text-align: left;
    font-family: "BrandonGrotesque-Medium";
    font-size: 19px;
}

.account-form .input-wrapper .notification.error {
    color: #ff7867;
}

.account-form .input-wrapper .notification .fa  {
    display: none;
}

.account-form .input-wrapper .notification.error .fa {
    position: absolute;
    top: 5px;
    right: 3px;
    display: inline-block;
    color: #ff7867;
}

.account-form .input-wrapper[for*="password"] .notification {
    display: none;
}

.account-form .field-wrapper {
    text-align: right;
}

.account-form .field-wrapper a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    font-family: "BrandonGrotesque-Medium";
    font-size: 20px;
}

.account-form input[type="button"] {
    display: inline-block;
    width: 250px;
    height: 55px;
    margin: 0 auto;
    font-family: "BrandonGrotesque-Medium";
    font-size: 20px;
    border: none;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    color: #000;
}

.account-form .field-wrapper ~ input[type="button"] {
    margin-top: 45px;
}

.loginMaven,
.signUpMaven,
.resetPasswordMaven {
    display: block;
    text-decoration: none;
    font-family: "BrandonGrotesque-Black";
    font-size: 20px;
    text-align: center;
    color: #454545;
    width: 250px;
    height: 55px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    margin: 0 auto;
    line-height: 55px;
    cursor: pointer;
    margin-top: 45px;
    text-transform: uppercase;
}

/*footer*/
/*////////////////////////////////////////////////////////////////////////////////////*/
footer {
    background: #4c4c4c;
    width: 100%;
    padding: 27px 0 34px;
}

footer nav {
    margin: 0 auto;
    text-align: center;
    height: 68px;
}

footer nav a {
    display: inline-block;
    vertical-align: top;
    font-family: "BrandonGrotesque-Medium";
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    width: 167px;
    height: 55px;
}

footer nav a:hover {
    text-decoration: underline;
}

footer .copyright {
    font-family: "BrandonGrotesque-Medium";
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    margin-top: 38px;
}
