/*
Theme Name: Audditio
Theme URI: https://audditio.com/
Description: Audditio is multipurpose proffesional wordpress theme, desined to develope any kind of website using wordpress. It also works like a framework with many prebuild functionality which will make a developer's life easy. 
Author: MyCodeGarden
Author URI: https://mycodegarden.org/
Tags: wordpress, theme, woocommerce, blog, developer, framework, multipurpose, proffesional, ecommerce
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: audditio
Version: 0.0.1
*/
/* .pointer.active::after{
    right: 0 !important;
    position: relative !important;
    top: 45px !important;
} */
/* Mobile View (Default) */
.event-content {
    width: 100%;
}
.event-content p {
    width: 100% !important;
}
i.fas.fa-times.mob {
    color: black;
}

.error-header{
    position: relative;
    z-index: 1;
}

.main_wrap_page {
    margin-bottom: 20px;
}
.page-title {
    margin-top: 50px;
    margin-left: 50px;
}

/* Container should have a max-width or be 100% */
.event-details{
    justify-content: normal !important;
    gap: 50px !important;
}
.gallery-grid {
    width: 100%;
    margin: 0 auto;
}

/* 2. The item acts as a structural 'cell' */
.gallery-item {
    width: 100%; /* Mobile: 1 column */
    padding: 10px; /* This creates the visual gap (Total gap will be 20px) */
    box-sizing: border-box; 
    float: left;
}

/* 4. Make sure images fill the padded cell nicely */
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px; /* Adds the rounded corners seen in your screenshot */
    box-shadow: 0 4px 10px rgba(0,0,0,0.05); /* Optional: makes them pop */
}

.footer-bar p, .contact-form p, a.inovion-copyright{
    color: #ffffff !important;
}
/* for popup form */
.fa-classic, .fas{
    color: #ffffff;
}
select{
    height: 46px;
    border-radius: 6px !important;
}
.popup_content h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: bold;
}
.popup_wrap.aud_popup {
    /* margin-top: 20px; */
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85); /* Dark semi-transparent background */
    z-index: 9999;
    overflow-y: auto; /* Allows scrolling if the screen is very small */
    backdrop-filter: blur(5px); /* Optional: blurs background for focus */
}
/* 2. centering the content */
.popup_row {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}


/* You must set a height that matches roughly 4 slides */
.latest-event-list.swiper {
    height: 500px; /* Adjust this value until 4 items fit perfectly */
    overflow: hidden;
    display: block;
}

.swiper-slide {
    height: auto; /* Allows slides to distribute within that height */
}

/* Ensure the wrapper and slides behave correctly in vertical mode */
.latest-event-list .swiper-wrapper {
    flex-direction: column;
}

.latest-event-list .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

/* Make sure the preview image fills its container */
#main-event-preview {
    width: 1000px;
    height: 500px;
    object-fit: cover;
    transition: opacity 0.4s ease;
}

.popup_wrap{
    /* display: none; */
}

.field-msg {
    float: left;
    color: #F00;
    width: 100%;
    font-size: 12px;
}
.right{
	float: right;
}
.wpcf7-not-valid-tip {
    color: #000000;
}



#event-booking-form {
    max-width: 500px;
    margin: 20px auto;
}
.form-group {
    margin-bottom: 15px;
}
label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
input, select, textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
button {
    background-color: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}