.reads-tray {
    background: #12131c;
    padding: 80px 120px 120px 120px;
    font-family: 'proxima-nova';
}

.tiles {
	background: transparent;
}

.reads-tray .header div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reads-tray .row {
    display: flex;
}

.reads-tray .col-20 {
    width:  20%;
}

.reads-tray .col-40 {
    width:  40%;
}

.reads-tray .col-60 {
    width: 60%;
}

.reads-tray .row .feed-container {
    margin-right: 25px;
    position: relative;
}

.reads-tray .row .feed-container:after {
    content: "";
    position: absolute;
    right:0px;
    top: 30px;
    height: 100%;
    width: 1px;
    background-color: #363636;
}

.reads-tray .row .feed-container ul {
    margin:0px;
    padding:15px 20px 25px 0px;
}

.reads-tray .row .feed-container ul li {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 10px;
    display: flex;
    align-self: center;
    flex-direction: row;
}


.reads-tray .row .feed-container ul li  .text {
    width: calc(100% - 18px);
    border-bottom: 1px solid #434343;
    padding: 0px 0px 10px 0px;
}

.reads-tray .row .feed-container ul li img { 
    width: 26px;
    height: 26px;
    object-fit: cover;
    display: inline-flex;
    margin-right: 8px;
    background: #D8D8D8;
    border-radius: 50%;
}

.reads-tray .row .feed-container ul li h3, 
.reads-tray .row .feed-container ul li span {
    font-size: 12px;
    color: #B3B3B3;
    margin:0;
    text-transform: uppercase;
    display: block;
    -webkit-font-smoothing: antialiased;
    font-family: "proxima-nova";
}

.reads-tray .row .feed-container ul li span {
    text-transform: none;
}

.reads-tray .row .feed-container ul li h3 {
    color: #A0FCAF;
    margin: 0 5px 0 0;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

.reads-tray .row .feed-container ul li a {
    color: #FFF;
    display: block;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box!important;
    -webkit-line-clamp: 5!important;
    -webkit-box-orient: vertical;
    margin-top: 11px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reads-tray .row .feed-container li .user {
    display: flex;
    align-items: center;
}
.reads-tray .row .feed-container ul li .text span {
    color: #D1D1D0;
    font-weight: 100;
    display: inline-flex;
    font-size: 13px;
}

.reads-tray .row .feed-container ul li.grey {
    border:none;
    padding-top: 10px;
}

.reads-tray .row .feed-container ul li .placeholder {
    width: 100%;
    height: 5px;
    background-color: #000000;;
}

.reads-tray .row .feed-container ul li .item-url {
    max-height: initial;
}

.reads-tray .row .feed-container .community-feed li h3 b {
    color: #B3B3B3;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
}

.reads-tray .row .feed-container li span {
    text-transform: initial;
    display: inline-block;
    margin-left:5px;
}

.reads-tray .row .feed-container .community-feed li span a {
    color: #3AFF98;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    height: auto;
    display: inline-block;
    margin: 0 3px 0 3px;
    padding: 0;
    cursor: pointer;
}

.reads-tray .row .feed-container .community-feed li span a:hover {
    text-decoration: underline;
}

.reads-tray .row .feed-container ul li .text img.article-img {
    width: 100%;
    border-radius: 0px;
    border:none;
    height: 78px;
    margin: 5px 0px 0px 0px;
    object-fit: cover;
}

.reads-tray .row h3.title {
    font-size: 36px;
    background-color: #12131C;
    margin-top: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    font-weight: 500;
}

.reads-tray .row h3.title.collections-title {
    margin-left: 15px;
}
 
.reads-tray .row h3.title.grey {
    color: #565656;
}

.reads-tray .row h3.title.grey span {
    background-color: #565656;
    color: #000;
}

.reads-tray .row h3.title span {
    width: 33px;
    height: 27px;
    color: #fff;
    margin-right: 12px;
    font-weight: bold;
    background-color: #F53A3A;
    border-radius: 7px;
    display: inline-flex;
    justify-content: center;
    align-items:center;
    font-size: 14px;
}

.reads-tray .header div.filter {
    justify-content: initial;
    align-items: initial;
}

.reads-tray .header h2 {
    font-size: 48px;
    font-weight: normal;
    margin: 0px;
}

.reads-tray .header div a.personalize {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.reads-tray .header div a.personalize i {
    width: 28px;
    height: 22px;
    background: url("/img/tray/tray-settings.png") no-repeat center center / cover;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 6px;
}


.reads-tray .header div.filter {
    color: #fff;
    margin-top: 42px;
    font-size: 24px;
    font-weight: normal;
}

.reads-tray .header div.filter a {
    color: #565656;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 19px;
    cursor: pointer;
}

.reads-tray .header div.filter a svg {
    margin-top: 4px;
}

.reads-tray .header div.filter a:hover svg g,
.reads-tray .header div.filter a.active svg g {
    fill : #b3b3b3;
}

.reads-tray .header div.filter a:hover,
.reads-tray .header div.filter a.active{
    color: #b3b3b3;
}

.reads-tray .options {
    display: flex;
    margin-bottom: 45px;
}

.reads-tray .options a {
    display: inline-block;
    position: relative;
    height: 130px;
}


.reads-tray .options div.feed {
    width: 33%;
    border-bottom: 5px solid #104129;
}

.reads-tray .options div.saved {
    width: 33%;
    border-bottom: 5px solid #104129;
}

.reads-tray .options div.caught-up {
    width: 33%;
    border-bottom: 5px solid #104129;
}

.reads-tray .options a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reads-tray .options a .text {
    position: absolute;
    width: 100%!important;
    display: flex;
    box-sizing: border-box;
    align-items: flex-end;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    padding: 15px 20px 15px 20px;
}   

.reads-tray .options a .text h3 {
    font-size: 17px !important;
    margin: 0;
    line-height: 19px !important;
    text-transform: uppercase;
    color: #aeaeae;
}

.reads-tray .options div.saved .text h3 {
    color: #a4a4a4;
}

.reads-tray .options a .text .info-btn {
    right: -37px;
    left: initial;
    top: -37px;
    display: none;
}

.reads-tray .options div.caught-up  {
    color: #59d196;
    font-size: 16px;
    line-height: 16px;
}

.reads-tray .options div.caught-up,
.reads-tray .options div.feed,
.reads-tray .options div.saved {
    position: relative;
}


.reads-tray .options div.caught-up a {
    color: #59d196;
}

.reads-tray .options div.caught-up .text span {
    width: 43px;
    height: 35px;
    margin: 0px 9px 0px 40px;
    line-height: 35px;
    text-align: center;
    display: block;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #e9e9e9;
    background-color: #3b3e60;
}

.reads-tray .collections .collection-actions {
    width: 100%;
    margin-bottom: -10px;
    display: flex;
    justify-content: space-between;
}

.reads-tray .collections .collection-actions .select-wrapper {
    position: relative;
    display: inline-block;
    width: 68%;
    margin-right: 10px;
}

.reads-tray .collections .collection-actions .select-wrapper::after {
    content: '';
    width: 12px;
    height: 8px;
    background: url("/img/arrow-down-green.png") center center / cover;
    display:block;
    position: absolute;
    right: 17px;
    z-index: 9;
    top: 14px;
}

.reads-tray .collections .collection-actions .select-wrapper select {
    -webkit-appearance: none;
    width: 100%;
    padding: 0px 40px 0px 20px;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: #A3A3A4;
    border:none;
    outline: none;
    z-index: 99;
    position: relative;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 17.5px;
    border: 1px solid #828282;
    font-family: "proxima-nova";
}

.reads-tray .collections .collection-actions .create-collection {
    width: 40%;
    max-width: 220px;
    background-color: #45DF77;
    border-radius: 17.5px;
    border:none;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: bold;
    text-transform: uppercase;
    padding: 9px 20px 9px 24px;
}

.reads-tray .collections .collections-categories {
    display: flex;
    min-height:initial!important;
}   

.reads-tray .collections .collections-categories h3 {
    min-height: initial!important;;
}

.reads-tray .collections .collections-categories a,
.reads-tray .collections .collections-categories div.cat-purple {
    display: inline-block;
    width: 33%;
    height: 180px!important;
    position: relative;
}

.reads-tray .collections .collections-categories div a {
    width: 100%;
    display: inline-block;
}

.reads-tray .collections .collections-categories a img {
    width: 100%;
    height: 100%;
}

.reads-tray .collections .collections-categories a .text {
    position: absolute;
    bottom:0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px 30px 20px;
    max-height: 100px;
    overflow: hidden;
}

.reads-tray .collections .collections-categories a .text h3 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 22px;
    margin:0 0 3px 0;
}

.reads-tray .collections .collections-categories a .text label {
    font-size: 16px;
    line-height: 16px;
    color:#484b74;
}

.reads-tray .collections .collections-categories a .text .info-btn {
    right: -37px;
    left: initial;
    top: -37px;
}

.reads-tray .collections .collections-categories div.cat-purple h3 {
    color: #b2a9ff;
}

.reads-tray .collections .collections-categories div.cat-purple {
    border-bottom: 5px solid #463BAA;
}

.reads-tray .collections .collections-categories a.cat-yellow h3 {
    color: #f19f09;
}

.reads-tray .collections .collections-categories a.cat-yellow{
    border-bottom: 5px solid #7C5F0F;
}

.reads-tray .collections .collections-categories a.cat-blue h3 {
    color: #6db3ff
}

.reads-tray .collections .collections-categories a.cat-blue{
    border-bottom: 5px solid #30659E;
}

.reads-tray .collections .list {
    overflow: auto;
    position: relative;
    min-height: 500px;
}

.reads-tray .collections .collection-container {
    display: none;
}
 
.reads-tray .collections .collection-container.show {
    display: block;
}

.reads-tray .collections .list::after {
    content: "";
    clear: both;
    display: table;
  }

.reads-tray .collections .list a {
    display: block;
    width: 33%;
    position: relative;
    height: 274px;
    padding:0;
    margin:0;
    cursor: pointer;
    box-sizing:border-box;
    float: left;
    border-bottom: 5px solid #3B3B3B;
}

.reads-tray .collections .list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reads-tray .collections .list a .text {
    background: #000;
    padding: 32px 18px 32px 25px;
    position: absolute;
    bottom:0;
    width: 100%;
    box-sizing: border-box;
}

.reads-tray .collections .list a .text h3 {
    font-size: 20px;
    margin:0;
    min-height: 48px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.reads-tray .collections .list a:nth-child(2n+1) {
    border-color: #6F010B;
}

.reads-tray .collections .list a:nth-child(3n) {
    border-color: #94800C;
}

.reads-tray .collections .list a:nth-child(3n+1) {
    border-color: #505050;
} 


.reads-tray .collections .list a:nth-child(5n) {
    border-color: #660202;
}


.reads-tray .collections .list a:nth-child(4n) {
    border-color: #3A3A3A
}

.reads-tray .collections .list a:nth-child(10n){
    border-color: #330200;
}

.reads-tray .collections .list a:nth-child(2n) {
    border-color: #3A3A3A
}


/* .reads-tray .collections .list a:nth-child(10n){
    border-color: #330200;
}

.reads-tray .collections .list a:nth-child(n) {
    border-color: #3A3A3A
}

.reads-tray .collections .list a:nth-child(4n){
    border-color: #1C1C1C
}

.reads-tray .collections .list a:nth-child(5n) {
    border-color: #656565;
}

.reads-tray .collections .list a:nth-child(7n) {
    border-color: #BABABA;
}
 */
.reads-tray .collections .list a.dark-gray {
    border-color: #505050;
} 


.reading {
    background: #12131c;
    padding: 100px 120px 22.5px 120px;
    min-height: 100%;
    width: 100%;
    min-width: 1280px;
    box-sizing: border-box;
    display: block;
    font-family: 'proxima-nova';
    justify-content: space-between;
}

.reading .section.collection .box {
    border:none;
    height: 105px;
    align-items: center;
}

.reading .section.collection .box h3 {
    color: #59D196;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.reading .section.collection .box .text {
    padding:0px 20px;
    display: inline-block;
    background-color: transparent;
}

.reading .section.collection .box.collection-title .text {
    padding: 0;
}



.reading .section{
    width: 100%;
    position: relative;
}

.reading .section h3 {
    color: #b3b3b3;
    margin: 0 0 18px 0px;
    font-size: 24px;
    text-transform: uppercase;
}

.reading .section .box {
    width: 100%;
    background: #000;
    position: relative;
    display: flex;
    align-items: flex-end;
    border-bottom: 5px solid;
}

.reading .section .box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.reading .section .box.collection-title {
    bottom:0;
    padding: 0;
    height: auto!important;
    line-height: normal;
    background-color: #fff;
    transition: all 0.5s ease;

}

.reading .section .box.collection-title.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 75px!important;
    z-index: 99999999;
    animation: fadein 0.5s;
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s;
}

.header-placeholder {
    height: 30px;
}

.header-placeholder.hide {
    display: none;
}

.reading .section .box.collection-title.fixed .collection-cover {
    width: 70px!important;
    height: 75px!important;
    background-size: cover;
    animation: fadein 0.2s;
    -webkit-animation: fadein 0.2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.2s; /* Firefox < 16 */
        -ms-animation: fadein 0.2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.reading .section .box.collection-title.fixed .collection-info {
    flex-direction: row!important;
    align-items: center;
    font-size: 14px!important;
}

.reading .section .box.collection-title.fixed .collection-info  h3 {
    font-size: 21px;
    line-height: 21px;
    margin: 0px 20px 0px 0px!important;
}

.reading .section .box.collection-title.fixed .collection-info span {
    margin-top: 0px!important;
}

.reading .section .box.collection-title.fixed .author a img {
    width: 37px;
    height: 37px;
    display: block!important;
    margin-right: 15px;
}
.reading .section .box.collection-title.fixed .notes {
    display: none!important;
}

.reading .section .box.collection-title.fixed .text.mobile .collection-info{
    flex-direction: column!important;
}
.reading .section .box.collection-title .collection-cover {
    display: inline-block;
    margin: 0;
    height: 0;
    width: 147px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
}


.reading .section .box.collection-title .text {
    font-size: 14px;
    display: flex;
}

.reading .section .box.collection-title .text.mobile {
    display: none;
}
.reading .section .box.collection-title .text .collection-info{
    display:flex;
    flex-direction: column;
    padding-left:25px;
    font-size: 18px;
    justify-content: center;
    font-family: "proxima-nova";
    font-weight: 600;
    -webkit-font-smoothing: antialiased;

}

.reading .section .box.collection-title .text.desktop {
    height: 160px;
}

.reading .section .box.collection-title .text {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
}

.reading .section .box.collection-title .text > div {
    display: inline-flex;
}

.reading .section .box.collection-title .text h3 {
    display: block;
    margin: 0 0 0px 0px;
    height: auto;
    color: #000;
    font-weight: 900;
}

.reading .section .box.collection-title.fixed .text.desktop {
    height: 75px;
}

.reading .section .box.collection-title.fixed .text .collection-info {
    padding-left: 20px;
}

.reading .section .box.collection-title.fixed .text h3 {
    font-size: 21px;
    line-height: 21px;
}

.reading .section .box.collection-title .text .collection-info h3 {
    margin: 0 0 10px 0px;
}

.reading .section .box.collection-title .text .collection-info span {
    display:block;
    margin-top: 3px;
    font-family: din-condensed, sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}

.reading .section .box.collection-title .text .collection-info span b{
    text-transform: uppercase;
    font-weight: 900;
    font-family: "proxima-nova";
}

.reading .section .box.collection-title .text .collection-info span a {
    display: flex;
    align-items: center;
    color: #000;
    margin-top: 10px;
    font-weight: 900;
    font-family: "proxima-nova";
}

.reading .section .box.collection-title .text .collection-info span a svg {
    margin-left: 5px;
}

.reading .section .box.collection-title .text.mobile h3 {
    padding:0!important;
    margin: 15px 0 10px 0!important;
}
.reading .section .box.collection-title .text.mobile .collection-info {
    font-size: 14px;
}

.reading .section .box.collection-title .text.mobile .collection-cover {
    height: 202px;
    width: 92px;
}

.reading .section .box.collection-title .text.featured {
    justify-content: flex-start;
    width: 100%;
    height: 105px;
    align-items: center;
}

.reading .section .box.collection-title .text.featured h3 {
    margin:0px;
}

.reading .section .box.collection-title .text.featured .collection-cover{
    height: 105px;
    width: 140px;
    margin-right: 20px;
}

.reading .section .box.collection-title .text .author {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 30px;

}

.reading .section .box.collection-title .text .author .notes {
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content:flex-end;
}

.reading .section .box.collection-title .text .author .notes p,
.reading .section .box.collection-title .text p.notes {
    max-width: 300px;
    font-size: 18px;
    line-height: 21px;
    margin-right: 10px;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.reading .section .box.collection-title .text p.notes  {
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    width: 80%;
}

.reading .section .box.collection-title .text .author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.reading .section .box.collection-title .text .author a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    display: flex;
    color: 000;
    align-items: center;
}

.reading .section .box.collection-title .text .author a img {
    display: none;
}
.reading .section .box.collection-title .text .author a:hover {
    text-decoration: underline;
}

.reading .section .box.collection-title .text .author a svg{
    margin-left: 5px;
}

.reading .section .box .text h3 {
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    line-height: 30px;
}

.reading .section p a.btn {
    color: #FFF;
    margin-top: 40px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.reading .section p a.btn:hover {
    text-decoration: underline;
}

.reading.caught-up .section .box {
    border-color: #104129;
}

.reading.caught-up .section .box h3 {
    color: #59d196;
}

.reading.good-news .section .box {
    border-color: #7c5f10;
}

.reading.good-news .section .box h3 {
    color: #f19f09;
}


.reading.favs .section .box {
    border-color: #2f649d;
}

.reading.favs .section .box h3 {
    color: #6db3ff;
}

.reading.curious .section .box {
    border-color: #463baa;
}

.reading.curious .section .box h3 {
    color: #b2a9ff;
}



.reading .section .sub-menu {
    display:block;
    margin-left: 30px;
    width: 65%;
    padding: 30px 0px;
}

.reading .section .sub-menu a {
    font-size: 16px;
    color: #646685;
    margin-bottom: 0px;
    margin-right: 5px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.reading .section .sub-menu a:hover,
.reading .section .sub-menu a.active {
    color: #fff;
}

.reading .tiles.mobile-content {
    display: none;
}

.reading .tiles {
    margin: 18px 0px 0px 0px!important;
}

.reading .tiles .row {
    padding:0;
    margin-bottom: 22.5px;
}

.reading .tiles .caught-all {
    margin-bottom: 0;
}

.reading .tiles .row .col-18 {
    width: 25%;
}

.reading .tiles .row .col-82 {
    width: 75%;
}

.reading.caught-up .row div {
    border-bottom-color: #376f5e;
}

.reading.caught-up .row div.box-full {
    border-bottom-color: #493f4e;
}

.reading.caught-up .row div svg path{
    fill: #3aff98;
}

.reading.caught-up .box-no-image,
.reading.caught-up .box-no-image a {
    color: #000;
}

.reading.caught-up .box-with-img-up h3 a,
.reading.caught-up .box-with-right-image h3 a,
.reading.caught-up .box-with-left-image h3 a {
    color: #8dffc3;
}

/* --- Good news --- */
.reading.collection {
    padding: 100px 120px 80px 120px;
    min-height: 100vh;
    box-sizing: border-box;
}

.reading.good-news .row div {
    border-bottom-color: #7c5f10;
}

.reading.good-news .row div.box-full {
    border-bottom-color: #493f4e;
}

.reading.good-news .row div svg path{
    fill: #fff389;
}

.reading.good-news .box-no-image,
.reading.good-news .box-no-image a {
    background:#fff389;
    color: #000;
}

.reading.good-news .box-with-img-up h3 a,
.reading.good-news .box-with-right-image h3 a,
.reading.good-news .box-with-left-image h3 a {
    color: #fff202;
}


/* --- Favs ----*/

.reading.favs .row div {
    border-bottom-color: #2f649d;
}

.reading.favs .row div.box-full {
    border-bottom-color: #493f4e;
}

.reading.favs .row div svg path{
    fill: #78ABE2;
}

.reading.favs .box-no-image,
.reading.favs .box-no-image a {
    background:#78ABE2;
    color: #000;
}

.reading.favs .box-with-img-up h3 a,
.reading.favs .box-with-right-image h3 a,
.reading.favs .box-with-left-image h3 a {
    color: #6db3ff;
}


/* --- Curious ----*/

.reading.curious .row div {
    border-bottom-color: #463BAA;
}

.reading.curious .row div.box-full {
    border-bottom-color: #493f4e;
}

.reading.curious .row div svg path{
    fill: #b2a9ff;
}

.reading.curious .box-no-image,
.reading.curious .box-no-image a {
    background:#b2a9ff;
    color: #000;
}

.reading.curious .box-with-img-up h3 a,
.reading.curious .box-with-right-image h3 a,
.reading.curious .box-with-left-image h3 a {
    color: #9B92ED;
}

.reads-tray .info-popup {
    z-index: 3999;
    left:0px;
    top: 35px;
}

.reads-tray .saved .info-popup {
    left: initial;
    right: -30px;
}

.reads-tray .info-popup h3 {
    color: #fff!important;
}

.reads-placeholder {
    position: relative;
}

.reads-placeholder img {
    width: 100%;
}

.list .info-btn {
    left:0;
    right: 0;
    width: 60px!important;
    height: 62px!important;
    display: inline-block;
    margin: 88px auto;
    opacity: 1;
    top:0;
}

.list .info-btn .info-popup {
    left: -110px;
    top: 30px;
    right: 0;
    margin: auto;
}

.info-btn {
    opacity: 1;
}

.info-btn {
    transition: all 0.8s ease;
    bottom: 59px;
    top: initial;
    left: initial;
}

.reads-tray .options div.feed .info-btn, 
.reads-tray .options div.saved .info-btn{
    right: 0;
}

.reads-tray .options div.caught-up .info-btn {
    left: 54%;
}

.reads-tray .collections .collections-categories div.cat-purple .info-btn{
    left:50%;
}

.info-btn  .info-popup button {
    background: none;
    border: none;
    outline: none;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
    font-weight: normal;
    float: right;
    padding: 0!important;
}

.info-btn  .info-popup button:hover {
    color: #F85656;
}

.reads-tray .info-btn .info-popup {
    display: none;
}

.reads-tray .info-btn:hover .info-popup {
    display: block;
}

.reads-tray .info-btn .info-popup button {
    position: relative;
    margin-top: 10px;
    top:auto;
    right: auto;
    bottom: auto;
    float: right;
}

.reading .section.collection .header .form {
    display: inline-flex;
    align-items: center;
}

.reading .section.collection .header form {
    margin:0 0px 0px 25px;
}

.reading .section.collection .header form fieldset {
    padding:0;
    border:none;
    position: relative;
}

.reading .section.collection .header form fieldset input {
    border:none;
    border-bottom: 1px solid #979797;
    background-color: transparent;
    padding: 5px 0px 10px 30px;
    outline: none;
    color: #FFF;
    font-size: 12px;
    width: 198px;
    box-sizing: border-box;
}

.reading .section.collection .header form fieldset input::placeholder {
    color:#818181;
}

.reading .section.collection .header form fieldset button {
    position: absolute;
    background-color: transparent;
    outline: none;
    border:none;
    top:5px;
    padding:0;
}

.reading .section.collection .header .collection-menu a {
    font-size: 12px;
    text-transform: initial;
    color: #99999A;
    display: inline-flex;
    align-items: center;
    margin-right: 24px;
    font-weight: 100;
    cursor: pointer;
}

.reading .section.collection .header .collection-menu a:last-child {
    margin-right: 0px;
}

.reading .section.collection .header .collection-menu a:hover {
    text-decoration: none;
    color: #56ffa5;
}

.reading .section.collection .header .collection-menu a svg,
.reading .section.collection .header .collection-menu a img {
    margin-right: 8px;
    object-fit: contain;
}

.reading .section.collection .header .collection-menu span {
    display: inline-block;
    /* max-width: 251px; */
    height: 46px;
    padding:0px 15px;
    line-height: 46px;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    color: #000;
    border-radius: 30.5px;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
    resize: none;
    outline: none;
    text-align: center;
    margin-left: 10px;
    position: relative;
}


.reading .section.collection .header .collection-menu .share  {
    position: relative;
    overflow: hidden;
}

.reading .section.collection .header .collection-menu .share.copied {
    overflow: initial;
}

.reading .section.collection .header .collection-menu textarea {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.reading .section.collection .header .collection-menu .share small {
    position: absolute;
    right: 0px;
    color: #FFF!important;
    background: #000;
    z-index: 99999;
    bottom: -45px;
    font-size: 15px!important;
    padding: 5px 15px;
    border-radius: 4px;
    opacity: 0;
    border: 1px solid #9e9e9e;
    transition: all 0.2s ease;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    height: 40px;
    line-height: 26px;

}

.reading .section.collection .header .collection-menu .share.copied small {
    bottom: -35px;
    opacity: 1;
} 

.reading .section.collection .header .collection-menu .share.copied small:before {
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #000;
}


.reading .section .header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 62px;
    align-items: center;
}

.reading .section.collection .header  {
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.reading .section.collection .header h3 {
    margin-bottom:0px
}

.reading .section .header a {
    color: #3AFF98;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.reading .section .header a:hover {
    text-decoration: underline;
}

.reading .section .header h3 {
    font-size: 16px;
}

.reading .section .edit-collection {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
}

.reading .section .edit-collection svg {
    margin: 0 15px 0 0;
    position: absolute;
    top: -11px;
    right: 15px;
}

.reading .section .add-response {
	color: #fff;
	padding: 5px 0;
}

.reading .section .edit-collection button {
    background: none;
    border: none;
    color: #00bb55;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    width: 90%;
    text-align: left;
    text-transform: uppercase;
}

.reading .section .edit-collection button svg {
    width: 20px;
    height: 16px;
    position: absolute;
    right: 25px;
}

.reading .section .edit-collection .edit-collection-form  {
    display: none;
    background: #000;
    z-index: 99999;
    position: relative;
    padding: 20px 30px;
}

.reading .section .edit-collection .edit-collection-form.show {
    display: block;
}

.reading .section .edit-collection .add-url {
    padding-bottom: 35px;
}

.reading .section .edit-collection fieldset {
    margin: 0 0 15px 0px;
    padding: 0;
    border:none;
}

.reading .section .edit-collection fieldset label {
    color: #FFF;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

.reading .section .edit-collection fieldset input {
    border: 2px solid #979799;
    padding: 8px 10px;
    border-radius: 4px;
    width:90%;
    font-size: 15px;
    outline: none;
}

.reading .section .edit-collection fieldset div label {
    text-transform: uppercase;
    font-family: din-condensed, sans-serif;
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.reading .section .edit-collection fieldset div label::after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    background: none;
    border: 2px solid #cccccc;
    border-radius: 3px;
}

.reading .section .edit-collection fieldset div input:checked + label::after {
    background: #026f34 url("/img/check.svg") no-repeat center center / 80%;
}

.reading .section .edit-collection input[type="submit"] {
    background: #00bb55;
    padding: 10px 35px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    border:none;
    outline: none;
    cursor: pointer;
    width: 90%;
    border-radius: 4px;
    text-transform: uppercase;
}

.private-collection {
    display: block;
    background: #242225;
    text-align: center;
    height: 100vh;
    padding-top: 70px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.private-collection h3 {
    color: #56ffa5;
    font-size: 36px;
    margin-bottom: 25px;
}

.private-collection p {
    color: #fff;
}

.private-collection form {
    margin-bottom: 0;
    text-align: left;
}

.private-collection form .error {
    color: red;
    font-weight: bold;
}

.private-collection div.fieldset {
    margin:20px 0 0 0;
    padding:0;
    border:none;
    display: flex;
}
.private-collection div.fieldset input {
    width: 250px;
    margin-right: 10px;
    background: #fff;
    border-radius: 3px;
    outline: none;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}

.private-collection div.fieldset button {
    background: #56ffa5;
    padding: 0 20px;
    line-height: normal;
    height: 42px;
    border-radius: 2px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border:none;
}  

.collections h4 {
	padding: 35px 0px 25px 20px;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}


.info-btn.show, 
.info-btn {
    display: none;
}

.private-warning {
	padding-top: 150px;
	color: #fff;
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

/* Collection - new */

.collection-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.collection-filters .filter {
    margin-right: 24px;
}   

.collection-filters .filter label {
    display: flex;
    background-color: #312C37;
    border-radius: 6px;
}

.reading .section.collection .header .collection-filters label span {
    font-size: 12px;
    text-transform: initial;
    color: #99999A;
    display: inline-flex;
    align-items: center;
    font-weight: 100;
    cursor: pointer;
    margin-left: 0;
    border-radius: 6px;
    font-weight: 800;
    height: 46px;
    padding: 0px 15px;
}

.reading .tiles.collections {
    padding: 0!important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Stream default checkbox */

/* checkbox */

.view-format-default-site,
.view-format-default {
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-format-default-site .checkbox-input,
.view-format-default .checkbox-input {
    visibility: hidden;
    position: absolute;
}

.view-format-default-site p,
.view-format-default p {
    font-family: "proxima-nova";
    font-size: 12px;
    font-weight: bold;
}

.reading .section.collection .view-format-default-site p span,
.reading .section.collection .view-format-default p span {
    color: #6D6D6D;
    font-size: 10px;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    margin-left: 4px;
}

.view-format-default-site .checkbox-input + .checkbox-label:before,
.view-format-default .checkbox-input + .checkbox-label:before {
    content: " ";
    display: inline-block;
    background: #6D6D6D;
    border: 6px solid #312C37;
    min-width: 22px;
    min-height: 22px;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer
}

.view-format-default-site .checkbox-input:checked + .checkbox-label:before,
.view-format-default .checkbox-input:checked + .checkbox-label:before {
    background: #02DB73;
    min-width: 22px;
    min-height: 22px;
    cursor: pointer;
}

.collections-filters {
    margin-top: 10px;
}

.filter label {
    background-color: #312C37;
    color: #6D6D6D;
    text-transform: uppercase;
    border-radius: 6px;
    display: inline-flex;
    cursor: pointer;
}

.filter label span {
    font-size: 14px;
    display:inline-block;
    padding: 9px 27px;
    border-radius: 6px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    font-family: "proxima-nova";
    transition: color 0.2s ease;
}

.filter label span:hover {
    color: #3AFF98;
}

.filter label span.selected {
    background-color: #000;;
}