body {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    position: relative;
}
body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background-attachment: fixed;
    background-size: cover;
}
.content-sidebar-wrap a{
    color:#fff!important;
}
.site-container {
    position: relative;
}
.site-inner {
    max-width: 1200px;
    padding: 60px 15px;
}
.content {
    float: none;
    width: 100%;
}
.entry {
    margin-bottom: 0;
}
.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 30px;
}
.entry-content .search-form {
    margin-bottom: 40px;
    width: 100%;
}
.search-result-title {
    font-size: 22px;
}
.search-result-excerpt p,
.search-result-excerpt a {
    margin: 0;
}
body.search.search-no-results .result-search img,
body.search.search-results .result-search img,
body.error404 .result-search img {
    background-color: #ffffff;
    margin: 15px 0;
    padding: 15px;
}
.search-result article.search-result-item:not(:last-child) {
    margin-bottom: 20px;
}
.form-field .form-field-item:not(:last-child) {
    margin-bottom: 10px;
}
.form-field .form-field-item.form-leads,
.form-field .form-field-item.form-field-message {
    margin: 0;
}
.form-field .form-field-item.form-field-message textarea {
    font-family: inherit;
    height: 150px;
}
.form-field .form-field-item.form-recaptcha,
.form-field .form-field-item.form-recaptcha a,
.form-field .form-field-item.form-field-disclaimer {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}
.form-field .form-field-item.form-field-select select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #000, #000);
    background-position: calc(100% - 20px) calc(1.3em + 0px), calc(100% - 11px) calc(1.3em + 0px), calc(100% - 2.5em) 0.5em;
    background-size: 10px 7px, 10px 7px, 0px 0em;
    background-repeat: no-repeat;
    border-radius: 0px;
    padding: 15px 35px 15px 15px;
}
.form-field .form-field-item.form-field-submit {
    text-align: center;
}
.form-field .form-field-item.form-field-submit button {
    padding: 15px 40px;
    text-transform: uppercase;
    font-family: inherit;
}
.form-title {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.form-field .form-field-item label {
    display: none;
}
span.wpcf7-spinner {
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}
form.use-floating-validation-tip span.wpcf7-not-valid-tip {
    padding: 0 0.313em;
    font-size: 0.563em;
    right: 0;
    top: 50%;
    left: auto;
    width: auto;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    font-size: 12px;
    margin: 10px 0 0 0;
}
.wpcf7 form.invalid .wpcf7-response-output {
    background: #ffb900;
}
.wpcf7 form.spam .wpcf7-response-output {
    background: #f56e28;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
}
.grecaptcha-badge {
    display: none !important;
}
.content-sidebar-wrap .content {
    width: 100%;
    margin: 0;
    padding: 60px 15px;
    background-color: rgba(17, 24, 39, 0.80);
    color: #ffffff;
}
body.home .content-sidebar-wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
body.home .content-sidebar-wrap .content {
    width: 100%;
}
body.home .content-sidebar-wrap .site-form {
    width: 100%;
    display: none;
    background: rgba(17, 24, 39, 0.80);
    padding: 30px 15px;
}
.relative {
    position: relative;
}
.bold {
    font-weight: bold;
}
.text-center {
    text-align: center;
}
a {
    text-decoration: none;
}
:focus {
    color: initial;
    outline: transparent solid 1px;
}
a:focus, a:hover {
    color: var(--primary-cl);
    text-decoration: none;
}
input,
select,
textarea {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #000000;
    font-size: 16px;
    font-family: inherit;
}
input[type="submit"],
input[type="submit"]:hover {
    text-transform: uppercase;
}
.site-header {
    position: fixed;
    width: 100%;
    background-color: transparent;
    top: auto;
    padding: 0;
    z-index: 9;
}
.site-header .header-row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 15px;
}
.site-header .header-row .header-col {
    width: 100%;
    text-align: center;
}
.site-header .header-row .header-col.site-logo {
    margin-bottom: 30px;
}
.site-header .site-number .number-item a {
    text-decoration: none;
    line-height: 1.2;
}
.site-header .header-row a.main-logo img,
body.window_scrolled .site-header .header-row a.main-logo img {
    max-height: 50px;
}
.site-inner .home-more-content {
    display: none;
}
.site-inner a.site-btn.hp-load-more {
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.2;
    margin: 30px 0;
    text-transform: uppercase;
}
.site-inner a.site-btn.hp-load-more:after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 10px;
}
.site-inner a.site-btn.hp-load-more.more:after {
    transform: rotate(180deg);
    display: inline-block;
}
#slmp_geojuice #slmp_right h4 {
    color: #ffffff !important;
}

/* POPUP Form */
.popup-form {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    z-index: 999999;
    overflow: auto;
}
.popup-form .site-form {
    width: auto;
    height: 100%;
    text-align: left;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.popup-form .form-fields {
    max-width: 450px;
    width: 100%;
    border-radius: 0;
    position: relative;
    padding: 20px 10px 60px;
    right: -100%;
    transition: all 0.3s ease;
}
.popup-form .form-fields.slide-form {
    right: 0;
}
.popup-form .form-fields a.close {
    background: #000;
    color: #fff!important;
    line-height: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 4px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    z-index: 1;
    outline: none;
    font-weight: bold;
    box-shadow: -2px 2px #606061;
    cursor: pointer;
    border-radius: 0;
}
.popup-form .form-title {
    text-align: center;
    background: #000000;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    padding: 15px 15px;
}
.popup-form .form-field-wrap {
    padding: 10px;
    -webkit-box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 10px 2px rgb(0 0 0 / 25%);
}
.popup-form .form-fields .form-title,
.popup-form .form-fields .form-field {
    border: 0.125em solid red;
}
.popup-form .form-field {
    padding: 2px 0 0 0;
    background-color: #000000;
}

/* Floating CTA */
.floating-cta {
    background-color: red;
    position: fixed;
    bottom: 0;
    font-size: 14px;
    border: 1px solid #ffffff;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    z-index: 2;
    margin: 0 auto;
    display: block;
}
.floating-cta .form-popup-text {
    padding: 10px 10px;
    display: block;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}

@media only screen and (min-width: 1024px) {
    .site-header .header-row {
        padding: 30px 15px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .site-header .header-row .header-col {
        width: 50%;
    }
    .site-header .header-row .header-col.site-logo {
        margin-bottom: 0;
    }
    .site-header .header-row a.main-logo img {
        max-height: 100%;
    }
    body.window_scrolled .site-header .header-row {
        padding: 15px 15px;
    }
    body.window_scrolled .site-header .header-row a.main-logo img {
        max-height: 50px;
    }
    body.home .content-sidebar-wrap .content {
        width: 49%;
    }
    body.home .content-sidebar-wrap .site-form {
        width: 49%;
        display: block;
    }
    .floating-cta {
        display: none;
    }
}