/*
 * AjiraFile visual overrides for Noo Jobmonster.
 * Goal: mirror the mabumbe.com look shown in the reference screenshots.
 */

:root {
	--ajf-bg: #ffffff;
	--ajf-surface: #ffffff;
	--ajf-surface-soft: #ffffff;
	--ajf-border: #e2e8f0;
	--ajf-text: #1d2430;
	--ajf-muted: #657081;
	--ajf-link: #1d4ed8;
	--ajf-primary-blue: #2563eb;
	--ajf-primary-blue-hover: #1d4ed8;
	--ajf-apply-green: #22c55e;
	--ajf-apply-green-hover: #16a34a;
	--ajf-footer: #2d343d;
	--ajf-footer-deep: #252b34;
	--ajf-white: #ffffff;
}

body {
	background: var(--ajf-bg);
	color: var(--ajf-text);
	font-family: "Lora", Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.55;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.navbar-nav > li > a,
.widget-title,
.posts-loop-title h3,
.loop-item-title a {
	font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
}

h1 {
	font-size: 42px;
	line-height: 1.15;
}

h2 {
	font-size: 34px;
	line-height: 1.2;
}

h3 {
	font-size: 28px;
	line-height: 1.25;
}

h4 {
	font-size: 24px;
}

p,
li,
span,
.content-meta,
.job-tools .noo-tool-label {
	font-size: 18px;
}

a {
	color: var(--ajf-link);
}

a:hover,
a:focus {
	color: #0d2faa;
}

.container-boxed.max {
	max-width: 1240px;
}

.ajf-mobile-text-logo {
	display: none;
}

/* Top bar + header */
.noo-header .noo-topbar {
	background: #e4e4e4;
	border-bottom: 1px solid #c9c9c9;
	padding: 9px 0;
}

.noo-topbar .noo-topbar-text,
.noo-topbar .noo-topbar-text p,
.noo-topbar .noo-topbar-login-link > li > a {
	color: #1f2430;
	font-size: 16px;
	font-weight: 700;
}

.noo-header .navbar {
	background: var(--ajf-white);
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
}

.noo-header .navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

.noo-header .navbar-brand .noo-blog-name,
.noo-header .navbar-brand .noo-blog-name-sticky {
	font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
	font-size: 46px;
	font-weight: 900;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #0d1117;
	line-height: 1;
}

.noo-header .navbar-nav > li > a {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	white-space: nowrap;
	padding-top: 0;
	padding-bottom: 0;
	color: #161c28;
	line-height: 1;
}

.noo-header .navbar-nav > .current-menu-item > a,
.noo-header .navbar-nav > .current_page_item > a,
.noo-header .navbar-nav > li > a:hover {
	color: var(--ajf-link);
}

/* Professional desktop nav layout + sticky behavior */
@media (min-width: 992px) {
	.noo-header .navbar-wrapper {
		position: sticky;
		top: 0;
		z-index: 9999;
		background: #fff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	}

	body.admin-bar .noo-header .navbar-wrapper {
		top: 32px;
	}

	.noo-header .navbar > .container-boxed.max {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 82px;
		gap: 24px;
	}

	.noo-header .navbar-header {
		float: none;
		display: flex;
		align-items: center;
		margin-right: 0;
	}

	.noo-header .noo-user-navbar-collapse {
		display: none !important;
	}

	.noo-header .noo-navbar-collapse {
		float: none !important;
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		flex: 1;
		padding-left: 0;
		padding-right: 0;
	}

	.noo-header .noo-navbar-collapse > ul.navbar-nav {
		float: none;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: nowrap;
		gap: 30px;
		margin: 0;
	}

	.noo-header .noo-navbar-collapse > ul.navbar-nav > li {
		float: none;
	}

	.noo-header .noo-navbar-collapse > ul.navbar-nav > li > a {
		display: inline-flex;
		align-items: center;
		min-height: 42px;
	}
}

@media (max-width: 782px) {
	body.admin-bar .noo-header .navbar-wrapper {
		top: 46px;
	}
}

/* Hard fallback: hide NOO heading strip if any template still tries to render it */
.noo-page-heading {
	display: none !important;
}

/* Main content rhythm */
.main-content,
.content-area,
.site {
	background: var(--ajf-bg);
}

.single .main-content,
.archive .main-content,
.blog .main-content,
.category .main-content,
.tag .main-content {
	padding-top: 28px !important;
}

/* Keep all content columns and side areas clean white */
.container-wrap,
.main-content,
.noo-main,
.noo-sidebar,
.noo-sidebar .noo-sidebar-wrap,
.post-area,
.hentry,
.content-wrap,
.content,
.content-excerpt,
.comments-area,
.single .main-content {
	background: #fff;
}

.main-content .row,
.container-boxed.max .row {
	margin-bottom: 18px;
}

.noo-page-heading {
	margin-bottom: 28px;
}

/* Breadcrumb style */
.noo-page-breadcrumb,
.noo-page-breadcrumb a {
	font-size: 18px;
}

/* Jobs archive + taxonomy pages: Mabumbe-like breadcrumb row and cards */
.post-type-archive-noo_job .main-content.container-boxed.max.offset,
.tax-job_tag .main-content.container-boxed.max.offset,
.tax-job_category .main-content.container-boxed.max.offset {
	padding-top: 24px;
}

.post-type-archive-noo_job .ajf-job-tag-breadcrumb,
.tax-job_tag .ajf-job-tag-breadcrumb,
.tax-job_category .ajf-job-tag-breadcrumb {
	margin: 4px 0 16px;
	padding: 0;
	font-family: "Lora", Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
	color: #1d2430;
}

.post-type-archive-noo_job .ajf-job-tag-breadcrumb a,
.tax-job_tag .ajf-job-tag-breadcrumb a,
.tax-job_category .ajf-job-tag-breadcrumb a {
	color: #0d42d0;
}

.post-type-archive-noo_job .ajf-job-tag-breadcrumb .sep,
.tax-job_tag .ajf-job-tag-breadcrumb .sep,
.tax-job_category .ajf-job-tag-breadcrumb .sep {
	display: inline-block;
	margin: 0 6px;
	color: #1f2733;
}

.post-type-archive-noo_job .ajf-job-tag-breadcrumb .current,
.tax-job_tag .ajf-job-tag-breadcrumb .current,
.tax-job_category .ajf-job-tag-breadcrumb .current {
	color: #1f2733;
}

.tax-job_tag .ajf-job-tag-breadcrumb .current .prefix {
	font-weight: 800;
}

.post-type-archive-noo_job .jobs.posts-loop article.noo_job,
.tax-job_tag .jobs.posts-loop article.noo_job,
.tax-job_category .jobs.posts-loop article.noo_job {
	border: 0;
	border-bottom: 1px solid #d9dde4;
	margin-bottom: 8px;
	background: transparent;
}

.post-type-archive-noo_job .jobs.posts-loop article.noo_job .loop-item-wrap,
.tax-job_tag .jobs.posts-loop article.noo_job .loop-item-wrap,
.tax-job_category .jobs.posts-loop article.noo_job .loop-item-wrap {
	padding: 14px 8px 16px;
}

.post-type-archive-noo_job .jobs.posts-loop article.noo_job .item-featured img,
.tax-job_tag .jobs.posts-loop article.noo_job .item-featured img,
.tax-job_category .jobs.posts-loop article.noo_job .item-featured img {
	width: 92px;
	height: 92px;
	border-radius: 50%;
}

.post-type-archive-noo_job .jobs.posts-loop article.noo_job .loop-item-title a,
.tax-job_tag .jobs.posts-loop article.noo_job .loop-item-title a,
.tax-job_category .jobs.posts-loop article.noo_job .loop-item-title a {
	font-size: 18px;
	line-height: 1.35;
	color: #1f2733;
}

.post-type-archive-noo_job .jobs.posts-loop article.noo_job .content-meta,
.tax-job_tag .jobs.posts-loop article.noo_job .content-meta,
.tax-job_category .jobs.posts-loop article.noo_job .content-meta {
	font-size: 15px;
}

.post-type-archive-noo_job .jobs.posts-loop article.noo_job .job-tools .noo-tool-label,
.tax-job_tag .jobs.posts-loop article.noo_job .job-tools .noo-tool-label,
.tax-job_category .jobs.posts-loop article.noo_job .job-tools .noo-tool-label {
	font-size: 15px;
}

.post-type-archive-noo_job .jobs.posts-loop article.noo_job .show-view-more,
.tax-job_tag .jobs.posts-loop article.noo_job .show-view-more,
.tax-job_category .jobs.posts-loop article.noo_job .show-view-more {
	text-align: left;
}

.post-type-archive-noo_job .jobs.posts-loop article.noo_job .show-view-more .btn,
.tax-job_tag .jobs.posts-loop article.noo_job .show-view-more .btn,
.tax-job_category .jobs.posts-loop article.noo_job .show-view-more .btn {
	background: var(--ajf-apply-green);
	border-color: var(--ajf-apply-green);
	color: #0b2fd2;
	padding: 10px 22px;
}

.post-type-archive-noo_job .jobs.posts-loop article.noo_job .show-view-more .btn:hover,
.tax-job_tag .jobs.posts-loop article.noo_job .show-view-more .btn:hover,
.tax-job_category .jobs.posts-loop article.noo_job .show-view-more .btn:hover {
	background: var(--ajf-apply-green-hover);
	border-color: var(--ajf-apply-green-hover);
	color: #0522ad;
}

.post-type-archive-noo_job .jobs.posts-loop article.noo_job .job-date-ago,
.tax-job_tag .jobs.posts-loop article.noo_job .job-date-ago,
.tax-job_category .jobs.posts-loop article.noo_job .job-date-ago {
	display: none;
}

/* Jobs list cards */
.jobs.posts-loop article.noo_job {
	background: var(--ajf-surface);
	border: 1px solid var(--ajf-border);
	box-shadow: none;
	margin-bottom: 24px;
}

.jobs.posts-loop article.noo_job .loop-item-wrap {
	padding: 20px 24px;
}

.jobs.posts-loop article.noo_job .item-featured {
	margin-right: 18px;
}

.jobs.posts-loop article.noo_job .item-featured img {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	object-fit: cover;
}

.jobs.posts-loop article.noo_job .loop-item-content {
	padding-left: 0 !important;
}

.jobs.posts-loop article.noo_job .loop-item-title a {
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	color: #1f2733;
}

.jobs.posts-loop article.noo_job .content-meta {
	margin-top: 6px;
	margin-bottom: 10px;
	color: #3a4350;
}

.jobs.posts-loop article.noo_job .content-meta i {
	color: #495262;
}

.jobs.posts-loop article.noo_job .job-tools .noo-icon-tool {
	color: #2f3642;
	font-size: 16px;
}

.jobs.posts-loop article.noo_job .show-view-more {
	text-align: right;
}

.jobs.posts-loop article.noo_job .show-view-more .btn {
	background: var(--ajf-primary-blue);
	border-color: var(--ajf-primary-blue);
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	text-transform: none;
	border-radius: 4px;
	padding: 11px 22px;
}

.jobs.posts-loop article.noo_job .job-date-ago {
	display: block;
	margin-top: 10px;
	color: #505866;
	font-size: 14px;
}

/* Filter + selected chips */
.result-filter-wraper .value-filter-selected {
	border: 1px solid var(--ajf-border);
	background: var(--ajf-surface-soft);
	box-shadow: none;
}

/* Sidebar widgets */
.main-sidebar .widget,
.sidebar .widget,
.noo-sidebar .widget,
aside .widget {
	background: var(--ajf-surface);
	border: 1px solid var(--ajf-border);
	padding: 18px;
	margin-bottom: 24px;
	box-shadow: none;
}

.widget-title {
	font-size: 34px;
	font-weight: 700;
	color: #1f2835;
	margin-bottom: 14px;
	text-transform: none;
}

.widget input[type="search"],
.widget input[type="text"],
.widget input[type="email"],
.widget select {
	border: 1px solid #bfc3cb;
	height: 50px;
	font-size: 18px;
	background: #fff;
}

.widget .search-submit,
.widget button,
.widget .btn {
	height: 50px;
	padding: 0 20px;
	font-size: 18px;
}

/* Job scam notice area (text widgets) */
.widget_text strong,
.widget_text b {
	font-weight: 800;
}

/* Footer */
.colophon.wigetized {
	background: linear-gradient(180deg, var(--ajf-footer) 0%, #2a323a 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.colophon.wigetized .widget {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.colophon.wigetized .widget-title {
	color: #ffffff;
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-bottom: 14px;
}

.colophon.wigetized,
.colophon.wigetized p,
.colophon.wigetized li,
.colophon.wigetized a {
	color: #e2e7ed;
	font-size: 18px;
}

.colophon.wigetized a:hover {
	color: #ffffff;
}

.site-info .footer-more {
	background: var(--ajf-footer-deep);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-info .noo-bottom-bar-content {
	color: #c8d0db;
	font-size: 16px;
	padding: 16px 0;
}

/* AjiraFile homepage sections */
.ajf-homepage .ajf-homepage-inner {
	padding: 26px 0 6px;
}

.ajf-homepage .ajf-home-section {
	background: var(--ajf-surface);
	border: 1px solid var(--ajf-border);
	padding: 24px;
	margin-bottom: 24px;
}

.ajf-homepage .ajf-home-section h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

.ajf-homepage .ajf-home-section h3 {
	margin-top: 0;
	font-size: 26px;
}

.ajf-homepage .ajf-home-hero h1 {
	margin-top: 0;
	margin-bottom: 10px;
}

.ajf-homepage ul {
	padding-left: 20px;
}

.ajf-homepage .ajf-tag-links,
.ajf-homepage .ajf-country-grid {
	list-style: none;
	padding-left: 0;
	margin: 14px 0 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 14px;
}

.ajf-homepage .ajf-country-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ajf-homepage .ajf-tag-links li a,
.ajf-homepage .ajf-country-grid li a {
	display: block;
	background: #fff;
	border: 1px solid #d7dbe3;
	padding: 10px 12px;
	color: #1a2945;
	font-weight: 700;
	font-size: 17px;
}

.ajf-homepage .ajf-tag-links li a:hover,
.ajf-homepage .ajf-country-grid li a:hover {
	background: #edf2ff;
	border-color: #b7c3e9;
}

.ajf-homepage .ajf-home-latest-jobs {
	list-style: none;
	padding-left: 0;
	margin: 12px 0 0;
}

.ajf-homepage .ajf-home-latest-jobs li {
	margin-bottom: 10px;
}

.ajf-homepage .ajf-home-latest-jobs li a {
	display: block;
	background: #fff;
	border: 1px solid #d7dbe3;
	padding: 11px 14px;
	color: #1a2945;
	font-weight: 700;
	font-size: 25px;
}

.ajf-homepage .ajf-home-latest-jobs li a:hover {
	background: #edf2ff;
	border-color: #b7c3e9;
}

.ajf-homepage .ajf-quick-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 14px;
}

.ajf-homepage .ajf-quick-links .btn {
	font-size: 16px;
	font-weight: 800;
	padding: 10px 16px;
}

.ajf-homepage .ajf-columns ul {
	margin-bottom: 10px;
}

.ajf-homepage .ajf-columns li {
	margin-bottom: 6px;
}

.ajf-homepage .ajf-view-more {
	font-weight: 800;
}

.ajf-homepage .ajf-latest-post-item {
	background: #fff;
	border: 1px solid #d7dbe3;
	padding: 16px;
	margin-bottom: 14px;
}

.ajf-homepage .ajf-latest-post-item h3 {
	margin: 0 0 8px;
	font-size: 24px;
}

.ajf-homepage .ajf-read-more {
	font-weight: 800;
}

/* Footer fallback content */
.ajf-footer-col p {
	margin-bottom: 14px;
}

.ajf-footer-links {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.ajf-footer-links li {
	margin-bottom: 8px;
}

.ajf-self-posted-btn {
	margin-top: 16px;
	display: inline-block;
	background: #37d987;
	color: #0a37ff;
	font-weight: 800;
	padding: 12px 18px;
	min-width: 220px;
	text-align: center;
}

.ajf-self-posted-btn:hover,
.ajf-self-posted-btn:focus {
	color: #0522ad;
	background: #2fc679;
}

.ajf-sidebar-self-posted {
	margin-top: 14px;
}

.ajf-sidebar-self-posted .ajf-self-posted-btn {
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.ajf-job-alert-widget .textwidget p {
	margin: 0;
	font-size: 19px;
	line-height: 1.45;
	color: #1f2733;
}

.ajf-job-alert-widget .ajf-alert-highlight {
	color: #8c2556;
}

/* Professional button system: blue by default */
.btn.btn-primary,
.btn-primary,
button[type="submit"],
input[type="submit"],
.comment-form .form-submit #submit,
#entry-comment-submit,
.widget .search-submit {
	background: var(--ajf-primary-blue);
	border-color: var(--ajf-primary-blue);
	color: #ffffff;
}

.btn.btn-primary:hover,
.btn-primary:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.comment-form .form-submit #submit:hover,
#entry-comment-submit:hover,
.widget .search-submit:hover {
	background: var(--ajf-primary-blue-hover);
	border-color: var(--ajf-primary-blue-hover);
	color: #ffffff;
}

/* Apply actions: green emphasis */
.single-noo_job .job-action .btn.btn-primary,
.single-noo_job .job-action .btn.btn-default,
#applyJobModal .modal-actions .btn.btn-primary,
#applyFacebookModal .modal-actions .btn.btn-primary,
#applyXingModal .modal-actions .btn.btn-primary,
a#apply_via_facebook.btn,
a.via-linkedin.btn,
a.xing-login.btn {
	background: var(--ajf-apply-green);
	border-color: var(--ajf-apply-green);
	color: #ffffff;
}

.single-noo_job .job-action .btn.btn-primary:hover,
.single-noo_job .job-action .btn.btn-default:hover,
#applyJobModal .modal-actions .btn.btn-primary:hover,
#applyFacebookModal .modal-actions .btn.btn-primary:hover,
#applyXingModal .modal-actions .btn.btn-primary:hover,
a#apply_via_facebook.btn:hover,
a.via-linkedin.btn:hover,
a.xing-login.btn:hover {
	background: var(--ajf-apply-green-hover);
	border-color: var(--ajf-apply-green-hover);
	color: #ffffff;
}

/* Inline single titles when heading banner is disabled */
.single-noo_job .ajf-job-inline-header {
	margin: 0 0 26px;
	padding: 0 0 16px;
	border-bottom: 1px solid var(--ajf-border);
}

.single-noo_job .ajf-job-inline-header .ajf-job-title {
	margin: 0 0 10px;
	font-size: 48px;
	line-height: 1.12;
	color: #111827;
}

.single-noo_job .ajf-job-inline-header .job-meta span {
	display: inline-flex;
	align-items: center;
	margin-right: 16px;
	margin-bottom: 8px;
	font-size: 18px;
}

.single-noo_job .ajf-job-inline-header .job-meta span i {
	margin-right: 7px;
}

.single-post article.hentry > .content-header {
	margin: 0 0 24px;
	padding: 0 0 12px;
	border-bottom: 1px solid var(--ajf-border);
}

.single-post article.hentry > .content-header .content-title {
	margin-top: 0;
}

/* Blog posts: remove left share/avatar strip and spacing fallback */
.single-post .hentry .content-left,
.archive .hentry .content-left,
.blog .hentry .content-left,
.category .hentry .content-left,
.tag .hentry .content-left {
	display: none !important;
}

.single-post .hentry,
.archive .hentry,
.blog .hentry,
.category .hentry,
.tag .hentry {
	padding-left: 0 !important;
}

/* Buttons and links to mirror screenshot accents */
.btn.btn-default,
.btn-default {
	border-color: #b8bec7;
	color: #ffffff;
	background: var(--ajf-primary-blue);
}

/* Pagination */
.pagination .page-numbers {
	border: 1px solid #c8cdd6;
	color: #1e2b3f;
	background: #f7f9fb;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	background: #dce6ff;
	border-color: #9fb2ef;
	color: #113080;
}

/* Mobile refinements */
@media (max-width: 991px) {
	body {
		font-size: 16px;
	}

	.noo-header .navbar-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 66px;
		width: 100%;
	}

	.noo-header .navbar-header .member-navbar-toggle,
	.noo-header .noo-user-navbar-collapse {
		display: none !important;
	}

	.noo-header .navbar-header .navbar-brand {
		float: none;
		display: flex !important;
		align-items: center;
		max-width: calc(100% - 56px);
		height: 66px;
		padding: 0;
		margin: 0;
	}

	.noo-header .navbar-header .navbar-toggle {
		float: none;
		margin: 0;
		order: 2;
	}

	.noo-header .navbar-header .navbar-brand .noo-logo-img,
	.noo-header .navbar-header .navbar-brand .noo-logo-mobile-img,
	.noo-header .navbar-header .navbar-brand .noo-sticky-logo-img,
	.noo-header .navbar-header .navbar-brand .noo-blog-name,
	.noo-header .navbar-header .navbar-brand .noo-blog-name-sticky {
		display: none !important;
	}

	.noo-header .navbar-header .navbar-brand .ajf-mobile-text-logo {
		display: block;
		font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
		font-size: 42px;
		line-height: 1;
		font-weight: 900;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		color: #0d1117;
		white-space: nowrap;
	}

	.noo-header .navbar-brand .noo-blog-name,
	.noo-header .navbar-brand .noo-blog-name-sticky {
		font-size: 34px;
	}

	.noo-header .navbar-nav > li > a {
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.widget-title {
		font-size: 24px;
	}

	.jobs.posts-loop article.noo_job .loop-item-wrap {
		padding: 16px;
	}

	.jobs.posts-loop article.noo_job .loop-item-title a {
		font-size: 22px;
	}

	.single .main-content,
	.archive .main-content,
	.blog .main-content,
	.category .main-content,
	.tag .main-content {
		padding-top: 20px !important;
	}

	.single-noo_job .ajf-job-inline-header .ajf-job-title {
		font-size: 34px;
	}

	.post-type-archive-noo_job .ajf-job-tag-breadcrumb,
	.tax-job_tag .ajf-job-tag-breadcrumb,
	.tax-job_category .ajf-job-tag-breadcrumb {
		font-size: 16px;
	}

	.ajf-homepage .ajf-home-latest-jobs li a {
		font-size: 19px;
	}
}

@media (max-width: 767px) {
	.noo-header .navbar-header .navbar-brand .ajf-mobile-text-logo {
		font-size: 34px;
	}

	.ajf-homepage .ajf-tag-links,
	.ajf-homepage .ajf-country-grid {
		grid-template-columns: 1fr;
	}

	.ajf-homepage .ajf-home-section {
		padding: 16px;
	}

	.jobs.posts-loop article.noo_job .loop-item-wrap {
		display: block;
	}

	.jobs.posts-loop article.noo_job .item-featured {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.jobs.posts-loop article.noo_job .show-view-more {
		margin-top: 12px;
		text-align: left;
	}

	.jobs.posts-loop article.noo_job .show-view-more .btn,
	.jobs.posts-loop article.noo_job .btn.btn-primary {
		width: 100%;
	}

	.post-type-archive-noo_job .noo-job-archive-before .pull-left,
	.post-type-archive-noo_job .noo-job-archive-before .pull-right,
	.tax-job_tag .noo-job-archive-before .pull-left,
	.tax-job_tag .noo-job-archive-before .pull-right,
	.tax-job_category .noo-job-archive-before .pull-left,
	.tax-job_category .noo-job-archive-before .pull-right {
		display: none !important;
	}

	.post-type-archive-noo_job .jobs.posts-loop article.noo_job .loop-item-content,
	.tax-job_tag .jobs.posts-loop article.noo_job .loop-item-content,
	.tax-job_category .jobs.posts-loop article.noo_job .loop-item-content {
		width: 100% !important;
		float: none !important;
		padding-left: 0 !important;
	}

	.post-type-archive-noo_job .jobs.posts-loop article.noo_job .show-view-more,
	.tax-job_tag .jobs.posts-loop article.noo_job .show-view-more,
	.tax-job_category .jobs.posts-loop article.noo_job .show-view-more {
		margin-top: 10px;
	}

	.post-type-archive-noo_job .jobs.posts-loop article.noo_job .show-view-more .btn,
	.tax-job_tag .jobs.posts-loop article.noo_job .show-view-more .btn,
	.tax-job_category .jobs.posts-loop article.noo_job .show-view-more .btn {
		width: auto;
		min-width: 210px;
	}

	.ajf-homepage .ajf-home-latest-jobs li a {
		font-size: 17px;
	}

	.colophon.wigetized .widget-title {
		font-size: 22px;
	}
}
