/*
Theme Name: National Office Systems
Theme URI: https://simplicity.online/
Author: simplicity.online
Author URI: https://simplicity.online/
Description: Custom WordPress Theme
Version: 1000.0
Text Domain: national-office-systems
Tags: super, good
*/

:root {
	--bs-pagination-active-bg: #1b407e;
	--primary: #1b407e;
}

body {
	font-family: "Open Sans", sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
main {
	min-height: 95vh;
	margin-top: 80px;
	overflow-x: hidden;
}
main section:last-child {
	margin: 0;
}
a {
	color: var(--primary);
}
.admin-bar main {
}
#wp-admin-bar-my-account {
	display: none;
}
section {
	padding: 100px 0;
}
section.primary {
	background: var(--primary);
	color: white;
}
section.primary.shadowed {
	box-shadow: 0px 0px 70px 0px var(--primary) inset;
}
iframe {
	max-width: 100%;
	height: auto;
}
#video {
	height: calc(95vh - 80px);
}
.img {
	margin-bottom: 20px;
	min-height: 215px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.text-center {
	text-align: center;
}
a.text-center {
	display: block;
}
main ul li {
	margin-bottom: 12px;
}
hr {
	border-color: #ccc;
}
p:last-child {
	margin-bottom: 0;
}
.subpage-hero .img-thumbnail {
	margin: 0;
	padding: 0;
}

/* navigation */
html body nav.main-nav {
	background: white;
}
.main-nav img {
	max-width: 175px;
}
.main-nav {
	background: white !important;
	box-shadow: 0px 0px 5px 0px #333;
}
.main-nav a {
}
.navbar-toggler {
	border: none !important;
}
.navbar-toggler span {
	font-size: 33px;
	font-weight: bold;
}
.main-nav .current-menu-item {
	font-weight: bold;
}
#wp-admin-bar-my-account {
	display: none !important;
}
.navbar-fixed {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.navbar-space {
	margin-top: 75px;
}
#wpadminbar {
	position: fixed;
	top: 0;
}
#mobileNav .dropdown-menu {
	border-right: none;
	border-left: none;
	border-radius: 0px 0px 0px 0px;
}
.safari main {
	margin-top: 80px;
}

/* typography */
.page-template-default article h3 {
	margin-top: 25px;
}
.main-nav a {
	font-family: "Roboto", sans-serif !important;
}
.btn,
.btn-primary {
	font-family: "Roboto", sans-serif !important;
	font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Roboto", sans-serif !important;
	font-weight: 500;
}
article h1 {
	margin-bottom: 30px;
}
h4.mega-block-title {
	border: none;
}
.page-template-template-list-with-images section.white h2::after,
h4.mega-block-title::after,
.bordered::after {
	background-color: var(--primary);
	width: 8%;
	height: 2px;
	display: block;
	content: "";
	margin: 20px 0;
}
.text-center .bordered::after {
	margin: 20px auto;
}
section .text-center h1,
section .text-center .h1,
section .text-center .h2,
section .text-center h2 {
	margin-bottom: 30px;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
article .h1,
article .h2,
article .h3,
article .h4,
article .h5,
article .h6 {
	margin-bottom: 12px;
}

/* buttons */
.btn {
	border-radius: 0 0 0 0;
}
.btn-primary {
	background: var(--primary);
	border-color: var(--primary);
}

/* page */
main {
	margin-top: 86px;
}
.admin-bar main {
	margin-top: 118px;
}
main .page-sidebar ul {
	margin-bottom: 30px;
}
.page-sidebar form {
	margin-bottom: 30px;
}
.searchform .input-group-text {
	margin: 0;
	padding: 1px;
	border-radius: 0;
	background: var(--primary);
}
.page-sidebar .h6 {
	margin-top: 24px;
}

/* home */
.home .hero {
	background: none;
}
.hero .col-md-6 {
	background: rgba(255, 255, 255, 0.8);
}
.hero .col-md-6 div {
	padding: 50px;
	color: black;
}
.hero .col-md-6 .h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 44px;
}
section.capabilities .row {
	background: rgba(255, 255, 255, 0.8);
	padding-top: 35px;
}
section.capabilities a {
	text-decoration: none;
	color: black;
	font-size: large;
	font-weight: bold;
}
.feature {
	max-width: 90%;
}

/* our story */
section.image.subpage-hero {
	background-size: cover !important;
	color: white;
}
section.image.subpage-hero hgroup {
	text-transform: uppercase;
	padding: 15vh 0;
}
section.image.subpage-hero h1 {
	margin-bottom: 30px;
}
.page-template-template-article-left-sidebar main .col-md-4 img {
	padding: 0 26px 120px 0;
	border-right: 1px dashed #aaa;
	margin-bottom: 80px;
}
.page-template-template-article-left-sidebar main .col-md-4 img:last-of-type {
	margin: 0;
}

/* team */
.page-template-template-team section {
	padding: 60px 0;
}
.page-template-template-team h1 {
	margin-bottom: 50px;
}
.page-template-template-team a {
	text-decoration: none;
}
.img-thumbnail {
	margin-bottom: 12px;
}
section.meet-the-team {
	padding: 15px 0;
}
section.meet-the-team h1 {
	margin: 0;
	padding: 0;
}
.member a {
	display: block;
	margin: 10px;
	text-decoration: none;
	margin-bottom: 30px;
	color: black;
}
.member .h4 {
	margin-bottom: 0;
}
section.primary a {
	color: white;
}

/* List with Images Template */
.page-template-template-list-with-images section.white .img {
	min-height: 325px;
}
.page-template-template-list-with-images hr {
	border-color: #ccc;
	margin-bottom: 80px;
	margin-top: 60px;
}
.page-template-template-list-with-images section.white h2 {
	font-size: x-large;
}
.page-template-template-list-with-images section.img .get-started {
	background: rgba(255, 255, 255, 0.8);
	padding: 35px;
}
.page-template-template-list-with-images section.img .get-started .button {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 404 */
.error404 section.image.subpage-hero hgroup {
	padding: 0;
}

/* footer */
.main-footer {
	background: #f9f9f9;
	padding: 40px 0;
	border-top: 1px solid #ddd;
}
.main-footer .img-thumbnail {
	max-width: 260px;
}
.main-footer .social_media_links {
	font-size: x-large;
	max-width: 260px;
	margin: 15px 0;
}
.main-footer img.cert {
	max-width: 125px;
	margin: 20px 20px 20px 0;
}
.social_media_links a {
	text-decoration: none;
	padding: 5px;
}
.page-sidebar ul,
.main-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.page-sidebar li,
.main-footer li {
	margin: 0 0 8px;
	padding: 0;
}
.page-sidebar ul a,
.main-footer ul a {
	color: black;
	text-decoration: none;
}

/* careers */
.page-template-template-careers header {
	min-height: 273px;
	background-image: url("https://boldpilotinc.com/wp-content/uploads/sites/45/2024/05/office.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.6;
	margin-bottom: 30px;
}

/* contact */
.contact.list-group .material-symbols-outlined {
	font-size: 26px;
	line-height: 26px;
	vertical-align: middle;
	color: var(--primary);
	margin-right: 10px;
}
.googlemap {
	width: 100%;
	min-height: 30vh;
}
.page-template-template-connect section .card {
	margin: 0;
	margin-top: 30px;
}
.page-template-template-connect section .card .card-body {
	padding: 0;
	margin-top: -5px;
}
.page-template-template-connect section .card .card-text {
	background: var(--primary);
	color: white;
	font-weight: bold;
	padding: 10px;
}
.page-template-template-connect h3.h4 {
	margin-bottom: 20px;
}
.page-template-template-connect article p:last-child {
	margin-bottom: 0;
}
.modal-dialog .col-md-8 {
	margin-bottom: 30px;
}

/* Search */
.search-result {
	text-decoration: none;
	margin-bottom: 60px;
	display: block;
}
.search-result .card-link {
	text-decoration: underline;
}
.search-result .img {
	margin-bottom: 0;
}
.search-result .img.default {
	box-shadow: inset 0 0 10px #ddd;
	position: relative;
	border-right: 1px solid #d2d2d2;
}
.active > .page-link,
.page-link.active {
	color: white;
	background-color: var(--primary);
	border-color: var(--primary);
}

/* Desktop */
@media (min-width: 992px) {
	.hero .col-md-6 {
		margin-top: 400px;
	}
	.page-sidebar {
		margin-left: 80px;
	}
	.page-template-template-team-member article {
		padding: 0 40px;
	}
	#menu-mobile-navigation {
		display: none;
	}
	.admin-bar .navbar-fixed {
		top: 32px;
		position: fixed;
	}
	section.capabilities .row.the-capabilities {
		padding: 10px 100px 35px;
	}
	.member {
		width: 20%;
		float: left;
	}
	section.image.subpage-hero {
		padding: 28vh 0;
	}
	.page-template-template-article-left-sidebar
		section.image.subpage-hero
		hgroup {
		padding: 0;
	}
	.page-template-template-article-left-sidebar section.image.subpage-hero {
		padding: 27vh 0;
	}
}

/* Mobile */
@media (max-width: 991px) {
	.img {
		margin-bottom: 12px;
	}
	#mega-menu-wrap-header-menu {
		display: none;
	}
	.admin-bar .navbar-fixed {
		top: 32px;
	}
	#video {
		height: 40vh;
	}
	.hero .col-md-6 div {
		padding: 15px;
		top: 30vh;
	}
	.hero .col-md-6 .h2 {
		font-size: 20px;
	}
	.home .hero.p-5 {
		position: absolute;
		bottom: 15px;
		padding: 0 !important;
		margin: 0 !important;
	}
	section.image {
		padding: 6vh 0;
	}
	.feature {
		max-width: 100%;
		margin-bottom: 15px;
	}
	section.capabilities {
		padding: 15px;
	}
	section.capabilities a {
		margin-bottom: 25px;
	}
	section.capabilities .row {
		padding-top: 15px;
	}
	.text-center .bordered::after {
		margin: 15px auto 5px;
	}
	footer br {
		display: none;
	}
	.admin-bar main {
		margin-top: 112px;
	}
	.main-footer {
		padding: 15px 0;
	}
	.main-footer .img-thumbnail {
		margin: 0 auto;
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.main-footer .social_media_links {
		margin: 15px auto;
	}
	.main-footer img.cert {
		width: 38%;
		max-width: 39.5%;
		margin: 0 5% 15px;
	}
	section.image hgroup {
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	}
	.member {
		width: 50%;
		float: none;
		margin: 0 auto;
	}
	.searchform {
		margin: 15px 0;
	}
	#menu-mobile-navigation {
		margin-top: 15px;
	}
	section.image.subpage-hero hgroup {
		padding: 0;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.footer-nav {
		display: none;
	}
	.main-footer .img-thumbnail {
		width: 260px;
		max-width: 260px;
	}
	.page-template-template-article-left-sidebar aside {
		display: none;
	}
	.admin-bar .navbar-fixed {
		top: 46px;
	}
	.admin-bar main {
		margin-top: 126px;
	}
	.menu-footer-menu-2-container {
		display: none;
	}
	#searchform {
		margin: 15px 0 0;
	}
	.page-sidebar {
		display: none;
	}
	section {
		padding: 6vh 0;
	}
	section.image hgroup {
		width: 70%;
	}
	.member {
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	section .text-center h1,
	section .text-center .h1,
	section .text-center .h2,
	section .text-center h2 {
		margin-bottom: 15px;
	}
	.page-template-template-our-team section.primary + section.white h2 {
		margin-top: 15px;
	}
	.subpage-hero .img-thumbnail {
		width: 50%;
		margin: 0;
		padding: 0;
	}
	.page-template-template-brand-landing section.image {
		padding: 18vh 0 6vh;
	}
}

/* Mobile */
@media (max-width: 575px) {
	section {
		padding: 15px 0;
	}
}

.capabilityimg {
	width: 190px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
}
