/* Education content box scroll and sizing overrides */

/* Publication filter buttons */
.filter-btn {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    padding: 12px 24px;
    font-size: 16px;
    margin: 0 5px;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
}
.btn.filter-btn.active,
.filter-btn.active {
    background-color: #31a3dd !important;
    border-color: #31a3dd !important;
    color: #fff !important;
    z-index: 1;
}
/* Custom styles from original Kirki theme customizations */

/* Top bar styling */
#sitetopbar {
    background: #31a3dd;
    border-bottom: #31a3dd;
}

#sitetopbar, #sitetopbar a {
    color: #ffffff;
}

/* Header styling */
#awada-header, #awada-header .navbar {
    background: #ffffff;
}

.arrow-up {
    border-bottom: #ffffff;
}

.navbar-default .navbar-brand, 
#awada-header .navbar-nav > li > a, 
.dropdown-menu > li > a,
.site-title a, 
.site-description {
    color: #222222;
}

#awada-header .dropmenu img {
    margin-top: -13px;
}

#awada-header .site-branding-text {
    margin-top: -13px;
}

/* Font styling - Contrail One for headings and navigation */
#awada-header .site-branding-text p,
#awada-header .site-branding-text h1 {
    font-family: "Contrail One", "Comic Sans MS", cursive, sans-serif;
    font-size: 35px;
}

#awada-header .navbar-nav > li > a {
    font-family: "Contrail One", "Comic Sans MS", cursive, sans-serif;
}

body, h1, h2, h3, h4, h5, h6, p, em, blockquote {
    font-family: "Contrail One", "Comic Sans MS", cursive, sans-serif;
}

.main_title h2 {
    font-family: "Contrail One", "Comic Sans MS", cursive, sans-serif;
}

/* Footer styling */
#awada_footer_area {
    background: #000000;
}

#awada_footer_area li a, #awada_footer_area a {
    color: #31a3dd;
}

#copyrights {
    background: #31a3dd;
}

#copyrights, .footer-area-menu li a {
    color: #ffffff;
}

.content {
    padding: 20px;
	font-size: 18px;
	line-height:200%;		
}

/* Sidebar menu active item styling */
.widget_nav_menu .menu-item.active > a {
    background-color: #000000;
    color: #fff !important ;
    padding: 8px 12px;
    display: block;
    border-radius: 4px;
}

.widget_nav_menu .menu-item > a {
    padding: 8px 12px;
    display: block;
    transition: background-color 0.2s, color 0.2s;
    border: none;
    outline: none;
}

.widget_nav_menu .menu-item > a:hover {
    background-color: #31a3dd;
    text-decoration: none;
    border: none;
    outline: none;
}

/* Publication citation styling */
.publication-item {
    border-left: 3px solid #f0f0f0;
    padding-left: 25px !important;
    transition: border-color 0.3s;
}

.publication-item:hover {
    border-left-color: #31a3dd;
}

.citation-text {
    text-align: justify;
}

/* Year grouping headers (if needed later) */
.publication-year-header {
    font-size: 24px;
    font-weight: bold !important;
    color: #31a3dd;
    margin: 30px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #31a3dd;
}

.project-item {
    border-left: 3px solid #f0f0f0;
    padding-left: 25px !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 30px;
    transition: border-color 0.3s;
}

.project-item:hover {
    border-left-color: #31a3dd;
}

.project-item h4 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
}

.project-item p {
    margin-bottom: 0;
    line-height: 1.6;
    color: #555;
    text-align: justify;
}

.project-topic-content p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}
