/*
 Theme Name:   ALS
 Theme URI:    https://aspire-wp.local/
 Description:  Child theme based on Divi for the Aspire Life Sciences website
 Author:       Susie Tobias	
 Author URI:   https://www.wisegenius.co.uk
 Template:     Divi
 Version:      1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
/* Global styles */
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 1px;
}
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}
.entry-content a {
	color: #387d73;
	font-weight: 600;
}
.entry-content a:hover {
	text-decoration: underline;
}
.et_pb_button, .et_pb_module .et_pb_button {
	font-weight: 400 !important;
}
.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
	text-decoration: none !important;
	font-weight: 400 !important;
}
.et_pb_scroll_top.et-pb-icon {
	background: #387d73;
}
.et_pb_text {
	word-wrap: normal;
}
.entry-content ul li, .entry-content ol li {
	padding-bottom: 0.5em;
}
/*.entry-content {
	overflow-wrap: normal;
}*/
/* Styling for Latest Jobs heading & divider */
.page-header {
	font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 1px;
    line-height: 1.2em;
	margin-bottom: 2.75%;
}
hr.solid {
	border-top: 4px solid #fff;
	max-width: 100px;
	margin-left: 0px
}
.job-background {
	background-image: url(https://aspire-wp.local/wp-content/uploads/2026/04/ALS_Design-10_header.jpg) !important;
	background-position: 50%;
}
/* HEADER & NAVIGATION */
/* ══════════════════════════════════════════
   HEADER BAR
══════════════════════════════════════════ */

/* Right column — flex row, vertically centred */
.header-bar-row .et_pb_column:last-child {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 16px;
}

.header-bar-row .et_pb_button_module_wrapper,
.header-bar-row .et_pb_code {
    margin-bottom: 0 !important;
}

/* Make the whole header bar vertically centred */
.header-bar .et_pb_row {
    display: flex !important;
    align-items: center !important;
}


/* ══════════════════════════════════════════
   FULLSCREEN OVERLAY
══════════════════════════════════════════ */

/* Hide overlay by default */
#fsOverlay {
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999 !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.35s ease;
}

/* Half width on desktop */
@media (min-width: 981px) {
    #fsOverlay {
        left: auto !important;
        right: 0 !important;
        width: 50% !important;
        box-shadow: -8px 0 40px rgba(0,0,0,0.2);
        transform: translateX(100%);
        transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    #fsOverlay.is-open {
        transform: translateX(0);
    }
}

#fsOverlay.is-open {
    display: flex !important;
    opacity: 1;
}

/* Close button top right */
.fs-close-row {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    width: auto !important;
}

.fs-close {
    cursor: pointer;
    /*padding: 20px 28px !important;*/
    text-align: right !important;
}


/* ══════════════════════════════════════════
   NAVIGATION MENU INSIDE OVERLAY
══════════════════════════════════════════ */

/* Force vertical stacked menu */
.fs-nav-menu .et_pb_menu__menu ul.nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.fs-nav-menu .et_pb_menu__menu ul.nav li {
    display: block !important;
    float: none !important;
}

/* Top level links */
.fs-nav-menu .et_pb_menu__menu ul.nav > li > a {
    /*font-size: 2rem !important;
    font-weight: 300 !important;
    color: #1d262d !important;*/
    padding: 8px 0 !important;
    text-align: center;
    display: block;
}

.fs-nav-menu .et_pb_menu__menu ul.nav > li > a:hover {
    color: #387d73 !important;
	opacity: 1 !important;
	}

/* Hide Divi's own menu toggle inside overlay */
.fs-nav-menu .et_pb_menu__icon--open,
.fs-nav-menu .et_mobile_nav_menu,
.fs-nav-menu .et_pb_menu__icon {
    display: none !important;
}

/* Always show full menu links inside overlay */
.fs-nav-menu .et_pb_menu__menu {
    display: block !important;
}

/* Always show submenus inside overlay */
.fs-nav-menu .et_pb_menu__menu ul.nav li.menu-item-has-children ul.sub-menu,
.fs-nav-menu .et_pb_menu__menu ul.nav li.menu-item-has-children:hover ul.sub-menu {
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 8px !important;
    position: static !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center !important;
    border: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* Remove default top border on submenu */
.fs-nav-menu .et_pb_menu__menu ul.nav li.menu-item-has-children ul.sub-menu,
.fs-nav-menu .et_pb_menu__menu ul.nav li ul {
    border-top: none !important;
    border: none !important;
    outline: none !important;
}

/* Submenu links */
.fs-nav-menu .et_pb_menu__menu ul.nav li.menu-item-has-children ul.sub-menu li a {
    font-size: 22px !important;
    font-weight: 400 !important;
    padding: 6px 0 !important;
    display: block !important;
    text-align: center !important;
    background: transparent !important;
    transition: color 0.2s !important;
    border: none !important;
}

.fs-nav-menu .et_pb_menu__menu ul.nav li.menu-item-has-children ul.sub-menu li a:hover {
    color: #387d73 !important;
    background: transparent !important;
	opacity: 1 !important;
}

/* Hide dropdown arrow on parent items */
.fs-nav-menu ul.nav > li.menu-item-has-children > a::after {
    display: none !important;
}

/* Hide Divi's own dropdown arrow */
.fs-nav-menu .et_pb_menu__menu ul.nav > li.menu-item-has-children > a .et_pb_menu__icon,
.fs-nav-menu ul.nav > li > a > span {
    display: none !important;
}


/* ══════════════════════════════════════════
   CTA BUTTON INSIDE OVERLAY
══════════════════════════════════════════ */

.fs-cta-btn .et_pb_button {
    background: #ffffff !important;
    color: #1d262d !important;
    border: none !important;
}


/* ══════════════════════════════════════════
   RESPONSIVE — KEEP HEADER ROW HORIZONTAL
══════════════════════════════════════════ */

@media (max-width: 980px) {
    .header-bar-home .et_pb_row.header-bar-row {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .header-bar-home .et_pb_row.header-bar-row .et_pb_column {
        width: auto !important;
        flex: 0 0 auto !important;
        float: none !important;
    }

    .header-bar-home .et_pb_row.header-bar-row .et_pb_column:last-child {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 16px !important;
    }

}

/* JOB LISTINGS VARIOUS */
/* FEATURED JOBS - HOMEPAGE */
.als-carousel-wrap {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}
.als-jobs-swiper {
    overflow: visible !important;
    width: 100%;
}
.als-jobs-swiper .swiper-slide {
    height: auto;
}
/* Make featured cards full height within slide */
.als-jobs-swiper .als-featured-card {
    height: 100%;
    box-sizing: border-box;
}
/* Navigation arrows */
.als-carousel-prev, .als-carousel-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 100;
    width: 36px;
    height: 36px;
    /*background: #2e7d4f;
    border-radius: 50%;*/
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
/*.als-carousel-prev:hover,
.als-carousel-next:hover {
    background: #245f3d;
}*/
.als-carousel-prev {
    left: -28px;
}
.als-carousel-next {
    right: -28px;
}
/* Draw arrows using CSS borders instead of Swiper's ::after content */
.als-carousel-prev::after,
.als-carousel-next::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-top: 3px solid #387d73;
    border-right: 3px solid #387d73;
}
.als-carousel-prev::after {
    transform: rotate(-135deg);
    margin-left: 4px;
}
.als-carousel-next::after {
    transform: rotate(45deg);
    margin-right: 4px;
}
@media (max-width: 600px) {
    .als-carousel-wrap {
        padding: 0 20px;
    }
    .als-jobs-swiper .als-featured-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .als-jobs-swiper .als-job-card__action {
        width: 100%;
    }
    .als-jobs-swiper .als-btn-apply {
        display: block;
        text-align: center;
    }
}
.als-featured-card {
    background: #fff;
    /*border: 1px solid #e8e8e8;*/
    border-radius: 20px;
    padding: 24px 28px;
    /*margin-bottom: 16px;*/
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    gap: 20px;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.als-featured-card:hover {
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    border-color: #c8ddd1;
}
.als-featured-card__title {
    font-size: 28px;
    font-weight: 600;
	letter-spacing: 1px;
    margin: 0 0 10px;
}
.als-featured-card__title a {
    color: #1d262d;
    text-decoration: none;
    transition: color 0.2s;
}
.als-featured-card__title a:hover { 
	color: #387d73;
	text-decoration: none !important;
	}
.als-tag svg {
    width: 13px !important;
    height: 13px !important;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .als-featured-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .als-featured-card .als-job-card__action {
        width: 100%;
    }
    .als-featured-card .als-btn-apply {
        display: block;
        text-align: center;
    }
}
@media (max-width: 1100px) and (min-width: 900px) {
    .als-featured-card {
        flex-direction: column;
        align-items: flex-start;
    }
    .als-featured-card .als-job-card__action {
        width: 100%;
        margin-top: 12px;
    }
    .als-featured-card .als-btn-apply {
        display: block;
        text-align: center;
    }
}
/* LATEST JOBS PAGE */
.als-jobs-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px 60px;
	font-family: inherit;
}
/* Search bar + job filters */
.als-search-row {
	display: flex;
	gap: 10px;
	margin-bottom: 12px;
}
.als-search-row input[type="text"] {
	flex: 1;
	padding: 14px 20px;
	font-size: 16px;
	letter-spacing: 1px;
	border: 2px solid #e0e0e0;
	border-radius: 6px;
	outline: none;
	transition: border-color 0.2s;
}
.als-search-row input[type="text"]:focus {
	border-color: #387d73;
}
.als-search-row button {
	padding: 14px 28px;
	background: #387d73;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: background 0.2s;
}
.als-search-row button:hover {
	background: #1D4039;
}
.als-search-clear {
	display: inline-block;
	padding: 14px 20px;
	background: #e0e0e0;
	color: #555 !important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 30px;
	text-decoration: none !important;
	transition: background 0.2s;
	white-space: nowrap;
}
.als-search-clear:hover {
	background: #ccc;
} 
.als-filter-row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}
.als-filter-row select {
	flex: 1;
	min-width: 180px;
	padding: 11px 16px;
	font-size: 16px;
	letter-spacing: 1px;
	border: 2px solid #e0e0e0;
	border-radius: 6px;
	background: #fff;
	color: #1d262d;
	cursor: pointer;
	outline: none;
	transition: border-color 0.2s;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
}
.als-filter-row select:focus {
	border-color: #387d73;
}
@media (max-width: 600px) {
	.als-search-row {
		flex-wrap: wrap;
	}
	.als-search-row input[type="text"] {
		width: 100%;
	}
	.als-filter-row select {
		min-width: 100%;
	}
}
/* Results meta */
.als-results-meta {
	font-size: 14px;
	color: #3d464e;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.als-results-meta strong {
	color: #3d464e;
}
.als-no-results p {
	letter-spacing: 1px;
}
/* Job card */
.als-job-card {
	background: #fff;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	padding: 24px 28px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	transition: box-shadow 0.2s, border-color 0.2s;
}
.als-job-card:hover {
	box-shadow: 0 4px 18px rgba(0,0,0,0.08);
	border-color: #1D4039;
}
.als-job-card__body {
	flex: 1;
}
.als-job-card__title {
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 10px;
	line-height: 1.3;
}
.als-job-card__title a {
	color: #1d262d;
	text-decoration: none;
	transition: color 0.2s;
}
.als-job-card__title a:hover {
	color: #387d73;
	text-decoration: none;
}
.als-job-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.als-tag {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 4px 12px;
	border-radius: 20px;
	font-weight: 500;
	white-space: nowrap;
}
.als-tag--location {
	background: #eaf3ee;
	color: #2e7d4f;
}
.als-tag--type {
	background: #e8f0fb;
	color: #1a56a0;
}
.als-tag--specialism {
	background: #fdf3e7;
	color: #b06000;
}
.als-tag svg {
	width: 13px;
	height: 13px;
	flex-shrink: 0;
}
.als-job-card__action {
	flex-shrink: 0;
}
.als-btn-apply {
	display: inline-block;
	padding: 11px 24px;
	background: #387d73;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 30px;
	text-decoration: none !important;
	transition: background 0.2s;
	white-space: nowrap;
}
.als-btn-apply:hover {
	background: #1D4039;
}
/* No results */
.als-no-results {
	text-align: center;
	padding: 60px 20px;
	color: #1d262d;
	font-size: 16px;
}
/* Pagination */
.als-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 40px;
}
.als-pagination a, .als-pagination span {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}	
.als-pagination a {
	background: #f7f7f7;
	color: #333;
}
.als-pagination a:hover {
	background: #387d73;
	color: #fff;
	text-decoration: none;
}
.als-pagination span.current {
	background: #387d73;
	color: #fff;
}
.als-pagination a.prev, .als-pagination a.next {
	background: #B2CBC7;
	color: #387d73;
}
.als-pagination a.prev:hover, .als-pagination a.next:hover {
	background: #387d73;
	color: #fff;
	text-decoration: none;
}
@media (max-width: 600px) {
	.als-job-card {
		flex-direction: column;
		align-items: flex-start;
	}
	.als-job-card__action {
		width: 100%;
	}
	.als-btn-apply {
		display: block;
		text-align: center;
	}
}
/* JOB DETAILS PAGES */
.als-detail-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px 80px;
	font-family: inherit;
}
.als-back-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 18px;
	font-weight: 600;
	color: #387d73;
	text-decoration: none;
	margin-bottom: 32px;
	transition: color 0.2s;
}
.als-back-link:hover { 
	text-decoration: underline;
}
.als-detail-header {
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid #E0E0E0;
}
.als-detail-header h1 {
	font-size: 32px;
	font-weight: 600;
	color: #1d262d;
	letter-spacing: 1px;
	margin: 0 0 16px;
	line-height: 1.25;
}
.als-detail-tags { 
	display: flex; 
	flex-wrap: wrap; 
	gap: 8px; 
}
/*.als-tag {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	padding: 5px 14px;
	border-radius: 20px;
	font-weight: 500;
	white-space: nowrap;
}
.als-tag--location { 
	background: #eaf3ee; 
	color: #2e7d4f; 
	}
.als-tag--type { 
	background: #e8f0fb; 
	color: #1a56a0; 
}
.als-tag--specialism { 
	background: #fdf3e7; 
	color: #b06000;
}
.als-tag svg { 
	width: 13px; 
	height: 13px; 
	flex-shrink: 0; 
	}*/
.als-detail-description {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif; 
	font-size: 18px;
	letter-spacing: 1px;
    line-height: 1.7em;
    color: #1d262d;
    
}
.als-detail-description h2 {
    font-size: 32px;
    font-weight: 500;
    color: #387d73;
	line-height: 1.2em;
    padding-bottom: 10px;
}
.als-detail-description h3 {
	font-size: 28px;
    font-weight: 500;
    color: #387d73;
	line-height: 1.2em;
    padding-bottom: 10px;
}
.als-detail-description ul,
.als-detail-description ol {
    line-height: 26px;
	list-style: disc outside none;
	padding: 0 0 23px 1em;
    }
/*.als-detail-description li {
	line-height: 1.8 !important;
}*/
.als-detail-description ul li {
    margin: 0 0 0.5em 0;
}
.als-detail-description p {
    line-height: 1.7em;
	padding-bottom: 1em;    
}
.als-detail-description p a {
    font-weight: 600;
    color: #387d73;
}
.als-detail-description p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}
.als-detail-description p a:hover {
	text-decoration: underline;
}
.als-detail-description p strong {
    font-weight: 500;
    color: #387d73;
    line-height: 1.7em !important;
}
.als-apply-section {
	background: #F7F7F7;
	border: 1px solid #387d73;
	border-radius: 10px;
	padding: 36px 40px;
	margin-top: 20px;
}
.als-apply-section h2 {
	font-size: 28px;
	font-weight: 500;
	color: #1d262d;
	margin: 0 0 24px;
}
.als-apply-section .form-group { 
	margin-bottom: 1em;
	}
.als-apply-section .form-control {
	width: 100%;
	padding: 12px 16px;
	font-size: 18px;
	letter-spacing: 1px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	box-sizing: border-box;
	transition: border-color 0.2s;
}
.als-apply-section .form-control:focus {
	border-color: #387d73;
	outline: none;
}
	.als-apply-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 16px;
}
.als-apply-section .file_upload label {
	display: block;
	padding: 12px 16px;
	border: 1px dashed #aaa;
	border-radius: 6px;
	cursor: pointer;
	font-size: 16px;
	color: #3d464e;
	transition: border-color 0.2s;
}
.als-apply-section .file_upload label:hover { 
	border-color: #387d73;
}
.als-apply-section .file_input { 
	display: none;
}
.als-apply-section .file_upload_name { 
	font-size: 13px; 
	color: #444; 
	margin-left: 8px;
}
.als-btn-submit {
	display: inline-block;
	padding: 13px 32px;
	background: #387d73;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	border: none;
	border-radius: 30px;
	cursor: pointer;
	transition: background 0.2s;
	margin-top: 8px;
}
.als-btn-submit:hover { 
	background: #1D4039;
}
.success_alert {
	margin-top: 16px;
	padding: 14px 18px;
	background: #E0E0E0;
	border-radius: 5px;
	color: #387d73
	font-size: 15px;
}
@media (max-width: 600px) {
	.als-apply-form-grid { 
		grid-template-columns: 1fr;
	}
	.als-apply-section   { 
		padding: 24px 20px;
	}
}
/* Contact Form */
input[type=text], input[type=email], textarea {
	border-left:none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid #222;
	font-size: 16px;
	padding: 10px;
	width: 75%;
}
label {
	letter-spacing: 1px;
	color: #222;
}
input[type=submit] {
	background: #387d73;
	color: #fff;
	border-radius: 50px;
	border: none;
	font-size: 16px;
	padding: 11px 20px;
}
input[type=submit]:hover {
	background: #1D4039;
}
/* INSIGHTS */
/* Main page grid */
.entry-title a:hover {
	text-decoration: none;
}
/* Hide the text "read more" */
.et_pb_posts a.more-link {
	display: flex;
}
.more-link {
    font-size: 0 !important;
	align-content: flex-end;
	}
/* Add the arrow icon */
.more-link::after {
    color: #387d73;
	content: "\24" !important; /* This is the right arrow code */
    font-family: "ETmodules" !important;
    font-size: 36px !important; /* Adjust size as needed */
	visibility: visible;
	}
a.more-link:hover {
	text-decoration: none;
	}
.pagination a {
	color: #387d73;
}
.pagination a:hover {
	text-decoration: underline;
}
/* Single insights posts */
#main-content .container:before {
width: 0;
}	
h1.entry-title {
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 2%;
}
.et_pb_post .post-meta {
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 1em;
}
.et_post_meta_wrapper img {
	border-radius: 20px;
}
.et_pb_post p {
	letter-spacing: 1px;
	padding-bottom: 1.7em;
}
ul.wp-block-list li, ol.wp-block-list li {
	letter-spacing: 1px;
}
h2.wp-block-heading {
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 15px;
}
h3.wp-block-heading {
	font-size: 28px;
	font-weight: 500;
	padding-bottom: 15px;
}
h4.wp-block-heading {
	font-size: 21px;
	font-weight: 500;
	padding-bottom: 15px;
}
.wp-block-image img {
	border-radius: 20px;
}
/* Insights comments */
h3#reply-title {
	font-size: 28px;
	font-weight: 500;
	}
.logged-in-as a {
	color: #387d73;
	font-weight: 600;
}	
.logged-in-as a:hover {
	text-decoration: underline;
}
textarea#comment {
	background: #F7F7F7;
	border-radius: 20px;
	color: #1d262d;
	padding: 20px;
}
.form-submit .et_pb_button {
	color: #fff;
}
.form-submit .et_pb_button:hover {
	background: #1D4039;
	border-radius: 50px;
	padding: 11px 20px;
	border: none;
}
h1#comments {
	font-size: 28px;
}
.comment_postinfo {
	letter-spacing: 1px;
}
span.fn, span.comment_date {
	color: #1d262d;
	font-size: 16px;
}
.comment-edit-link {
	color: #387d73;
	font-size: 16px;
}
/* FOOTER */
footer p a {
	letter-spacing: 0 !important;
}
footer p a:hover {
	text-decoration: underline;
}
footer {
	overflow-wrap {
		normal;
	}

/* INSIGHTS */
.single-aspire_insights #sidebar { display: none; }
.single-aspire_insights #left-area { 
    width: 100%;
    float: none;
    border: none;
}
.single-aspire_insights #main-content .container::before {
    background-color: transparent;
}
/* MEDIA QUERIES */
@media only screen and (max-width: 980px) {
    body #page-container .header-bar .et_pb_row.header-bar-row {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    body #page-container .header-bar .et_pb_row.header-bar-row .et_pb_column {
        width: auto !important;
        max-width: 50% !important;
        flex: 0 0 auto !important;
        float: none !important;
    }
}
@media (max-width: 767px) {
	h1 {
		font-size: 36px !important;
	}
	h2.wp-block-heading {
		font-size: 26px !important;
	}
	h3.wp-block-heading {
		font-size: 22px !important;
	}
}