/*
Theme Name: Festiva Child
Theme URI: http://demo.bravisthemes.com/festiva
Author: Bravis-Themes
Author URI: https://bravisthemes.com/
Description: Festiva is the most versatile events and conference theme for WordPress. It has 04 unique homepage layouts, available as multi-page or one-page designs. Each layout has been carefully crafted to provide a modern and clean browsing experience for your readers. With Festiva, your events and conferences are going to stand out like never before.
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: festiva
Text Domain: festiva-child
Tags: 	attendees, conference, education, event, event theme, festival, meetup, multi event, onepage, schedule, seminar, ticket, tickets, webinar, zoom
Copyright (c) 2024 Bravis-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/

.sponsor-layout {display: flex;align-items: center;gap: 40px;max-width: 1100px;margin: 60px auto;}
.sponsor-logo img {max-width: 220px;height: auto;}
.sponsor-content h3 {font-size: 28px;color: #0a1a44;margin-bottom: 12px;}
.sponsor-description {font-size: 16px;line-height: 1.7;color: #333333;}
.sponsor-description ul{margin-bottom: 1rem;}
.sponsor-description p a{color: #333333!important;}
/* Responsive */
@media (max-width: 768px) {
    .sponsor-layout {flex-direction: column;text-align: center;}
}

.pxl-list-ticket .pxl--items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px 26px 30px !important;
    border-bottom: 1.177px solid rgba(255, 255, 255, 0.10);
    position: relative;
    background: #000 !important;
    border-radius: 15px;
    margin-bottom: 20px;
}
.pxl-item-text {
    color: #000 !important;
}
.pxl---post .pxl-item--holder .pxl-item--meta .pxl-item--date {  background: linear-gradient(90deg, #004aad 0%, #1F6ED8 100%) !important;}
.widget_search .search-submit {    background: linear-gradient(90deg, #004aad 0%, #1F6ED8 100%) !important;}
.single-post .pxl-author--info .wrap-social span i, .single-post .pxl-author--info .wrap-social span svg {color: #ff2e2e !important;}
.button, input[type="submit"] , .pxl-scroll-top{  background: linear-gradient(90deg, #004aad 0%, #1F6ED8 51%, #004aad 100%);}