/*
Theme Name: GeneratePress-Child 2025 Bucharest ILF
Theme URI: https://generatepress.com
Author: Tudor Crisan
Author URI: https://tudor-crisan.com/
Description: Theme child
Version: 3.5.1
Requires at least: 6.1
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options
Template: generatepress

GeneratePress, Copyright 2014-2024 EDGE22 Studios LTD.
GeneratePress is distributed under the terms of the GNU GPL

GeneratePress is based on Underscores http://underscores.me/, (C) 2012-2024 Automattic, Inc.

Actual CSS can be found in /assets/css/ folder.
*/

body {
    background-image: url('/wp-content/uploads/2025/03/Vector-4.svg');
    background-repeat: repeat-y;
    background-size: 100% auto;
}

html {
    scroll-behavior: smooth;
}

.newsletter_form{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter_form input[type="submit"]{
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
}

.newsletter_form_item{
    width: 100%;
    color: white;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.newsletter_form_item_imp{
    color: red;
}

.newsletter_form_item input{
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 15px;
    background: transparent;
    color: white;
}

.newsletter_form_item input:focus{
    background: transparent;
    border: 1px solid white;
    color: white;
}

.slideout-navigation.main-navigation .main-nav ul li a{
    padding-left: 0;
    font-size: 18px !important;
    line-height: 40px !important;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a{
    color: var(--accent);
}

.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a{
    background-color: white;
    color: var(--accent) !important;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"] > a{
    background-color: white;
    color: var(--accent) !important;
}

.main-navigation ul .sub-menu{
    left: 20px !important;
}

.menu_dropdown_item{
    font-size: 16px;
    line-height: 19px;
}

.menu_dropdown_item a{
    text-transform: none;
    font-weight: 600;
}

.menu_dropdown_item a::after{
    content: "";
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    font-weight: 400;
    padding-right: 20px;
}

.menu_dropdown_item_events a::after {
    content: "Smaller-size events that gather the community";
}

.menu_dropdown_item_conferences a::after {
    content: "Join us for the most inspirational speeches";
}

.checkbox-input {
    display: none;
}

/* Style the label to look like a button */
.checkbox-button {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: white;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

/* Change background and border when hovered */
.checkbox-button:hover {
    background-color: #ddd;
    border-color: #bbb;
}

/* Style the label when the associated checkbox is checked */
.checkbox-input:checked + .checkbox-button {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #fff;
}

.videos_search{
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 30px !important;
    width: 100%;
}

.videos_search_top {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.videos_search_filter_categories{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.videos_search_filter_categories_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.videos_search_filter_categories_title{
    font-size: 30px;
    font-weight: 300;
    line-height: 36.31px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.videos_search input, .videos_search select {
    border-radius: 6px;
    font-size: 16px;
    line-height: 19px;
    color:#727272;
    border: 1px solid #A8A8A8;
    height: 50px;
}

.videos_search_filter_text {
    position: relative;
}

.videos_search_filter_text  svg {
    position: absolute;
    right: 10px;
    top: 48%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

/*.videos_search_filter_text input{*/
/*    width: 350px !important;*/
/*}*/

.videos_search_count_container{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 1rem;
}

.videos_search_count {
    font-size: 30px;
    font-weight: 600;
    line-height: 36.31px;
    text-align: left;
    text-decoration-skip-ink: none;
    margin-bottom: 0 !important;
}

.videos_search_reset{
    width: max-content;
}

.videos_search_reset:hover{
    background-color: var(--accent);
    color: white;
    border: 2px solid var(--accent);
}

.aiovg-link-title{
    color: black;
}

.aiovg-link-title a {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.aiovg-thumbnail {
    gap: 10px !important;
}

.videos_video_caption{
    display: flex;
    align-items: flex-end;
    gap: 3px;
    column-gap: 5px;
    flex-wrap: wrap;
}

.videos_video_caption_subtitle, .videos_video_caption_subtitle a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #727272;
}

/*.video_metas * {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    line-height: 19.36px;*/
/*    text-align: left;*/
/*    text-underline-position: from-font;*/
/*    text-decoration-skip-ink: none;*/
/*    color: #727272;*/
/*}*/

.aiovg-caption {
    gap: 5px !important;
}

.video_title {
    font-size: 30px;
    font-weight: 550;
    line-height: 36.31px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #212121;
    margin-top: 20px;
}

.video_metas {
    justify-content: flex-start;
    align-items: center;
    flex-direction: row !important;
}

.video_share {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;

    cursor: pointer;
}

.video_description {
    border-top: 1px solid #C9C9C9;
    width: 100%;

    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #121212;

    margin-top: 20px;
    padding-top: 20px;

    margin-bottom: 60px;
}

.video_container {
    display: grid;
    grid-template-columns: 1fr 30%;
    gap: 80px;
}

.video_sidebar{
    display: flex;
    flex-direction: column;
}

.video_sidebar_image img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    object-fit: cover;
}

.video_leftside_title {
    font-size: 16px !important;
    line-height: 19px;
}

.video_leftside .videos_video_caption_subtitle{
    font-size: 14px;
}

.video_leftside_row {
    display: grid !important;
    grid-template-columns: 50% 1fr;
    align-items: center;
    gap: 15px;
}

.video_leftside_caption {
    margin: 0 !important;
}

.video_speakers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.video_speaker {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 20px;
}

.video_speaker_image {
    width: 110px;
    height: 110px;
}

.video_speaker_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speaker_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_speaker_content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.video_speaker_content_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.78px;
    text-align: left;
}

.video_speaker_content_subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    color: #727272;

    /*    line clmap 2*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video_speaker_content_btn {
    padding: 4px 15px;
    font-size: 16px;
    text-transform: capitalize;
}

.video_speaker_content_btn:hover {
    background-color: var(--accent);
    color: white;
    border: 2px solid var(--accent);
}

.ilovefailure_banner {
    background-image: url('/wp-content/uploads/2023/11/ILF-InovationCoverForLanding.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    width: 100vw; /* Full width of the viewport */
    position: relative;
    left: 50%; /* Shift to the right by half its width */
    transform: translateX(-50%);

    margin-bottom: 40px;
    margin-top: 40px;

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

.ilovefailure_banner_headline {
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
    color: var(--base-3);
    font-size: 60px;
}

.event_tickets_description{
    font-size: 16px;
    width: 65%;
}

.ilovefailure_banner_btn {
    background-color: white;
    border-radius: 6px;
    padding: 5px 10px;
    color: black;
    text-transform: uppercase;
    font-size: 16px;
}

.ilovefailure_banner_content {
    padding: 60px 10px;
}

.view_more_container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.view_more_container a {
    text-transform: uppercase;
}

.speaker-header {
    display: grid;
    grid-template-columns: 33% 1fr;
    gap: 50px;
    align-items: flex-start;
}

.speaker-name{
    font-weight: 500;
}

.speaker-job-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    color: #727272;
}

.speaker_media {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;

    margin-bottom: 20px;
}

.speaker_media_socials {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.speaker_media_socials a {
    display: flex;
    align-items: center;
}

.speaker_media .video_share {
    margin-top: 0;
}

.speaker-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    color: #212121;
    margin-top: 20px;
}

.speaker-page {
    display: flex;
    flex-direction: column;
    gap: 50px;

    padding-top: 20px;
}

.aiovg-link-title {
    /*    line clamp 2*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    font-size: 20px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: left;
}








/* General Styles */
.search-container {
    position: relative;
    display: inline-block;
}

.search-icon {
    display: flex;
    align-items: center;
    cursor: pointer;

    padding-left: 30px;
}

.hidden {
    display: none;
}

/* Popup Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Light gray transparent */
    z-index: 999;
}

/* Popup Container */
.shortcode-popup .shortcode-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 90%;
    max-width: 400px;
    text-align: center;
}

.shortcode-content .aiovg-search-form{
    margin-bottom: 0;
}

.full_page_banner {
    width: 100vw; /* Full width of the viewport */
    position: relative;
    left: 50%; /* Shift to the right by half its width */
    transform: translateX(-50%);
}

.events {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}

.event-item {
    display: grid;
    grid-template-columns: 45% 1fr;
    align-items: center;
    gap: 40px;
}

.event-thumbnail img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.event-item-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.event-item-content-title a {
    font-size: 40px;
    font-weight: 600;
    line-height: 48.41px;
    text-align: left;
    color: #212121;
}

.event-item-content-perk {
    display: flex;
    align-items: center;
    gap: 5px;
}

.event-item-content-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    color: #212121;
}

.event-item-content-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.event-item-content-details-pearks {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.event-item-content-sale-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: var(--accent);
}

.event-item-content-sale-timer .element_conteiner {
    background-color: white;
    border: 1px solid #A8A8A8;
    border-radius: 6px;
    padding-bottom: 4px;
    min-width: 70px !important;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: max-content;;
}

.event-item-content-sale-timer .countdown{
    display: flex;
    align-items: center;
    gap: 5px;
}

.event-item-content-sale-timer .time_description{
    font-size: 8.75px !important;
    font-weight: 600;
    line-height: 10.58px;
    text-align: center;
    color: #212121 !important;
    text-transform : uppercase ;
}

.event-item-content-sale-timer .time_left{
    background-color: transparent !important;
    font-family: inherit !important;

    font-size: 36.44px !important;
    font-weight: 300;
    line-height: 44.1px;
    text-align: center;
    white-space: nowrap;
}

.event_page_banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.event_page_banner_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 30px 60px 30px;
}

.event_page_details_banner_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 30px 30px 30px;

    display: flex;
    align-items: center;
    gap: 40px;
}

.event_page_banner_block {
    background-color: rgba(0,0,0,.75);
    padding: 20px;

    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 60%;
}

.event_page_banner_block_title {
    font-size: 50px;
    font-weight: 500;
    line-height: 60.51px;
    text-align: left;
    color: white;
}

.event_page_banner_block_items {
    display: flex;
    flex-direction: column;
    gap: 3px;

    font-size: 30px;
    font-weight: 300;
    line-height: 37.5px;
    text-align: left;
    color: white;
}

.event_page_details_banner {
    /*background-color: white;*/
    /*border-bottom: 1px solid #C9C9C9;*/

    /*position: relative;*/
    /*z-index: 50;*/
}

.event_page_details_container{
    background-color: white;
    border-bottom: 1px solid #C9C9C9;

    position: relative;
    z-index: 50;
}

.event_main {
    display: grid;
    grid-template-columns: 70% 1fr;
    gap: 40px;

    margin-top: 60px;
}

.event-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 48.41px;
    text-align: left;

    color: #212121;
}

.event_main_info iframe{
    border:1px solid #C9C9C9 !important;
    width: 100% !important;
    height: 185px;
}

.event-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    color: #212121;
}

.event_main_texts {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.event_tickets_banner {
    background-color: var(--accent);

    color: white;

    background-image: url(/wp-content/uploads/2025/03/Vector-4.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    margin-top: 50px;
    /*margin-bottom: 50px;*/
}

.home .event_tickets_banner{
    margin-top: 0px !important;
}

.event_tickets {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;

    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 30px 50px 30px;
}

.event_tickets_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 20px;
}

.event_tickets_item {
    flex: 1 1 calc(25% - 10px);
    max-width: calc(25% - 10px);
    min-width: 320px;

    background-color: white;
    border-radius: 25px;
    padding: 30px 15px;
    color: #212121;

    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
}

.event_tickets_item_banner {
    width: 100%;
    background: black;
    color: white;
    border-radius: 25px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.event_tickets_item_banner_yellow {
    background: #F2C94C;
}

.event_tickets_item_price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:5px;

    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;
    color: #DC538D;
}

.event_tickets_item_price_old {
    color: #979797;
    text-decoration: line-through;
}

.event_tickets_item_name {
    font-size: 25px;
    font-weight: 700;
    line-height: 30.26px;
    color: #212121;
}

.event_tickets_item_pearks {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    color: #212121;

    margin: 0 0 0 20px !important;
}

.event_tickets_item_btn a {
    font-size: 16px;
    padding: 10px 15px;
}

/*.event_tickets_item_main {*/
/*    background: gray !important;*/
/*    color: white;*/
/*    border: 1px solid white;*/
/*}*/

/*.event_tickets_item_main * {*/
/*    color: white;*/
/*}*/

.event_tickets_item_main a {
    background: black !important;
}

.event_speakers {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}

.event_speaker {
    flex: 1 1 calc(20% - 30px);
    max-width: calc(20% - 30px);
    min-width: 250px;

    display: flex;
    flex-direction: column;
    gap: 5px;
}

.event_speaker_name {
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    color: #212121;
}

.event_speaker_job_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    color: #727272;
}

.event_page_banner_container_mobile {
    display: none;
}

.aiovg-item-category {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-transform: uppercase;
}

.aiovg-thumbnail-top {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aiovg-player-container-desktop {
    display: block;
}
.aiovg-player-container-mobile{
    display: none;
}

#videos_slider_mobile .sa_hover_container{
    padding: 0 !important;
}

#videos_slider_mobile {
    background-color: black;
    color: white;
}

.video_slider_content {
    padding: 20px 30px;

    display: flex;
    flex-direction: column;
    gap: 5px;

    padding-bottom: 50px;
}

.video_slider_content_tag {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.52px;
    color: #DC538D;
}

.video_slider_content_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 29.05px;
    letter-spacing: -0.02em;
    text-align: left;
    color: white;
}

#videos_slider_mobile .owl-dots{
    left: 30px;
    bottom: 20px !important;
    width: max-content;
}

#videos_slider_mobile .owl-dots .owl-dot span{
    background-color: transparent !important;
    border: 1px solid white !important;
}

#videos_slider_mobile .owl-dots .active span{
    background-color: white !important;
    border: 1px solid white !important;
}

.video_slider_img {
    min-height: 300px;
    object-fit: cover;
}

.video_slider_iframe iframe{
    height: 230px;
}

.main-navigation ul ul li{
    background-color: white;
}

.sub-menu {
    border: 1px solid #C9C9C9;
    border-top: none;
}

.main-navigation .main-nav ul ul li a {
    color: black !important;
}

.main-navigation ul ul li:hover{
    background-color: white;
    color: black;
}

.merch-page .gb-button{
    padding: 8px 20px;
}

.merch_filters {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.merch_filters_select {
    border-radius: 6px;

    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    padding: 10px 20px;
}

.merch_tabs .tabs-nav{
    display: none;
}

.about_us_banner img{
    height: 100%;
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.about_us_banner_center img{
    object-position: center;
}

.aiovg a.aiovg-link-title {
    font-size: 16px;
}

.aiovg-duration {
    font-size: 12px !important;
}

.home .countdown_banner_container{
    margin-bottom: 0px;
}

.countdown_banner_container_content_text{
    font-size: 20px;
}

.countdown_banner_container_content_text_title{
    font-size: 30px;
}
.time_left{
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.countdown_banner_container .element_conteiner, .event-item-content-sale-timer .element_conteiner{
    position: relative;
}

.countdown_banner_container .element_conteiner:not(:last-child)::after, .event-item-content-sale-timer .element_conteiner:not(:last-child)::after{
    content: ":";
    position: absolute;
    right: -18px;
    top: 50%;
    font-size: 29px;
    transform: translateY(-50%);
}

.countdown_banner_container .countdown, .event-item-content-sale-timer .countdown{
    display: flex;
    align-items: center;
    gap: 30px;
}

.share_container{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

    display: flex;
    flex-direction: column;
    gap: 20px;
}

.share_container_title{
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;
    border-bottom: 1px solid #C9C9C9;
    padding-bottom: 10px;
}

.share_layout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

.share_close {
    position: absolute;
    top: 12px;
    right: 20px;
    cursor: pointer;
    width: 35px;
    height: 35px;
}

.aiovg-social{
    margin-top: 0 !important;
    justify-content: center;
}

.share_container_link{
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;

    border-radius: 10px !important;
    border: 1px solid #C9C9C9 !important;
}

.share_container_link:focus{
    outline: none;
    border: 1px solid var(--accent);
    padding: 10px 15px;
}

.aiovg-link-social{
    border-radius: 10px !important;
}

.footer_links_columns > *{
    min-width: 250px;
}

.page-numbers{
    border: none !important;
    background-color: transparent;
    color: black;
    font-size: 16px;
    padding: 0 !important;
}

.aiovg-pagination-links a:hover{
    background-color: transparent !important;
    color: var(--accent) !important;
}

.aiovg-pagination-links .current{
    background-color: transparent !important;
    color: var(--accent) !important;
}

.aiovg-pagination .aiovg-pagination-links{
    gap: 20px !important;
}

.aiovg-pagination-info{
    display: none;
}


#slider_6605{
    height: auto;
    max-height: 900px;
    margin-bottom: 0 !important;
    max-width: 1980px;
    margin-left: auto;
    margin-right: auto;
}

#slider_6605 .owl-item img{
    height: auto;
    max-height: 900px;
    object-fit: cover;
}

.home #slider_6605 {
    margin-top: 125px !important;
}

.custom_slider_item {
    position: relative;

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

.custom_slider_item_text{
    position: absolute;
    bottom: 60px;
    text-align: center;

    width: 100%;
    left: 50%;
    transform: translateX(-50%);

    color: white;

    background-color: rgba(0,0,0,.4);
}

.custom_slider_item_text_title {
    font-size: 50px;
    font-weight: 700;
    line-height: 60.51px;
}

.custom_slider_item_text_subtitle{
    font-size: 30px;
    line-height: 37.5px;
    font-weight: 300;
}

#slider_6605 .owl-dots{
    bottom: 20px !important;
}

#slider_6605 .owl-dots .owl-dot span{
    background-color: transparent !important;
    border: 1px solid white !important;
    border-radius: 50%;

    width: 15px !important;
    height: 15px !important;
}

#slider_6605 .owl-dots .active span{
    background-color: white !important;
}

.event_page_details_banner_timer{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.home_title{
    line-height: 48.41px;
    margin-bottom: 25px;
}

.speaker_banner * {
    margin-bottom: 0;
}

.speaker_banner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.speaker_banner_title{
    font-size: 70px;
    font-weight: 700;
    line-height: 96.82px;
}

.speaker_banner_position{
    font-size: 25px;
    font-weight: 300;
    line-height: 36.31px;
}

.speaker_banner_text{
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.speaker_banner_listTitle{
    font-size: 25px;
    font-weight: 700;
    line-height: 36.31px;
    text-transform: uppercase;
    margin-bottom: -20px;
}

.speaker_banner_list{
    font-size: 20px;
    font-weight: 400;
    line-height: 36.31px;
    margin-left: 0;
    list-style-type: none;
}

.speaker_banner_list_right {
    text-align: right;
}

.why_attent_container svg{
    width: 115px !important;
    height: 115px !important;
}

.agenda_page_time .wp-block-heading{
    margin-bottom: 0;
}

.agenda_page_time{
    margin-bottom: 10px;
}

.buy_tickets_column{
    background-color: white !important;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #C9C9C9;

    height: max-content;
}

.buy_tickets_column_main {
    background: #dc538d !important;
}

@media screen and (max-width: 1200px) {
    .event-item {
        grid-template-columns: 35% 1fr;
    }
}

@media screen and (max-width: 1025px) {
    #mobile-header {
        background-color: white;
    }
    #mobile-header .inside-navigation {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    #mobile-header .mobile-header-logo{
        grid-column: 2/3;
        grid-row: 1/2;
        align-content: center;
        align-self: center;
        justify-self: center;
    }

    #mobile-header .search-container{
        grid-column: 3/4;
        grid-row: 1/2;
        justify-self: flex-end;

        padding-left: 0;
        padding-right: 20px;
    }

    #mobile-header .menu-toggle{
        grid-column: 1/2;
        grid-row: 1/2;
        justify-self: flex-start;
    }

    .mobile-header .icon-menu-bars{
        color: black !important;
    }

    .event-item {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .events {
        gap: 50px;
    }

    .event-thumbnail img {
        max-height: none;
    }

    .menu_dropdown_item{
        width: 50% !important;
        margin: 0 auto !important;
    }

    .sub-menu {
        border: none;
    }

    .main-navigation ul .sub-menu{
        left: 0 !important;
    }

    .slideout-navigation.main-navigation .main-nav ul ul li a{
        padding: 10px 10px !important;
    }
    .menu_dropdown_item a::after{
        padding-right: 0;
    }

    .main-navigation .main-nav ul li a{
        padding-left: 0;
    }
}

.aiovg-field-sort-mobile{
    display: none;
}

@media screen and (max-width: 900px){
    body {
        background-image: none !important;
    }

    .video_container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .video_leftside_row {
        grid-template-columns: 1fr;
    }

    .speaker-header {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .event-item-content-title a {
        font-size: 30px;
        line-height: 36px;
    }

    .event_page_banner_container {
        min-height: 400px;
    }

    .event_page_banner_block {
        display: none;
    }

    .event_page_details_container_padding{
        padding: 0 20px;
    }

    .event_page_banner_container_mobile {
        display: flex;
        flex-direction: column;
        gap: 20px;

        padding: 20px 0 10px 0;
    }

    .event_page_banner_container_mobile .event_page_banner_block_title{
        color: #212121;

        font-size: 30px;
        font-weight: 600;
        line-height: 36.31px;
        text-align: left;
    }

    .event_page_banner_container_mobile .event_page_banner_block_items {
        font-size: 20px;
        font-weight: 300;
        line-height: 24.41px;
        text-align: left;
        color: #212121;
    }

    .event_page_banner_container_mobile .event_page_banner_block_items strong {
        color: var(--accent);
    }

    .event_main {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .event-title{
        display: none;
    }

    .event_page_details_banner{
        box-shadow: none;
        background-color: transparent;
        width: 100%;
    }

    .event_page_details_banner_container {
        padding: 0;
        padding-top: 10px;
        padding-bottom: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;

        /*border-bottom: 1px solid #C9C9C9;*/
    }

    .event_page_details_banner_timer{
        display: block;
    }

    .event_tickets {
        padding: 20px;
    }

    .ilovefailure_banner_headline {
        margin-bottom: 15px;
    }

    .event_tickets_item{
        align-items: flex-start;
    }

    .aiovg-player-container-desktop {
        display: none;
    }
    .aiovg-player-container-mobile{
        display: block;

        width: 100vw; /* Full width of the viewport */
        position: relative;
        left: 50%; /* Shift to the right by half its width */
        transform: translateX(-50%);
    }
    .aiovg-player-container-mobile .aiovg-player{
        min-height: auto;
    }
}

@media screen and (max-width: 768px){
    .full_page_banner_mobile {
        width: 100vw; /* Full width of the viewport */
        position: relative;
        left: 50%; /* Shift to the right by half its width */
        transform: translateX(-50%);
        max-width: none !important;
    }

    .speaker_banner_list_right{
        text-align: center;
    }
    .videos_video_caption_subtitle, .videos_video_caption_subtitle a{
        font-size: 12px !important;
    }

    .aiovg-item-category{
        font-size: 14px;
    }

    .aiovg-thumbnail-top {
        flex-direction: column-reverse;
    }

    .ilovefailure_banner_headline{
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .event_tickets_description{
        width: 100%;
    }

    .ilovefailure_banner_content{
        padding: 40px 10px;
    }

    .video_title{
        font-size: 20px;
        font-weight: 550;
        line-height: 24.2px;
        text-align: left;
    }

    .countdown_banner_container .element_conteiner:not(:last-child)::after, .event-item-content-sale-timer .element_conteiner:not(:last-child)::after{
        right: -11px;
    }

    .countdown_banner_container .countdown, .event-item-content-sale-timer .countdown{
        gap: 15px;
    }

    /*.entry-content{*/
    /*    margin-top: 0 !important;*/
    /*}*/

    .site-content{
        padding-top: 0 !important;
    }

    .speaker-page{
        padding-top: 0;
    }

    .videos_search_top{
        width: 100%;

        display: grid;
        grid-template-columns: 1fr max-content;
    }

    .videos_search_top input[type="text"]{
        width: 100%;
    }

    /*.aiovg-field-sort{*/
    /*    display: none;*/
    /*    width: max-content;*/
    /*}*/

    .aiovg-field-sort-mobile{
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .video_speakers{
        grid-template-columns: 1fr;
    }

    .custom_slider_item_text_title {
        font-size: 25px;
        line-height: 30.26px;
    }

    .custom_slider_item_text_subtitle{
        font-size: 16px;
        line-height: 20px;
    }


    .speaker_banner_title{
        font-size: 40px;
        line-height: 48.41px;
    }

    .speaker_banner_position{
        font-size: 16px;
        line-height: 19.36px;
    }

    .speaker_banner_text{
        font-size: 20px;
        font-weight: 600;
        line-height: 24.2px;
    }

    .speaker_banner_listTitle{
        font-size: 16px;
        line-height: 19.36px;
        margin-bottom: -10px;
    }

    .speaker_banner_list{
        font-size: 16px;
        /*line-height: 19.36px;*/
        margin-left: 0;
        text-align: center !important;
    }

    .speaker_banner{
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 15px;
    }

    .speaker_banner_btns{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        justify-content: center;
    }
}

@media screen and (max-width: 500px){
    .event_tickets_item, .event_speaker{
        max-width: 100%;
    }

    .event_speaker {
        min-width: 50px;
    }

    .merch_filters {
        justify-content: flex-start;
    }

    .menu_dropdown_item{
        width: 85% !important;
    }
}


@media screen and (max-width: 400px){
    .speaker_media {
        gap: 20px;
    }
}
