/**
Theme Name: FITMedAstra
Author: Raman Venmarathur
Description: a theme for FITMED
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fitmedastra
Template: astra
*/
:root {
    --logo-green: #00a885;
    --dark-green: #055100;
	--dark-blue: #043e84;
    --lime-green: #c4d459;
}

ul#menu-footer-menu li {
    display: inline-block;
}

.content-wrapper.sjb-content-wrapper {
    width: 100%;
}

.sjb-page .list-data .v2 .job-info h4 {
    font-weight: bold;
}

.sjb-page a.btn,
.sjb-page a.btn-primary,
.ast-single-post .entry-content a:not(.btn),
.ast-single-post .entry-content a:not(.btn-primary) {
    text-decoration: none;
}

.sjb-page .btn {
    border-radius: 0;
}

.archive .sjb-page {
    padding: 1rem;
}

.sjb-page .sjb-filters.sjb-filters-v2 {
    margin: unset;
}

.menu-item-type-pmpro-login,
.menu-item-type-pmpro-logout {
    font: inherit;
}

.ast-site-identity {
    padding: 0.3em 0;
}

.ast-header-breadcrumb {
    background-color: var(--dark-blue);
}

.ast-header-breadcrumb a,
.ast-header-breadcrumb .trail-item {
    color: #fff;
}

.ast-header-breadcrumb .trail-item::after {
    color: var(--lime-green);
}

.ast-header-breadcrumb .trail-end {
    font-weight: bold;
}

.wpcf7-form input, .wpcf7-form textarea {
    border: 1px solid #3333;
}

.cf7-smart-grid.has-grid .wpcf7-form-control-wrap .select2-selection.select2-selection--single {
    min-height: 44px !important;
    /* since smartgrid loads css in footer!! */
}

.cf7-smart-grid.has-grid .wpcf7-form-control-wrap .select2-selection--single .select2-selection__rendered {
    line-height: 44px !important;
    /* since smartgrid loads css in footer!! */
}

.cf7-smart-grid.has-grid .wpcf7-form-control-wrap .select2-selection__arrow {
    min-height: 44px !important;
}