:root {
    --thedirect-color: rgb(29 155 240);
    --background-color: white;
    --MCU-color: #ce1725;
    --MCU-highlight: #a6131e;
    --StarWars-color: #ffc543;
    --StarWars-text-color: #8f7024;
    --StarWars-highlight: #6d561c;
    --DCU-color: #0098ff;
    --DCU-highlight: #00549e;
    --ps5-color: #053ea3;
    --ps5-highlight: #043387;
    --xbox-color: #119111;
    --xbox-highlight: #005c00;
}
mv-ad-reporter {
    z-index: 1 !important;
}
.StarWars-background,
.StarWars-background-hover {
    background-color: var(--StarWars-color, #fff) !important;
}
.MCU-background,
.MCU-background-hover {
    background-color: var(--MCU-color, #fff) !important;
}
.DCU-background,
.DCU-background-hover {
    background-color: var(--DCU-color, #000) !important;
}
.ps5-background,
.ps5-background-hover {
    background-color: var(--ps5-color, #000) !important;
}
.xbox-background,
.xbox-background-hover {
    background-color: var(--xbox-color, #000) !important;
}
.StarWars-background-hover:hover {
    background-color: var(--StarWars-highlight, #fff);
}
.MCU-background-hover:hover {
    background-color: var(--MCU-highlight, #fff);
}
.DCU-background-hover:hover {
    background-color: var(--DCU-highlight, #000);
}
.ps5-background-hover:hover {
    background-color: var(--ps5-highlight, #000);
}
.xbox-background-hover:hover {
    background-color: var(--xbox-highlight, #000);
}
.DCU {
    color: var(--DCU-color, #000) !important;
}
.MCU {
    color: var(--MCU-color) !important;
}
.StarWars {
    color: var(--StarWars-text-color, #000) !important;
}
.ps5 {
    color: var(--ps5-color, #000) !important;
}
.xbox {
    color: var(--xbox-color, #000) !important;
}
.all-border {
    border-left: 10px solid;
    border-color: #f5f5f5;
}
.navbar-border{
    border-left: 5px solid;
}
.MCU-border {
    border-left: 5px solid;
    border-color: var(--MCU-color, #000);
}
.StarWars-border {
    border-left: 5px solid;
    border-color: var(--StarWars-color, #000);
}
.DCU-border {
    border-left: 5px solid;
    border-color: var(--DCU-color, #000);
}
.ps5-border {
    border-left: 5px solid;
    border-color: var(--ps5-color, #000);
}
.xbox-border {
    border-left: 5px solid;
    border-color: var(--xbox-color, #000);
}
.movies-border {
    border-left: 5px solid;
    border-color: var(--xbox-color, #000);
}
.tv-border{
    border-left: 5px solid;
    border-color: #711191;
}
.collectibles-border{
    border-left: 5px solid;
    border-color: #917711;
}
.all-border{
    border-left: 5px solid;
    border-color: #d3d3d3;
}
.movie-highlight:hover,
.movies-highlight:hover,
.tv-highlight:hover,
.tv-streaming-highlight:hover,
.all-highlight:hover {
    color: var(--thedirect-color) !important;
}
.MCU-highlight:hover {
    color: var(--MCU-color) !important;
}
.StarWars-highlight:hover {
    color: var(--StarWars-text-color) !important;
}
.DCU-highlight:hover {
    color: var(--DCU-color) !important;
}
.ps5-highlight:hover {
    color: var(--ps5-color) !important;
}
.xbox-highlight:hover {
    color: var(--xbox-color) !important;
}
h1,
h2,
h3,
h4 {
    font-family: "Roboto Condensed", sans-serif;
}
.roboto {
    font-family: "Roboto Condensed", sans-serif;
}
.tag-title,
h1.title,
h3.title,
h2.title {
    line-height: 47px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 42px;
    color: #000;
}
h2 {
    margin: 0;
}
h3 {
    font-size: 28px;
    margin: 0;
}
h4 {
    line-height: 24px;
    display: inline;
}
.header{
    background-color: #1f1f1f;
    margin: 0 0 20px 0;
    z-index: 1;
}
.title-section {
    margin: 5px 0 5px 10px;
}
.article-title {
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
    font-size: 52px;
    line-height: 54px;
    font-weight: 700;
    margin: 0;
}
.navbar {
    max-width: 1200px;
    margin: 0 auto;
    display: block;

}
.navbar-icon{
    font-size: 24px;
    padding: 10px;
}
.navbar-icon:hover{
    cursor: pointer;
}
.hamburger-line{
    border: none;
    height: 2px;
    color: var(--thedirect-color);  /* old IE */
    background-color: var(--thedirect-color);  /* Modern Browsers */
}
.hamburger-line-small{
    border: none;
    height: 1px;
    color: #545454;  /* old IE */
    background-color: #3b3b3b;  /* Modern Browsers */
    margin: 0;
}
.upper-menu{
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 5px 0;
}
.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.menu-icon {
    float: left;
    color: white;
}
.search-page-icon {
  float: right;
  margin-right: 20px;
  color: white;
}
.nav-links {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    color: var(--thedirect-color);
    font-size: 18px;
}

.nav-links li {
    margin: 10px 0;
    flex-shrink: 0;
    white-space: nowrap;
    font-weight: bold;
}

.nav-links a {
    color: #fff;
    font-family: "Roboto Condensed", Sans-Serif !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    margin: 0 10px;
}

.nav-links a:hover {
    color: var(--thedirect-color);
}

.menu-btn {
    display: none;
}
.hamburger-menu{
    position: fixed;
    background-color: #1f1f1f;
    border-right: white 1px solid;
    right: 100%;
    top: 0;
    z-index: 5;
    height: 110vh;
    overflow-y: scroll; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
    width: 360px;
    box-sizing: border-box;
    padding: 20px 20px;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}
.activate-menu {
  transform: translate3d(360px, 0, 0);
  transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
  /*transform: translateX(-100%);*/
}
.deactivate-menu {
  transform: translate3d(-360px, 0, 0);
  transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
}
.hamburger-nav-links {
    list-style-type: none;
    transition: transform 500ms ease-out;
    font-family: "Roboto Condensed", Sans-Serif !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin: 0;
    padding: 0;
    width: 100%;
}
.hamburger-nav-links-small{


}
.hamburger-nav-links-small a{
    display: block;
    color: #fff;
    font-family: "Roboto Condensed", Sans-Serif !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0;
}
.hamburger-nav-links-small a:hover{
    text-decoration: underline 1px var(--thedirect-color);
}

.hamburger-nav-links li {
    margin: 10px 0;
    width: 100%;
}
.hamburger-nav-link-menu{
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}
.hamburger-nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}
.hamburger-nav-links a:hover{
    text-decoration: underline 2px var(--thedirect-color);
}
.hamburger-nav-link-menu{
    display: block;
    position: relative;
    width: 100%;
}
.mobile-caret{
    background-color: transparent;
    float:right;
    position: absolute;
    right: 0;
    font-size: 28px;
}
.hamburger-nav-link-dropdown{
    display: none;
    margin-top: 8px;
    padding-left: 10px;
}
.hamburger-dropdown-link{
    display: block;
    color: white;
    font-family: "Roboto Condensed", Sans-Serif !important;
    text-decoration: none;
    font-size: 18px!important;
    font-weight: normal!important;
    padding: 5px 0;
}
.hamburger-submenu-dropdown-link{
    text-decoration: none;
    font-size: 18px!important;
    font-weight: normal!important;
}
.nav-item-border{
    border-left: 5px solid;
}
.MCU-nav-item{
    border-color: var(--MCU-color);
}
.StarWars-nav-item{
    border-color: var(--StarWars-color);
}
.hamburger-dropdown-submenu-link{
    display: block;
    color: white;
    font-family: "Roboto Condensed", Sans-Serif !important;
    text-decoration: none;
    font-size: 18px!important;
    font-weight: normal!important;
    padding: 5px 0;
}
.open-hamburger{
    display: block;
}
.hamburger-nav-link-menu:hover{
    color: var(--thedirect-color);
    cursor: pointer;
}
.hamburger-nav-link-item {
    /*border-bottom: 2px solid #3b3b3b;*/
    box-sizing: border-box;
    padding: 15px 0 15px 15px;
    margin: 0 !important;
}
.submenu{
    color: white;
    font-size: 18px;
    padding: 8px 0;
}
.submenu:hover{
    color: var(--thedirect-color) !important;
}

.hamburger-nav-link-submenu{
    margin-top: 0px;
    margin-bottom: 8px;
}
.hamburger-nav-link-submenu a{
    font-size: 16px;
}
.logo-close-section{
    display: flex;
    width: 100%;
    align-items: center;
}
.hamburger-search-close-menu{
}
.logo-hamburger-menu{
    display: inline-block;
}
.hamburger-close{
    display: inline-block;
    margin-left: auto;
    font-size: 26px;
}
.follow-box{
    padding: 10px 0;
}
.follow-box a{
    font-size: 24px;
    padding: 15px;
}
.follow-box a:hover{
    color: var(--thedirect-color);
}
#search-section{
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-bottom: 1px solid black;
}
#search-section.open-search{
    display: flex;
}
.search-form{
    width: 800px;
    position: relative;
}
.search-form-input{
    width: 100% !important;
    height: 70px;
    padding-right: 80px;
    border: none;
    color: black;
    font-family: Sans-Serif;
    font-size: 22px;
}
.search-form-input:focus-visible, .search-form-input:focus{
    outline: none;
}
.search-form-button{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--thedirect-color);
    color: white;
    font-size: 18px;
    padding: 10px 5px;
    border-radius: 2px;
    border: none;
}
.search-form-button:hover{
    cursor: pointer;
}
.hamburger-header{
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
}
.page {
    display: flex;
    justify-content: center;
}
.hero-contents,
.page-contents {
    max-width: 1200px;
    width: 1200px;
}
.page-contents {
    margin: 10px;
}
.article-section{
    background-color: #FFFFFF;
}
.article-section * img:hover {
    opacity: 100;
}
.rich-text-block {
    font-family: sans-serif;
    color: #000;
    font-size: 19px;
    line-height: 32px;
    padding: 20px 50px 0 50px;
}
.rich-text-block > ol,
.rich-text-block > ul {
    display: block;
    margin: 0 0 22px;
    padding-left: 1em;
}
.rich-text-block ol {
    counter-reset: item;
    padding-left: 0 !important;
}
.rich-text-block ol li {
    display: block;
}
.rich-text-block ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    width: 2em;
    display: inline-block;
}
.rich-text-block * img {
    width: 100% !important;
    height: auto;
    max-height: 700px;
    object-fit: contain;
}
.rich-text-block > h2 {
    font-family: "Roboto Condensed", Sans-serif !important;
    font-weight: bolder;
    font-size: 40px;
    line-height: 42px;
    color: #000;
    padding: 22px 0 15px;
}
.rich-text-block > h3 {
    padding: 10px 0;
}
.instagram-media {
    width: 50% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.rich-text-block a {
    color: black;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 3px solid var(--thedirect-color);
}
.rich-text-block a:visited {
    color: black;
    text-decoration: none;
    border-bottom: 2px solid var(--thedirect-color);
}
.rich-text-block * a:hover {
    color: var(--thedirect-color);
}
blockquote {
    font-style: italic;
    color: #000;
    padding: 0.2em 15px;
    border-left: 8px solid #000;
    line-height: 1.6;
    position: relative;
    margin: 22px 0;
}
blockquote::after {
    content: "";
}
blockquote p {
    padding: 10px 0;
}
blockquote span {
    display: block;
    color: #333;
    font-style: normal;
    font-weight: 700;
    margin-top: 1em;
}
figcaption > a,
figcaption > a:hover {
    font-size: 18px;
    color: grey;
    text-align: left;
}
blockquote p {
    margin: 0;
}
figcaption > a:hover {
    font-family: "Roboto Condensed", Georgia, Times, Times New Roman, serif !important;
}
.advertisement,
figcaption > a,
figure {
    font-family: "Roboto Condensed", Sans-Serif;
    margin: 10px 0;
    font-size: 16px;
    color: grey;
    text-align: left;
    line-height: 20px;
    top: 10px;
}
.spoilers {
    font-weight: bold;
    color: #cc0000;
}
.pw-in-article-container {
    min-height: 310px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    margin-bottom: 5px;
}
.advertisement {
    color: #000;
    width: 100%;
    line-height: 0.1em;
    margin: 10px 0;
}
.advertisement span {
    padding: 0 10px;
    background: #fff;
    color: #000;
    font-family: Georgia, Times, Times New Roman, serif, sans-serif;
    font-size: 9px;
}
.rich-text-block > p {
    margin: 0 0 22px;
}
.under-article-section {
    margin: 16px 0;
    font-size: 22px;
}
.latest-article-section {
    font-family: "Roboto Condensed", Sans-Serif !important;
    padding: 10px 30px;
}
.latest-article {
    margin-bottom: 20px;
}
.latest-article-header {
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 32px;
    font-weight: 700;
}
.section-heading {
    font-family: "Roboto Condensed", Sans-Serif !important;
    color: black;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
}
.twitter {
    background-color: #55acee;
}
.facebook {
    background-color: #3b5998;
}
.reddit {
    background-color: #ff5700;
}
.instagram {
    background-color: #c13584;
}
.latest-article-pic{
    width: 100%;
}
.latest-article-title-first{
    font-family: "Roboto Condensed", Sans-Serif;
    display: block;
    margin: 5px 0 15px 0;
    font-weight: 700;
    font-size: 20px;
}
.latest-article-title{
    font-family: "Roboto Condensed", Sans-Serif;
    display: block;
    margin: 0 0 0 10px;
    font-weight: 700;
    font-size: 18px;
}
img {
    max-width: 100%;
}
.no-underline {
    text-decoration: none;
    color: #000;
}
.social-follow {
    text-decoration: none;
    border: 0;
    padding: 5px;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    display: inline-block;
    margin: 5px;
}
.social-icon,
.social-icon-branch {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
}
.info-box{
    padding-top: 10px;
    font-size: 16px;
    font-family: "Roboto Condensed", Sans-Serif !important;
}
.author, .date_posted{
    font-weight: bold;
}
.author:hover {
    text-decoration: underline;
}
.breadcrumbs-bar{
    background-color: #fff;
    width: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow-icon,
.more-button {
    font-size: 14px;
    font-weight: 700;
}
.breadcrumb-section {
    margin: auto;
    width: 1200px;
    max-width: 1200px;
    padding-bottom: 10px;
    color: #000;
}
.nav{
    position: relative;
    font-family: "Roboto Condensed", Sans-Serif !important;

}
.nav ul {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    padding: 0;
    width: 95%;
    margin: 0;
    flex-direction: row;
    list-style-type: none;
}
.nav li a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.breadcrumb-item{
    margin-left: 20px;
}
.breadcrumb-item{
    display: inline-block;
    color: black;
    margin: 0;
}
.breadcrumb-item:hover{
    text-decoration: underline;
}
.arrow-before{
    padding-left: 8px;
}
.arrow-before::before {
    content: "";
    border-color: transparent #1D9BF0FF;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: inline-block;
    height: 0;
    width: 0;
    left: -10px;
    top: 1.1em;
    color: #1D9BF0FF;
    padding-right: 8px;
}
.sub-news {
    margin: 0 10px 0 0;
}
.sub-news-section {
    padding: 5px;
    margin: 10px 0;
    color: #fff;
}
.sub-news-title a{
    color: #fff;
    display: inline;
    font-size: 22px;
    line-height: 22px;
}
.sub-news-title:hover a{
    color:black;
}
.articles-description {
    font-size: 16px;
    color: #565656;
    margin: 10px 0 0;
}
.articles-author {
    font-size: 12px;
    color: #565656;
    margin: 10px 0 0;
}
.articles-text {
    margin: 0 10px;
}
.articles-hr {
    border-color: #d7d7d7;
    border-top: none;
    margin: 15px 0;
}
.articles-image {
    aspect-ratio: auto 450/253;
    width: 100%;
    height: auto;
}
.latest-news {
    font-family: "Roboto Condensed", Sans-Serif;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
}
.schedule {
    padding: 5px 10px 0;
    font-size: 32px;
    margin: 20px 0 0;
    color:white;
}
.timeline-item{
    margin: 5px 0;
}
.timeline-item-date{
    float: right;
    font-size: 14px;
    padding: 5px 5px 5px 0;
    display: inline-block;
}
.timeline-item-name{
    padding: 5px 0 5px 10px;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-left: 1px solid black;
    font-weight: bold;
    box-sizing: border-box;
}
.timeline-item-name:hover{
    text-decoration: underline;
}
.timeline-item-date::after{
   content: '';
   display: inline-block;
   width: 8px;
   height: 8px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   background-color: black;
    position: relative;
    left: 9.5px;
}
.sub-heading-img-section {
    margin: 20px 20px 5px 0;
}
.branch-heading {
    font-size: 32px;
    font-weight: 400;
    margin: 10px 0 20px 0;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.column-11{
    width: 100vw;
    max-width: 100vw;
    position: relative;
    overflow-x: hidden;
}
.schedule-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}
.quickbar {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    background-color: #212121;
}
.quickbar:hover {
    background-color: #ddd;
    color: #000;
}
.menu {
    background-color: var(--thedirect-color);
}
.menu:hover {
    background-color: var(--thedirect-color) !important;
    color: #fff;
}
.advertisement,
.author-box,
.author-desc,
.author-name,
.branch-bar-item,
.wiki-header,
.wiki-image,
.wiki-image-box {
    text-align: center;
}
.author-box {
    margin: 10px;
    flex-basis: 100%;
    border: 1px solid #000;
    border-radius: 2px;
    box-shadow: 3px 5px #888;
}
.author-name{
    display: inline-block;
    font-family: sans-serif;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
.author-desc {
    color: #000;
    display: block;
    margin: auto auto 10px;
    width: 100%;
}
.author-img {
    width: 100px;
    padding: 10px;
    margin: auto;
}
.related-image{
    box-sizing: border-box;
    padding: 5px;
}
.secondaryAction{
    width: 100%;
}

@media screen and (max-width: 768px) {
    .hero-contents,
    .page-contents {
        width: 100%;
    }
    .follow-box{
        height: 40px;
        display: block;

    }
    .social-icon{
        display: block;
        float: right;

        box-sizing: border-box;
        padding: 10px 15px !important;
    }
    .sub-headline-margin {
        margin-left: 10px;
    }
    .latest-section{
        margin: 5px 0 0 10px;
    }
    .sub-headline-section {
        margin: 5px 0;
    }
    .tag-title,
    h2,
    h3 {
        font-size: 18px;
    }
    h1.title,
    h3.title,
    h2.title {
        font-size: 22px;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .branch-heading {
        font-size: 32px;
        margin: 10px 10px 20px 10px;
    }
    .sub-heading-img-section {
        margin: 0 10px;
    }
    .latest-news {
        font-size: 26px;
        margin: 5px 0 0 10px;
    }
    .articles-title {
        font-size: 20px;
    }
    .articles-description {
        font-size: 14px;
        line-height: 16px;
    }
    .articles-author {
        font-size: 12px;
    }
    .articles-hr {
        margin: 15px 0;
    }
    .sub-news {
        margin: 0 5px !important;
    }
    .title-section {
        margin: 5px 10px;
    }
    .breadcrumbs-bar {
        padding: 0 10px;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .info-box {
        margin: 0 10px;
    }
    figure {
        margin: 5px 0 10px;
    }
    .social-icon,
    .sub-news-title {
        font-size: 18px;
    }
    .social-follow {
        font-size: 14px;
    }
    .latest-article-title {
        font-size: 14px;
        margin: 0 10px 0 0;
        display: block;
    }
    .article-title {
        margin: 0 10px;
        padding-left: 0;
        font-size: 28px;
        line-height: 32px;
    }
    .latest-article-title {
        font-size: 14px;
        margin: 0 10px 0 0;
        display: block;
    }
    .under-article-section {
        font-size: 18px;
        margin: 10px;
    }
    .rich-text-block {
        padding: 8px 22px 5px;
    }
    .rich-text-block > h2 {
        font-size: 24px;
        line-height: 30px;
        padding: 15px 0 10px;
    }
    .rich-text-block > h3 {
        padding: 10px 0;
        font-size: 22px;
    }
    .rich-text-block > div {
        margin-bottom: 20px;
    }
    .rich-text-block > p {
        margin: 0 0 20px;
    }
    .rich-text-block > ol,
    .rich-text-block > ul {
        display: block;
        margin: 0 0 20px;
        padding-left: 1em;
    }
    .rich-text-block * img {
        max-height: 400px;
    }
    .page-contents {
        width: 100%;
        margin: 8px 0;
    }
    .page {
        width: 100%;
    }
    .navbar-icon{
        font-size: 26px;
        margin: 0;
    }
    .hamburger-menu{
        position: fixed;
        top: 0;
        right: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }
    .hamburger-close{
        margin-left: auto;
        padding: 10px 0 10px 10px;
    }
    .hamburger-nav-links{
        align-items: end;
    }
    .hamburger-nav-links-small{
        text-align: right;
        flex-direction: row-reverse;
    }
    .nav-links {
        height: 30px;
        align-items: start;
        justify-content: start;
    }
    .nav-links li{
        height: 30px;
        margin: 0 10px!important;
    }
    .nav-links a{

        height: 30px;
        margin: 0!important;
    }
    .mobile-open{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .nav-links li {
        margin: 20px 0;
    }

    .menu-icon {

    }
    .search-form-input{
        padding-left: 15px;
    }
    .search-page-icon {
        margin-right: 10px;
    }
    .search-form-button{
        right: 20px;
    }
}
.footer {
    display: block;
    flex-flow: row wrap;
    padding: 30px 30px 20px;
    color: #fff;
    background-color: #232323;
    border-top: 1px solid #e5e5e5;
}
.footer > * {
    flex: 1 100%;
}
.footer__addr {
    margin-right: 1.25em;
    margin-bottom: 2em;
}
.footer__logo {
    font-family: Pacifico, cursive;
    font-weight: 400;
    text-transform: lowercase;
    font-size: 1.5rem;
}
.footer__addr h5 {
    margin-top: 1.3em;
    font-size: 15px;
    font-weight: 400;
}
.nav__title {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 700;
    color: #3898ec;
    width: 100%;
}
.footer address {
    font-style: normal;
    color: #999;
}
.footer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    max-width: max-content;
    background-color: rgb(33, 33, 33, 0.07);
    border-radius: 100px;
    color: #2f2f2f;
    line-height: 0;
    margin: 0.6em 0;
    font-size: 1rem;
    padding: 0 1.3em;
}
.footer ul {
    padding-left: 0;
}
.footer li {
    line-height: 2em;
}
.footer__nav {
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
}
.footer__nav > * {
    flex: 1 50%;
    margin-right: 1.25em;
}
.nav__ul{
    list-style-type: none;
}
.nav__ul a {
    color: #fff;
}
.nav__ul a:hover {
    text-decoration: underline;
}
.nav__ul--extra {
    column-count: 2;
    column-gap: 1.25em;
}
.legal {
    display: flex;
    flex-wrap: wrap;
    color: #999;
}
.legal__links {
    display: flex;
    align-items: center;
}
.heart {
    color: #2f2f2f;
}
@media screen and (min-width: 24.375em) {
    .legal .legal__links {
        margin-left: auto;
    }
    .footer {
        padding: 15px;
    }
    .legal {
        font-size: 12px;
    }
}
@media screen and (min-width: 40.375em) {
    .footer__nav > * {
        flex: 1;
    }
    .nav__item--extra {
        flex-grow: 2;
    }
    .footer__addr {
        flex: 1 0px;
    }
    .footer__nav {
        flex: 2 0px;
    }
}
.pagination{
     list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
     float: right;
 }
 .pagination li{
     float: left;
 }
.pagination li span{
      display: block;
     padding: 8px 10px;
     border: 1px black solid;
     color:black;
     text-decoration: none!important;
 }
 .pagination li a{
     display: block;
     padding: 8px 10px;
     border: 1px black solid;
     color:black;
     text-decoration: none!important;
 }
.pagination li a:hover{
    background-color: #138af3;
     color: white!important;
 }
.pagination li a:visited{
    color: black;
    text-decoration: none!important;
    text-decoration-color: black!important;
    text-decoration-style: unset!important;
 }
 .current_page{
     background-color: #0d599c;
     color: white;
     padding: 8px 10px;
     border: 1px black solid;
 }
 .pagination-row{
     border-top: 2px solid black;
     margin-top: 10px;
     padding-top: 10px;
 }
 .tag-image-new{
     height: 90px;
     width: auto;
 }
.button{
    font-family: "Roboto Condensed", Arial Narrow, Avenir Next Condensed, Roboto, sans‑serif, sans-serif;
    color: white;
    padding: 8px 12px;
    margin: 5px;
    background-color: #0D599C;
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    display: block;
}
    .button:hover{
        cursor: pointer;
        box-shadow: 1px 1px 20px 2px #000;
    }
    .infinite-container{
        overflow-x: hidden;

    }
 @media screen and (max-width: 750px) /* Mobile */ {
     .mobile-close{ display: none;}
     .tag-image-new{
         height: 45px;
     }
     .pagination li{
         font-size: 12px!important;
     }
     .pagination-info{
         align-items: center;
         text-align: center;
     }
     .pagination{
         float: none;
         margin: 10px;
         display: flex;
         justify-content: center;
         align-items: center;

     }
 }