<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.disabled-chk {
    background: #98938e;
}
.small-12.medium-6.large-4.col-space .videos,
.small-12.medium-6.large-4.col-space .quotes {
    position: relative;
    box-shadow: none;
}
.small-12.medium-6.large-4.col-space .videos .video,
.small-12.medium-6.large-4.col-space .quotes .quote {
    min-height: 135px;
}
.small-12.medium-6.large-4.col-space .videos .author,
.small-12.medium-6.large-4.col-space .videos .writtenby,
.small-12.medium-6.large-4.col-space .quotes .writtenby {
    min-height: 105px;
}

.result-listing-container {
    position: relative;
}

/* Absolute Center Spinner */
.overlay-black {
    position: absolute;
    z-index: 999;
    height: 100%;
    width: 100%;
    font-size: 50px;
    color: #fff;
    display: none;
    text-align: center;
    background-color: rgba(61,57,53,.8);
}
.overlay-black .spinner-container {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 4.5rem;
    margin-left: -2.25rem;
}



/* Transparent Overlay */
/*.overlay-black:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(61,57,53,.8);
}*/

.result-listing.grid-x {
    overflow: auto;
    min-height: 350px;
}
.load-more-sec {
    text-align: center;
    padding: 40px 0;
}
a#load-more {
    background-color: #3B96CE;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 6px;
}
.categories-menu {
    height: 200px;
    overflow: auto;
}
.large-9.medium-8.medium-offset-4.large-offset-3.videos-section {
    min-height: 900px;
}
.video .fa-file-alt, .video .fa-globe, .video .fa-newspaper {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 20px;
    opacity: .8;
    padding: 4px 13px;
	width: 40px;
	height: 40px;
    border-radius: 20px;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    background-color: rgba(61, 57, 53, .9);
}
.videos .fa-play{
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 20px;
    opacity: .8;
    padding: 4px 12px;
	width: 40px;
	height: 40px;
    border-radius: 20px;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.videos .locked,
.quotes .locked {
    z-index: 1;
    left: auto;
    bottom: 0;
    right: 0;
    top: auto;
    border-top: 50px solid transparent;
    border-left: 50px solid transparent;
    border-bottom: 50px solid #f6891c;
}
.videos .locked svg,
.quotes .locked svg {
    left: auto;
    top: auto;
    right: 6px;
    font-size: 16px;
    bottom: -41px;
    line-height: normal;
}
.videos, .quotes {
    padding: 10px;
}
.premium:hover {
    border: 1px solid #f6891c;
}
.cat-name.premium svg {
    margin: 0 3px 2px 3px;
}

/* 18052018 */
.writtenby {
    padding: 20px 10px !important;
}
.author {
    /*padding: 10px !important;*/
}
body.author {
    padding: 0 !important;
}
.wait-spinner {
    display: none;
    font-size: 50px;
    text-align: center;
    width: 100%;
    color: #009CDE;
}
/* .filter-container .fa-podcast {
    margin-top: 95px;
} */
.filter-container .fa-globe {
    margin-top: 95px;
}
.filter-container .fa-newspaper {
    margin-top: 70px;
}
.videos .fa-podcast{
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 20px;
    opacity: .8;
    padding: 4px 12px;
	width: 40px;
	height: 40px;
    border-radius: 20px;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.quotes .fa-newspaper {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 20px;
    opacity: .8;
    padding: 4px 12px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
}


/* gridwall about author */
.author-gridwall { margin-bottom: 35px; width: 100%; }
.author-gridwall .author-content { padding-right: 80px; }
.author-gridwall h1 { margin-bottom: 20px; }
.author-gridwall a { font-weight: bold; }
.author-gridwall .author-title { font-style: italic; }
.author-gridwall .author-description { border-bottom: 1px dotted #e8e4e0; padding: 20px 0; margin-bottom: 10px; line-height: 31px; }
.author-gridwall .author-social { margin-top: 10px; }
.author-gridwall .author-social a { color: #2b3575; font-size: 18px; margin-right: 15px; }
.author-gridwall .author-social a:hover { color: #6ccdb3; }
.author-gridwall .author-social a.shop-link { font-size: 14px; color: #007DB3; }
.author-gridwall .author-social a.shop-link:hover { color: #007DB3; }

@media (min-width: 40em) and (max-width: 49.375em) {
    .author-gridwall { margin-bottom: 0px; }
    .grid-x.author-gridwall &gt; .medium-shrink.author-avatar { display: block; flex: inherit; width: 100%; order: 1; margin-bottom: 50px; }
    .grid-x.author-gridwall &gt; .medium-shrink.author-content { display: block; flex: inherit; width: 100%; order: 2; padding-right: 0; }
}

/* mobile */
@media (max-width: 39.9375em) {
    .author-gridwall { margin-bottom: 0px; }
    .author-gridwall .author-avatar { margin-bottom: 50px; }
    .author-gridwall .author-content { padding-right: 0; }
}
.videos .premium-tag,
.quotes .premium-tag {
    z-index: 1;
    left: auto;
    bottom: 0;
    right: 0;
    top: auto;
}
.premium-tag img{
    height: 20px;
}</pre></body></html>