/*
Theme Name: Sterling Personnel
Author: Phil Poore
Author URI: https://philpoore.com
Description: Sterling Personnel WordPress theme.
Version: 1.0
License: Private
Text Domain: tailwind-theme
*/
@import url('tailwind.css');

* {
    --wpforms-button-background-color: oklch(44.4% .177 26.899);
}

.admin-bar .mobile-menu-close {
    margin-top: 46px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Flex", sans-serif;
}

.telephone-link::before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5rem;
}

.foo {
    @apply text-md;
}


/* Hide RSS link on job board */
.showing_jobs {
    display: none !important;
}

input[type='checkbox'] {
    width: 1.25rem !important;
    height: 1.25rem !important;
    margin-right: 0.5rem !important;
    vertical-align: middle !important;
}

div.job_listings {
    background: var(--color-gray-100) !important;
    margin-bottom: 0px !important;
    padding-bottom: 50px !important
}


.select2-container {
    margin-bottom: 12px;
}

.single_job_listing .company .company_header {
    min-height: auto;
}