/*
Theme Name: Acadia Child
Theme URI: https://wp.themepure.net/acadia/
Template: acadia
Author: Theme_Pure
Author URI: https://themeforest.net/user/theme_pure/
Description: Acadia - University &amp; Online Course WordPress Theme
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 2.2.2.1746380878
Updated: 2025-05-04 17:47:58

*/


.tp_header_menu .tp-main-menu-content ul li.menu-item { margin: 0px 5px; }
.tp_header_menu #header-sticky .row.align-items-center .col-xxl-8.col-xl-7.d-none.d-xl-block { /*display: block !important;*/ width: 90%; }
.tp_header_menu #header-sticky .row.align-items-center .col-xxl-2.col-xl-2.col-lg-6.col-md-6 { width: 10%; }

.tp_header_menu .tp-header-sticky.tp-header-1 .tp-main-menu-content .tp-nav-menu li.menu-item a { color: #000; }
.tp-main-menu-content .tp-nav-menu li.menu-item.active a.nav-links, .tp-main-menu-content .tp-nav-menu li.menu-item ul.tp-submenu .menu-item.active a.dropdown-items,
.tp-main-menu-content .tp-nav-menu li.menu-item ul.tp-submenu .menu-item.active a.dropdown-items::before{ color: #0e598a !important; }

.tp_inner_header_menu #header-sticky .row.align-items-center .col-xxl-7.col-xl-7.d-none.d-xl-block { width: 80%; }
.tp_inner_header_menu #header-sticky .row.align-items-center .col-xxl-2.col-xl-2.col-6 { width: 10%; }
.tp_inner_header_menu #header-sticky .row.align-items-center .col-xxl-3.col-xl-3.col-6 { width: 10%; }
.tp_inner_header_menu .tp-header-inner .main-menu > nav > ul > li:not(:last-of-type) { margin-right: 10px; }

.tp_about_campuse .tab-content .tp-about-campus-content .tp-el-tab-content { width: 80%; }
.single-academics .tp-footer-main.tp-footer-inner { display:none; }
.gallery.galleryid-14844 .gallery-item img { height: 300px;
    width: 300px;
    object-fit: cover;
    margin-bottom: 9px;
  }


.tp_header_menu #header-sticky .row.align-items-center .tp-header-contact .tp-header-serach,
.tp_header_menu #header-sticky .row.align-items-center .tp-header-contact .tp-header-btn { display: none !important; }

#header-sticky.tp-header-inner .row.align-items-center { justify-content: space-between; }
.elementor-widget-tp-yoga-accordion .tp-faq-box.ml-75 { margin-left: 0px !important; }
.single-etn .tp-event-details-details .tp-event-details-list { display: block !important; }
.single-etn .tp-event-details-countdown, .single-etn .tp-event-details-ticket,
.single-etn .tp-event-details-details .tp-event-details-list:nth-child(2),
.single-etn .tp-event-details-details .tp-event-details-list:nth-child(3),
.single-etn .tp-event-details-details .tp-event-details-list:nth-child(4),
.single-etn .tp-event-details-details .tp-event-details-list:nth-child(5) { display: none !important; } 
.single-etn .etn-es-events-page-container { padding-top: 0px !important; }

.post-type-archive-etn .etn-event-wrapper .tp-event-inner-content .tp-event-inner-btn { display: none; }

/* Header */

.tp_main_header .tp_header_menu .container, .tp_inner_header_menu .header-area .container { max-width: 100%; }


.styled-notice-list {
    max-width: 700px;
    margin: 20px auto;
    font-family: 'Segoe UI', sans-serif;
    border: 1px solid #6ec1c2;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.notice-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #eee;
    background-color: #fdfdfd;
    transition: background 0.3s ease;
    position: relative;
    flex-direction: row-reverse;
    border-bottom: 1px solid #6ec1c2;
}

.notice-item:hover {
    background-color: #f9f9f9;
}

.notice-link {
    font-size: 16px;
    color: #0073aa;
    font-weight: 500;
    text-decoration: none;
    flex-grow: 1;
    padding-right: 12px;
}

.notice-link:hover {
    text-decoration: underline;
}

.new-badge {
    background-color: #c50d17;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    padding: 0px 8px;
    border-radius: 50px;
    animation: pulse 1.2s infinite;
    box-shadow: 0 0 0 rgba(233, 30, 99, 0.4);
    transition: box-shadow 0.3s;
    white-space: nowrap;
    margin-right: 5px;
    transform: rotate(340deg);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(233, 30, 99, 0.6);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(233, 30, 99, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(233, 30, 99, 0);
    }
}


/* Responsive CSS */


@media only screen and (max-width: 1399px) {
    
    .tp_header_menu #header-sticky .row.align-items-center .tp-main-menu-content .menu-item a { font-size: 14px; }


}