#footer_end {
    height: 60px;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    padding-bottom: 217.27px;
    justify-content: center;
}

#footer_end a {
    margin-top: auto;
    margin-bottom: auto;
    text-decoration: none;
    color: grey;
    text-transform: capitalize;
    font-size: 12px;
}

#footer_end a:not([href="/legal/privacy_cookies_policy"]) {
    margin-right: 10px;
    border-right: 1px solid grey;
    padding-right: 10px;
}
a#members_home_btn {
    line-height: 30px;
    padding: 5px 10px;
}
nav a[href="/subscribers/my_account"] {
    border-radius: 5px !important;
    padding: 10px 15px;
    box-shadow: 0px 0px 0px 1px inset rgb(127 127 127);
    color: rgb(190, 190, 190);
}
a#play_all_videos_btn {
    color: rgb(190,190,190);
}

a#play_all_videos_btn .icon {
    opacity: .5;
}
a[href="/subscribe"]#play_all_btn {
    background-color: rgb(62 166 255 / 33%) !important;
    color: white;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0);
}
.new_sign_up_box {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* Safari prefix */
    flex-direction: column;
}

.new_sign_up_box_title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding: 15px;
}

.new_sign_up_box_text {
    padding-bottom: 15px;
}
.new_sign_up_box_text.text_spaced {
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 30px;
}

.inner_new_sign_up_box {
    max-width: 412px;
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    background: #202020;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.new_sign_up_box_btn {
    width: fit-content;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0px 0px 0px 1px inset rgb(255 255 255 / 30%);
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    color: rgb(255 255 255 / 30%);
}

.new_sign_up_box_text a {
        color: rgb(62 166 255 / 80%);
    text-decoration: none;
}

.new_sign_up_box_text.secondary_text {
    font-size: 12px;
}

.inner_new_sign_up_box_secondary {
    max-width: 412px;
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 30px;
}
        .link_topage {
    padding-top: 0px;
    color: rgb(62, 166, 255);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    position: relative;
}

.link_topage:after {
  content: '';
  position: absolute;
  top: 50%; /* Vertically centers the triangle */
  right: -20px; /* Positions the triangle to the right of the container */
  transform: translateY(-50%); /* Centers the triangle vertically */
  
  width: 0;
  height: 0;
  
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgb(62, 166, 255);; /* Creates the white right-pointing triangle */
}

.link_topage_block {
  padding: 20px;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
}
.downloadicon {
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z'/%3E%3C/svg%3E") no-repeat center;
}

.pinned_top_section {
    position: fixed;
    width: 100%;
    z-index: 10;
    background: rgb(30 30 30);
}
#thumbs {
    background: #070707;
    padding: 56.25% 0 0 0;
    top: 122px;
    position: absolute;
    left: 0;
    width: 100%;
}

.player {
    position: relative;
        width: 100%;
        height: 0;
    padding-top: 56.25%;
}
.player iframe {
    position: absolute;
    top: 0;
    border: none;
}
.vdetails {
    padding: 20px;
}
.vtitle {
    font-weight: 600;
    font-size: 18px;
}

.vpubdate {
    font-weight: 400;
}
.vline1 {
    padding-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vdownload_btn, .vdescription_btn {
    padding: 10px 15px;
    background: rgb(255, 255, 255);
    display: inline-block;
    border-radius: 25px;
    color: black;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.vdescription_btn {
    background: none;
    color: white;
    margin-left: 10px;
    box-shadow: inset 0 0 0 2px white;
}
.vdescription {
    padding-top: 20px;
    margin-top: 20px;
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

#open_all_btn {
    box-shadow: none;
    color: white;
}
#head_tray {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #202020;
    padding: 50px 15px;
    margin-bottom: 50px;
}
#head_tray_title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}
.btn_head_tray {
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 1px inset rgb(127 127 127);
    text-transform: uppercase;
}
.aboutme {
    margin-top: 30px;
    cursor: pointer;
    border-radius: 5px;
    padding: 2px 5px;
}
.aboutme span {
    text-transform: uppercase;
    display: inline-block;
    float: left;
    line-height: 0;
    padding: 17.5px 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    box-shadow: 
}
.aboutme svg {
    display: inline-block;
    float: right;
    height: 35px;
    width: 35px;
}
.aboutme.active svg {
    transform: rotate(180deg);
}
.aboutme_desc {
    height: 0;
    overflow: hidden;
    max-width: 480px;
    font-size: 13px;
    padding: 0px;
    color: rgba(255, 255, 255, 0.8);
}
.aboutme_desc.active {
    height: auto;
}
#download_all_btn {
    color: rgb(190 190 190);
}
.btn_head_tray:last-child {
    margin-right: 0px;
}
#play_all_btn {
    background: white;
    color: black;
    box-shadow: 0px 0px 0px 1px inset rgb(255 255 255);
}
.icon {
    display: inline-block;
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.title {
    float: left;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
}

#playlist_container {
    width: 100%;
   max-width: 1754px;
    margin: auto;
    overflow-x:hidden;
}
.playlist_item {
    position: relative;
    height: 50px;
    cursor: pointer;
}
.playlist_item:hover .video_link {
    background: rgba(255, 255, 255, 0.1);
}
.playlist_item:hover .download_trigger {
    opacity: 0.5;
}
.playlist_item_el, .it {
    display: inline-block;
    float: left;
}
.video_link {
    display: flex;
    flex-direction: row;
    width: calc(100% - 120px);
    text-decoration: none;
    padding: 10px;
    margin-left: 50px;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
}
.it {
   font-size: 14px;
    line-height: 30px;
}
.it.ptitle {
    flex-grow: 1;
    width: 100%;
    max-width: 300px;
    color: white;
          white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    margin-right: 20px;
}
.playlist_item .it.ptitle:after {
    display: block;
    font-size: 9px;
    line-height: normal;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    color: rgb(173 216 230 / 50%);
    font-weight: bold;
    margin-bottom: 5px;
}
.ee.playlist_item .it.ptitle:after {
    content: 'exclusive - early access';
}
.playlist_item.exclusive .it.ptitle:after {
    content: 'exclusive access';
}
.it.ptitle, .it.ppubdate {
}
.it.ppubdate {
    flex-grow: 1;
    margin-right: 20px;
    color: rgb(125, 125, 125);
    white-space: nowrap;
}

.it.plen {
    flex-grow: 100%;
    max-width: 60px;
    color: rgb(125, 125, 125);
}
.img_container {
    min-width: 72.938px;
}
.it.img {
   height: 30px;
   min-width: 52.938px;
    margin-right: 20px;
    background: #202020;
}
.download_trigger {
    cursor: pointer;
    opacity: 0;
    width: 25px;
    height: 25px;
    padding: 12.5px;
}
.playlist_item .download_trigger:hover {
    opacity: 1;
}
.download_trigger svg {
    width: 25px;
    height: 25px;
}
.playlist_item.exclusive.locked .playlist_item_el.video_link:before, .playlist_item.ee.locked .playlist_item_el.video_link:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 53px;
    background-image: url(/assets/locked_90.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}
.playlist_item_el.video_link.active-video:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 53px;
    background-image: url(/assets/playing_90.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}
.playlist_item_el.video_link.active-video {
    background: rgba(255, 255, 255, 0.05);
}

.highlighted .playlist_item.ee .playlist_item_el.video_link{
    
}

.highlighted .playlist_item.exclusive.locked .playlist_item_el.video_link:before, .highlighted .playlist_item.ee.locked .playlist_item_el.video_link:before {
    content: '';
    position: absolute;
    max-height: 281px;
    max-width: 33%;
    height: calc(100% - 20px);
    width: 100%;
    
    background-image: url(/assets/locked_500.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 9;
}


.highlighted {
    display: flex;
}
.highlighted:before {
    content: 'Latest Video:';
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    color: rgb(160, 160, 160);
    z-index: 2;
    margin-top: -5px;
    margin-left: 60px;
}

.highlighted .playlist_item {
    height: auto;
    width: calc(100% - 120px);
    
}
.highlighted .playlist_item:hover .video_link {
    background: none;
}
.highlighted .playlist_item:hover .video_link .ptitle .ppubdate, .highlighted .playlist_item:hover .ppubdate:after {
    color: rgb(170, 170, 170);
}

.highlighted .playlist_item_el.video_link {
    width: 100%;
    
}
.highlighted .it.img {
    height: auto;
    width: auto;
    max-height: 281px;
    max-width: 33%;
}
.highlighted .ptitle {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.highlighted .ptitle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 70px;
    width: 100%;
    height: 100%;
        background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,0) 80%, rgb(0, 0, 0) 90%);
    z-index: 2;
    border-right: 50px solid #000000;
}
.highlighted .ptitle .text-wrapper{
    position: absolute;
    margin-bottom: 20px;
    font-size: 18px;
            white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
.highlighted .ptitle .ppubdate {
    margin-top: 20px;
}
.highlighted .plen {
    text-align: center;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    z-index: 3;
    margin-bottom: 15px;
    margin-left: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 3px 6px;
    line-height: inherit;
    border-radius: 5px;
    font-size: 12px
}
.highlighted .playlist_item_el.download_trigger {
    position: absolute;
    height: calc(100% - 25px);
    z-index: 99!important;
}
.highlighted .icon {
    height: 100%;
    text-align: center;
}
.highlighted .icon svg {
    height: 100%;
}
.highlighted .playlist_item .it.ptitle:after {
    display: none;
}
.highlighted .playlist_item .ppubdate:after {
    display: block;
    background: red;
    font-size: 12px;
    line-height: 0;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin-top: 30px;
    text-transform: uppercase;
    color: rgb(173 216 230 / 50%);
    font-weight: bold;
    margin-bottom: 5px;
}
.highlighted .ee.playlist_item .ppubdate:after {
    content: 'exclusive - early access';
}
.highlighted .playlist_item.exclusive .ppubdate:after {
    content: 'exclusive access';
}


@media screen and (max-width: 550px) {
    nav a[href="https://benlionelscott.shop"], nav a[href="/podcast"] {
    display: none;
}
  .title {
    font-size: 10px!important;
}  
.btn_head_tray .icon {
    display: none!important;
    height: 15px!important;
    width: 15px!important;
    margin-top: 2px!important;
}
.btn_head_tray {
    padding: 5px 10px!important;
    margin-right: 5px;
}
    
    
    .playlist_item:hover .video_link {
    background: none;
}
    #head_tray {
    padding: 25px 15px;
    margin-bottom: 25px;
}
    .video_link {
        margin-left: 0px;
        width: calc(100% - 70px);
    }
    .highlighted .video_link {
        margin-left: 0px;
        width: calc(100%);
    }
    .download_trigger {
        opacity: 0.5;
    }
    .highlighted .it.ppubdate{
        display: block;
        font-size: 12px;
    }
    .it.ppubdate{
        display: none;
    }
    .highlighted .playlist_item {
    height: auto;
    width: calc(100% - 70px);
}
    .highlighted .plen {
    margin-right: -15px;
}
    .highlighted .text-wrapper {
        width: calc(100% - 100px)!important;
        font-size: 16px!important;
    }
    .highlighted .playlist_item .ppubdate:after {
    font-size: 10px;
}
.highlighted:before {
    margin-left: 10px;
}
    
}







#share-full-body.hide, #download-full-body.hide {
    display: none;
}
#share-full-body, #download-full-body {
    z-index: 999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cancel-share-bg, #cancel-download-bg {
    background: rgba(16, 17, 18, 0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#share-container, #download-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 20px;
    background-color: rgb(38, 40, 42);
    min-width: 350px;
}
#download-container {
    padding-bottom: 57px;
    min-width: 0;
    width: calc(100% - 80px);
    max-width: 185px;
}
#share-container > a, #download-container > a {
    display: block;
    text-decoration: none;
    padding: 10px;
    color: rgb(62, 166, 255);
    font-size: 14px;
}
#audio_download {
    margin-right:10px;
}
#download-container > a {
    float: left;
    display: inline-block;
    color:white;
    background: #184472;
    width: calc(50% - 25px);
}
#download-container > a .icon {
    margin-right: 5px;
     height: 18px;
    width: 18px;
    display: inline-block;
    float: left;
}
#share-title, #download-title {
    padding-bottom: 10px;
    font-size: 18px;
}
#cancel-share, #cancel-download {
    cursor: pointer;
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 10px;
    margin-right: 10px;
}










.page {
    /*padding: 24px;*/
    /*max-width: 1754px;*/
    margin: auto;
}
.page #col-1 {
    margin-right: 24px;
    flex-grow: 1;
    position: relative;
}
.page #col-2 {
    overflow: hidden;
    min-width: 350px;
    max-width: 350px;
    display: flex;
  flex-direction: column;
}
nav a[href="#"], nav a[href="../"] {
    line-height: 30px;
    padding: 5px 10px;
}
nav #nav_logo {
    height: 30px;
    width: 30px;
    position: relative;
    margin-right: 7.5px;
    display: inline-block;
    float: left;
}
nav #helppage {
    float: right;
}





















nav {
    display: block;
    padding: 10px 24px;
    position: fixed;
    line-height: 20px;
    background: #202020;
    width: 100%;
    height: 60px;
    z-index: 9999;
    box-sizing: border-box;
    max-width: 1754px;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
}
nav:before {
    content: '';
    background: red;
    height: 60px;
    width: 200vw;
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: -1;
    background: #202020;
}
nav *, #mobile_search {
    text-decoration: none;
    color: rgb(225, 225, 225);
    box-sizing: border-box;
}
nav a,nav form, nav form input, #mobile_search input, nav form button, #mobile_search button, #mobile_search_trigger, #mobile_search {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px;
    float: left;
    outline: none;
}
#mobile_search_trigger {
    height: 100%;
    width: 40px;
    float: right;
    cursor: pointer;
}
nav form, #mobile_search {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    border: none;
    height: 40px;
    width: calc(100% - 366.88px);
    max-width: 600px;
}
#mobile_search {
    width: 100%;
    height: 60px;
    max-width: none;
}
#bg_mobile_search {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.76);
    z-index: -1;
}
#mobile_search_container {
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999!important;
}
#mobile_search_container.active {
    visibility: visible;
}
#mobile_search {
    display: inline-block;
}
#mobile_search input {
    background: white!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    padding: 20px;
    width: 100%!important;
}
#mobile_search button {
    background: #cecece!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
nav form input, #mobile_search input {
    border: none;
    width: calc(100% - 70px);
    height: 100%;
    text-transform: none;
    font-weight: 400;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #121212;
}
nav form button, #mobile_search button {
    background: #313131;
    padding: 0;
    border: none;
    width: 70px;
    height: 100%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
nav form button svg, #mobile_search button svg {
    height: 25px;
    width: 100%;
}
nav a:hover {
    background: rgba(255, 255, 255, 0.01);
}
nav a[href="mailto:me@benlionelscott.com"]:before {
    content: 'email';
}
nav a[href="/subscribers"] {
    float: right!important;
    border-radius: 5px!important;
    background: rgb(62 166 255 / 20%);
    padding: 10px 15px;
}
@media screen and (min-width:1020px) {
    #mobile_search_container {
        display: none!important;
    }
    #mobile_search {
        display: none!important;
    }
    #mobile_search_trigger {
        display: none;
    }
    #desktop_search {
        display: inline-block;
    }
}
#nav-spacer {
    padding-top: 60px;
}
body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}