body, html {
    height: 100%;
    width: 100%;
    display: block;
}

body {
    font-size: .875rem !important;
    background-color: lightgray;
}

.container, .container-fluid {
    display: block;
    background-color: white;
    min-height: 100%;
    overflow-y: auto;
}

#title h1, #title h2 {
    color: #000000;
    margin:0;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
    outline: 0;
    line-height: 0.9;
    vertical-align: baseline;
}


#title h1 {
    font-size: calc(100% + 15px);
}

#title h2 {
    font-size: 1rem;
}

#title:hover, #title a, #title a:hover  {
    color: inherit;
    text-decoration: none;
}

#title img {
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin-right: 4px;
}


#sidebar {
    height: 100%;
}

#sidebar .content {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: visible;
}

#sidebar h3 {
    font-size: 1.25rem;
}

@media (min-width: 1300px) {
    .container {
        max-width: 96%;
    }
}

@media (min-width: 1300px) AND (max-width: 1400px) {
    .col-xl-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.episode .card {
    min-height: 100%;
}

.episode .card a,
.episode .card a:link,
.episode .card a:visited,
.episode .card a:hover,
.episode .card a:active {
    color: inherit !important;
    text-decoration: none !important;
}

.episode .card-body {
    padding: 0;
}

.episode .card-footer  {
    display: block;
    text-align: center;
    max-height: 46px;
    bottom: 0;
    white-space: nowrap;
}

.episode .card-title, .episode .card-subtitle {
    padding-left: 10px;
    padding-top: 4px;
    margin-bottom: 0 !important;
}

.episode .card-subtitle {
    padding-top: 8px;
}

.w-20{width:20%!important}

.header {
    border-bottom-width: 2px;
    border-bottom-color: #D3D3D3;
    border-bottom-style: solid;

}

#logo {
    height: 40px;
}

.explicit {
    color: red;
}


#itemList .section {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: bold !important;
    line-height: 1.2;
    color: inherit;
}

#itemList .more {
    font-size: 1rem;
    vertical-align: top;
}

#itemList .more a {
    vertical-align: inherit;
    font-weight: bold !important;
}

.social, .social a {
    color: #D3D3D3;
    font-size: 3rem;
}

.ad300 {
    width: 300px;
    align-self: center;
}

.lazy {
    display: none;
}

.max100 {
    max-width: 100%;
}

#myCookieConsent {
    opacity: 0;
    transition: 1s opacity;
    z-index: 999;
    min-height: 20px;
    font-family: OpenSans, arial, "sans-serif";
    padding: 10px 20px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0px;
    right: 10px;
    left: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
#myCookieConsent div {
    padding: 5px 0 0;
}
#myCookieConsent a {
    color: #ffba55;
    display: inline-block;
    padding: 0 10px;
}
#myCookieConsent a:hover {
    color: #fda016;
}
#myCookieConsent a#cookieButton {
    display: inline-block;
    color: #000000;
    font-size: 1.1em;
    background: #ffba55;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 20px;
    float: right;
    border-radius: 20px;
}
#myCookieConsent a#cookieButton:hover {
    background: #fda016;
    color: #000;
}

.hide {
    display: none;
}

.squareImage {
    background-color: #fafafa;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}

.squareImage img {
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
}