/*
 Theme Name: Semester-child-theme
 Theme URI: https://semesterlearning.com
 Description: Child theme for Neve, customised search results and layout overrides.
 Author: Brian Newsome
 Template: neve
 Version: 1.0
*/

body {
    background: white !important;
}

/* ============= Search function formatting =============================*/
/* Full-width lilac bar INSIDE the container */
.brian-search-pagination-row {
    width: 100%;
    background: #e8d7ff; /* lilac */
    padding: 15px 20px;
    margin-top: 30px;

    /* This is the key: turn it into a flex row */
    display: flex;
    justify-content: right; /* align pagination to the right */
}

/* Neve pagination container */
.brian-search-pagination-row .navigation.pagination {
    width: auto; /* allow it to shrink */
    margin: 0;   /* remove Neve spacing */
}

/* Neve pagination links wrapper */
.brian-search-pagination-row .nav-links {
    display: flex;
    gap: 6px;
}

/* Pagination links */
.brian-search-pagination-row .page-numbers {
    padding: 6px 12px;
    background: white;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ccc;
}

/* Active page */
.brian-search-pagination-row .page-numbers.current {
    background: #c7a6ff;
    color: white;
    border-color: #a67cff;
}

/* Hover */
.brian-search-pagination-row .page-numbers:hover {
    background: #d8c2ff;
}

/* make page the same width as header*/ 
.nv-single-page-wrap {
	
	padding: 0px !important;
}

/* END ============= Search function formatting =============================*/


/* ==========================================
   HERO HEADINGS
   ========================================== */

.offer_h3 {
    color: #418240 !important;
    font-size: 30px !important;
    font-weight: 600;
}

.hero-heading {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 3rem;
    font-weight: bold;
    text-align: left;
}

.hero-heading-2 {
    color: #ffffff !important;
    font-family: Arial, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.hero-heading-3 {
    color: #5CD129;
    font-family: Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}









