input[type="tel"] {
    width: 100%;
}

.gfield_checkbox {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ginput_container_checkbox + .gfield_description:not(.validation_message),
.ginput_container_radio + .gfield_description:not(.validation_message) {
    margin-top: 10px;
    font-size: 12px;
}


.single-sqw-consultant .site,
.single-sqw-shared-service .site,
.search-results .site {
    padding-top: 40px;
    padding-bottom: 40px;
}

.consultant {
    width: 30%;
    margin-right: 5%;
    float: left;
    padding: 20px;
    background-color: white;
    border: 1px solid #1566a4;
}

.consultant:nth-child(3n) {
    margin-right: 0;
}

.single-sqw-consultant .entry-header:not(.has-image),
.single-sqw-shared-service .entry-header:not(.has-image) {
    margin: 70px auto 30px;
    max-width: 780px;
    padding: 0 15px;
}

.directory-content--with-sidebar {
    width: 70%;
    float: left;
}

.directory-sidebar {
    width: 30%;
    float: left;
    padding-left: 50px;
}

.header-search h1 {
    float: left;
}

.sqw-search {
    float: right;
    margin-top: 15px;
}

.sqw-search #searchform {
    background-color: tomato;
}

.sqw-search #searchsubmit {
    background-color: white !important;
    border: 1px solid #eaeaea !important;
    color: #1566a4 !important;
    line-height: 18px;
    vertical-align: top;
    float: right;
    border-left: none !important;
    transition: color 0.2s ease-in, background-color 0.2s ease-in;
}

.sqw-search #searchsubmit:hover {
    box-shadow: none !important;
    background-color: #1566a4 !important;
    color: white !important;
}

.sqw-search #s {
    line-height: 18px;
    margin-bottom: 0 !important;
}

.search-results .search-content,
.single-sqw-shared-service #primary,
.single-sqw-consultant #primary {
    max-width: none !important;
}

.single-sqw-shared-service .entry-header:not(.has-image),
.single-sqw-consultant .entry-header:not(.has-image) {
    max-width: 1170px;
}

.shared-service {
    border-bottom: 2px solid #1566a4;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.shared-service:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.shared-service__image {
    float: left;
    margin-right: 30px;
    max-width: 200px;
}

@media screen and (max-width: 480px) {
    .shared-services {
        margin-top: 30px;
    }
    
    .shared-service__image {
        float: none;
        margin-bottom: 20px;
    }
}

.shared-service__info {
    overflow: hidden;
}

.directory-sidebar a {
    display: block;
}

.directory-sidebar p,
.shared-service__info p,
.shared-service__info h2 {
    margin-bottom: 10px;
}

.single-sqw-shared-service .entry-header {
    max-width: 1170px;
    margin: 70px auto 30px;
    padding: 0 15px;
}

.single-sqw-shared-service .entry-post-thumbnail {
    display: none;
}

.pagination {
    margin: 50px 0;
}

.pagination a.page-numbers {
    color: #000;
}

.search-results__search .sqw-search {
    float: left;
    margin-bottom: 50px;
}

.shared-services__gallery {
    margin-bottom: 30px;
}

.buddyboss-select-inner {
    height: 35px !important;
}

.buddyboss-select-inner::after {
    height: 35px !important;
    line-height: 35px !important;
}

.buddyboss-select-inner span {
    font-size: 12px !important;
}

.gfield--shared-service-type-parent input[type="checkbox"] {
    display: none;
}

.gfield--shared-service-type-parent label:before {
    display: none;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 24px;
    border: 1px dashed #CCC;
    text-align: center;
    color: #AAA;
    margin-bottom: 16px;
    background: rgba(0, 0, 0, 0.02);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.gform_wrapper span.gform_drop_instructions {
    display: block;
    margin-bottom: 8px;
}

.gfield--shared-service-type-child {
    padding-left: 20px;
}