/*CSS for Politis Group by Efi Kakouni*/

.hp-category-articles-style2.euroleuage {
    background: linear-gradient(237deg, #141414 0%, rgba(255, 81, 0, 0.30) 100%)!important;
    padding-top: 60px!important;
}

.newsltetter-form {
    display: none;
}

.site-header .cls-1 {
   fill: #FF5100!important;
}

/***General Style***/

.site-branding svg {
    max-width: 250px;
    min-width: 200px;
}

.footer-logo-img {
    max-width: 350px;
    min-width: 150px;
}

body,
body.page {
    background-color:var(--bg-color);
    color:var(--text-color);
    margin-bottom: 0;
}

.site-main {
    min-height: 80vh;
}

.owl-stage {
    display: flex;
}

.dot {
    color: var(--main-color);
    font-size: 90px;
    line-height: 0;
}

input {
    outline: none;
    color:var(--text-color);
}

.owl-nav.disabled {
    display: none;
}

a {
    text-decoration: none;
    color:var(--text-color);
}

/*Scrollbar*/

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: var(--black); 
}
 
::-webkit-scrollbar-thumb {
  background: var(--main-color); 
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--main-color); 
}

/***END of General Style***/

/***404***/

.error-404 {
    padding-left: 15vw;
    padding-right: 15vw;
    position: relative;
    overflow: hidden;
}


#Calque_1 {
    max-width: 90vw;
    max-height: 80vh;
    overflow: visible;
    margin: auto;
    width: 100%;
}

.ground {
    background: #233033;
    width: 100vw;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 30px;
    padding: 15px;
    padding-left: 22vw;
    padding-right: 22vw;
    padding-bottom: 30px;
}

.shiny {
    padding: 1rem 2rem;
    border-radius: 10rem;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.shiny::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    filter: blur(12px);
    animation: shiny-animation 3s linear infinite;
}

.shiny::after {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    translate:-50% -50%;
    width: 99%;
    height: 96%;
    background-color: var(--color-two);
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: 2s ease;
    background-image: linear-gradient(to top, var(--color-two) -70%, var(--color-two) 60%);
}

.shiny:hover::after {
    background-image: linear-gradient(to top, var(--main-color) -70%, var(--color-two) 60%);
}

.shooot {
    position: relative;
    z-index: 3;
    padding-bottom: 5px;
}

.score {
    font-size: 24px;
    font-weight: 600;
}

#score {
    font-size: 28px;
    color: var(--main-color);
    padding-left: 3px;
    padding-right: 3px;
}

#trials {
    padding-left: 3px;
}

@keyframes shiny-animation {
  0% {
    left: 0;
    top: 0;
  }

  35% {
    left: 100%;
    top: 0;
  }

  50% {
    left: 100%;
    top: 100%;
  }

  85% {
    left: 0%;
    top: 100%;
  }
}

.social-menu .icon-social svg {
    height: 18px;
    max-width: 18px;
}

.icon-social path {
    transition: ease 0.4s;
}

.icon-social:hover path {
    fill: var(--main-color);
}

.footer-social .icon-social:hover path {
    fill: var(--black);
}

.header-teams {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    gap: 15px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.header-teams img {
    width: 60px;
    height: 75px;
    object-fit: contain;
}

.social-menu {
    padding-top: 5px;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.site-header {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 60px;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    padding-bottom: 8px;
    justify-content: space-between;
    padding-top: 15px;
    position: relative;
    z-index: 1000;
}

.nav-menu a {
    color: var(--text-color);
    font-size: 16px;
    transition: ease 0.3s;
    font-weight: 600;
}

.nav-menu a:hover {
    color: var(--main-color);
}

.site-navigation,
.menu-menou-container,
.main-navigation {
    width: max-content;
}

.main-navigation #primary-menu > li > a {
    padding: 0px 5px!important;
}

.nav-menu {
    gap: 45px;
}

.search-header{
    position: relative;
    height: 60px;
    overflow: visible;
    display: flex;
    align-items: center;
}


.site-header.scroll {
    position: fixed;
    top: 0;
    background: var(--bg-color);
    width: 100%;
    padding-bottom: 5px;
    padding-top: 7px;
}

.search-header .ajax-search-form{
    position: relative;
    width: 40px;
    height: 40px;
}

.search-header .ajax-search-input{
    height: 40px;
    width: 40px;
    font-size: 18px;
    font-weight: 300;
    outline: none;
    color: white;
    padding: 0 20px 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    z-index: 1;
    border: none;
    cursor: pointer;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000), border-bottom .2s ease, background .2s ease;
    box-sizing: border-box;
    background-color: black;
    border-radius: 10px;
}

.search-header .ajax-search-input::placeholder{
    color:#999;
}

.search-header .ajax-search-input:focus{
    width:320px;
    cursor:text;
    border:1px solid #bbb;
}

.search-header .ajax-search-input:focus:hover{
    border: 1px solid #bbb;
}

.search-header .ajax-search-submit{
    width:40px;
    height:40px;
    border:none;
    background:transparent;
    padding:0;
    margin:0;
    position:absolute;
    top:0;
    right:0;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:opacity .3s ease;

}

.search-header .ajax-search-submit svg{
    width:22px;
    height:22px;
}

.search-header .ajax-search-results{
    position:absolute;
    top:calc(100% + 10px);
    right:0;
    width:320px;
    background:#fff;
    border:1px solid #eee;
    border-radius:10px;  
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    display:none;
    z-index:999;
    max-height:420px;
    overflow-y:auto;
    padding:8px 0;
}


.search-header .ajax-search-results.active{
    display:block;
}

.search-header .ajax-search-item{
    display:block;
    padding:12px 18px;
    text-decoration:none;
    color:#222;
    transition:background .2s ease;
}

.search-header .ajax-search-item:hover{
    background:#f7f7f7;
}

.search-header .ajax-search-item-title{
    font-size:14px;
    font-weight:600;
    line-height:1.4;
    margin-bottom:4px;
}

.search-header .ajax-search-item-date{
    font-size:12px;
    color:#888;
}

.search-header .ajax-search-empty{
    padding:14px 18px;
    font-size:14px;
    color:#777;
}

.search-header .ajax-search-footer{
    border-top:1px solid #f1f1f1;
    margin-top:8px;
    padding:12px 18px 6px;
}

.search-header .ajax-search-all-results{
    font-size:14px;
    font-weight:600;
    color:#FF5100;
    text-decoration:none;
}

.search-header .ajax-search-all-results:hover{
    text-decoration:underline;
}

.search-header .ajax-search-results::-webkit-scrollbar{
    width:6px;
}

.search-header .ajax-search-results::-webkit-scrollbar-thumb{
    background:#ddd;
    border-radius:4px;
}

.search-header input,
.search-header button{
    box-shadow:none;
    appearance:none;
}

/***HEADER - MENU***/

/* DESKTOP ARROWS */

@media only screen and (min-width:1025px){

    #primary-menu .menu-row {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
    }

    #primary-menu .submenu-toggle{

        width:14px;
        height:14px;

        border:none;
        background:transparent;

        display:flex;
        align-items:center;
        justify-content:center;

        padding:0;
        margin:0;
        margin-right: 10px;
        cursor:pointer;

        pointer-events:none;
    }
    
    #primary-menu .sub-menu .submenu-toggle {
        rotate: 270deg;
    }

    #primary-menu .submenu-toggle::before{

        content:"";

        width:10px;
        height:10px;

        display:block;

        background-repeat:no-repeat;
        background-position:center;
        background-size:contain;

        background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 64 64' fill='none'><polyline points='6.53 18.86 33.16 44.12 57.42 18.86' stroke='white' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/></svg>");

        opacity:.8;
    }

}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation ul li {
    position: relative;
}

.main-navigation ul li a {
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

.main-navigation ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    z-index: 9999;
}

@media only screen and (min-width:1025px){

    .main-navigation ul li:hover > ul {
        display:block;
    }

}

.main-navigation ul ul li {
    width: 100%;
}

.main-navigation ul ul li a {
    padding: 10px 15px;
    white-space: nowrap;
}

.main-navigation ul ul ul {
    top: 0;
    left: 100%;
}

.main-navigation ul ul ul li {
    position: relative;
}

.main-navigation ul ul ul {
    margin-left: 3px;
}

@media (max-width: 768px) {

    .main-navigation ul ul {
        position: relative;
        top: 0;
        left: 0;
    }

    .main-navigation ul ul ul {
        left: 0;
    }

}

.sub-menu .menu-item-has-children > a::after {
    rotate: 270deg;
}

.sub-menu {
    padding: 15px;
    padding-left: 15px;
    display: flex;
    gap: 10px;
    border-radius: 15px;
    background-color: var(--bg-color);
}

.menu-item-has-children {
    position: relative;
}

.social-menu .icon-social svg {
    height: 18px;
    max-width: 18px;
}

.icon-social path {
    transition: ease 0.4s;
}

.icon-social:hover path {
    fill: var(--main-color);
}

.footer-social .icon-social:hover path {
    fill: var(--black);
}

.header-teams {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    gap: 15px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.social-menu {
    padding-top: 15px;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.site-header {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 30px;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    padding-bottom: 10px;
    justify-content: space-between;
    padding-top: 15px;
}

.nav-menu a {
    color: var(--text-color);
    font-size: 16px;
    transition: ease 0.3s;
}

.nav-menu a:hover {
    color: var(--main-color);
}

.site-navigation,
.menu-menou-container,
.main-navigation {
    width: max-content;
}

.nav-menu {
    gap: 15px;
}

.search-header{
    position: relative;
    height: 60px;
    overflow: visible;
    display: flex;
    align-items: center;
}

.search-header .ajax-search-form{
    position: relative;
    width: 50px;
    height: 50px;
}

.search-header .ajax-search-input{
    height: 50px;
    font-size: 18px;
    font-weight: 300;
    outline: none;
    color: white;
    padding: 0 30px 0 20px;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    z-index: 1;
    border: none;
    cursor: pointer;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000), border-bottom .2s ease, background .2s ease;
    box-sizing: border-box;
    background-color: black;
    border-radius: 15px;
}

.search-header .ajax-search-input::placeholder{
    color:#999;
}

.search-header .ajax-search-input:focus{
    width:320px;
    cursor:text;
    border:1px solid #bbb;
}

.search-header .ajax-search-input:focus:hover{
    border: 1px solid #bbb;
}

.search-header .ajax-search-submit{
    width:50px;
    height:50px;
    border:none;
    background:transparent;
    padding:0;
    margin:0;
    position:absolute;
    top:0;
    right:0;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:opacity .3s ease;

}

.search-header .ajax-search-submit svg{
    width:22px;
    height:22px;
}

.search-header .ajax-search-results{
    position:absolute;
    top:calc(100% + 10px);
    right:0;
    width:320px;
    background:#fff;
    border:1px solid #eee;
    border-radius:10px;  
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    display:none;
    z-index:999;
    max-height:420px;
    overflow-y:auto;
    padding:8px 0;
}


.search-header .ajax-search-results.active{
    display:block;
}

.search-header .ajax-search-item{
    display:block;
    padding:12px 18px;
    text-decoration:none;
    color:#222;
    transition:background .2s ease;
}

.search-header .ajax-search-item:hover{
    background:#f7f7f7;
}

.search-header .ajax-search-item-title{
    font-size:14px;
    font-weight:600;
    line-height:1.4;
    margin-bottom:4px;
}

.search-header .ajax-search-item-date{
    font-size:12px;
    color:#888;
}

.search-header .ajax-search-empty{
    padding:14px 18px;
    font-size:14px;
    color:#777;
}

.search-header .ajax-search-footer{
    border-top:1px solid #f1f1f1;
    margin-top:8px;
    padding:12px 18px 6px;
}

.search-header .ajax-search-all-results{
    font-size:14px;
    font-weight:600;
    color:#FF5100;
    text-decoration:none;
}

.search-header .ajax-search-all-results:hover{
    text-decoration:underline;
}

.search-header .ajax-search-results::-webkit-scrollbar{
    width:6px;
}

.search-header .ajax-search-results::-webkit-scrollbar-thumb{
    background:#ddd;
    border-radius:4px;
}

.search-header input,
.search-header button{
    box-shadow:none;
    appearance:none;
}

/***END of HEADER - MENU***/

/***FOOTER***/

.site-info {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: var(--main-color);
    display: flex;
    gap: 120px;
    justify-content: space-between;
}

.footer-social {
    display: flex;
    gap: 15px;
    flex-direction: row;
}

.news-form {
    display: flex;
    background-color: var(--bg-color);
    border-radius: 10px;
    padding: 15px;
    justify-content: space-between;
}

.news-form input::placeholder {
    color: #5B5B5B;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
}

.news-submit svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.news-submit {
    position: relative;
}

.terms-news {
    text-align: left;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    color: #ffffff75;
    margin-top: 5px;
}

.email-news input:focus-visible {
    outline: none;
}

.newsltetter-form-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 15px;
}

.email-news input {
    background: transparent;
    border: none;
    color: var(--text-color);
}

.submit-btn-news {
    cursor: pointer;
    background: transparent;
    border: none;
    position: relative;
    z-index: 2;
    aspect-ratio: 1 / 1;
    width: 30px;
}

.copyrights-box {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 30px;
    justify-content: space-between;
    font-size: 14px;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    justify-items: center;
    align-items: center;
}

.privacy-center {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    gap: 15px;
}

.copyrights {
    text-align: left;
    width: 100%;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  gap: 10px;
}

.custom-checkbox input {
  display: none;
}

.checkmark {
    width: 15px;
    height: 15px;
    border: 1px solid white;
    border-radius: 3px;
    position: relative;
}

.custom-checkbox input:checked + .checkmark {
  background: white;
}

.custom-checkbox input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 6px;
    height: 11px;
    border: solid var(--main-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.newsltetter-form > p {
    display: none;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px;
    font-size: 18px;
    font-weight: 400;
}

.footer-nav ul li a {
    transition: ease 0.4s;
}

.footer-nav ul li:hover a {
    color: var(--black);
}

.first-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

/***END of FOOTER***/

/***PAGES***/
/*Simple Page*/

.simple-page {
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.00) 5%, rgba(255, 81, 0, 0.47) 120%);
    padding-left: 15vw;
    padding-right: 15vw;
    font-size: 18px;
    padding-top: 150px;
    padding-bottom: 120px;
}

.simple-title {
    margin: 0;
    margin-bottom: 45px;
    font-size: 44px;
}

.simple-titles {
    position: relative;
}

.simple-title-shadow {
    position: absolute;
    top: -60px;
    font-size: 72px;
    left: 0;
    opacity: 0.1;
    font-weight: 600;
}

.network {
    margin-bottom: 120px;
}
/***END of PAGES***/

/***POSTS***/

/*Single*/

.google-box {
    height: 50px;
    padding: 10px;
    border: solid 2px var(--main-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.main-content .google-box a {
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

.extras-post {
    display: flex;
    align-items: center;
    gap: 15px;
}

.single-main-content {
    overflow: hidden;
}

.post-details-down {
    display: grid;
    grid-template-columns: 5fr 2fr;
    gap: 75px;
    align-items: start;
    margin-bottom: 30px;
}

.blog-post {
    background: linear-gradient(0deg, rgba(153, 49, 0, 0.00) 75%, #ff510070 100%);
    padding-left: 15vw;
    padding-right: 15vw;
    padding-top: 30px;
    padding-bottom: 90px;
}

.single-thumb img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    aspect-ratio: 16 / 9;
}

.single-thumb {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.post-single-intro {
    background: #1A1A1A;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-title {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.blog-single-details {
    text-align: center;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.btn-cat-single {
    color: var(--main-color);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 600;
}

.single-blog-meta {
    display: flex;
    gap: 45px;
    font-size: 18px;
    font-weight: 500;
}

.post-date {
    opacity: 0.6;
}


.post-tags a {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 500;
}

.blog-single-content {
    display: grid;
    grid-template-columns: 5fr 2fr;
    gap: 75px;
}

/*Font*/

.font-box {
    background: none;
    border: none;
    color: white;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    padding-right: 60px;
    cursor: pointer;
}

.font-box.active {
    background: #ff510078;
}

.text-size {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 10px;
}

.accessibility-box {
    position: relative;
}

.box-accessibility {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 0.25s ease;
    z-index: 100;
    width: max-content;
    border: solid var(--main-color) 1px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    background: black;
    overflow: hidden;
}

.box-accessibility.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.font-box.active {
    background: #000;
    color: #fff;
}

.font-box:hover {
    background: #ff510078;
}

.font-size-access svg {
    transition: transform 0.25s ease;
}

.font-size-access[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.text-glyph {
    font-weight: 600;
    border: solid 1px;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    padding-bottom: 2%;
}

.blog-single-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.font-small .blog-single-content p,
.font-small .blog-single-content li {
    font-size: 16px;
}

.font-large .blog-single-content p,
.font-large .blog-single-content li {
    font-size: 22px;
}

.font-xlarge .blog-single-content p,
.font-xlarge .blog-single-content li {
    font-size: 24px;
}

.font-small .main-content h2 {
    font-size: 28px;
}

.font-large .main-content h2 {
    font-size: 40px;
}

.font-xlarge .main-content h2 {
    font-size: 44px;
}

.font-small .main-content h3 {
    font-size: 24px;
}

.font-large .main-content h3 {
    font-size: 36px;
}

.font-xlarge .main-content h3 {
    font-size: 40px;
}

.font-small .main-content h4 {
    font-size: 22px;
}

.font-large .main-content h4 {
    font-size: 26px;
}

.font-xlarge .main-content h4 {
    font-size: 30px;
}


.font-small .main-content h5 {
    font-size: 18px;
}

.font-large .main-content h5 {
    font-size: 22px;
}

.font-xlarge .main-content h5 {
    font-size: 28px;
}

/*END of Font*/


.main-content a {
    color: var(--main-color);
}

.main-content h2 {
    font-size: 32px;
    font-weight: 600;
}

.main-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.main-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.main-content h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.main-content h6 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.main-content .wp-block-list {
    margin-left: 0;
    font-size: 20px;
    font-weight: 400;
}

.main-content blockquote {
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative; 
}

.main-content blockquote:before {
    content: '❝';
    color: #ffffff36;
    font-size: 120px;
    position: absolute;
    line-height: 1;
    top: -15px;
    height: max-content;
    left: -35px;
}

.relative-post_item img {
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 15px;
}

.relative-post_item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    border: solid 2px transparent;
    transition: ease 0.3s;
    border-radius: 15px;
}

.relative-post_item:hover {
    transform: translateY(-2px);
    border: solid 2px var(--main-color);
}

.relative-post_details {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.relative-post_date {
    opacity: 0.5;
}

.related-posts {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 45px;
}

.relative-title {
    font-size: 36px;
    font-weight: 600;
    margin: 0!important;
    text-transform: uppercase;
}

.relative-post_category a {
    color: var(--main-color);
}

.tags-single {
    padding-top: 30px;
}

.tags-title-single {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 5px;
}

.m24 {
    margin-bottom: 30px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

.text-24 {
    color: rgba(255, 255, 255, 0.33);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

.relative-post_title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    margin-top: 15px;
    color: var(--white);
}

.relative-post_title {
    margin: 0!important;
}

.share-post {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 7px;
    align-items: center;
    margin-top: 15px;
    padding-bottom: 10px;
    border-bottom: solid var(--main-color) 3px;
    width: fit-content;
    margin-bottom: 20px;
}

.copy-link {
    border: none;
    background: transparent;
    padding: 0;
}

.btn-share {
    display: flex;
    padding: 7px;
    background: var(--white);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    cursor: pointer;
    transition: ease 0.3s;
}

.btn-share svg {
    transition: ease 0.3s;
    fill: black;
    width: 18px;
    height: 18px;
}

.btn-share svg path {
    fill: black;
    transition: ease 0.3s;
}

.btn-share:hover svg path {
    fill: white;
}

.btn-share:hover svg {
    fill: white;
}

.btn-share:hover {
    background: var(--main-color);
}

.intro-paragraph-single {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.intro-paragraph-single p {
    font-size: 20px;
    line-height: 1.3;
    font-style: normal;
    font-weight: 600;   
    margin: 0;
}

.font-size-access {
    font-size: 20px;
    font-weight: 400;
    width: max-content;
    cursor: pointer;
    height: 50px;
    padding: 10px;
    border: solid 2px var(--main-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.widget-area {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;  
}

.title-follow-title {
    font-size: 20px;
    font-weight: 600;
}

.title-follow-title span {
    color: var(--main-color);
}

.follow-box-single {
    width: max-content;
    border: solid 2px;
    padding: 10px 20px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 45px;
}

.single-social {
    display: flex;
    justify-content: center;
    gap: 7px;
}

.single-social svg path {
    fill: black;
}

.single-social-media {
    display: flex;
    align-items: center;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
}

/*Archive*/

.blog-archive {
    padding-left: 15vw;
    padding-right: 15vw;
    display: grid;
    grid-template-columns: 5fr 2fr;
    gap: 30px;
    background: linear-gradient(0deg, rgba(153, 49, 0, 0.00) 75%, #ff510070 100%);
    padding-top: 60px;
    padding-bottom: 90px;
}

.page-title-blog {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tag-title {
    font-size: 60px;
    opacity: 0.6;
    color: var(--main-color);
}

.archive-post-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    border: solid 2px transparent;
    transition: ease 0.3s;
    border-radius: 15px;
}

.archive-post-item img {
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 15px;
}

.archive-post-details {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 15px;
}

.archive-post-category a {
    color: var(--main-color);
    font-weight: 700;
}

.archive-post-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
}

.blog-loop {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.archive-post-item:hover {
    transform: translateY(-2px);
    border: solid 2px var(--main-color);
}

.blog-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 15px;
}

ul.page-numbers {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 10px;
}

ul.page-numbers .page-numbers {
    padding: 10px 15px;
    border-radius: 10px;
    border: solid 1px;
    transition: cubic-bezier(0.25, 0.1, 0.29, 0.74) 0.3s;
}

ul.page-numbers .page-numbers.dots {
    border: none;
}

li:hover .page-numbers,
.page-numbers.current {
    border: solid 1px var(--main-color);
    color: var(--main-color);
}

.blog-pagination {
    margin-top: 50px;
}

.custom-select{
    position:relative;
    cursor:pointer;
}

.arrow{
    width:8px;
    height:8px;
    border-right:2px solid var(--white);
    border-bottom:2px solid var(--white);
    transform:rotate(45deg);
}

.custom-options {
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    background: var(--black);
    border-radius: 15px;
    margin-top: 6px;
    display: none;
    z-index: 10;
    width: max-content;
    max-height: 450px;
    overflow-y: auto;
}

.custom-option {
    padding: 12px 16px;
    display: block;
}

.custom-option:hover{
    background: var(--main-color);
    border-radius: 15px;
}

.custom-option.selected{
    font-weight:600;
}

.custom-select-trigger {
    background: transparent;
    border: none;
    border-radius: 0;
    padding-left: 0;
    color: white;
    cursor: pointer;
    outline: none;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    text-transform: uppercase;
}

.custom-select.open .arrow{
    transform:rotate(225deg);
}

.arrow{
    transition:transform .25s ease;
}

/*Author*/

.author-page {
    padding-left: 15vw;
    padding-right: 15vw;
    background: linear-gradient(0deg, rgba(153, 49, 0, 0.00) 75%, #ff510070 100%);
    padding-top: 60px;
    padding-bottom: 90px;
}

.author-hero {
    display: grid;
    grid-template-columns: 1fr 10fr;
    gap: 45px;
    padding-bottom: 45px;
    border-bottom: solid 1px #ffffff38;
    margin-bottom: 60px;
    align-items: center;
}

.author-name {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0;
}

.author-bio p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}

.author-pagination{
    margin-top: 30px;
}

.author-avatar-wrap img {
    width: 100%;
    border-radius: 50%;
    margin-top: 10px;
}

.author-filters {
    display: flex;
    gap: 30px;
    align-items: center;
}

.author-posts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 60px;
}

.author-card__thumb img {
    border-radius: 15px;
    aspect-ratio: 16 / 10;
	width: auto;
}

.author-card {
    background: var(--black);
    border-radius: 15px;
    height: 100%;
}

.author-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#author_search,
#author_category {
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    color: white;
    border-bottom: solid 1px;
    padding-bottom: 10px;
}

.author-card__title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
}

.author-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-top: solid 1px;
    padding-top: 10px;
}

.author-card__content {
    padding: 30px;
    padding-top: 15px;
}

.author-card__category {
    color: var(--main-color);
}

.author-page .custom-select-trigger {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

/*Search*/

.search-page {
    padding-left: 15vw;
    padding-right: 15vw;
    padding-top: 60px;
    padding-bottom: 90px;
    background: linear-gradient(0deg, rgba(153, 49, 0, 0.00) 75%, #ff510070 100%);
    display: grid;
    grid-template-columns: 5fr 2fr;
    gap: 30px;
}

.page-title-search {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.page-title-search span {
    font-size: 36px;
    font-weight: 600;
}

.page-header-search {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 30px;
}

.search-results-count {
    text-align: right;
}

.search-posts {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/***END of POSTS***/

/***CONTACT***/

.wpforms-container input, 
.wpforms-container textarea {
    background: transparent!important;
    border: none!important;
    border-bottom: solid 1px!important;
    color: white!important;
    border-radius: 0!important;
    outline: none!important;
    box-shadow: none!important;
    font-size: 24px!important;
    padding-bottom: 15px !important;
    font-weight: 400!important;
}

.wpforms-container ::placeholder {
    color: white!important;
    font-weight: 400!important;
}

.wpforms-submit {
    width: 100%!important;
    background: black!important;
    border-radius: 15px!important;
    height: 60px!important;
    font-size: 24px!important;
    transition: ease 0.4s!important;
}

.wpforms-submit:hover {
    background: var(--main-color)!important;
}

.wpforms-confirmation-scroll {
    background: transparent!important;
    border: none!important;
    padding: 0!important;
    margin: 0!important;
}

.wpforms-confirmation-scroll {
    color: white!important;;
    font-size: 28px!important;
}

.wpforms-field-label-inline {
    color: white!important;
}

.wpforms-field-label-inline a {
    color: var(--main-color)!important;
}

.choice-1 input {
    border: none!important;
}

.contact-paragraph a {
    color: var(--main-color);
}

/*Podcast*/

.podcast {
    background: linear-gradient(0deg, rgba(153, 49, 0, 0.00) 20%, #ff510070 100%);
}

.back-podcast {
    background-repeat: no-repeat;
    padding-left: 15vw;
    padding-right: 15vw;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.title-section-podcast {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.podcast-intro {
    display: flex;
    gap: 60px;
    align-items: center;
}

.paragraph-podcast {
    font-size: 20px;
    font-style: normal;
    margin: 0;
}

.title-podcast {
    font-size: 48px;
    margin: 0;
    font-weight: 600;
}

.podcast-box {
    background: #1A1A1A;
    border-radius: 15px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
}

.podcast-content {
    display: flex;
    gap: 60px;
    flex-direction: column;
}

.custom-podcast-player {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.podcast-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
}

.progress-bar {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: var(--white);
    cursor: pointer;
    height: 3px;
    border: none;
}

.podcast-player {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.episode-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}

.actions-btns button {
    cursor: pointer;
    background: transparent;
    border: none;
}

.podcast-player {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.podcast-controls {
    align-items: flex-end;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 30px;
}

.podcast-episode {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    background: #1A1A1A;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    border: solid transparent 2px;
}

.inside-episode {
    padding: 30px;
    padding-left: 0;
}

.inside-episode h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.episode-thumb {
    border-radius: 15px;
}

/***END of CONTACT***/

/***BLOCKs***/
.network {
    padding-top: 60px;
}

.posts-logo-section {
    padding-left: 15vw;
    padding-right: 15vw;
    padding-bottom: 60px;
    padding-top: 90px;
}






