/*
Theme Name: Cultural Festival Lite
Author: mizanthemes
Author URI: https://www.mizanthemes.com/
Theme URI: https://www.mizanthemes.com/products/cultural-festival-lite
Description: Cultural Festival Lite Theme is designed for websites that present cultural events, festivals, celebrations, traditions, and community activities. Its layout provides structured areas for displaying event information, featured content, images, announcements, and descriptive sections. The design can be used to organize festival schedules, program details, cultural highlights, and other relevant information in a clear format. The theme supports a responsive layout that adapts to different screen sizes, including desktops, tablets, and mobile devices. Its navigation structure helps visitors move between important sections, while customizable homepage areas allow content to be arranged according to the website’s requirements. Image-focused sections can be used to showcase performances, decorations, ceremonies, artwork, or previous events. Cultural Festival Lite Theme can also support blog-style content for publishing festival updates, news, stories, and announcements. Social media integration areas may help connect the website with external profiles. Customization options allow adjustments to colors, typography, menus, widgets, and other visual elements. The overall structure provides a practical foundation for presenting cultural information and event-related content in an organized online format.
Version: 1.0.1
Tested up to: 7.0
Requires PHP: 7.4
Requires at least: 5.6
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Template: cultural-festival
Text Domain: cultural-festival-lite
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, sticky-post, full-width-template, rtl-language-support, translation-ready, theme-options, threaded-comments, footer-widgets, custom-logo, entertainment, blog, photography

cultural-festival-lite is based on Underscores https://underscores.me/, (C) 2012-2022 Automattic, Inc.
Underscores is distributed under the terms of the GNU General Public License v3 or later.
*/

:root {
    --primary-color: #E30A87;
}
a:focus, .account a:focus {
    outline: 2px solid currentColor;
}
/* About Us Section */
#colophon
 {
    background: var(--primary-color) !important;
 }
.about-us-button .elementor-button-icon{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    fill: #fff;
    border-radius: 4px;
}
.about-us-button .elementor-button-content-wrapper{
    display: flex;
    align-content: center;
    align-items: center;
}
.about-main-img{
    height: 100% !important;
}
.about-us-button:hover .elementor-button-icon{
    background-color: #fff;
    fill: var(--primary-color) !important;
    color: var(--primary-color);
}
.about-us-button:hover .elementor-button-icon svg{
    fill: var(--primary-color) !important;
}
.about-text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}
.about-list .elementor-icon-list-text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}
.elementor-editor-active .owl-carousel{
    display: block !important;
}
.banner-video .elementor-open-lightbox .elementor-custom-embed-play{
    height: 27px !important;
}