.search_filter_wrapper {
    position: relative;
    width: 100%;
}

.search_filter_wrapper .search_title {
    font-size: 28px;
    float: left;
    width: 100%;
    max-width: 300px;
}
.search_filter_wrapper .search_title h1 {
    display: inline;
    font-size: inherit;
    padding: 0;
    margin: 0;
}

.search_filter_wrapper .search_work {
    float: left;
    width: 100%;
    height: 42px;
    margin: 0 40px 0 0;
    max-width: 535px;
}
.search_filter_wrapper .search_work input[type="text"] {
    padding-left: 10px;
    width: 100%;
    max-width: 465px;
    max-width: calc(100% - 65px);
    height: 42px;
}
.search_filter_wrapper .search_work input[type="submit"] {
    width: 65px;
}

.search_filter_wrapper .post_a_job_button_wrapper {
    float: left;
    display: inline-block;
    position: absolute;
    right: 0;
}
.search_filter_wrapper .post_a_job_button_wrapper a,
.search_filter_wrapper .post_a_job_button_wrapper a:hover {
    background: #acd331;
    color: white;
    border-radius: 0;
    padding: 10px 25px;
    width: 100%;
    height: 100%;
    white-space: pre-wrap;
}

section {
    margin-bottom: 25px;
}
.checkbox-wrapper {
    margin-bottom: 5px;
}
.checkbox-wrapper .checkbox:not(checked) + label,
.checkbox-wrapper .checkbox + label {
    padding: 0 0 0 40px;
}
.checkbox-wrapper .checkbox {
    margin-top: 0;
}

/* ====================================================================== */

.search_section_projects {}
.search_section_projects .top_search_line .container {
    padding-right: 0;
}
.search_section_freelancers {}

/* ====================================================================== */

@media (max-width: 1200px) {
    .search_section_projects .top_search_line,
    .search_section_freelancers .top_search_line {
        padding: 25px 0;
    }

    .search_filter_wrapper .search_title {
        max-width: 100%;
        float: none;
        margin-bottom: 10px;
        display: none;
    }

    .search_filter_wrapper .search_work {
        margin: 0 40px 0 0;
        max-width: 635px;
    }
    .search_filter_wrapper .search_work input[type="text"] {
        max-width: 570px;
    }
}

@media (max-width: 990px) {
    .search_filter_wrapper .search_title {}

    .search_filter_wrapper .search_work {
        margin: 0 20px 0 0;
        max-width: 435px;
    }
    .search_filter_wrapper .search_work input[type="text"] {
        max-width: 370px;
    }
}

@media (max-width: 750px) {
    .search_filter_wrapper .search_title {}

    .search_filter_wrapper .search_work {
        float: none;
        padding: 0;
        margin: 0 0 15px 0;
        max-width: 100%;
    }
    .search_filter_wrapper .search_work input[type="text"] {
        max-width: 100%;
        width: calc(100% - 65px);
    }

    .search_filter_wrapper .post_a_job_button_wrapper {
        float: none;
        max-width: 100%;
        width: 100%;
        position: relative;
        right: auto;
    }

    .search_section_projects .top_search_line .container {
        padding-right: 15px;
    }
}