/*
Theme Name: Recruiters Websites
Theme URI: http://www.recruiterswebsites.com
Version: 1.0
Description: Recruiters Websites Framework for Custom Website Development
Author: The Recruiters Websites Team
Author URI: http://www.recruiterswebsites.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/* MAIN STYLES */


:root {
    --main-blue: #4097CF;
    --dark-blue: #076EB0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

strong, b {
    font-weight: 900;
}

/*
==========================================================================
HOME
==========================================================================
*/

.rw-dual-button a.uabb-btn {
    outline: 1px solid var(--main-blue);
    outline-offset: 3px;
}
.rw-dual-button a.uabb-btn:hover {
    outline: 1px solid #333;
}
.home-cont .pp-heading-content {
    max-width: 728px;
}
.rw-home-box .pp-infobox-wrap {
    position: relative;
}
.rw-home-box .pp-icon-wrapper {
    position: absolute;
    top: -46px;
    left: calc(50% - 45px);
}
.rw-home-box .pp-infobox-image {
    background-color: var(--main-blue);
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 100%;
}
.rw-button-white .pp-button-wrap a {
    outline: 1px solid white;
    outline-offset: 3px;
}
.rw-button-white .pp-button-wrap a:hover, .rw-button .pp-button-wrap a:hover {
    outline: 1px solid #333;
}
.rw-button .pp-button-wrap a{
    outline: 1px solid var(--main-blue);
    outline-offset: 3px;
}
.rw-button-white .pp-button-wrap a:hover {
    outline: 1px solid #333;
}
.home-blue-cont .fl-col-content.fl-node-content {
    max-width: 600px;
    margin-left: auto;
}
.home-blue-cont .fl-module-content.fl-node-content {
    max-width: 579px;
    margin-left: auto;
}
.home-blue-cont2 .fl-col-content.fl-node-content, .home-blue-cont2 .fl-module-content.fl-node-content {
    max-width: 579px;
}
.home-blue-cont .pp-sub-heading {
    min-height: 136px;
}
.rw-clients-cont {
    width: 100%;
    height: 100%;
    position: relative;
}
.rw-clients-img {
    width: 100%;
    height: 384px;
    background-position: center;
    background-size: cover;
}
.rw-clients-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: rgb(0 0 0 / 45%);
}
.rw-client-logos {
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rw-client-logos img{
    filter: brightness(0) invert(1);
    width: 200px;
}
.job-home-slider .uabb-blog-posts .slick-prev {
    left: -84px;
}
.job-home-slider .uabb-blog-posts .slick-next {
    right: -84px;
}
.job-home-slider .slick-prev i, .job-home-slider .slick-next i, .job-home-slider .slick-prev i:hover, .job-home-slider .slick-next i:hover {
    outline: 1px solid var(--main-blue);
    outline-offset: 3px;
}
.job-home-slider .slick-list.draggable {
    padding-top: 10px;
}
.job-slider-cont {
    position: relative;
    padding: 92px 28px;
    min-height: 500px;
}
.job-slider-cat {
    position: absolute;
    top: 18px;
    right: 15px;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid var(--main-blue);
    border-radius: 30px;
    padding: 11px 10px;
}
.job-slider-blue-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--main-blue);
    padding: 10px;
    color: white;
    text-align: center;
    font-family: 'Lato';
    font-weight: bold;
    border-radius: 0px 0px 20px 20px;
}
.job-slider-cont h6 {
    font-weight: 600;
    margin-bottom: 23px;
}
.job-slider-cont .job-location {
    font-size: 14px;
    color: black;
}
.job-slider-cont .job-location i {
    color: var(--main-blue);
}
.job-slider-cont p {
    color: black;
}
.fl-row-full-height > .fl-row-content-wrap {
    min-height: 95vh!important;
}
.fl-module.fl-module-pp-infobox.rw-home-box {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    top:0;
}
.fl-module.fl-module-pp-infobox.rw-home-box:hover {
    top: -20px;
}

/*
==========================================================================
HOME MOBILE
==========================================================================
*/

@media screen and (max-width: 1500px) and (min-width: 1200px) {
    .rw-clients-img {
        height: 284px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 993px) {
    .rw-clients-img {
        height: 220px;
    }
    .rw-client-logos img {
        width:135px;
    }
}

@media screen and (max-width: 1330px) and (min-width: 769px) {
    .job-home-slider .uabb-blog-posts .slick-prev {
        left: -25px;
    }
    .job-home-slider .uabb-blog-posts .slick-next {
        right: -25px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 993px) {
    .job-slider-cont {
        position: relative;
        padding: 92px 28px;
        min-height: 577px;
    }
}

@media screen and (max-width: 992px) and (min-width: 769px) {
    .home-blue-cont .fl-col-content.fl-node-content, .home-blue-cont .fl-module-content.fl-node-content, .home-blue-cont2 .fl-col-content.fl-node-content, .home-blue-cont2 .fl-module-content.fl-node-content{
        max-width: 100%;
    }
    .home-blue-cont .pp-sub-heading {
        min-height: 100%;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .rw-featured-section > .fl-row-content-wrap:after {
        background-image: linear-gradient(90deg, rgba(255,255,255,0.9) 0%, rgb(255 255 255 / 89%) 100%);
    }
    .rw-dual-button .uabb-dual-button .uabb-btn-horizontal {
        width: 180px;
    }
    .home-blue-cont .fl-col-content.fl-node-content, .home-blue-cont .fl-module-content.fl-node-content, .home-blue-cont2 .fl-col-content.fl-node-content, .home-blue-cont2 .fl-module-content.fl-node-content{
        max-width: 100%;
    }
    .home-blue-cont .pp-sub-heading {
        min-height: 100%;
    }
    .job-slider-cont {
        min-height: auto;
    }
    .job-home-slider .uabb-blog-posts .slick-prev, .job-home-slider .uabb-blog-posts .slick-next {
        display:none!important;
    }
}

/*
==========================================================================
ABOUT
==========================================================================
*/

.rw-subpage-blue-cont .fl-module-content.fl-node-content, .rw-subpage-blue-link .fl-module-content.fl-node-content {
    max-width: 593px;
    margin-left:auto;
    margin-right:auto;
}
#cmlegal-emblem-section .fl-row-content-wrap {
    position: relative;
    overflow: hidden;
}
#cmlegal-emblem-section .fl-row-content-wrap:after {
    position: absolute;
    content: '';
    left: -155px;
    top: -50px;
    width: 871px;
    height: 878px;
    background-image: url(/wp-content/uploads/2022/08/CM-Legal-outline-logo.png);
    background-size: 100%;
    opacity: 13%;
    z-index: 0;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

/*
==========================================================================
ABOUT MEDIA
==========================================================================
*/

@media screen and (max-width: 1820px) and (min-width: 1563px) {
    #cmlegal-emblem-section .fl-row-content-wrap:after {
        width: 759px;
        height: 822px;
    }
}

@media screen and (max-width: 1562px) and (min-width: 1398px) {
    #cmlegal-emblem-section .fl-row-content-wrap:after {
        top: -2px;
        width: 660px;
    }
}

@media screen and (max-width: 1397px) and (min-width: 1250px) {
    #cmlegal-emblem-section .fl-row-content-wrap:after {
        top: 43px;
        width: 561px;
    }
}

@media screen and (max-width: 1249px) and (min-width: 1142px) {
    #cmlegal-emblem-section .fl-row-content-wrap:after {
        top: 88px;
        width: 506px;
    }
}

@media screen and (max-width: 1140px) and (min-width: 993px) {
    #cmlegal-emblem-section .fl-row-content-wrap:after {
        left: -131px;
        top: 62px;
        width: 481px;
    }
}


@media screen and (max-width: 1180px) and (min-width: 993px) {
    .rw-reverse .fl-col-group.fl-col-group-responsive-reversed {
        display:flex;
        flex-direction: column-reverse;
    }
    .rw-subpage-blue, .rw-subpage-blue-img {
        width: 100%;
    }
    .rw-subpage-blue-cont .fl-module-content.fl-node-content, .rw-subpage-blue-link .fl-module-content.fl-node-content {
        max-width: 100%;
    }
    .rw-subpage-blue > .fl-col-content {
        padding: 50px;
        margin-right: 20px;
        margin-left: 20px;
        border-radius: 20px;
    }
    .rw-subpage-blue-img > .fl-col-content {
        margin-right: 20px;
        margin-left: 20px;
        border-radius: 20px;
        margin-bottom: 30px;
    }
    .fl-builder-content .rw-subpage-blue-img > .fl-col-content {
        min-height: 530px;
    }
}

@media screen and (max-width: 992px) and (min-width: 769px) {
    .rw-reverse .fl-col-group.fl-col-group-responsive-reversed {
        display:flex;
        flex-direction: column-reverse;
    }
    .rw-subpage-blue-cont .fl-module-content.fl-node-content, .rw-subpage-blue-link .fl-module-content.fl-node-content {
        max-width: 100%;
    }
    #cmlegal-emblem-section .fl-row-content-wrap:after {
        display:none;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .rw-subpage-blue-cont .fl-module-content.fl-node-content, .rw-subpage-blue-link .fl-module-content.fl-node-content {
        max-width: 100%;
    }
    #cmlegal-emblem-section .fl-row-content-wrap:after {
        display:none;
    }
}

/*
==========================================================================
JOIN OUR TEAM
==========================================================================
*/


input#gform_submit_button_4 {
    outline: 1px solid white;
    outline-offset: 3px;
}
input#gform_submit_button_4:hover {
    outline: 1px solid #333;
}

/*
==========================================================================
TEAM
==========================================================================
*/

.rw-team-cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 20px;
}
.rw-team-photo, .rw-team-photo-none {
    width: auto;
    /*height: 0;*/
    /*padding-top: 71%;*/
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/2;
}
.rw-team-photo {
    background-size: cover;
    /*background-position: center top;*/
}
/*.rw-team-photo:after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 20px;*/
/*    background: rgb(0,0,0);*/
/*    background: linear-gradient(0deg, rgba(0,0,0,0.30155812324929976) 0%, rgba(0,0,0,0) 50%);*/
/*}*/
.rw-team-photo:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 14%);
    border-radius: 20px;
}
.rw-team-photo-none:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2022/08/CM-Legal-logo.png);
    background-size: 64%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 30%;
    left: 50%;
    margin-left: -35%;
    z-index: 1;
}
.rw-team-photo ul, .rw-team-photo-none ul {
    position: absolute;
    bottom: 9px;
    right: 9px;
    list-style: none;
    display: flex;
    gap: 10px;
    padding-left: 0;
    z-index: 2;
}
.rw-team-photo li, .rw-team-photo-none li {
    width: 36px;
    height: 36px;
    background-color: white;
    text-align: center;
    line-height: 36px;
    border-radius: 100%;
    color: var(--main-blue);
}
.rw-team-photo li:hover, .rw-team-photo-none li:hover {
    background-color: var(--main-blue);
    color:white;
}
.rw-team-info {
    margin-top: 25px;
}
.rw-team-info p {
    color: var(--main-blue);
}
.team-single-top {
    display: flex;
    gap: 14px;
    margin-bottom: 25px;
}
.team-image-single, .team-image-single-none {
    width: 100%;
    height: 136px;
    border-radius: 20px;
    background-size: cover;
    background-position: center top;
    max-width: 136px;
    position: relative;
    overflow: hidden;
}
.team-image-single-none:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2022/08/CM-Legal-logo.png);
    background-size: 64%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 36%;
    left: 50%;
    margin-left: -31%;
    z-index: 1;
}
.team-meta-single {
    width: 100%;
}
.team-meta-single {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.team-meta-single h4 {
    margin-top: 0;
}
.team-meta-single span {
    color: var(--main-blue);
}
.team-meta-single ul {
    list-style: none;
    display: flex;
    gap: 10px;
    padding-left: 0;
}
.team-meta-single li {
    width: 36px;
    height: 36px;
    background-color: var(--main-blue);
    text-align: center;
    line-height: 36px;
    border-radius: 100%;
    color: white;
}
.team-meta-single li:hover{
    background-color: #333;
}
.rw-sidebar-cont .fl-post-grid-post {
    border: none;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.team-sidebar-info h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
}
.team-sidebar-info span {
    color: var(--main-blue);
}
.team-single-sidebar {
    padding: 14px;
}
.team-sidebar-img, .team-sidebar-img-none {
    width: 78px;
    height: 78px;
    border-radius: 4px;
    background-size: cover;
    background-position: center top;
    position: relative;
    overflow:hidden;
}
.team-sidebar-img-none:after {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2022/08/favicon.png);
    background-size: 45%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 27%;
    left: 50%;
    margin-left: -23%;
    z-index: 1;
}
.team-single-sidebar {
    padding: 14px;
    display: flex;
    gap: 12px;
    align-items: center;
}

/*
==========================================================================
TEAM MOBILE
==========================================================================
*/

@media screen and (max-width: 992px) and (min-width: 769px) {
    .rw-team-cont {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .rw-team-cont {
        grid-template-columns: repeat(1, 1fr);
    }
    .team-single-top {
        flex-direction: column;
    }
    .team-meta-single {
        align-items: flex-start;
        flex-direction: column;
    }
}

/*
==========================================================================
CLIENT
==========================================================================
*/

.rw-client-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rw-client-logo img {
    width: 200px;
}
.rw-client-logo-cont .fl-post-grid-post {
    background: transparent;
    border: none;
}
#cmlegal-emblem-section2 .fl-row-content-wrap {
    position: relative;
    overflow: hidden;
}
#cmlegal-emblem-section2 .fl-row-content-wrap:after {
    position: absolute;
    content: '';
    left: -296px;
    top: -50px;
    width: 1124px;
    height: 1133px;
    background-image: url(/wp-content/uploads/2022/08/CM-Legal-outline-logo.png);
    background-size: 100%;
    opacity: 3%;
    z-index: 0;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#cmlegal-emblem-section2 .fl-row-content.fl-row-fixed-width.fl-node-content {
    position: relative;
    z-index: 1;
}

/*
==========================================================================
CLIENT MOBILE
==========================================================================
*/

@media screen and (max-width: 768px) and (min-width: 320px) {
    #cmlegal-emblem-section2 .fl-row-content-wrap:after{
        display:none;
    }
}

/*
==========================================================================
SERVICES
==========================================================================
*/

.service-list-title .fl-rich-text {
    max-width: 820px;
}
.services-list .fl-rich-text ul {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 21px;
}
.services-list .fl-rich-text li {
    background-color: white;
    padding: 29px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}
#cmlegal-emblem-section-blue .fl-row-content-wrap {
    position: relative;
    overflow: hidden;
}
#cmlegal-emblem-section-blue .fl-row-content-wrap:after {
    position: absolute;
    content: '';
    left: -177px;
    top: -13px;
    width: 878px;
    height: 111%;
    background-image: url(/wp-content/uploads/2022/08/CM-Legal-outline-logo.png);
    background-size: 100%;
    opacity: 25%;
    z-index: 0;
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#cmlegal-emblem-section-blue .fl-row-content.fl-row-fixed-width.fl-node-content {
    position: relative;
    z-index: 1;
}{

}

/*
==========================================================================
SERVICES MOBILE
==========================================================================
*/

@media screen and (max-width: 992px) and (min-width: 769px) {
    .services-list .fl-rich-text ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .services-list .fl-rich-text ul {
        grid-template-columns: repeat(1, 1fr);
    }
    #cmlegal-emblem-section-blue .fl-row-content-wrap:after {
        display:none;
    }
}

/*
==========================================================================
JOBS
==========================================================================
*/

.job_filters .job_types {
    display: none;
}
.job_filters {
    background: #0B0B0B;
    border-radius: 10px;
    max-width: 896px;
    margin: 0 auto 74px;
}
.job_filters .search_jobs:before {
    display: none;
}
.job_filters .search_jobs {
    padding: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0px 7px;
}
.job_filters .search_jobs div.search_keywords, .job_filters .search_jobs div.filter_first {
    float: none;
    padding-right: 0;
    width: 100%;
}
.job_filters .search_jobs div.search_categories, .job_filters .search_jobs div.filter_wide {
    padding-top: 0;
    clear: both;
    width: 100%;
}
.job_filters .search_jobs div.search_location, .job_filters .search_jobs div.filter_last {
    float: none;
    padding-left: 0;
    width: 100%;
}
.search_keywords input, .search_location input {
    height: 52px;
}
.select2-container--default .select2-selection--single {
    border: none;
    height: 52px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: 52px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
}
.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
    top: 32px;
}
ul.job_listings {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
ul.job_listings .job-slider-cont {
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    border-radius: 20px;
}
.rp4wp-related-job_listing>ul, ul.job_listings {
    border-top: none;
}
.job-single-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.job-single-location {
    color: var(--main-blue);
    text-transform: uppercase;
    font-weight: 600;
}
.job-single-cat {
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid var(--main-blue);
    border-radius: 30px;
    padding: 11px 10px;
    width: fit-content;
    color: var(--main-blue);
}
ul.job-listing-meta.meta {
    display: none;
}
input.application_button.rw-application_button.button, input#gform_submit_button_2 {
    background-color: var(--main-blue)!important;
    border-radius: 30px!important;
    border: none;
    font-size: 18px;
    outline: 1px solid var(--main-blue);
    outline-offset: 3px;
    margin: 4px;
    font-family: 'Lato';
    width: 180px;
    height: auto!important;
    padding: 15px;
}
form#gform_2 input {
    background-color: white;
    border-radius: 5px;
    height: 54px;
}
form#gform_2 textarea {
    background-color: white;
    border-radius: 5px;
}
input#input_2_7 {
    height: auto!important;
}
.job-sidebar-cont {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    border-bottom: 10px solid var(--main-blue);
    padding: 32px 28px;
}
.job-sidebar-location {
    font-size: 14px;
    color: black;
}
.job-sidebar-location i {
    color: var(--main-blue);
}
.job-sidebar-cont h6 {
    margin-top: 0;
    font-size: 22px;
}
.rw-job-sidebar {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

/*
==========================================================================
JOBS MOBILE
==========================================================================
*/

@media screen and (max-width: 992px) and (min-width: 769px) {
    ul.job_listings {
        grid-template-columns: repeat(2, 1fr);
    }
    .rw-job-sidebar {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .job_filters .search_jobs {
        padding: 14px 14px 7px;
        grid-gap: 7px 0px;
        grid-template-columns: 1fr;
    }
    ul.job_listings {
        grid-template-columns: repeat(1, 1fr);
    }
    .job-single-top {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 23px;
    }
    .rw-job-sidebar {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*
==========================================================================
BLOG
==========================================================================
*/

.rw-blog-img {
    width: auto;
    height: 0;
    padding-top: 66%;
    border-radius: 20px 20px 0 0;
    background-size: cover;
    background-position: center;
}
.rw-blog-cont {
    padding: 22px 24px;
    min-height: 322px;
}
.rw-blog-blue-link {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--main-blue);
    padding: 12px;
    color: white;
    text-align: center;
    font-family: 'Lato';
    font-weight: 600;
    border-radius: 0 0 20px 20px;
}
.rw-blog-cont span {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--main-blue);
}
.rw-blog-cont h6 {
    margin-bottom: 22px;
}
#rw-blog .uabb-module-content {
    padding-top: 15px;
}
#rw-blog-sidebar .rw-blog-cont {
    min-height: 100%;
    padding: 22px 24px 75px;
}
#rw-blog-sidebar .uabb-blog-posts ul.slick-dots {
    top: 0;
}

/*
==========================================================================
BLOG MOBILE
==========================================================================
*/

@media screen and (max-width: 1035px) and (min-width: 993px) {
    .rw-blog-cont {
        min-height: 336px;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .rw-blog-cont {
        padding: 22px 24px 93px;
        min-height: 100%;
    }
}

/*
==========================================================================
CONTACT
==========================================================================
*/

input#gform_submit_button_5 {
    outline: 1px solid var(--main-blue);
    outline-offset: 3px;
}
input#gform_submit_button_5:hover {
    outline: 1px solid #333;
}

/*
==========================================================================
CONTACT MOBILE
==========================================================================
*/

@media screen and (max-width: 768px) and (min-width: 320px) {
    .contact-info-list .pp-infolist-wrap .pp-list-item > a {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
}

/*
==========================================================================
FOOTER
==========================================================================
*/

.menu-footer .fl-rich-text ul {
    padding-left: 0;
    list-style: none;
}
.menu-footer .fl-rich-text li {
    margin-bottom: 5px;
}

/*
==========================================================================
HEADER
==========================================================================
*/

.rw-menu .pp-advanced-menu-mobile-toggle.hamburger {
    background-color: var(--main-blue);
    padding: 14px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    float: right;
    border: 4px solid white;
}
.rw-menu .pp-advanced-menu-mobile-toggle {
    -webkit-justify-content: center;
    justify-content: center;
}
.pp-hamburger-inner:before, .pp-hamburger-inner:after {
    width: 27px!important;
    left: 14%;
}
ul#menu-menu li {
    text-align: left;
}
.pp-advanced-menu .sub-menu {
    width: 100%!important;
}
ul.sub-menu li a span {
    padding-left: 30px;
}

/*
==========================================================================
HEADER MOBILE
==========================================================================
*/

@media screen and (max-width: 768px) and (min-width: 320px) {
    .rw-menu .pp-advanced-menu-mobile-toggle {
        -webkit-justify-content: center;
        justify-content: center;
    }
}