/*
Theme Name: Liberator News
Theme URI: 
Template: twentytwentythree
Author: the WordPress team | Chase Huggins
Author URI: 
Description: Liberator News Theme
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,accessibility-ready,blog,portfolio,news
Version: 1.1.1689969642
Updated: 2023-07-21 20:00:42

*/

#wpadminbar{
    display:none!important;
}

.text-ure{
    background: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/07/texture.svg) repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: contain;
}

.wp-block-post-excerpt__more-link{
width: fit-content;
}

.wp-block-post-excerpt__more-link,
.pill {
    cursor: pointer;
    text-decoration: none;
    font-family: sans-serif;
    background: black;
    color: var(--wp--preset--color--base) !important;
    display: flex;
    flex-direction: row;
    padding: 5px 15px;
    align-items: center;
    border-radius: 360px;
    transition: .5s ease;
    font-size: 12.6px;
    font-variation-settings: normal;
    font-weight: 700;
}

.wp-block-post-excerpt__more-link:hover,
.pill:hover{
color: var(--wp--preset--color--base) !important;
    background-color: var(--wp--preset--color--secondary);
}

.pill img {
    width: 0.9em;
    margin-right: 0.3em;
}

li a:hover{
color: var(--wp--preset--color--secondary)!important;
text-decoration: none!important;    
}

.wp-element-button:visited, .wp-block-button__link:visited{
    color: var(--wp--preset--color--base) !important;
}

.align-center{
    text-align: center;
    margin: auto;
}
#nav {
position: fixed;
width:100vw;
top: 0;
z-index: 100;
}

.html-bkg {
    opacity: 1;
    transition: opacity 0.5s ease;
    position: fixed;
    width: 100vw;
    max-width: 100vw!important;
    top: 0px;
    left: 0px;
    z-index: -1000;
    margin: 0px!important;
    background: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/08/paper-txt.png);
    transform: translate3d(0, 0, 0); /* Enable GPU acceleration */
}

.wp-block-columns.is-paper.has-base-background-color.has-background.is-layout-flex.wp-container-81 {
    background-color: red!important;
}

.paper-bkg{
    background-image: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/08/paper-txt.png)!important;
}

.wp-block-post-excerpt__more-link,
.wp-element-button{
    color: var(--wp--preset--color--base) !important;
cursor: pointer;
background-image: url('http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/07/texture.svg');
}
.wp-block-post-excerpt__more-link:hover,
.wp-element-button:hover{
    color: var(--wp--preset--color--base) !important;
background-color: var(--wp--preset--color--secondary);
background-image: none!important;

}

span.page-numbers.current {
    color: var(--wp--preset--color--primary);
}

.fit-content{
width: fit-content;
block-size: fit-content;
}

.line-one {
    background-image: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/07/line-3.svg);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center;
}

.line-two {
    background-image: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/07/line-2.svg);
    background-size: cover;
    background-repeat: repeat-x;
}

.line-three {
    background-image: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/07/line-3.svg);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center;
}

.line-four {
    background-image: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/07/line-4.svg);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center;
}

.line-five {
    background-image: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/07/line-5.svg);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center;
}

.line-six {
    background-image: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/07/line-6.svg);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center;
max-width: 80%;
margin: 15px auto;
}

.vertical-space-mast {
    background-image: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/07/line-v1.svg);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center;
    display: flex;
    height: 50vh;
    min-height: 360px;
    max-height: 380px;
}

.vertical-space {
    background-image: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/07/line-v1.svg);
    background-repeat: repeat-y;
    background-position: center;
    display: flex;
}

.mast-sides {
    font-size: 2em;
}

.hide-desktop{
    display:none!important;
}

a,
a:where(:not(.wp-element-button)){
    text-decoration: none!important;
}


li.wp-block-rss__item {
    padding: 20px;
    border-bottom: 2px solid #f3f3f3;
}

.ppjs__audio .ppjs__controls {
    padding-bottom: 20px!important;
}

/* Assuming the photo's URL is 'photo-url.jpg' */
.wp-block-rss__item-title::before {
  content: "";
  display: inline-block;
  width: 50px; /* Set the desired width of the photo */
  height: 50px; /* Set the desired height of the photo */
  background-image: url('http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/07/width_400_Liberator_Podcast_Square.jpg'); /* Replace 'photo-url.jpg' with the actual photo's URL */
  background-size: cover;
  margin-right: 10px; /* Adjust the margin to add space between the photo and the link text */
}

.wp-block-rss__item-title {
    display: flex;
    align-items: center;
}

.wp-block-rss__item-title a {
    color: black!important;
    max-width: 85%;
    font-size: 1.125em;
}

.episode-container h2,
.lib-episode-player h1 {
    text-align: center;
    text-align: -webkit-center;
    font-size: 1.75em;
}

audio {
    margin: auto!important;
    width: 100%!important;
    display: block!important;
}

a.lib-episode-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-top: 1px solid gray;
    color: black;
}

.lib-episode-item h2 {
    font-family: sans-serif!important;
    font-size: 1em;
}

.right-column {
    width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.right-column::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(to left, var(--wp--preset--color--base), transparent);
}

.lib-episode-item:hover .right-column::after {
    background: linear-gradient(to left, var(--wp--preset--color--custom-dim-base), transparent);
}

a.lib-episode-item:hover {
    background: var(--wp--preset--color--custom-dim-base);
}

.lib-episode-player {
    color: var(--wp--preset--color--base) !important;
    padding: 30px 15px;
    background-image: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/08/tlpc.png);
    border-radius: 30px;
    background-size: cover;
    background-position: center;
}

    .lib-bkg{
    padding: 30px 15px;
    background-image: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/08/tlpc.png);
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    }

.lib-episode-list {
  position: relative; /* This is important for the gradient to cover the content */
  height: 100vh;
  overflow: hidden;
}
.lib-episode-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%; /* Adjust this percentage to control the fade-out height */
  background-image: linear-gradient(transparent,var(--wp--preset--color--base));
  pointer-events: none; /* This ensures the overlay doesn't interfere with content interactions */
}


.lib-episode-list {
    background-color: var(--wp--preset--color--base) !important;
}

.episode-container{
    color: var(--wp--preset--color--base) !important;
    text-align: center;
}

#expand-button {
    margin: auto;
    display: block;
}
ul.li-episode-link.wp-block-rss a {
    font-family: sans-serif!important;
    font-weight: 500;
}

li.wp-block-rss__item:hover {
    background-color: #00000014;
}

.home-posts-list a.wp-block-post-excerpt__more-link {
    display: block;
    padding-bottom: 10.4042px;
    padding-left: 18.7958px;
    padding-right: 18.7958px;
    padding-top: 10.4042px;
    width: fit-content;
    font-family: Inter, sans-serif;
    font-size: 12.6px;
    font-variation-settings: normal;
    font-weight: 700;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    color: rgb(255, 255, 255);
    background: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/07/texture.svg);
    cursor: pointer;
    border-radius: 9999px;
}

.home-posts-list a.wp-block-post-excerpt__more-link:hover{
    color: var(--wp--preset--color--base) !important;
    background: var(--wp--preset--color--secondary)!important;
}

.wp-block-separator {
    border: 1px solid;
    border-left: none;
    border-right: none;
    border-bottom: none;
}


.border-rad {
    border-radius: 30px!important;
    overflow: hidden!important;
}

.lib-episode-item {
  display: block; /* Ensure the anchor is treated as a block element */
}

.left-column img {
    width: 50px;
    margin-right: 10px;
}

blockquote {
    padding: 25px;
    font-size: 1em;
    border-left: 2px solid var(--wp--preset--color--secondary)!important;
    font-style: italic;
}

i {
    font-family: 'Old Newspaper Types';
    color: #606060;
}

h1.alignwide.wp-block-post-title {
    font-size: 3em;
    line-height: 1em;
}

.top-header {
    z-index: 1000;
    position: fixed!important;
    top: -100px; /* Move the header off-screen initially */
    left: 0;
    width: 100%;
    transition: top 0.5s ease;
    background-color: #efefef;
    background: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/08/paper-txt.png);
    padding: 20px!important;
}

.other-nav ul.wp-block-navigation__container, 
.top-header ul.wp-block-navigation__container {
    width: 100%;
}

.other-nav li.wp-block-navigation-item.wp-block-navigation-link,
.top-header li.wp-block-navigation-item.wp-block-navigation-link {
    align-self: center;
}

.other-nav li.wp-block-navigation-item.wp-block-navigation-link,
.top-header li.wp-block-navigation-item.wp-block-navigation-link {
    font-size: 1.125em!important;
}

img.wp-image-10217,
.mini-logo {
    height: 25px!important;
}


.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/08/ar-overlay.png);
    background-blend-mode: overlay;
    color: var(--wp--preset--color--base) !important;
    background-color: #8a714f;
    background-position: left bottom;
    background-repeat: no-repeat;
}

#yottie_1 {
    padding-top: 0px!important;
    margin-top: 0px!important;
}

.eapps-widget-toolbar {
    display: none!important;
}

.yottie-widget-inner a:nth-last-child() {
    display: none;
}

a.yottie-widget-video-info-title {
    font-size: 1.125em;
    line-height: 1.25em;
}


/* Media query for screen width less than 1100px */
@media (max-width: 1100px) {
    .mast-sides {
        font-size: 1.5em;
    }
}

/* Media query for screen width less than 780px */
@media (max-width: 780px) {
    .hide-mobile{
        display: none!important;
    }
    
    .center-mobile{
        text-align:center!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }
    
    .hide-desktop{
        display: inline-block!important;
    }
    
    .mast-sides {
        font-size: 1em;
    }

    html {
        margin-top: 16px !important;
}
div#modal-1 {
    padding-top: 16px;
}


.wp-element-button,
.text-ure{
    background-size: cover;
}
}

.lib-episode-list.expanded {
    height: fit-content;
}

.lib-episode-list.expanded::after {
    display: none!important;
}

/* Target the entire list with the class "top-stories" */
.top-stories ul {
  counter-reset: story-counter; /* Reset the counter for the list */
}

/* Target each list item and add the numbering using ::before */
.top-stories ul li::before {
  content: counter(story-counter); /* Display the counter value and a dot */
  counter-increment: story-counter; /* Increment the counter for each item */
}

.top-stories li {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 5px;
    background: var(--wp--preset--color--base) !important;
    padding: 10px;
}

.top-stories time {
    font-family: sans-serif;
}

.top-stories li::before {
    padding: 10px;
    font-weight: 800;
    font-size: 2em;
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
    min-width: 30px;
    text-align: center;
    padding-right: 20px;
}

.justify-text{
text-align: justify!important;
}

.invert{
filter: invert(1);
}

.ar-footer g{
fill:var(--wp--preset--color--base) !important;
}

.foot{
background: url(http://liberatornews.chaseghuggins.com/wp-content/uploads/2023/07/text-ure.png);}

/* Adjust the color of the audio controls */
audio::-webkit-media-controls-panel {
  background-color:  var(--wp--preset--color--base);
  color: #fff;
}

a.wp-block-post-excerpt__more-link {
    display: none!important;
}