/*
Theme Name: ShortageJobs
Theme URI: https://shortagejobs.com
Author: Target ICT Ltd
Author URI: https://targetict.co.uk
Description: Custom WordPress theme for the ShortageJobs blog, matching the main Laravel website design. Features Bootstrap grid, Font Awesome icons, Montserrat + Open Sans typography, blog listing grid, sidebar with search and categories, breadcrumb banner, and a full-featured footer.
Version: 1.1.0
Requires at least: 5.0
Requires PHP: 7.2
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, right-sidebar, custom-colors, custom-menu, custom-logo, custom-header, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready
Text Domain: shortagejobs
*/

/* =============================================
   CSS Variables
   ============================================= */

:root {
    --shortage-blue: #00043F;
    --shortage-blue-rgb: rgb(0, 4, 63);
    --shortage-yellow: #e5bd76;
    --shortage-yellow-rgb: rgb(229, 189, 118);
    --shortage-lightblue: #787CB7;
    --shortage-lightblue-rgb: rgb(120, 124, 183);
    --shortage-green: #6aca00;
    --white: #fff;
    --dark: #222;
}

/* =============================================
   CSS Reset
   ============================================= */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.2;
}

h1, .h1 { font-size: 45px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 25px; }
h4, .h4 { font-size: 20px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 16px; }

.hidden { display: none; }

a {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    color: var(--shortage-blue);
}

a:focus {
    text-decoration: none;
    outline: 0 solid;
}

input:focus, textarea:focus {
    outline: none;
}

p {
    line-height: 22px;
}

img {
    max-width: 100%;
    height: auto;
}

/* Block editor / classic images keep their intrinsic ratio when scaled down */
.entry-content img,
.wp-block-image img,
.postimg img,
.sidebar img,
figure img {
    height: auto;
}

figure {
    max-width: 100%;
}

select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* =============================================
   Header
   ============================================= */

.header {
    padding: 0;
}

.header .col-md-5 {
    padding-right: 0;
}

.header .logo {
    display: inline-block;
    margin: 15px 0 15px 0;
}

.header .logo img {
    max-height: 45px;
    width: auto;
}

/* Keep the bar white and above the banner, as on the main site */
.header {
    background: var(--white);
    position: relative;
    z-index: 20;
}

.header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

/* wp_nav_menu items sit on .menu-item, not .nav-item, on stock output */
.navbar-nav>li.menu-item {
    padding: 0 15px;
}

.navbar-nav>li>a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li.current_page_item>a,
.navbar-nav>li.current-menu-ancestor>a {
    border-bottom-color: var(--shortage-lightblue);
}

.navbar-default {
    background: none;
    border: none;
    margin-bottom: 0;
    min-height: auto;
    float: right;
}

.navbar {
    background: none;
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav>li {
    padding: 0 15px;
}

.navbar-nav>li>a {
    font-weight: 600;
    padding: 16px 0;
    border-bottom: 2px solid var(--white);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 16px 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none;
}

.navbar-nav>li>a:hover,
.navbar-nav>li:hover>a,
.navbar-nav>li.active>a {
    border-bottom-color: var(--shortage-lightblue);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: var(--white);
}

.userbtn { margin-top: 7px; }

.dropdown-menu {
    border-radius: 5px;
    padding: 0;
    border: none;
    box-shadow: 2px 8px 15px rgba(0,0,0,.1);
}

.navbar-nav>li:hover .dropdown-menu {
    display: block;
}

.navbar-expand-lg .navbar-nav .dropdown-menu>li>a {
    font-weight: 600;
    color: #555;
    padding: 8px 15px;
    font-size: 14px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu>li>a:hover {
    background: var(--shortage-lightblue);
    color: var(--white);
}

.navbar-collapse.in {
    overflow: inherit;
    height: auto;
    padding: 0 15px;
}

.navbar-nav li.postjob,
.navbar-nav li.jobseeker {
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link.register,
.navbar-nav>li>a.register {
    background: var(--shortage-lightblue);
    color: var(--white);
    padding: 10px 18px;
    border-radius: 5px;
    margin-top: 8px;
    border-bottom: none;
    display: inline-block;
}

.navbar-nav>li>a.register:hover {
    background: var(--shortage-blue);
    color: var(--white);
    text-decoration: none;
}

.navbar-nav>li.userbtn>a {
    padding: 0;
    border: none;
    padding-top: 8px;
}

.navbar-nav>li.userbtn img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 3px;
}

.navbar-header { display: none; }

/* =============================================
   Page Title / Breadcrumb Banner
   ============================================= */

.pageTitle {
    background: url(images/page-title-bg.jpg) no-repeat;
    background-size: cover;
    padding: 15px 0;
}

.pageTitle h1 {
    font-weight: 500;
    color: var(--white);
    margin-bottom: 1rem;
}

/* The banner gets its height from .about-content, exactly as on the main site */
.about-content {
    padding: 50px 0;
    text-align: center;
}

.about-content h2 {
    font-size: 48px;
    font-weight: 300;
}

.about-content a {
    color: var(--white);
    font-weight: 300;
    font-size: 14px;
}

.about-content .fa {
    margin: 0 10px;
    font-weight: 600;
}

.breadCrumb {
    text-align: right;
    color: var(--white);
    margin-top: 5px;
}

.breadCrumb a {
    color: var(--white);
    display: inline-block;
    padding: 0 5px;
}

.link-nav span {
    color: var(--shortage-yellow);
    display: inline-block;
    padding-left: 5px;
}

.link-nav i {
    color: var(--white);
}

.link-nav a {
    color: var(--white);
}

/* =============================================
   List Page Wrapper
   ============================================= */

.listpgWraper {
    background: #f0f0f0;
    padding: 50px 0;
    min-height: 400px;
}

/* =============================================
   Sidebar
   ============================================= */

.sidebar {
    background: var(--white);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.sidebar .widget {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.sidebar .widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar .widget-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--shortage-lightblue);
    margin-bottom: 20px;
}

.sidebar a {
    color: var(--shortage-lightblue);
    display: inline-block;
    margin-top: 10px;
}

.sidebar .categories li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

/* Caret before each category, as on the main site */
.sidebar .categories li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: var(--shortage-blue);
    font-size: 12px;
}

.sidebar .categories li a {
    margin-top: 0;
    color: #888;
    font-weight: 600;
}

.sidebar .categories li a:hover {
    color: var(--shortage-blue);
}

.sidebar .categories li a:hover {
    color: var(--shortage-blue);
    text-decoration: none;
}

.sidebar .search {
    position: relative;
}

.sidebar .search .form-control {
    padding-right: 40px;
}

.sidebar .search .btn {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    padding: 8px 12px;
    color: var(--shortage-lightblue);
}

.sidebar .gad {
    margin-top: 15px;
    text-align: center;
}

.social a {
    color: #00a8ff;
    font-size: 32px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
}

.social a:hover {
    color: var(--dark);
}

/* =============================================
   Pagination
   ============================================= */

.pagiWrap {
    margin-top: 20px;
}

.pagiWrap .showreslt {
    font-weight: 600;
    margin-top: 10px;
}

.pagiWrap .pagination {
    text-align: right;
    margin: 0;
}

.pagiWrap .nav-links {
    text-align: center;
    margin-top: 20px;
}

.pagiWrap .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 2px;
    border: 1px solid #ddd;
    color: var(--shortage-lightblue);
    background: var(--white);
    border-radius: 3px;
    font-weight: 600;
    text-decoration: none;
}

.pagiWrap .page-numbers.current,
.pagiWrap .page-numbers:hover {
    background: var(--shortage-lightblue);
    color: var(--white);
    border-color: var(--shortage-lightblue);
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

/* =============================================
   Blog Listing
   ============================================= */

.blogWraper,
.blogwrapper {
    margin-bottom: 40px;
}

.blogList {
    list-style: none;
    padding: 0;
}

.blogList li .bloginner {
    background: var(--white);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.blogList li .bloginner:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-color: var(--shortage-lightblue);
}

.postimg {
    position: relative;
    display: inline-block;
    width: 100%;
}

.postimg img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.postimg .date {
    width: 60px;
    height: 60px;
    font-weight: bold;
    font-size: 15px;
    color: var(--white);
    padding: 7px 10px 0 10px;
    text-align: center;
    line-height: 20px;
    background: var(--shortage-lightblue);
    letter-spacing: 0.4px;
    outline: 3px solid var(--shortage-lightblue);
    border: 1px solid var(--white);
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 12;
}

.post-header {
    margin-bottom: 20px;
}

.post-header h2 {
    margin-top: 15px;
}

.post-header h4 a {
    font-size: 20px;
    color: var(--shortage-lightblue);
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.post-header h4 a:hover {
    color: #333;
    text-decoration: none;
}

.postmeta {
    margin: 15px 0 20px 0;
    line-height: 24px;
    font-size: 14px;
    color: #777;
}

.postmeta span,
.postmeta a {
    color: var(--shortage-lightblue);
}

/* Published / Updated date on the listing cards */
.postmeta .posted-on {
    display: block;
    margin-bottom: 4px;
    color: #777;
    font-size: 13px;
}

.postmeta .posted-on .fa {
    margin-right: 5px;
    color: var(--shortage-lightblue);
}

.postmeta .posted-on .entry-date,
.postmeta .posted-on time {
    color: #777;
}

.postmeta .posted-on .entry-date-label {
    font-weight: 600;
    color: #555;
}

.postmeta .posted-on a {
    color: #777;
    text-decoration: none;
}

.postmeta .posted-on a:hover .entry-date-label {
    color: var(--shortage-lightblue);
}

/* Single post meta uses the same helper */
.post-meta .posted-on .fa {
    margin-right: 5px;
}

body.dark-mode .postmeta .posted-on,
body.dark-mode .postmeta .posted-on time,
body.dark-mode .postmeta .posted-on .entry-date-label {
    color: #bbb;
}

.blogList p,
.blogGrid li p {
    line-height: 24px;
    color: #333;
}

.blogList .readmore,
.blogGrid .readmore {
    border-bottom: 1px dotted #00b1f1;
    display: inline-block;
    margin-top: 15px;
    color: var(--dark);
    font-weight: 600;
    padding-bottom: 5px;
}

.blogList .readmore:hover,
.blogGrid .readmore:hover {
    text-decoration: none;
    color: #00b1f1;
}

/* =============================================
   Blog Grid
   ============================================= */

.blogGrid {
    list-style: none;
}

.blogGrid li {
    margin-bottom: 30px;
}

.blogGrid li .int {
    background: var(--white);
    padding: 20px;
    border: 1px solid #e4e4e4;
}

.blogGrid li .int:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-color: var(--shortage-lightblue);
}

.blogGrid li .post-header {
    margin-top: 10px;
}

/* =============================================
   Blog Detail / Single Post
   ============================================= */

.blogdetailbox {
    background: var(--white);
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
}

.entry-content {
    line-height: 1.8;
    font-size: 16px;
    color: #333;
}

.entry-content p {
    margin-bottom: 1.2em;
    line-height: 1.8;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.entry-content ul,
.entry-content ol {
    margin: 1em 0 1em 2em;
    list-style: disc;
}

.entry-content ol {
    list-style: decimal;
}

.entry-content li {
    margin-bottom: 0.5em;
    line-height: 1.6;
}

.entry-content img {
    border-radius: 5px;
    margin: 1em 0;
}

.entry-content a {
    color: var(--shortage-lightblue);
    text-decoration: underline;
}

.entry-content a:hover {
    color: var(--shortage-blue);
}

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}

.entry-content table th,
.entry-content table td {
    padding: 10px 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.entry-content table th {
    background: #f5f5f5;
    font-weight: 600;
}

blockquote {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin: 20px 0;
    padding: 20px 20px 20px 60px;
    position: relative;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
}

blockquote p {
    font-style: italic;
    display: inline-block;
    color: var(--dark);
}

blockquote:before {
    color: #ddd;
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 22px;
    font-style: normal;
    left: 24px;
    position: absolute;
    top: 20px;
    transform: scale(-1);
}

blockquote:after {
    color: #ddd;
    content: "\f10e";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 22px;
    font-style: normal;
    margin: 0 0 0 8px;
    position: relative;
    top: 3px;
}

/* Post Meta on Single */
.post-meta {
    margin: 10px 0 15px;
    font-size: 14px;
    color: #777;
}

.post-meta a {
    color: var(--shortage-lightblue);
}

.post-meta .entry-date-label {
    font-weight: 600;
}

.post-meta .category-meta-field {
    display: inline-block;
    background: var(--shortage-lightblue);
    color: var(--white);
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 12px;
    margin-left: 5px;
    text-decoration: none;
}

.post-meta .category-meta-field:hover {
    background: var(--shortage-blue);
}

/* Tags */
.post-tags {
    margin: 20px 0;
}

.post-tags a {
    display: inline-block;
    background: #f0f0f0;
    padding: 5px 12px;
    margin: 3px 3px 3px 0;
    border-radius: 3px;
    font-size: 13px;
    color: #555;
    text-decoration: none;
}

.post-tags a:hover {
    background: var(--shortage-lightblue);
    color: var(--white);
}

/* =============================================
   Comments
   ============================================= */

.comment-content {
    margin-top: 30px;
}

.comment-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-list li {
    padding: 20px;
    border: 1px solid #e9e9e9;
    margin-bottom: 15px;
    background: var(--white);
    border-radius: 5px;
}

.comment-list .children {
    list-style: none;
    padding-left: 30px;
    margin-top: 15px;
}

.comment-body {
    position: relative;
}

.comment-author img {
    border-radius: 50%;
    margin-right: 15px;
    float: left;
}

.comment-author .fn {
    font-weight: 600;
    color: var(--shortage-lightblue);
    font-size: 16px;
}

.comment-metadata {
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}

.comment-metadata a {
    color: #999;
}

.says {
    display: none;
}

.comment-reply-link {
    font-size: 13px;
    color: var(--shortage-lightblue);
}

.comment-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.comment-form .form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 15px;
    font-size: 14px;
}

.comment-form .btn-primary,
.comment-form .submit {
    background: var(--shortage-lightblue);
    color: var(--white);
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}

.comment-form .btn-primary:hover,
.comment-form .submit:hover {
    background: var(--shortage-blue);
}

/* =============================================
   Footer
   ============================================= */

.footerWrap {
    background: #18212e;
    padding: 50px 0;
}

.footerWrap h5 {
    font-size: 18px;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 15px;
}

.footerWrap p {
    line-height: 22px;
    color: #ccc;
}

.footerWrap .ft-logo {
    margin-bottom: 15px;
}

.footerWrap .address {
    margin-bottom: 20px;
    padding-top: 8px;
    color: var(--white);
    position: relative;
    padding-left: 30px;
    line-height: 20px;
}

.footerWrap .address:before {
    position: absolute;
    left: 0;
    content: '\f041';
    font-family: 'FontAwesome';
    font-size: 18px;
}

.footerWrap .email {
    margin-bottom: 20px;
    color: var(--white);
    position: relative;
    padding-left: 30px;
}

.footerWrap .email:before {
    position: absolute;
    left: 0;
    content: '\f003';
    font-family: 'FontAwesome';
    font-size: 18px;
}

.footerWrap .email a,
.footerWrap .phone a {
    color: var(--white);
}

.footerWrap .phone {
    margin-bottom: 20px;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
}

.footerWrap .phone:before {
    position: absolute;
    left: 0;
    content: '\f095';
    font-family: 'FontAwesome';
    font-size: 18px;
}

.footerWrap .social {
    margin-top: 20px;
}

.footerWrap .social a {
    color: var(--white);
    font-size: 32px;
    display: inline-block;
    margin-right: 5px;
}

.footerWrap .social a:hover {
    color: #36b3e5;
}

.footerWrap .quicklinks {
    list-style: none;
}

.footerWrap .quicklinks li a {
    display: block;
    color: #ccc;
    padding: 8px 0;
    font-size: 16px;
}

.footerWrap .quicklinks li a:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-right: 7px;
    font-size: 16px;
}

.footerWrap .quicklinks li a:hover {
    color: var(--shortage-lightblue);
    text-decoration: none;
}

.copyright {
    padding: 20px 0;
    color: #777;
    background: #111;
}

.copyright ul li {
    display: inline;
}

.copyright ul li a {
    color: #555;
    padding: 0 5px;
    display: inline-block;
    margin: 5px;
}

.copyright a:hover {
    color: var(--dark);
}

.paylogos {
    text-align: right;
}

.bttxt {
    color: #888;
    line-height: 24px;
}

.bttxtright {
    color: #888;
    line-height: 24px;
    float: right;
}

.bttxtright a {
    color: #888;
}

.bttxtright a:hover {
    color: var(--shortage-lightblue);
    text-decoration: none;
}

/* =============================================
   WordPress Core Alignment
   ============================================= */

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.wp-caption {
    max-width: 100%;
    text-align: center;
}

.wp-caption-text {
    font-size: 13px;
    color: #777;
    padding: 5px 0;
}

.sticky .bloginner {
    border-left: 4px solid var(--shortage-lightblue);
}

.gallery-caption {
    display: block;
    font-size: 13px;
    color: #777;
}

.bypostauthor > .comment-body {
    border-left: 3px solid var(--shortage-lightblue);
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* =============================================
   Search Form
   ============================================= */

.search-form-wrap {
    position: relative;
}

.search-form .form-group {
    position: relative;
    margin: 0;
}

.search-form .form-group label {
    margin: 0;
}

.search-form .form-control {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: auto;
    padding: 10px 40px 10px 12px;
    font-size: 14px;
}

.search-form .form-control:focus {
    border-color: var(--shortage-lightblue);
    outline: none;
    box-shadow: none;
}

.search-form .icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
    border: none;
    padding: 0 12px;
    font-size: 16px;
    line-height: 1;
    color: var(--shortage-lightblue);
    cursor: pointer;
}

.search-form .icon:hover {
    color: var(--shortage-blue);
}

/* =============================================
   Widget defaults (block widgets in the sidebar)
   ============================================= */

.sidebar .widget_block h2,
.sidebar .widget_block h3,
.sidebar .widget h2,
.sidebar .widget h3 {
    font-size: 14px;
    font-weight: 600;
    color: var(--shortage-lightblue);
    margin-bottom: 20px;
}

.sidebar select,
.sidebar .form-control {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: auto;
    padding: 10px 12px;
    font-size: 14px;
    color: #555;
    background: var(--white);
}

.sidebar select:focus,
.sidebar .form-control:focus {
    border-color: var(--shortage-lightblue);
    box-shadow: none;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* =============================================
   MailerLite Sign-up Form (Latest Visa Updates)
   ============================================= */

.sidebar .mailerlite-form {
    margin: 0;
}

.sidebar .mailerlite-form-title h1,
.sidebar .mailerlite-form-title h2,
.sidebar .mailerlite-form-title h3,
.sidebar .mailerlite-form-title h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--shortage-lightblue);
    margin: 0 0 20px;
}

.sidebar .mailerlite-form-description {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-bottom: 15px;
}

.sidebar .mailerlite-form-description:empty {
    margin-bottom: 0;
}

.sidebar .mailerlite-form-field {
    margin-bottom: 12px;
}

.sidebar .mailerlite-form-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
}

.sidebar .mailerlite-form-field input[type="text"],
.sidebar .mailerlite-form-field input[type="email"],
.sidebar .mailerlite-form-field input[type="tel"],
.sidebar .mailerlite-form-field select {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    background: var(--white);
    transition: border-color 0.2s ease-in-out;
}

.sidebar .mailerlite-form-field input::placeholder {
    color: #999;
}

.sidebar .mailerlite-form-field input:focus,
.sidebar .mailerlite-form-field select:focus {
    border-color: var(--shortage-lightblue);
    outline: none;
}

.sidebar .mailerlite-subscribe-button-container {
    margin-top: 15px;
}

.sidebar .mailerlite-subscribe-submit,
.sidebar button.mailerlite-subscribe-submit {
    display: block;
    width: 100%;
    background: var(--shortage-lightblue);
    color: var(--white);
    border: none;
    border-radius: 5px;
    padding: 12px 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.sidebar .mailerlite-subscribe-submit:hover,
.sidebar button.mailerlite-subscribe-submit:hover {
    background: var(--shortage-blue);
    color: var(--white);
}

.sidebar .mailerlite-form-loader {
    display: none;
    font-size: 13px;
    color: #777;
    margin-top: 10px;
}

.sidebar .mailerlite-form-loader.active {
    display: block;
}

.sidebar .mailerlite-form-message,
.sidebar .mailerlite-subscribe-success,
.sidebar .mailerlite-subscribe-error {
    font-size: 14px;
    line-height: 22px;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 3px;
}

.sidebar .mailerlite-subscribe-success {
    background: #eef8e6;
    border: 1px solid #cbe6b4;
    color: #3d6b1d;
}

.sidebar .mailerlite-subscribe-error {
    background: #fdeeee;
    border: 1px solid #f2c4c4;
    color: #9b2c2c;
}

body.dark-mode .sidebar .mailerlite-form-field label,
body.dark-mode .sidebar .mailerlite-form-description {
    color: #ccc;
}

body.dark-mode .sidebar .mailerlite-form-field input,
body.dark-mode .sidebar select,
body.dark-mode .sidebar .form-control {
    background: #333;
    border-color: #555;
    color: #eee;
}

/* =============================================
   Utility
   ============================================= */

.py-5 { padding-top: 3rem; padding-bottom: 3rem; }
.mb-5 { margin-bottom: 3rem; }
.mt-3 { margin-top: 1rem; }
.text-center { text-align: center; }
.clearfix::after { content: ""; display: table; clear: both; }

/* =============================================
   Responsive
   ============================================= */

@media screen and (max-width: 991px) {
    .navbar-header { display: block; }

    .navbar-collapse {
        padding: 15px;
    }

    .navbar-nav>li,
    .navbar-nav>li.menu-item {
        padding: 0;
    }

    .header .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-nav>li>a {
        padding: 10px 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .pageTitle h1 {
        font-size: 30px;
    }

    .about-content {
        padding: 35px 0;
    }

    .blogList li .bloginner {
        margin-bottom: 20px;
    }

    .footerWrap {
        padding: 30px 0;
    }

    .bttxtright {
        float: none;
        margin-top: 10px;
    }

    .paylogos {
        text-align: left;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .pageTitle {
        padding: 10px 0;
    }

    .about-content {
        padding: 25px 0;
    }

    .listpgWraper {
        padding: 30px 0;
    }

    .footerWrap h5 {
        margin-top: 20px;
    }

    .blogList .col-lg-6 {
        padding: 0;
    }
}

/* =============================================
   Dark Mode (ported from nasio)
   ============================================= */

body.dark-mode {
    background-color: #393939;
    color: #ccc;
}

body.dark-mode .header {
    background-color: #2d2d2d;
}

body.dark-mode .navbar-nav>li>a {
    color: #ccc;
    border-bottom-color: transparent;
}

body.dark-mode .listpgWraper {
    background: #2d2d2d;
}

body.dark-mode .blogList li .bloginner {
    background: #444;
}

body.dark-mode .sidebar {
    background: #444;
}

body.dark-mode .sidebar .widget-title {
    color: var(--shortage-yellow);
}

body.dark-mode .post-header h4 a {
    color: var(--shortage-yellow);
}

body.dark-mode .blogList p,
body.dark-mode .entry-content {
    color: #ccc;
}

body.dark-mode .pageTitle {
    background-color: #222;
}

body.dark-mode .footerWrap {
    background: #111;
}

body.dark-mode .copyright {
    background: #000;
}

/* Night mode toggle */
.wpnm-button {
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    position: relative;
    width: 50px;
    height: 26px;
    background: #ccc;
    border-radius: 13px;
    transition: background 0.3s;
}

.wpnm-button-inner-left {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--white);
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.3s;
}

body.dark-mode .wpnm-button {
    background: var(--shortage-lightblue);
}

body.dark-mode .wpnm-button .wpnm-button-inner-left {
    left: 26px;
}
