@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//britstaffsolutions.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.1") format("woff2");
}

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Kumbh Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Kumbh Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Kumbh Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Kumbh Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Kumbh Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(27,71,153);
	--wd-alternative-color: rgb(27,71,153);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(245,179,50);
	--btn-accented-bgcolor-hover: rgb(223,163,46);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.page .wd-page-content {
	background-color: rgb(250,247,244);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


body.single-awsm_job_openings:not(.home) .wd-post-meta,
body.single-awsm_job_openings:not(.home) .wd-single-post-img {
    display: none;
}
.hidden-fields-container {
    display: none !important;
}

.contact-form{
    max-width:850px;
    margin:auto;
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.contact-form h2{
    text-align:center;
    margin-bottom:10px;
    font-size:34px;
    color:#0f172a;
}

.form-text{
    text-align:center;
    color:#666;
    margin-bottom:35px;
}

.form-row{
    display:flex;
    gap:20px;
}

.form-group{
    width:100%;
    margin-bottom:22px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#111827;
    font-size:15px;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
    width:100%;
    padding:10px;
    border:1px solid #d1d5db;
    border-radius:12px;
    font-size:15px;
    background:#f8fafc;
    transition:0.3s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
    outline:none;
    border-color:#2563eb;
    background:#fff;
    box-shadow:0 0 8px rgba(37,99,235,0.15);
}

.contact-form textarea{
    min-height:140px;
    resize:vertical;
}

/* File Upload */

.file-upload{
    border:2px dashed #cbd5e1;
    padding:25px;
    border-radius:14px;
    background:#f8fafc;
}

/* Bottom */

.bottom-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    margin-top:25px;
}

.checkbox-wrap{
    display:flex;
    align-items:center;
    gap:12px;
    flex:1;
}

.checkbox-wrap input{
    width:18px;
    height:18px;
    margin:0;
}

.checkbox-wrap span{
    font-size:14px;
    line-height:1.5;
    color:#555;
}

.submit-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    height:50px;
    padding:0 35px !important;
    border:none;
    border-radius:14px;
    background:linear-gradient(135deg,#2563eb,#1d4ed8) !important;
    color:#fff !important;
    font-size:16px;
    font-weight:bold;
    cursor:pointer;
    white-space:nowrap;
}

/* Mobile */

@media(max-width:768px){

    .form-row{
        flex-direction:column;
        gap:0;
    }

    .bottom-wrap{
        flex-direction:column;
        align-items:flex-start;
    }

    .contact-form{
        padding:25px;
    }

}

.wd-notice.wd-warning, .wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error, .mc4wp-notice, :is(.woocommerce-error,.woocommerce-info) {
    display: none;
}