/*
Theme Name: Mura - Child Theme
Theme URI: http://www.3forty.media/mura
Author: 3FortyMedia
Author URI: http://www.3forty.media
Description: Mura Child theme
Version: 1.0
Text Domain: mura
Template: mura
*/

/* Start Custom CSS */

/* ---| Homepage CSS Code Start |--- */
.tfm-hero-logo-carousel {
    margin: 25px;
}
.tfm-hero-attendees-carousel {
    margin: 25px;
}

#tfm-hero .article .post-inner {
    height: auto !important;
}

.tfm-hero-attendees-carousel {
	display: none;
}

/* .tfm-hero-logo-carousel .swiper-slide img {
    filter: grayscale(1) !important;
}
.tfm-hero-attendees-carousel .swiper-slide img  {
    filter: grayscale(1) !important;
} */




/* ---| Footer Data |--- */
.footer-bottom {
	display: flex !important;
}

.newletter-form {
    padding-top: 35px;
}
.newletter-form h2.gform_title {
    font-size: var(--widget-title-font-size, 1.5rem);
    color: var(--widget-title-color);
    margin-bottom: 30px;
    margin-top: 0px;
}
.newletter-form div#gform_fields_3 {
    gap: 10px;
}
.newletter-form form#gform_3  {
    background-color: #f0f2f5;
    padding: 20px;
}
.newletter-form input#gform_submit_button_3 {
    background-color: #EF9068;
}
.newletter-form .gform-footer {
    margin-top: 10px !important;
}
.newletter-form form#gform_3 input {
    border: 1px solid #e5e5e5;
    box-shadow: unset;
    font-size: 12px;
}
.newletter-form form#gform_3 input:focus {
	outline: none;
}
.newletter-form div#gform_confirmation_message_3 {
    text-align: center;
    font-weight: 600;
    line-height: 26px;
    color: #9574b1;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.newletter-form div#gform_confirmation_wrapper_3 {
    display: flex;
    height: 100%;
}

/* ---| Global CSS Code Start |--- */
p.gform_required_legend {
    display: none !important;
}

.page-id-1268 h1.entry-title {display: none;}




/* ============================================
   AIVANTA - COMPLETE DARK MODE FIXES
   Primary Brand Color: #9574b1
   ============================================ */

/* ---- Override WP Dark Mode Default Variables ---- */
html[data-wp-dark-mode-active] {
    --wpdm-link-color: #ffffff !important;
    --wpdm-link-hover-color: #b9a3cc !important;
    --wpdm-button-background-color: #EF9068 !important;
    --wpdm-button-hover-background-color: #152641 !important;
    --wpdm-button-text-color: #ffffff !important;
}

/* ---- Hero Section Title ---- */
html[data-wp-dark-mode-active] .tfm-hero .entry-title a,
html[data-wp-dark-mode-active] .tfm-hero .entry-header .entry-title a,
html[data-wp-dark-mode-active] .tfm-hero h3.entry-title a,
html[data-wp-dark-mode-active] .hero-entry .entry-title a {
    color: #ffffff !important;
    --wpdm-link-color: #ffffff !important;
}

html[data-wp-dark-mode-active] .tfm-hero .entry-title a:hover,
html[data-wp-dark-mode-active] .hero-entry .entry-title a:hover {
    color: #b9a3cc !important;
}

/* ---- Post Card Titles (Black on white cards) ---- */
html[data-wp-dark-mode-active] .article .entry-title a,
html[data-wp-dark-mode-active] .post .entry-title a,
html[data-wp-dark-mode-active] .post-inner .entry-title a,
html[data-wp-dark-mode-active] .entry-wrapper .entry-title a,
html[data-wp-dark-mode-active] .entry-header .entry-title a,
html[data-wp-dark-mode-active] h3.entry-title a,
html[data-wp-dark-mode-active] .post-grid .entry-title a {
    color: #000000 !important;
    --wpdm-link-color: #000000 !important;
}

html[data-wp-dark-mode-active] .article .entry-title a:hover,
html[data-wp-dark-mode-active] .post .entry-title a:hover,
html[data-wp-dark-mode-active] .post-inner .entry-title a:hover,
html[data-wp-dark-mode-active] h3.entry-title a:hover {
    color: #152641 !important;
}

/* ---- Post Card Excerpt Text ---- */
html[data-wp-dark-mode-active] .article .excerpt,
html[data-wp-dark-mode-active] .article .entry-content,
html[data-wp-dark-mode-active] .post .excerpt,
html[data-wp-dark-mode-active] .entry-content.excerpt {
    color: #555555 !important;
}

/* ---- Continue Reading Buttons ---- */
html[data-wp-dark-mode-active] .read-more-button a,
html[data-wp-dark-mode-active] .read-more-button a.button,
html[data-wp-dark-mode-active] .read-more-button a.read-more,
html[data-wp-dark-mode-active] .entry-read-more .read-more-button a,
html[data-wp-dark-mode-active] ul.entry-read-more li.read-more-button a {
    background-color: #EF9068 !important;
    background: #EF9068 !important;
    color: #ffffff !important;
    border-color: #EF9068 !important;
    --wpdm-button-background-color: #EF9068 !important;
    --wpdm-button-text-color: #ffffff !important;
}

html[data-wp-dark-mode-active] .read-more-button a:hover,
html[data-wp-dark-mode-active] .read-more-button a.button:hover,
html[data-wp-dark-mode-active] .read-more-button a.read-more:hover,
html[data-wp-dark-mode-active] .entry-read-more .read-more-button a:hover,
html[data-wp-dark-mode-active] ul.entry-read-more li.read-more-button a:hover {
    background-color: #152641 !important;
    background: #152641 !important;
    color: #ffffff !important;
    border-color: #152641 !important;
}

/* ---- Back to Top Button ---- */
html[data-wp-dark-mode-active] a.goto-top.backtotop,
html[data-wp-dark-mode-active] a.goto-top.backtotop.visible {
    background-color: #EF9068 !important;
    background: #EF9068 !important;
    color: #ffffff !important;
}

html[data-wp-dark-mode-active] a.goto-top.backtotop:hover {
    background-color: #152641 !important;
    background: #152641 !important;
    color: #ffffff !important;
}

/* ---- Navigation Menu Links ---- */
html[data-wp-dark-mode-active] .primary-menu a,
html[data-wp-dark-mode-active] .primary-menu li a,
html[data-wp-dark-mode-active] .split-menu a,
html[data-wp-dark-mode-active] .split-menu li a,
html[data-wp-dark-mode-active] #split-menu-left a,
html[data-wp-dark-mode-active] #split-menu-right a,
html[data-wp-dark-mode-active] .menu-item > a {
    color: #ffffff !important;
}

html[data-wp-dark-mode-active] .primary-menu a:hover,
html[data-wp-dark-mode-active] .split-menu a:hover,
html[data-wp-dark-mode-active] .menu-item > a:hover {
    color: #b9a3cc !important;
}

/* ---- Sub-Menu Dropdown ---- */
html[data-wp-dark-mode-active] .sub-menu,
html[data-wp-dark-mode-active] ul.sub-menu,
html[data-wp-dark-mode-active] .primary-menu .sub-menu,
html[data-wp-dark-mode-active] .split-menu .sub-menu,
html[data-wp-dark-mode-active] .menu-item .sub-menu {
    background-color: #1a1a2e !important;
    background: #1a1a2e !important;
    border-color: #2a2a4e !important;
}

html[data-wp-dark-mode-active] .sub-menu a,
html[data-wp-dark-mode-active] ul.sub-menu a,
html[data-wp-dark-mode-active] .sub-menu li a,
html[data-wp-dark-mode-active] .sub-menu .menu-item a,
html[data-wp-dark-mode-active] .primary-menu .sub-menu a,
html[data-wp-dark-mode-active] .split-menu .sub-menu a {
    color: #ffffff !important;
    background-color: transparent !important;
    background: transparent !important;
}

html[data-wp-dark-mode-active] .sub-menu a:hover,
html[data-wp-dark-mode-active] .sub-menu li a:hover,
html[data-wp-dark-mode-active] .sub-menu .menu-item a:hover {
    color: #b9a3cc !important;
    background-color: rgba(255,255,255,0.1) !important;
    background: rgba(255,255,255,0.1) !important;
}

/* ---- Footer Links ---- */
html[data-wp-dark-mode-active] .site-footer a,
html[data-wp-dark-mode-active] .footer-widget-area a,
html[data-wp-dark-mode-active] .footer-column a,
html[data-wp-dark-mode-active] .widget_nav_menu a,
html[data-wp-dark-mode-active] .widget a,
html[data-wp-dark-mode-active] #menu-footer-menu a,
html[data-wp-dark-mode-active] #menu-footermenu-2 a,
html[data-wp-dark-mode-active] #menu-footermenu3 a,
html[data-wp-dark-mode-active] .footer-column .menu a,
html[data-wp-dark-mode-active] .footer-column .menu-item a {
    color: #ffffff !important;
    --wpdm-link-color: #ffffff !important;
}

html[data-wp-dark-mode-active] .site-footer a:hover,
html[data-wp-dark-mode-active] .footer-widget-area a:hover,
html[data-wp-dark-mode-active] .footer-column a:hover,
html[data-wp-dark-mode-active] .widget_nav_menu a:hover,
html[data-wp-dark-mode-active] .widget a:hover {
    color: #b9a3cc !important;
}

/* ---- Footer Widget Titles ---- */
html[data-wp-dark-mode-active] .widget-title,
html[data-wp-dark-mode-active] .footer-column .widget-title,
html[data-wp-dark-mode-active] h3.widget-title {
    color: #ffffff !important;
}

/* ---- Footer Text ---- */
html[data-wp-dark-mode-active] .site-footer,
html[data-wp-dark-mode-active] .site-footer p,
html[data-wp-dark-mode-active] .footer-column p,
html[data-wp-dark-mode-active] .footer-copyright {
    color: #cccccc !important;
}

/* ---- Mobile Menu (Toggle Sidebar) ---- */
html[data-wp-dark-mode-active] .toggle-sidebar,
html[data-wp-dark-mode-active] .mobile-navigation,
html[data-wp-dark-mode-active] #toggle-sidebar {
    background-color: #1a1a2e !important;
    background: #1a1a2e !important;
}

html[data-wp-dark-mode-active] .toggle-sidebar a,
html[data-wp-dark-mode-active] .mobile-navigation a,
html[data-wp-dark-mode-active] .primary-nav-sidebar a,
html[data-wp-dark-mode-active] #slidemenu-nav-sidebar a {
    color: #ffffff !important;
}

html[data-wp-dark-mode-active] .toggle-sidebar a:hover,
html[data-wp-dark-mode-active] .mobile-navigation a:hover {
    color: #b9a3cc !important;
}

/* ---- Search Overlay ---- */
html[data-wp-dark-mode-active] .toggle-sidebar.site-search,
html[data-wp-dark-mode-active] #toggle-search-sidebar {
    background-color: #1a1a2e !important;
}

html[data-wp-dark-mode-active] .search-field {
    background-color: #2a2a4e !important;
    color: #ffffff !important;
    border-color: #3a3a5e !important;
}

/* ---- Breadcrumbs ---- */
html[data-wp-dark-mode-active] .tfm-breadcrumbs,
html[data-wp-dark-mode-active] .tfm-breadcrumbs a,
html[data-wp-dark-mode-active] .tfm-breadcrumbs span {
    color: #cccccc !important;
}

html[data-wp-dark-mode-active] .tfm-breadcrumbs a:hover {
    color: #ffffff !important;
}

/* ---- General Link Catch-All ---- */
html[data-wp-dark-mode-active] a:not(.read-more):not(.entry-title a):not(.post-inner a) {
    --wpdm-link-color: #ffffff !important;
}


